Added charcoal dust grinder recipe.

This commit is contained in:
drcrazy 2017-12-08 20:25:25 +03:00
parent a419189926
commit 17f819e9c6

View file

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