Removed gtceu:extractor/extract_(tiered alloy name) recipes due to empty tags (#1915)
* Switched tfg:sugars for tfc:sweetener in food processor jam recipes * Removed empty tag recipes (gtceu:extractor/ with all tiered alloys) --------- Co-authored-by: Xikaro <os.valerievich@ya.ru> Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
b7e02e74f4
commit
4febc1dc32
1 changed files with 11 additions and 0 deletions
|
|
@ -66,6 +66,17 @@ function removeGreateRecipes(event) {
|
|||
|
||||
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy_shaft' })
|
||||
|
||||
event.remove({ id: 'gtceu:extractor/extract_andesite_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_steel_alloy '})
|
||||
event.remove({ id: 'gtceu:extractor/extract_aluminium_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_stainless_steel_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_titanium_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_tungsten_steel_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_rhodium_plated_palladium_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_naquadah_alloy_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_darmstadtium_alloy' })
|
||||
event.remove({ id: 'gtceu:extractor/extract_neutronium_alloy' })
|
||||
|
||||
removeMaceratorRecipe(event, 'macerate_andesite_alloy')
|
||||
removeMaceratorRecipe(event, 'macerate_steel_alloy')
|
||||
removeMaceratorRecipe(event, 'macerate_aluminium_alloy')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue