Added grinder recipe for endstone.
This commit is contained in:
parent
5978b31dfc
commit
3bee9245f8
1 changed files with 5 additions and 0 deletions
|
@ -191,6 +191,11 @@ public class ModRecipes {
|
||||||
ItemDusts.getDustByName("coal"),
|
ItemDusts.getDustByName("coal"),
|
||||||
120, 10));
|
120, 10));
|
||||||
|
|
||||||
|
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||||
|
new ItemStack(Blocks.END_STONE),
|
||||||
|
ItemDusts.getDustByName("endstone"),
|
||||||
|
300, 16));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void addReactorRecipes() {
|
static void addReactorRecipes() {
|
||||||
|
|
Loading…
Reference in a new issue