Added recipe for endstone dust, closes #989
(cherry picked from commit 96d8220)
This commit is contained in:
parent
d126edaa1b
commit
82c9d00f97
1 changed files with 4 additions and 0 deletions
|
@ -179,6 +179,10 @@ public class IndustrialGrinderRecipes extends RecipeMethods {
|
||||||
if (oresExist("oreSaltpeter")) {
|
if (oresExist("oreSaltpeter")) {
|
||||||
register(getOre("oreSaltpeter"), WATER, 100, 128, getMaterial("saltpeter", 2, Type.DUST), getMaterial("saltpeter", Type.SMALL_DUST));
|
register(getOre("oreSaltpeter"), WATER, 100, 128, getMaterial("saltpeter", 2, Type.DUST), getMaterial("saltpeter", Type.SMALL_DUST));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
register(new ItemStack(Blocks.END_STONE), WATER, 100, 128, getMaterial("endstone", 2, Type.DUST));
|
||||||
|
register(new ItemStack(Blocks.END_BRICKS), WATER, 100, 128, getMaterial("endstone", 4, Type.DUST));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void register(ItemStack output, FluidStack fluid, int ticks, int euPerTick, ItemStack... inputs) {
|
static void register(ItemStack output, FluidStack fluid, int ticks, int euPerTick, ItemStack... inputs) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue