aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/dulkirmod/features/rift
diff options
context:
space:
mode:
authorIlmarsXd <ilmars500@gmail.com>2023-06-05 23:15:11 +0300
committerIlmarsXd <ilmars500@gmail.com>2023-06-05 23:15:11 +0300
commit89bf4d23a30c02b341df0048bc0717142af1a9ff (patch)
tree3dbdaa7eb6bd52fbc6f3dad38a73cfe1c54359ee /src/main/kotlin/dulkirmod/features/rift
parentb220e76e12724a91507e894ac018e1ad6b695c9a (diff)
downloadDulkirMod-89bf4d23a30c02b341df0048bc0717142af1a9ff.tar.gz
DulkirMod-89bf4d23a30c02b341df0048bc0717142af1a9ff.tar.bz2
DulkirMod-89bf4d23a30c02b341df0048bc0717142af1a9ff.zip
Some cleanup
Diffstat (limited to 'src/main/kotlin/dulkirmod/features/rift')
-rw-r--r--src/main/kotlin/dulkirmod/features/rift/IchorHighlight.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/kotlin/dulkirmod/features/rift/IchorHighlight.kt b/src/main/kotlin/dulkirmod/features/rift/IchorHighlight.kt
index 580a8b9..4060e32 100644
--- a/src/main/kotlin/dulkirmod/features/rift/IchorHighlight.kt
+++ b/src/main/kotlin/dulkirmod/features/rift/IchorHighlight.kt
@@ -19,7 +19,7 @@ object IchorHighlight {
if (TabListUtils.area != "The Rift") return
val entity = event.entity
- val (x, y, z) = WorldRenderUtils.fixRenderPos(event.x, event.y + 3, event.z)
+ val (x, y, z) = WorldRenderUtils.fixRenderPos(event.x, event.y, event.z)
if (entity is EntityArmorStand) {
if (entity.getEquipmentInSlot(4) != null && entity.getEquipmentInSlot(4).item === Items.skull) {
@@ -35,7 +35,7 @@ object IchorHighlight {
WorldRenderUtils.drawCustomBox(
x - .5,
1.0,
- y - 2,
+ y + 1,
1.0,
z - .5,
1.0,