Skip to content

Commit

Permalink
Add enderblock to oredict for 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zerokyuuni committed Apr 18, 2014
1 parent dbb3095 commit b1d045c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/tconstruct/common/TRecipes.java
Expand Up @@ -1013,6 +1013,7 @@ public void oreRegistry ()
OreDictionary.registerOre("blockAluminiumBrass", new ItemStack(TRepo.metalBlock, 1, 7));
OreDictionary.registerOre("blockAlumite", new ItemStack(TRepo.metalBlock, 1, 8));
OreDictionary.registerOre("blockSteel", new ItemStack(TRepo.metalBlock, 1, 9));
OreDictionary.registerOre("blockEnder", new ItemStack(TRepo.metalBlock, 1, 10));
ensureOreIsRegistered("blockIron", new ItemStack(Blocks.iron_block));
ensureOreIsRegistered("blockGold", new ItemStack(Blocks.gold_block));

Expand Down

0 comments on commit b1d045c

Please sign in to comment.