use of mcjty.xnet.blocks.controller.ControllerBlock in project XNet by McJty.
the class ModBlocks method init.
public static void init() {
controllerBlock = new ControllerBlock();
routerBlock = new RouterBlock();
facadeBlock = new FacadeBlock();
redstoneProxyBlock = new RedstoneProxyBlock();
redstoneProxyUBlock = new RedstoneProxyUBlock();
NetCableSetup.init();
}
Aggregations