Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Requires EmbeddiumOptions When it Shouldn't #63

Open
SassyCultist opened this issue May 3, 2024 · 5 comments
Open

Requires EmbeddiumOptions When it Shouldn't #63

SassyCultist opened this issue May 3, 2024 · 5 comments

Comments

@SassyCultist
Copy link

EmbeddiumOptions is no longer supported since Embeddium 0.3.16 but this mod still requires it. This produces the following error on startup.
image

@zinerith
Copy link

zinerith commented May 3, 2024

To add onto this, the features from Textrues Embedium Options are now built into Embedium, causing the mods to be incompatible. The Mod owner of textrues even archived the mod due to it now being irrelevant and unusable.

@Ocraftyone
Copy link

Ocraftyone commented May 5, 2024

Removing the dependency from the mods.toml seems to fix the issue on forge 1.20. Probably just mark TEO as incompatible and require embeddium 0.3.16+.

@Aevaris
Copy link

Aevaris commented May 11, 2024

Removing the dependency from the mods.toml seems to fix the issue on forge 1.20. Probably just mark TEO as incompatible and require embeddium 0.3.16+.

This worked for me as well.

Future reader - if you read this before an official mod update, you can fix this yourself by using 7zip or another archive/zip reader, right click the mod file -> open archive -> open META-INF directory -> edit mods.toml -> remove the Textrues block

@Easyiron
Copy link

Easyiron commented Jul 4, 2024

Same problem for me can´t use embeddium extras without modyfying a mod.

@HeroOfFire45
Copy link

More complete fix that modifies .gradle files and updates the Embeddium depenency: #66

Hopefully these changes will be merged into the mod itself if work on it continues, as it will save them some grunt work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants