remove debug line
This commit is contained in:
parent
d510b24599
commit
9e3372c5aa
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue