Skip to content

Commit

Permalink
cave spider drops, identity conflict
Browse files Browse the repository at this point in the history
Tigereye504 committed Apr 21, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2f884d0 commit c75090d
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -140,13 +140,7 @@ public Item chestCavityLivingEntityApplyFoodEffectsMixin(Item item, ItemStack st
protected float chestCavityLivingEntityWaterTravelMixin(float g) {
//h = h*ChestCavityUtil.applySwimSpeedInWater(chestCavityInstance);
//return h;
if((LivingEntity)(Object)(this) instanceof PlayerEntity) {
ChestCavity.LOGGER.info("Incoming Variable: " + g);
}
float r = g*ChestCavityUtil.applySwimSpeedInWater(chestCavityInstance);
if((LivingEntity)(Object)(this) instanceof PlayerEntity) {
ChestCavity.LOGGER.info("Output Variable: " + r);
}
return r;
//return g*ChestCavityUtil.applySwimSpeedInWater(chestCavityInstance);
}

0 comments on commit c75090d

Please sign in to comment.