Hello,
I want to register a seed reprocessor recipe from mystical agriculture in my mod.
The recipe is at modid\src\main\resources\data\mysticalagriculture\recipes\seed\reprocessor
The recipe works when mystical agriculture is loaded.
But when MA isn't loaded, it throws an error:
Parsing error loading recipe mysticalagriculture:seed/reprocessor/magical
com.google.gson.JsonSyntaxException: Invalid or unsupported recipe type 'mysticalagriculture:reprocessor'
How can I disable this recipe loading when MA isn't here ?
Thanks !