Skip to content

Commit

Permalink
there's no way i can mess this up further
Browse files Browse the repository at this point in the history
  • Loading branch information
xNasuni authored Jul 12, 2023
1 parent c0b8850 commit 4127161
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@ public boolean set(Entity entity, boolean accurate, double tickDelta) {
set(entity, 0.5, 0.05, 0.8, accurate, tickDelta);
} else if (entity instanceof WitherSkullEntity || entity instanceof FireballEntity || entity instanceof DragonFireballEntity) {
set(entity, 0.95, 0, 0.8, accurate, tickDelta);
} else {
return false;
}

if (entity.hasNoGravity()) {
Expand Down

0 comments on commit 4127161

Please sign in to comment.