Changes plates registration

This commit is contained in:
drcrazy 2018-08-23 14:05:22 +03:00
parent c86f3dc2f4
commit 45d6317d12
3 changed files with 20 additions and 55 deletions
src/main/java/techreborn/init

View file

@ -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");