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
Hi dev, I'd like to check if I'm taking a step too long here with the upgrades.
I have a server currently running on Forge: 47.2.0, and a client on: 1.20.1.
We wanted some new feature from the 1.21.1 then I decided to try to upgrade both things at once, from Forge to NeoForge, from 1.20.1 to 1.21.1.
All booted fine, but once I opened Colossal Chests and/or IronChests entities, all the item stacks that were stored into them were reduced to a single item.
In your experience, would it perhaps give us a better result going from Forge to Forge, between 1.20.1 to 1.21.1 first, then from Forge to NeoForge?
The alternative for us would be of course storing items in vanilla chests, those didn't lose the stacks for whatever reason. But that's quite a painful process and I'd like to check with you first if that's known and if there is an alternative for it.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
The Forge->Forge update first may go better, but I'm not sure tbh.
When porting across MC versions, I don't keep things backwards-compatible, just like most (all?) other mods.
I'm surprised this update worked out for you, even just partially.
In theory, custom logic could be added to enable this transition in a backwards-compatible manner. But this would require changes to the code.
Issue type:
Question:
Hi dev, I'd like to check if I'm taking a step too long here with the upgrades.
I have a server currently running on Forge: 47.2.0, and a client on: 1.20.1.
We wanted some new feature from the 1.21.1 then I decided to try to upgrade both things at once, from Forge to NeoForge, from 1.20.1 to 1.21.1.
All booted fine, but once I opened Colossal Chests and/or IronChests entities, all the item stacks that were stored into them were reduced to a single item.
In your experience, would it perhaps give us a better result going from Forge to Forge, between 1.20.1 to 1.21.1 first, then from Forge to NeoForge?
The alternative for us would be of course storing items in vanilla chests, those didn't lose the stacks for whatever reason. But that's quite a painful process and I'd like to check with you first if that's known and if there is an alternative for it.
Thanks in advance.
The text was updated successfully, but these errors were encountered: