Add a recipe for clay dust into the grinder, closes #945
This commit is contained in:
parent
77280fad79
commit
12f23f6434
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue