forgot this side of the plated block exploit
This commit is contained in:
parent
d7f89a1b49
commit
764ca6f5ff
1 changed files with 2 additions and 2 deletions
|
|
@ -122,13 +122,13 @@ function generatePlatedBlockRecipe(event, material) {
|
|||
}
|
||||
event.recipes.gtceu.macerator(`tfg:${material.getName()}_plated_slab`)
|
||||
.itemInputs(platedSlab)
|
||||
.itemOutputs(ChemicalHelper.get(TagPrefix.dust, material, 1), 'gtceu:small_stone_dust')
|
||||
.itemOutputs(ChemicalHelper.get(TagPrefix.dustSmall, material, 2), 'gtceu:small_stone_dust')
|
||||
.duration(material.getMass())
|
||||
.category(GTRecipeCategories.MACERATOR_RECYCLING)
|
||||
.EUt(GTValues.VA[GTValues.ULV])
|
||||
event.recipes.gtceu.arc_furnace(`tfg:${material.getName()}_plated_slab`)
|
||||
.itemInputs(platedSlab)
|
||||
.itemOutputs(ChemicalHelper.get(TagPrefix.ingot, material, 1), 'gtceu:small_ash_dust')
|
||||
.itemOutputs(ChemicalHelper.get(TagPrefix.nugget, material, 4), 'gtceu:small_ash_dust')
|
||||
.duration(material.getMass())
|
||||
.category(GTRecipeCategories.ARC_FURNACE_RECYCLING)
|
||||
.EUt(GTValues.VA[GTValues.LV])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue