Fix Machine Casings
This commit is contained in:
parent
c661f6b278
commit
8379115c97
4 changed files with 11 additions and 16 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue