Fix Machine Casings

This commit is contained in:
modmuss50 2016-12-05 10:17:39 +00:00
parent c661f6b278
commit 8379115c97
4 changed files with 11 additions and 16 deletions

View file

@ -327,6 +327,7 @@ public class ModBlocks {
machineframe = new BlockMachineFrame(Material.IRON);
registerBlock(machineframe, ItemBlockMachineFrame.class, "techreborn.machineFrame");
Core.proxy.registerCustomBlockStateLocation(machineframe, "machines/storage/machine_blocks");
grinder = new BlockGrinder(Material.IRON);
registerBlock(grinder, "techreborn.grinder");