Suggestion: 1.21.1 Neoforge - disable Crate support if Crate is not installed
Kastello1 opened this issue ยท 0 comments
Problem:
1.21.1 Neoforge
Exposure adds support for Create. However, since Create is missing, the recipe type sequenced_assembly does not exist. Exposure therefore attempts to load recipes for a mod that is not there, resulting in dozens of errors.
For example:
"Parsing error loading recipe create:sequenced_assembly/high_sensitivity_color_film_developing com.google.gson.JsonParseException: Unknown registry key... create:sequenced_assembly"
Solution:
Either add an config option or check automatically if crate is installed. If crate is not installed disable the checks / attempts to load recipes.
This would declutter the log, especially for people who have many mods installed. Each little bit helps :)