Added blaze dust and HOP graphite dust recipes.
This commit is contained in:
parent
a6f242e7e6
commit
a75a493de7
2 changed files with 12 additions and 1 deletions
|
@ -237,6 +237,11 @@ public class ModRecipes {
|
|||
new ItemStack(Blocks.OBSIDIAN),
|
||||
ItemDusts.getDustByName("obsidian", 4),
|
||||
170, 19));
|
||||
|
||||
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||
new ItemStack(Items.BLAZE_ROD),
|
||||
new ItemStack(Items.BLAZE_POWDER, 4),
|
||||
170, 19));
|
||||
|
||||
if (OreUtil.doesOreExistAndValid("stoneMarble")) {
|
||||
ItemStack marbleStack = getOre("stoneMarble");
|
||||
|
@ -253,7 +258,7 @@ public class ModRecipes {
|
|||
120, 10));
|
||||
}
|
||||
|
||||
//See comments bellow, this allows the ore to go to the product when it sometimes goes stright to dust.
|
||||
//See comments bellow, this allows the ore to go to the product when it sometimes goes straight to dust.
|
||||
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||
"oreCoal", new ItemStack(Items.COAL, 2),
|
||||
270, 31));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue