81f239c21b
0.18.0, hotfix4 update
15 lines
643 B
INI
15 lines
643 B
INI
# Configuration file
|
|
|
|
general {
|
|
# It seems that Railcraft was trying to "fix" fluids from other mods that forgot to register the texture into atlas.
|
|
# However, this is known to break some unusual fluid textures, most notably Molten Demon Metal from ExtraUtils2 when Tinkers Construct is also installed.
|
|
# This option lets you to control whether you want this "fix" or not.
|
|
B:disableFluidTextureFix=true
|
|
B:useAlternativeFirestoneTicker=true
|
|
|
|
# If Fluid Texture Fix is used, set this to true will use an alternative version of the fix, which is compatible with ExtraUtils2.
|
|
B:useAlternativeFluidTextureFix=true
|
|
}
|
|
|
|
|