Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Supported environments
Creators
Details
Licensed MIT
Published last month
Updated 5 days ago
Changelog
Fix: Server crash caused by Watchdog timeout
The server was crashing with a Watchdog error because CobbleStacker was modifying the list of entities (removing/discarding items) while still looping through
it. This is like pulling cards out of a deck while someone else is counting them — it causes the game to freeze and eventually the Watchdog kills the server
for being unresponsive.
What we changed: The auto-clear and force-clear systems now first make a list of all the items that need to be removed, and only then actually remove them after the loop is done. This prevents the freeze entirely.
Files
Metadata
Release channel
ReleaseVersion number
1.0.1Loaders
Game versions
1.21.1Environment
Server-side only, works in singleplayer too
Downloads
24Publication date
March 7, 2026 at 4:12 PMPublisher
MarcoErCarrozza
Member


