add amethyst to oreDict

This commit is contained in:
bogger33 2017-05-01 06:28:11 +02:00
parent c0ca62f4e4
commit 2d917564f3
1 changed files with 0 additions and 2 deletions

View File

@ -364,8 +364,6 @@ public class ModCrafting
for (BOPGems gem : BOPGems.values())
{
// TODO: for some reason, Amethyst was not included in these sections in the 1.7 code - check this is correct, deliberate behavior
if (gem == BOPGems.AMETHYST) {continue;}
String gemName = CaseFormat.UPPER_UNDERSCORE.to(CaseFormat.UPPER_CAMEL, gem.name());
OreDictionary.registerOre("gem"+gemName, new ItemStack(BOPItems.gem, 1, gem.ordinal()));
OreDictionary.registerOre("ore"+gemName, new ItemStack(BOPBlocks.gem_ore , 1, gem.ordinal()));