Fix Pyrolyse Oven accepting other ender pearls (#1567)
You should have to make an Implosion Compressor and not skip by killing Enderman Signed-off-by: TomPlop <tomdidome@gmail.com>
This commit is contained in:
@@ -662,7 +662,7 @@ function registerTFGMiscellaneousRecipes(event) {
|
||||
.EUt(GTValues.VA[GTValues.HV])
|
||||
|
||||
event.recipes.gtceu.pyrolyse_oven('vitrified_ender_dust')
|
||||
.itemInputs('#forge:ender_pearls', '2x tfc:powder/kaolinite', '4x #forge:insulation_t1')
|
||||
.itemInputs('minecraft:ender_pearl', '2x tfc:powder/kaolinite', '4x #forge:insulation_t1')
|
||||
.inputFluids(Fluid.of('gtceu:nitrogen', 100))
|
||||
.itemOutputs('tfg:vitrified_pearl')
|
||||
.chancedOutput('gtceu:ash_dust', 2500, 0)
|
||||
|
||||
Reference in New Issue
Block a user