As you can see, it is incorrect on Mac and Linux. This means that if a modpack is has changes to this config, Mac and Linux systems will end up using default settings.
Changes to this config controls whether certain items and recipes are registered. So if client and server are using different config files, they will get a Fatally Missing Registry Entries error on connection. This is the case with MC Eternal 1.4.1.
Workaround
To avoid this problem, put the config file into the modpack twice using both filenames. That way the correct settings are loaded regardless of OS.
Ancient Warfare 2.7.0 uses a different config file
path
and name depending on which OS the modpack is running on:https://github.com/P3pp3rF1y/AncientWarfare2/issues/1239
Windows:
config\ancientwarfare\
AncientWarfareVehicle.cfgMac/Linux:
config/
ancientwarfare\AncientWarfareVehicle.cfgAs you can see, it is incorrect on Mac and Linux. This means that if a modpack is has changes to this config, Mac and Linux systems will end up using default settings.
Changes to this config controls whether certain items and recipes are registered. So if client and server are using different config files, they will get a Fatally Missing Registry Entries error on connection. This is the case with MC Eternal
1.4.1
.Workaround
To avoid this problem, put the config file into the modpack twice using both filenames. That way the correct settings are loaded regardless of OS.