Add a recipe for clay dust into the grinder, closes #945

This commit is contained in:
modmuss50 2017-01-31 12:29:18 +00:00
parent 77280fad79
commit 12f23f6434
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -152,6 +152,11 @@ public class ModRecipes {
ItemDusts.getDustByName("coal"),
300, 27));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(net.minecraft.init.Items.CLAY_BALL),
ItemDusts.getDustByName("clay"),
200, 18));
for (String oreDictionaryName : OreDictionary.getOreNames()) {
if (isDictPrefixed(oreDictionaryName, "ore", "gem", "ingot")) {
ItemStack oreStack = getDictOreOrEmpty(oreDictionaryName, 1);