Merge pull request #1003 from bogger33/BOP-1.10.2-5.0.x

add amethyst to oreDict
This commit is contained in:
Forstride 2017-05-27 19:00:10 -04:00 committed by GitHub
commit b8cd014596
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()));