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

@ -186,6 +186,11 @@ public class ModRecipes {
ItemDusts.getDustByName("coal"),
230, 27));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(Items.COAL, 1, 1),
ItemDusts.getDustByName("charcoal"),
230, 27));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(net.minecraft.init.Items.CLAY_BALL),
ItemDusts.getDustByName("clay"),