Bugfixes / Added tool to re-format bundles with missing text

This commit is contained in:
Anuken
2018-07-09 11:02:30 -04:00
parent 1e8206757d
commit b7e28a73ba
19 changed files with 5563 additions and 5522 deletions
@@ -94,6 +94,7 @@ public class Fire extends TimedEntity implements SaveTrait, SyncTrait, Poolable
if(time >= lifetime() || tile == null){
CallEntity.onFireRemoved(getID());
remove();
return;
}
TileEntity entity = tile.target().entity;