machines are now connected to the controller
This commit is contained in:
@@ -2,8 +2,10 @@ package storagecraft;
|
||||
|
||||
import storagecraft.block.BlockCable;
|
||||
import storagecraft.block.BlockController;
|
||||
import storagecraft.block.BlockGrid;
|
||||
|
||||
public class SCBlocks {
|
||||
public static final BlockController CONTROLLER = new BlockController();
|
||||
public static final BlockCable CABLE = new BlockCable();
|
||||
public static final BlockGrid GRID = new BlockGrid();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user