CivMC / Civ

Monorepo for development of and running a Civ Server.
MIT License
4 stars 10 forks source link

Bandaid fix nbt matching issues #547

Closed MrJeremyFisher closed 1 week ago

MrJeremyFisher commented 4 weeks ago

Should fix issues impacting stacking and factory use of items like essence, fossils, and compacted items. See the video below for how to trigger the update. Re-logging is equivalent to a server restart, so any inventories opened before a restart will have their contents fully converted post-restart.

I'm working on a proper fix that will happen in "real time" but for now this will at least make the items useable again (I think! This issue has been a real headache to deal with).

Addresses #510

1280x720.webm

MrJeremyFisher commented 1 week ago

The underlying issue here is resolved by 1.20.6 as far as I can tell so this shouldn't be necessary anymore.

ZeroQLi commented 4 hours ago

So the plan to fix this is now to update to 1.20.6?

MrJeremyFisher commented 4 hours ago

Yeah, though I'm not sure how 1.20.6 will handle items that were created before the update. Hoping any issues regarding that will crop up in testing so I can fix them before they happen on live.