diff options
| author | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-26 23:59:20 +0200 |
|---|---|---|
| committer | hannibal2 <24389977+hannibal00212@users.noreply.github.com> | 2023-07-26 23:59:20 +0200 |
| commit | 370cf58f29a5d32040f83ca17465fd493cc88f61 (patch) | |
| tree | 6594beafb7a903785bbcbcd1fd2c12897c5979ef /src/main/java/at/hannibal2/skyhanni/features/misc | |
| parent | eef49c780202dc5c64c943269f00973e70010dec (diff) | |
| download | skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.tar.gz skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.tar.bz2 skyhanni-370cf58f29a5d32040f83ca17465fd493cc88f61.zip | |
Added Horsezooka Hider
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features/misc')
| -rw-r--r-- | src/main/java/at/hannibal2/skyhanni/features/misc/ExpOrbsOnGroundHider.kt (renamed from src/main/java/at/hannibal2/skyhanni/features/misc/ExpBottleOnGroundHider.kt) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/misc/ExpBottleOnGroundHider.kt b/src/main/java/at/hannibal2/skyhanni/features/misc/ExpOrbsOnGroundHider.kt index b1f47f015..5d1b34564 100644 --- a/src/main/java/at/hannibal2/skyhanni/features/misc/ExpBottleOnGroundHider.kt +++ b/src/main/java/at/hannibal2/skyhanni/features/misc/ExpOrbsOnGroundHider.kt @@ -6,7 +6,7 @@ import at.hannibal2.skyhanni.utils.LorenzUtils import net.minecraft.entity.item.EntityXPOrb import net.minecraftforge.fml.common.eventhandler.SubscribeEvent -class ExpBottleOnGroundHider { +class ExpOrbsOnGroundHider { @SubscribeEvent fun onCheckRender(event: CheckRenderEntityEvent<*>) { |
