You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit: I have further narrowed the scope and can now consistently reproduce the bug in an dedicated server <-> client environment, but reducing the mod list.
Minecraft 1.20.1
Forge 47.3.25 (as latest Forgified Fabric API crashes on latest Forge 47.3.27 (link))
Because it is ONLY the Quark Storage Crate that have this issue. Other interactive blocks (both Quark and vanilla) do not have this issue, leading me to suspect that the code for the Storage Crate could benefit of a small review.
I know the elephant in the room is that both C2ME and Smooth Chunk handles chunks and that the bug very well could be between those two, but then the issue would also exist for other interactive blocks.
Somehow quark handles it gracefully for other Quark interactive blocks. My hope is that the Storage Crate can have the same graceful behavior - even if the root of the problem should be a conflict between the other mods.
Quark do not have the responsibility to fix bugs for other mods, but it seems like Quark already have a working solution at hand in those other interactive blocks, so the fix is potentially easy to do (maybe? 😬)
How to reproduce
1. Launch a new instance as detailed above
2. Click Singleplayer
3. Click Create New World (making it a Creative one is probably a good idea)
4. Place a Storage Crate in the world
5. Put an item in the Storage Crate (I have used iron_axe in my testing)
6. Press [Escape] and click Save and Quit to Title
7. Click Singleplayer
8. Launch the saved world
9. Open the Storage Crate
Launch a dedicated server as detailed above
Launch a new client instance as detailed above
Click Multiplayer
Join the server
Place a Storage Crate in the world
Put an item in the Storage Crate (I have used iron_axe in my testing)
Press [Escape] and click Disconnect
Restart the server
Join the server
Open the Storage Crate
What was expected: The item to be in the Storage Crate What happened: The Storage Crate is empty
Workaround: Removing eitherC2MEor Smooth Chunk (or both) makes the Storage Crate work as expected (it doesn't bring the item back though).
Observation: Even when items are placed in a world while C2ME was not installed, then as soon as one stops the server with C2ME installed (even without making any changes to the world) the items disappear from the Storage Crate.
(I just now discovered that I am running JAVA 21 for the server, but it should make no difference, as I have seen the error occur in a server running JAVA 17 as well)
mikkolukas
changed the title
[Bug][1.20.1]Items vanish from Storage Crate on world save (mod conflict)
[Bug][1.20.1] All items vanish from Storage Crate on world save (mod conflict)
Feb 2, 2025
edit: I have further narrowed the scope and can now consistently reproduce the bug in an dedicated server <-> client environment, but reducing the mod list.
Minecraft
1.20.1
Forge
47.3.25
(as latest Forgified Fabric API crashes on latest Forge47.3.27
(link))Mods
Install on Client and server
Quark
1.20.1-4.0-460
Quark Oddities
1.20.1
Dependencies
Zeta
1.20.1-1.0-24
Install on Server only
Concurrent Chunk Management Engine (Fabric) (aka C2ME)
0.2.0+alpha.11.15+1.20.1
Server Performance - Smooth Chunk Save (aka Smooth Chunk Mod)1.20.1-4.0
Dependencies
Sinytra Connector
1.0.0-beta.46+1.20.1
Forgified Fabric API
0.92.2+1.11.10+1.20.1
Cupboard Utilities1.20.1-2.7
Why am I posting this as a Quark issue?
Because it is ONLY the Quark
Storage Crate
that have this issue. Other interactive blocks (both Quark and vanilla) do not have this issue, leading me to suspect that the code for the Storage Crate could benefit of a small review.I know the elephant in the room is that both C2ME and Smooth Chunk handles chunks and that the bug very well could be between those two, but then the issue would also exist for other interactive blocks.Somehow quark handles it gracefully for other Quark interactive blocks. My hope is that the Storage Crate can have the same graceful behavior - even if the root of the problem should be a conflict between the other mods.
Quark do not have the responsibility to fix bugs for other mods, but it seems like Quark already have a working solution at hand in those other interactive blocks, so the fix is potentially easy to do (maybe? 😬)
How to reproduce
1. Launch a new instance as detailed above2. Click
Singleplayer
3. Click
Create New World
(making it aCreative
one is probably a good idea)4. Place a Storage Crate in the world
5. Put an item in the Storage Crate (I have used
iron_axe
in my testing)6. Press
[Escape]
and clickSave and Quit to Title
7. Click
Singleplayer
8. Launch the saved world
9. Open the Storage Crate
iron_axe
in my testing)[Escape]
and clickDisconnect
What was expected: The item to be in the Storage Crate
What happened: The Storage Crate is empty
Workaround: Removing
eitherC2MEor Smooth Chunk (or both)makes the Storage Crate work as expected (it doesn't bring the item back though).Observation: Even when items are placed in a world while C2ME was not installed, then as soon as one stops the server with C2ME installed (even without making any changes to the world) the items disappear from the Storage Crate.
Log:
mclo.gs/SY7kyek (and also to pastebin.com/hgnHbX7H as requested inCONTRIBUTING.md
)CONTRIBUTING.md
)CONTRIBUTING.md
)CONTRIBUTING.md
)The text was updated successfully, but these errors were encountered: