parent
d85501a057
commit
1329c30556
23 changed files with 287 additions and 318 deletions
|
@ -215,6 +215,7 @@ public class ModRegistry {
|
|||
RebornRegistry.registerItem(TRContent.MANUAL = InitUtils.setup(new ManualItem(), "manual"));
|
||||
RebornRegistry.registerItem(TRContent.DEBUG_TOOL = InitUtils.setup(new DebugToolItem(), "debug_tool"));
|
||||
RebornRegistry.registerItem(TRContent.CELL = InitUtils.setup(new DynamicCellItem(), "cell"));
|
||||
TRContent.CELL.registerFluidApi();
|
||||
|
||||
TechReborn.LOGGER.debug("TechReborns Items Loaded");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue