fixed duping with plated blocks
This commit is contained in:
parent
5c49b849f4
commit
853156b39b
1 changed files with 2 additions and 1 deletions
|
|
@ -115,8 +115,9 @@ function generatePlatedBlockRecipe(event, material) {
|
|||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
|
||||
if (tfcProperty != null) {
|
||||
// Slabs are lossy because it's possible to plate a double slab block with one metal plate
|
||||
event.recipes.tfc.heating(platedSlab, tfcProperty.getMeltTemp())
|
||||
.resultFluid(Fluid.of(outputMaterial.getFluid(), 144))
|
||||
.resultFluid(Fluid.of(outputMaterial.getFluid(), 72))
|
||||
.id(`tfc:heating/metal/${tfcMetalName}_block_slab`)
|
||||
}
|
||||
event.recipes.gtceu.macerator(`tfg:${material.getName()}_plated_slab`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue