Add coal to the grinder.
This commit is contained in:
parent
9e02f1ff35
commit
a172c6aabe
1 changed files with 5 additions and 0 deletions
|
@ -181,6 +181,11 @@ public class ModRecipes {
|
|||
}
|
||||
}
|
||||
|
||||
RecipeHandler.addRecipe(new GrinderRecipe(
|
||||
new ItemStack(Items.COAL),
|
||||
ItemDusts.getDustByName("coal"),
|
||||
120, 10));
|
||||
|
||||
}
|
||||
|
||||
static void addReactorRecipes() {
|
||||
|
|
Loading…
Reference in a new issue