TexTrue's Embeddium Options

TexTrue's Embeddium Options

16M Downloads

Compatibility issues with Embeddium... but worse?

hibleepbloop opened this issue ยท 4 comments

commented

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...

Please help... thanks!!
image_2024-06-30_173713775
image_2024-06-30_173728169

commented

see #9

commented

...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?

commented

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"
commented

thank you!!