forked from gigabit101/StevesFactoryManager
-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working