Made obsidian grindable.
This commit is contained in:
parent
8b90bc6a60
commit
1b9844a6cd
1 changed files with 4 additions and 0 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue