remove debug line

This commit is contained in:
ProfessorProspector 2016-12-10 15:00:53 -08:00
parent d510b24599
commit 9e3372c5aa

View file

@ -110,7 +110,6 @@ public class OreDict {
if (type.equals(ModItems.META_PLACEHOLDER))
continue; //Aware of placeholders!
OreDictionary.registerOre(CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, "plate_" + type), ItemPlates.getPlateByName(type));
System.out.println(CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, "plate_" + type));
}
for (String type : ItemDusts.types) {