Fixes #243
This commit is contained in:
parent
8f45d418e3
commit
842fa421ae
6 changed files with 11 additions and 7 deletions
|
@ -230,6 +230,8 @@ public class ModBlocks {
|
|||
GameRegistry.registerBlock(machineframe, ItemBlockMachineFrame.class, "techreborn.machineFrame");
|
||||
|
||||
|
||||
GameRegistry.registerTileEntity(TileMachineBase.class, "TileMachineBaseTR");
|
||||
|
||||
registerOreDict();
|
||||
Core.logHelper.info("TechReborns Blocks Loaded");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue