3
0

Add expermintal feature: tileEnitity list recreation each tick

This commit is contained in:
Sergey Shatunov
2016-01-17 17:15:55 +07:00
parent 1817b56ba3
commit 097252b5bf
4 changed files with 63 additions and 24 deletions

View File

@ -59,3 +59,10 @@
// -- BEGIN FORGE PATCHES --
/**
* Determines if this TileEntity requires update calls.
@@ -370,4 +392,6 @@
}
return bb;
}
+
+ public boolean dead;
}