Added blaze dust and HOP graphite dust recipes.

This commit is contained in:
drcrazy 2018-07-30 13:07:50 +03:00
parent a6f242e7e6
commit a75a493de7
2 changed files with 12 additions and 1 deletions

View file

@ -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));