Fixes #162, sorry if it breaks some of your tiles.

This commit is contained in:
Modmuss50 2015-10-06 20:39:19 +01:00
parent 3b7001d44f
commit 9c3bc97af2

View file

@ -181,7 +181,7 @@ public class ModBlocks {
lathe = new BlockLathe(Material.rock);
GameRegistry.registerBlock(lathe, "lathe");
GameRegistry.registerTileEntity(TileLathe.class, "TileLathe");
GameRegistry.registerTileEntity(TileLathe.class, "TileLatheTR");
platecuttingmachine = new BlockPlateCuttingMachine(Material.rock);
GameRegistry.registerBlock(platecuttingmachine, "platecuttingmachine");
@ -207,7 +207,7 @@ public class ModBlocks {
Metalshelf = new BlockMetalShelf(Material.rock);
GameRegistry.registerBlock(Metalshelf, "metalshelf");
GameRegistry.registerTileEntity(TileMetalShelf.class, "TileMetalShelf");
GameRegistry.registerTileEntity(TileMetalShelf.class, "TileMetalShelfTR");
LesuStorage = new BlockLesuStorage(Material.rock);
GameRegistry.registerBlock(LesuStorage, "lesustorage");