Need to push shit out of the block class and put it in the tile Ent class

This commit is contained in:
kitsushadow
2015-07-06 07:22:51 -04:00
parent f536b3f48f
commit 091742b4fe
41 changed files with 328 additions and 138 deletions

View File

@@ -19,8 +19,6 @@ import cpw.mods.fml.common.registry.GameRegistry;
public final class ModCrafting {
public static final Hashtable<Integer, Item> pickheads = new Hashtable <Integer, Item>(){{
put(0, ModItems.unbreakingOneHead);