Skip to content

Factory Manager loses location of labeled blocks in world #522

@tamooraliahmed

Description

@tamooraliahmed

When I leave my world and then rejoin (I'm running it on a server on my pc) the factory manager loses the location of where a block that is labelled and push to the manager is in the world. This is only fixable by either breaking the manager and placing it down or break a cable that is instead connected to the blocks, using rebuild cable network does nothing and so does taking the disk either.

Attached is the physical configuration

Here is the code for the disk

name "Redstone signals"

every 20 ticks do
-- this checks the redstone signal on the manager block
if redstone ge 2 then
input from hopper
output to trash
else
input from hopper
output to storage
end
end

Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions