Flattened nuggets

This commit is contained in:
drcrazy 2018-08-23 15:20:57 +03:00
parent 45d6317d12
commit 2939ee02a3
15 changed files with 183 additions and 169 deletions

View file

@ -47,7 +47,7 @@ public class ModItems {
public static Item GEMS;
public static Item INGOTS;
public static Item NUGGETS;
public static Item DUSTS;
public static Item SMALL_DUSTS;
public static Item PARTS;
@ -166,9 +166,9 @@ public class ModItems {
registerItem(SMALL_DUSTS, "smallDust");
ModPlates.register();
ModNuggets.register();
NUGGETS = new ItemNuggets();
registerItem(NUGGETS, "nuggets");
// purifiedCrushedOre = new ItemPurifiedCrushedOre();
// registerItem(purifiedCrushedOre, "purifiedCrushedOre");
PARTS = new ItemParts();