Add Glowstone grinder recipe (#1060)
* Added Glowstone dust grinder recipe
This commit is contained in:
parent
d605b7175f
commit
4d4a6e6fac
1 changed files with 4 additions and 0 deletions
|
@ -167,6 +167,10 @@ public class ModRecipes {
|
||||||
new ItemStack(Items.FLINT),
|
new ItemStack(Items.FLINT),
|
||||||
200, 20));
|
200, 20));
|
||||||
|
|
||||||
|
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||||
|
new ItemStack(Blocks.GLOWSTONE),
|
||||||
|
ItemDusts.getDustByName("glowstone", 4), 220, 21));
|
||||||
|
|
||||||
RecipeHandler.addRecipe(new GrinderRecipe(
|
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||||
new ItemStack(Blocks.NETHERRACK),
|
new ItemStack(Blocks.NETHERRACK),
|
||||||
ItemDusts.getDustByName("netherrack"),
|
ItemDusts.getDustByName("netherrack"),
|
||||||
|
|
Loading…
Add table
Reference in a new issue