Changes plates registration
This commit is contained in:
parent
c86f3dc2f4
commit
45d6317d12
3 changed files with 20 additions and 55 deletions
src/main/java/techreborn/init
|
@ -165,9 +165,7 @@ public class ModItems {
|
|||
SMALL_DUSTS = new ItemDustsSmall();
|
||||
registerItem(SMALL_DUSTS, "smallDust");
|
||||
|
||||
for (ModPlates plate : ModPlates.values()){
|
||||
plate.register();
|
||||
}
|
||||
ModPlates.register();
|
||||
|
||||
NUGGETS = new ItemNuggets();
|
||||
registerItem(NUGGETS, "nuggets");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue