Add expermintal feature: tileEnitity list recreation each tick
This commit is contained in:
@ -59,3 +59,10 @@
|
||||
// -- BEGIN FORGE PATCHES --
|
||||
/**
|
||||
* Determines if this TileEntity requires update calls.
|
||||
@@ -370,4 +392,6 @@
|
||||
}
|
||||
return bb;
|
||||
}
|
||||
+
|
||||
+ public boolean dead;
|
||||
}
|
||||
|
Reference in New Issue
Block a user