Added basic tile for metalShelf
This commit is contained in:
parent
b56487b680
commit
4f800c8a83
3 changed files with 164 additions and 5 deletions
|
@ -55,6 +55,7 @@ import techreborn.tiles.TileIndustrialSawmill;
|
|||
import techreborn.tiles.TileLathe;
|
||||
import techreborn.tiles.TileMachineCasing;
|
||||
import techreborn.tiles.TileMatterFabricator;
|
||||
import techreborn.tiles.TileMetalShelf;
|
||||
import techreborn.tiles.TilePlateCuttingMachine;
|
||||
import techreborn.tiles.TileQuantumChest;
|
||||
import techreborn.tiles.TileDigitalChest;
|
||||
|
@ -246,6 +247,7 @@ public class ModBlocks {
|
|||
|
||||
Metalshelf = new BlockMetalShelf(Material.rock);
|
||||
GameRegistry.registerBlock(Metalshelf, "metalshelf");
|
||||
GameRegistry.registerTileEntity(TileMetalShelf.class, "TileMetalShelf");
|
||||
|
||||
LesuStorage = new BlockLesuStorage(Material.rock);
|
||||
GameRegistry.registerBlock(LesuStorage, "lesustorage");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue