Store Light and Redstone Env data so to prevent cross chunk lookups.

This commit is contained in:
AlgorithmX2
2014-08-23 01:25:06 -05:00
parent 0b58cd7d1c
commit e4015b26e8
6 changed files with 97 additions and 18 deletions
+1
View File
@@ -103,6 +103,7 @@ public class PartToggleBus extends PartBasicState
{
super.addToWorld();
outerProxy.onReady();
hasRedstone = getHost().hasRedstone( side );
updateInternalState();
}