Compatibility
Minecraft: Java Edition
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Changelog
- Updated to MC 1.21
⚠️ Warning: Worlds from 1.20.4 and below will not be updated properly and may crash (see note below)
I already spent weeks writing datafixers to migrate old circuit data to the new one (which already worked).
Unfortunately, when Minecraft introduced structured components on items to replace NBT,
they chose to use components
as the tag name where they are saved.
This happens to be the same tag that circuit items and block entities used for storing their circuit data.
This causes very annoying problems with DataFixerUpper,
since it would expect the list of integers to be a map of components.
When trying to load a 1.20.4 world with circuits, it will error with something like this in the console and crash:
Not a map: [I;0,0,0,.....
I tried a lot of things to fix this, and it partially almost worked (with some exceptions). However, I don't feel comfortable including this fix in a release, because I don't know the possible side effects it might have to worlds. So if you need your world upgraded, feel free to get in touch, so I know there is demand for it. I might still find a good solution (unlikely) or help you update the world with my (as of now) crude solution.
My datafixing attempts can be found at https://github.com/replaceitem/integrated-circuit/tree/datafixing-pain
If you are a datafixing wizard, I would really appreciate any help.
Files
Metadata
Release channel
ReleaseVersion number
1.4.4Loaders
Game versions
1.21Downloads
81Publication date
July 20, 2024 at 2:48 PMPublisher
replaceitem
Owner