Add redgarnet recipe
This commit is contained in:
parent
b0987a3ae0
commit
41312c86a5
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ public class ImplosionCompressorRecipes extends RecipeMethods {
|
|||
if (oresExist("dustMalachite", "gemMalachite")) {
|
||||
register(getOre("dustMalachite", 4), getOre("gemMalachite", 3), 12);
|
||||
}
|
||||
|
||||
register(getOre("blockRedstone", 9), getOre("dustRedGarnet", 4), 4);
|
||||
}
|
||||
|
||||
static void register(ItemStack input, ItemStack output, int darkAshes) {
|
||||
|
|
Loading…
Reference in a new issue