Deleted unused resources, added a test .json for the armour forge.

This commit is contained in:
WayofTime 2015-07-29 21:45:19 -04:00
parent b14f2898e8
commit aed8436204
65 changed files with 21 additions and 1529 deletions

View file

@ -11,4 +11,9 @@ public class BlockRenderer
{
Minecraft.getMinecraft().getRenderItem().getItemModelMesher().register(Item.getItemFromBlock(block), 0, new ModelResourceLocation("alchemicalwizardry:" + block.getUnlocalizedName().substring(5), "inventory"));
}
public static void registerBlocks()
{
}
}