Compatibility issues with Embeddium... but worse?
hibleepbloop opened this issue ยท 4 comments
Trying to run a modpack on forge using embeddium 0.3.21, it says that textrue's is incompatible, blah blah. But, when I try to remove textrue's options, it says:
"Mod embeddiumextras requires textrues_embeddium_options any;
Currently, textrues_embeddium_options is not installed."
Sooo... I just... can't run the modpack anymore? If I try and run it with textrue's options, it breaks, but if I try running it without it... also breaks? And the mods I'm using NEED embeddium...
see #9
...that doesn't help me :( still doesn't run with AND without textrue. if there's something i'm missing, please tell me... do i have to update? do i have to downgrade??? is it just a problem with embeddium?
You need to modify META-INF/mods.toml inside embeddiumextras.jar by deleting the following
[[dependencies.${modid}]]
modId="textrues_embeddium_options"
mandatory=true
versionRange="*"
ordering="AFTER"
side="CLIENT"