Added Immibis Microblock Support.

This commit is contained in:
AlgorithmX2
2014-03-22 16:51:37 -05:00
parent b86fb56999
commit b96eb3ce33
4 changed files with 28 additions and 4 deletions
+5
View File
@@ -241,4 +241,9 @@ public class BlockCableBus extends AEBaseBlock
return nullCB;
}
/**
* Immibis MB Support.
*/
boolean ImmibisMicroblocks_TransformableBlockMarker = true;
}