Add platinum group ore and fluid tags (#2230)
Allow easy filtering of platinum-containing ores Signed-off-by: Mqrius <Nuntius.Marii@Gmail.com> Co-authored-by: GameStar <56610486+BlueBoat29@users.noreply.github.com>
This commit is contained in:
parent
54df5e7dba
commit
f01cc470f2
1 changed files with 13 additions and 1 deletions
|
|
@ -69,6 +69,14 @@ const registerTFGItemTags = (event) => {
|
|||
event.add('deafission:fuels', 'tfg:plutonium_rod')
|
||||
event.add('tfg:fission_rods', '#deafission:fuels')
|
||||
|
||||
// Platline
|
||||
event.add('tfg:platinum_ore_group', 'gtceu:purified_pentlandite_ore')
|
||||
event.add('tfg:platinum_ore_group', 'gtceu:purified_chalcopyrite_ore')
|
||||
event.add('tfg:platinum_ore_group', 'gtceu:purified_tetrahedrite_ore')
|
||||
event.add('tfg:platinum_ore_group', 'gtceu:purified_bornite_ore')
|
||||
event.add('tfg:platinum_ore_group', 'gtceu:purified_cooperite_ore')
|
||||
event.add('tfg:platinum_ore_group', 'gtceu:purified_chalcocite_ore')
|
||||
|
||||
//#region Tools & Armor
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/wood')
|
||||
event.add('forge:tools/fishing_nets', 'tfg:fishing_net/brass')
|
||||
|
|
@ -880,6 +888,10 @@ const registerTFGFluidTags = (event) => {
|
|||
global.BREATHABLE_COMPRESSED_AIRS.forEach(x => {
|
||||
event.add('tfg:breathable_compressed_air', x)
|
||||
})
|
||||
|
||||
// Platline tags
|
||||
event.add('tfg:sulfuric_metal_solution', 'gtceu:sulfuric_copper_solution')
|
||||
event.add('tfg:sulfuric_metal_solution', 'gtceu:sulfuric_nickel_solution')
|
||||
}
|
||||
//#endregion
|
||||
|
||||
|
|
@ -972,4 +984,4 @@ const registerTFGPlacedFeatures = (event) => {
|
|||
|
||||
// #endregion
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue