Added Blocks and items to the api
This commit is contained in:
parent
2ff03573d9
commit
fe049cc160
4 changed files with 163 additions and 1 deletions
|
@ -36,7 +36,6 @@ public class ModPartRegistry {
|
|||
LogHelper.info("Started to load all parts");
|
||||
|
||||
for (ModPart modPart : ModPartRegistry.parts) {
|
||||
System.out.println(modPart.getName());
|
||||
Item part = new ModPartItem(modPart)
|
||||
.setUnlocalizedName(modPart.getName())
|
||||
.setCreativeTab(TechRebornCreativeTab.instance)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue