This commit is contained in:
zimzaza4
2024-05-12 12:22:30 +08:00
parent a9ed339af9
commit 91e5348fa9
5 changed files with 20 additions and 22 deletions

View File

@@ -70,7 +70,7 @@ public class EntityTask {
}
if (!removed && model.getEntity().isDead() && model.getModeledEntity().getBase().isAlive() && !model.getActiveModel().isRemoved()) {
model.spawnEntity();
// model.spawnEntity();
}
model.getEntity().setVisualFire(false);