fixed not being able to pick up spring water or use it in a barrel/mixing bowl
This commit is contained in:
parent
dace370ebe
commit
30d25177bc
3 changed files with 13 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ const registerFirmaLifeFluidTags = (event) => {
|
|||
|
||||
// Добавляем тег для скрытия в EMI
|
||||
event.add('c:hidden_from_recipe_viewers', 'firmalife:metal/chromium')
|
||||
|
||||
event.add('firmalife:mixable', 'tfc:spring_water')
|
||||
}
|
||||
|
||||
const registerFirmaLifePlacedFeatures = (event) => {
|
||||
|
|
|
|||
|
|
@ -444,6 +444,11 @@ const registerTFCFluidTags = (event) => {
|
|||
event.add('tfc:usable_in_red_steel_bucket', 'gtceu:creosote')
|
||||
event.add('tfc:usable_in_blue_steel_bucket', 'gtceu:creosote')
|
||||
|
||||
event.add('tfc:ingredients', 'tfc:spring_water')
|
||||
event.add('tfc:usable_in_barrel', 'tfc:spring_water')
|
||||
event.add('tfc:usable_in_wooden_bucket', 'tfc:spring_water')
|
||||
event.add('tfc:usable_in_red_steel_bucket', 'tfc:spring_water')
|
||||
|
||||
// Добавляем тег для скрытия в EMI
|
||||
event.add('c:hidden_from_recipe_viewers', 'tfc:metal/bismuth')
|
||||
event.add('c:hidden_from_recipe_viewers', 'tfc:metal/bismuth_bronze')
|
||||
|
|
|
|||
|
|
@ -225,14 +225,20 @@ const registerTFGFluidTags = (event) => {
|
|||
event.add('tfc:usable_in_pot', 'tfg:latex')
|
||||
event.add('tfc:usable_in_barrel', 'tfg:latex')
|
||||
event.add('tfc:usable_in_wooden_bucket', 'tfg:latex')
|
||||
event.add('tfc:usable_in_red_steel_bucket', 'tfg:latex')
|
||||
event.add('tfc:usable_in_blue_steel_bucket', 'tfg:latex')
|
||||
|
||||
event.add('tfc:usable_in_pot', 'tfg:vulcanized_latex')
|
||||
event.add('tfc:usable_in_barrel', 'tfg:vulcanized_latex')
|
||||
event.add('tfc:usable_in_wooden_bucket', 'tfg:vulcanized_latex')
|
||||
event.add('tfc:usable_in_red_steel_bucket', 'tfg:vulcanized_latex')
|
||||
event.add('tfc:usable_in_blue_steel_bucket', 'tfg:vulcanized_latex')
|
||||
|
||||
event.add('tfc:usable_in_pot', 'tfg:conifer_pitch')
|
||||
event.add('tfc:usable_in_barrel', 'tfg:conifer_pitch')
|
||||
event.add('tfc:usable_in_wooden_bucket', 'tfg:conifer_pitch')
|
||||
event.add('tfc:usable_in_red_steel_bucket', 'tfg:conifer_pitch')
|
||||
event.add('tfc:usable_in_blue_steel_bucket', 'tfg:conifer_pitch')
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue