Flattened dusts.
This commit is contained in:
parent
1ee9ffb007
commit
edd4e0df3e
23 changed files with 365 additions and 856 deletions
|
@ -45,7 +45,6 @@ import javax.annotation.Nullable;
|
|||
|
||||
public class ModItems {
|
||||
|
||||
public static Item DUSTS;
|
||||
public static Item SMALL_DUSTS;
|
||||
public static Item PARTS;
|
||||
public static Item ROCK_CUTTER;
|
||||
|
@ -154,11 +153,10 @@ public class ModItems {
|
|||
|
||||
public static void init() {
|
||||
|
||||
DUSTS = new ItemDusts();
|
||||
registerItem(DUSTS, "dust");
|
||||
SMALL_DUSTS = new ItemDustsSmall();
|
||||
registerItem(SMALL_DUSTS, "smallDust");
|
||||
|
||||
ModDusts.register();
|
||||
ModIngots.register();
|
||||
ModGems.register();
|
||||
ModPlates.register();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue