Skip to content

Commit

Permalink
fix lester getting stuck in roof
Browse files Browse the repository at this point in the history
  • Loading branch information
gemsb committed Jan 19, 2025
1 parent 24f1698 commit 59bf04d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void onBroken(WorldAccess world, BlockPos pos, BlockState state) {
if(pos2 == null){ continue;}


entity.setPosition(pos2.getX()+ 0.5,pos2.getY()+1.5,pos2.getZ() + 0.5);
entity.setPosition(pos2.getX()+ 0.5,pos2.getY()+0.99,pos2.getZ() + 0.5);
world.spawnEntity(entity);


Expand Down

0 comments on commit 59bf04d

Please sign in to comment.