Unify water, but for real
This commit is contained in:
parent
0f047b75b4
commit
ed1cdb35cf
1 changed files with 5 additions and 2 deletions
|
@ -5,7 +5,7 @@ general {
|
|||
fluids {
|
||||
# List any Fluids here you want to unify. Format as such: `main_fluid_id<->other_fluid_id,another_fluid_id`, For example: `oil<->crude_oil,black_gold,light_oil`
|
||||
S:equivalentFluids <
|
||||
tfc:fresh_water<->minecraft:water
|
||||
minecraft:water<->fresh_water
|
||||
>
|
||||
|
||||
# List any Fluids here where you want the colour to be change. Format as such: `fluid_id<->rgb`, where 'rgb' is an integer rgb value. For example: `water<->5778175`
|
||||
|
@ -14,13 +14,16 @@ general {
|
|||
|
||||
# List any Mod's Fluid you want to be prioritized. Format as such: `mod_id:fluid_id`.
|
||||
S:fluidPriorities <
|
||||
tfc:salt_water
|
||||
minecraft:water
|
||||
gregtech:salt_water
|
||||
>
|
||||
}
|
||||
|
||||
fluid_blocks {
|
||||
# List any Blocks you want the Fluid to possess. If the Fluid already has a Block, this will override it. Format as such: `fluid_id<->block_id
|
||||
S:fluidBlockIDs <
|
||||
fresh_water<->minecraft:water
|
||||
salt_water<->gregtech:salt_water
|
||||
>
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue