Skip to content

Commit

Permalink
Added clear glass to the ore dict
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazaric committed Sep 29, 2013
1 parent 364c564 commit ca02a13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tconstruct/common/TContent.java
Expand Up @@ -1841,6 +1841,7 @@ public void oreRegistry()
//Vanilla stuff
OreDictionary.registerOre("slimeball", new ItemStack(Item.slimeBall));
OreDictionary.registerOre("slimeball", new ItemStack(strangeFood, 1, 0));
OreDictionary.registerOre("glass", new ItemStack(clearGlass));
RecipeRemover.removeShapedRecipe(new ItemStack(Block.pistonStickyBase));
RecipeRemover.removeShapedRecipe(new ItemStack(Item.magmaCream));
GameRegistry.addRecipe(new ShapelessOreRecipe(new ItemStack(Block.pistonStickyBase), "slimeball", Block.pistonBase));
Expand Down

0 comments on commit ca02a13

Please sign in to comment.