Integrated circuit

Integrated circuit

Mod

Adds integrated circuits to compact your redstone circuits into one block

Client and server Game MechanicsTechnologyUtility

7,807 downloads
69 followers
Follow Save
90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!

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

integrated-circuit-1.21-1.4.4.jar(305.5 KiB) Primary Download

Project members

replaceitem

Owner

Details

Licensed MIT
Published 2 years ago
Updated 2 months ago