SmallDusts flattened
This commit is contained in:
parent
edd4e0df3e
commit
de45f3e68d
7 changed files with 270 additions and 234 deletions
|
@ -45,7 +45,6 @@ import javax.annotation.Nullable;
|
|||
|
||||
public class ModItems {
|
||||
|
||||
public static Item SMALL_DUSTS;
|
||||
public static Item PARTS;
|
||||
public static Item ROCK_CUTTER;
|
||||
public static Item LITHIUM_BATTERY_PACK;
|
||||
|
@ -153,18 +152,13 @@ public class ModItems {
|
|||
|
||||
public static void init() {
|
||||
|
||||
SMALL_DUSTS = new ItemDustsSmall();
|
||||
registerItem(SMALL_DUSTS, "smallDust");
|
||||
|
||||
ModDusts.register();
|
||||
ModDustsSmall.register();
|
||||
ModIngots.register();
|
||||
ModGems.register();
|
||||
ModPlates.register();
|
||||
ModNuggets.register();
|
||||
|
||||
|
||||
// purifiedCrushedOre = new ItemPurifiedCrushedOre();
|
||||
// registerItem(purifiedCrushedOre, "purifiedCrushedOre");
|
||||
PARTS = new ItemParts();
|
||||
registerItem(PARTS, "part");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue