Skip to content

Commit

Permalink
Fix #79
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Nov 27, 2022
1 parent a241093 commit 1db87ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ private void tickFlight(FlightType type, MutableVector velocity) {

private void tickArtificialFlight(MutableVector velocity) {
if (ticksInAir % 10 == 0 && !entity.world.isClient) {
ItemStack stack = entity.getEquippedStack(EquipmentSlot.CHEST);
ItemStack stack = AmuletItem.getForEntity(entity);

int damageInterval = 20;
int minDamage = 1;
Expand Down

0 comments on commit 1db87ad

Please sign in to comment.