Added grinder recipe for endstone.

This commit is contained in:
Jim Groth 2017-02-02 03:51:58 +01:00
parent 5978b31dfc
commit 3bee9245f8

View file

@ -191,6 +191,11 @@ public class ModRecipes {
ItemDusts.getDustByName("coal"),
120, 10));
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(Blocks.END_STONE),
ItemDusts.getDustByName("endstone"),
300, 16));
}
static void addReactorRecipes() {