Added recipe for endstone dust, closes #989

(cherry picked from commit 96d8220)
This commit is contained in:
modmuss50 2017-03-08 09:42:06 +00:00
parent d126edaa1b
commit 82c9d00f97
No known key found for this signature in database
GPG key ID: 203A5ED4D3E48BEA

View file

@ -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) {