Made obsidian grindable.

This commit is contained in:
drcrazy 2017-12-19 13:05:57 +03:00
parent 8b90bc6a60
commit 1b9844a6cd

View file

@ -225,6 +225,10 @@ public class ModRecipes {
new ItemStack(Items.DYE, 10, 4),
170, 19));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(Blocks.OBSIDIAN),
ItemDusts.getDustByName("obsidian", 4),
170, 19));
for (String oreDictionaryName : OreDictionary.getOreNames()) {
if (isDictPrefixed(oreDictionaryName, "ore", "gem", "ingot")) {