Fix oredict for smallDusts. Closes #1392
This commit is contained in:
parent
9de4eb947b
commit
161553503b
1 changed files with 0 additions and 1 deletions
|
@ -146,7 +146,6 @@ public class OreDict {
|
|||
for (String type : ItemDustsSmall.types) {
|
||||
if (type.equals(ModItems.META_PLACEHOLDER))
|
||||
continue; //Aware of placeholders!
|
||||
OreUtil.registerOre(CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, "dust_tiny_" + type), ItemDustsSmall.getSmallDustByName(type));
|
||||
OreUtil.registerOre(CaseFormat.LOWER_UNDERSCORE.to(CaseFormat.LOWER_CAMEL, "dust_small_" + type), ItemDustsSmall.getSmallDustByName(type));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue