Skip to content

Commit

Permalink
Remove flame particles
Browse files Browse the repository at this point in the history
  • Loading branch information
WenXin20 committed Mar 5, 2025
1 parent 671e9e6 commit e209278
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ public void serverTick(@NotNull ServerLevel serverWorld, BlockPos pos) {
this.delay(serverWorld, pos);
return;
}

serverWorld.levelEvent(2004, pos, 0);
serverWorld.gameEvent(entity, GameEvent.ENTITY_PLACE, spawnPos);

if (entity instanceof Mob mob)
Expand Down

0 comments on commit e209278

Please sign in to comment.