Add Glowstone grinder recipe (#1060)

* Added Glowstone dust grinder recipe
This commit is contained in:
Dimmerworld 2017-04-15 17:25:20 +10:00 committed by Modmuss50
parent d605b7175f
commit 4d4a6e6fac

View file

@ -167,6 +167,10 @@ public class ModRecipes {
new ItemStack(Items.FLINT),
200, 20));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(Blocks.GLOWSTONE),
ItemDusts.getDustByName("glowstone", 4), 220, 21));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(Blocks.NETHERRACK),
ItemDusts.getDustByName("netherrack"),