Files
meatballcraft/config/railway_depot_worker.cfg
T
sainagh 81f239c21b 0.18.0
0.18.0, hotfix4 update
2025-05-13 16:10:52 -07:00

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
}