When the game crashes extremely early due to other reasons, sometimes the file configs/mixingasm/transformer_inclusion_list_default.txt fails to properly generate and stays empty. This causes the following incomprehensible crash:
fml-client-latest.log
Suggestion:
Instead of removing the :replaceableFile marker, it should be :doNotReplace but commented out by default, like so:
#:doNotReplace
# This file will get OVERWRITTEN at launch, nullifying any changes made to it, unless you uncomment the line above. It is recommended to edit transformer_inclusion_list.txt and transformer_exclusion_list.txt instead, though.
When the game crashes extremely early due to other reasons, sometimes the file
configs/mixingasm/transformer_inclusion_list_default.txtfails to properly generate and stays empty. This causes the following incomprehensible crash:fml-client-latest.log
Suggestion:
Instead of removing the
:replaceableFilemarker, it should be:doNotReplacebut commented out by default, like so: