Added charcoal dust grinder recipe.
This commit is contained in:
parent
a419189926
commit
17f819e9c6
1 changed files with 5 additions and 0 deletions
|
@ -185,6 +185,11 @@ public class ModRecipes {
|
||||||
new ItemStack(Items.COAL),
|
new ItemStack(Items.COAL),
|
||||||
ItemDusts.getDustByName("coal"),
|
ItemDusts.getDustByName("coal"),
|
||||||
230, 27));
|
230, 27));
|
||||||
|
|
||||||
|
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||||
|
new ItemStack(Items.COAL, 1, 1),
|
||||||
|
ItemDusts.getDustByName("charcoal"),
|
||||||
|
230, 27));
|
||||||
|
|
||||||
RecipeHandler.addRecipe(new GrinderRecipe(
|
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||||
new ItemStack(net.minecraft.init.Items.CLAY_BALL),
|
new ItemStack(net.minecraft.init.Items.CLAY_BALL),
|
||||||
|
|
Loading…
Reference in a new issue