Added Blocks and items to the api

This commit is contained in:
modmuss50 2015-08-10 19:41:28 +01:00
parent 2ff03573d9
commit fe049cc160
4 changed files with 163 additions and 1 deletions

View file

@ -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)