Skip to content

Conversation

@DarkShadow44
Copy link

For compatibility with GTNewHorizons/Applied-Energistics-2-Unofficial#872

Just needs the dependencies fixed once that PR is merged.

Tested by placing ME cells into a chest and reading the chest with a transposer.
Script I tested the logic with:

component = require("component")
serialization = require("serialization")

local f = io.open("test.txt", "w")

data = serialization.serialize(component.transposer.getAllStacks(4).getAll(), 1000)
f:write(data)
f:close()

@Dream-Master Dream-Master added the 🚧 Testing on Zeta Do not merge yet, testing this PR on Zeta label Dec 9, 2025
Copy link
Member

@Dream-Master Dream-Master left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤞

@Dream-Master Dream-Master enabled auto-merge (squash) December 11, 2025 19:38
@Dream-Master Dream-Master merged commit be08152 into master Dec 11, 2025
1 check passed
@Dream-Master Dream-Master deleted the ae-universal-gui branch December 11, 2025 19:41
@Dream-Master Dream-Master removed the 🚧 Testing on Zeta Do not merge yet, testing this PR on Zeta label Dec 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants