Quark recipes missing "mod_loaded" condition
WenXin20 opened this issue ยท 2 comments
Minecraft v1.16.5
Forge v36.0.46
Environmental v1.0.0
If Quark is not installed, the log prints out errors for missing recipes. A mod requirement can be added to the recipe json files.
"conditions": [
{
"type": "abnormals_core:quark_flag",
"flag": "wooden_posts"
},
{
"type":"forge:mod_loaded",
"modid":"quark"
}
]
Well.. there is an issue but thats not it. The recipe just has the wrong id.
The abnormals_core:quark_flag
condition already handles the mod_loaded
stuff.
The issue is that the recipe outputs as quark:wisteria_post
but it should be environmental:wisteria_post
This issue is already fixed in dev though.