diff options
author | Lorenz <lo.scherf@gmail.com> | 2022-09-04 20:21:02 +0200 |
---|---|---|
committer | Lorenz <lo.scherf@gmail.com> | 2022-09-04 20:21:02 +0200 |
commit | 899326f099476880187204c3ea17e02af641766c (patch) | |
tree | 88218720f5726d7d9bf4d726dff1be50aa844f00 /src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt | |
parent | d5d57c4cd6b48417ddb9517faf66f88d65ffbb14 (diff) | |
download | skyhanni-899326f099476880187204c3ea17e02af641766c.tar.gz skyhanni-899326f099476880187204c3ea17e02af641766c.tar.bz2 skyhanni-899326f099476880187204c3ea17e02af641766c.zip |
fixing Hiding the nametag of mobs close to minions not working when minion nearby was never collected
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt')
-rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt b/src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt index c9e2b4bf4..1a1a0f6c7 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/ExpBottleOnGroundHider.kt @@ -7,6 +7,7 @@ import net.minecraft.entity.item.EntityXPOrb import net.minecraftforge.fml.common.eventhandler.SubscribeEvent class ExpBottleOnGroundHider { + @SubscribeEvent fun onCheckRender(event: CheckRenderEntityEvent<*>) { if (!LorenzUtils.inSkyblock) return |