Add coal to the grinder.

This commit is contained in:
modmuss50 2017-01-16 10:03:58 +00:00
parent 9e02f1ff35
commit a172c6aabe
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -181,6 +181,11 @@ public class ModRecipes {
} }
} }
RecipeHandler.addRecipe(new GrinderRecipe(
new ItemStack(Items.COAL),
ItemDusts.getDustByName("coal"),
120, 10));
} }
static void addReactorRecipes() { static void addReactorRecipes() {