-
-
Notifications
You must be signed in to change notification settings - Fork 15
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
[1.21.1 - NeoForge] The Aether with CCLayer beta 23 leads to duplicate and/or removal of Accessories on reload #212
Comments
Ngl tried replicating this with a minimal modpack and having a hard time having this occur like using CCLayer Beta 20 and upgrading to Beta 23 and doing two launches of the world doesn't clear the backpacks contents. |
Ok, I'll investigate on my end and report here. Maybe it is some weird mod interop issue. |
Ok, I think i've found the culprit. The problem seems to be when accessories mod is installed alongside the aether (aether-1.21.1-1.5.4-neoforge.jar, https://modrinth.com/mod/aether/version/1.21.1-1.5.4-neoforge). Aether seems to bundle older version of accessories (1.1.0-beta.16) as an embedded library. Don't know how to handle this yet, will try a couple of things. |
Easiest way to repro:
|
Some additional info:
|
I believe the cause is due to a funny conversion injection with aether to handle seamless transfer of accessories leading to duplicate decoding constantly: https://github.com/The-Aether-Team/The-Aether/blob/59add2436c9d1722af52f1fc9ebd075e474ca302/src/main/java/com/aetherteam/aether/event/listeners/EntityListener.java#L195 |
Such has been communicated to the dev team and fix will be worked on coming up. |
The next update for aether neo should have the fix as this commits fixes the issue: The-Aether-Team/The-Aether@d4b554a |
MC version: 1.21.1
NeoForge version: 21.1.115
Launcher: Prism
Synopsis
Various items with complex internal data are not able to save their state when exiting the game when using CCLayer beta 23. Downgrading to CCLayer beta 20 (while still keeping accessories beta 27 installed) fixes this problem.
Couple of examples of affected mods:
My modlist is HUGE, but problem seems to be fixed by downgrading only the CCLayer jar, keeping all other mods intact.
Steps to reproduce
The text was updated successfully, but these errors were encountered: