Merge pull request #957 from VanDerGroot/1.11.2

Added grinder recipe for endstone.
This commit is contained in:
Modmuss50 2017-02-02 08:12:52 +00:00 committed by GitHub
commit 55f63aabc4

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() {