Model cleanup.

This commit is contained in:
Raoul Van den Berge
2016-11-12 22:04:57 +01:00
parent d4ca8610a0
commit 87acf71937
58 changed files with 1832 additions and 5411 deletions

View File

@@ -161,6 +161,8 @@ public class ProxyCommon {
registerBlock(RSBlocks.EXTERNAL_STORAGE);
registerBlock(RSBlocks.CONSTRUCTOR);
registerBlock(RSBlocks.DESTRUCTOR);
registerBlock(RSBlocks.READER);
registerBlock(RSBlocks.WRITER);
registerBlock(RSBlocks.DETECTOR);
registerBlock(RSBlocks.RELAY);
registerBlock(RSBlocks.INTERFACE);
@@ -170,8 +172,6 @@ public class ProxyCommon {
registerBlock(RSBlocks.NETWORK_TRANSMITTER);
registerBlock(RSBlocks.NETWORK_RECEIVER);
registerBlock(RSBlocks.DISK_MANIPULATOR);
registerBlock(RSBlocks.READER);
registerBlock(RSBlocks.WRITER);
registerItem(RSItems.QUARTZ_ENRICHED_IRON);
registerItem(RSItems.STORAGE_DISK);