Skip to content

Commit

Permalink
Remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrix-Shen committed Jun 23, 2022
1 parent 4fa67d5 commit 083cdb2
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public MixinLivingEntity(EntityType<?> entityType, Level level) {
value = "INVOKE",
//#if MC >= 11600
target = "Lnet/minecraft/world/entity/LivingEntity;getBlockPosBelowThatAffectsMyMovement()Lnet/minecraft/core/BlockPos;"
//#elseif MC >= 11500
//$$ target = "Lnet/minecraft/world/entity/LivingEntity;getBlockPosBelowThatAffectsMyMovement()Lnet/minecraft/core/BlockPos;"
//#else
//$$ target = "Lnet/minecraft/world/entity/LivingEntity;getBoundingBox()Lnet/minecraft/world/phys/AABB;"
//#endif
Expand Down

0 comments on commit 083cdb2

Please sign in to comment.