McJtyMods / XNet

Advanced item/liquid/energy/... networking
MIT License
92 stars 51 forks source link

this is more of a suggestion than anything (Rationing logic) #451

Open Algester opened 3 years ago

Algester commented 3 years ago

is there a way for the network to just retrieve items from an inventory to another inventory and just keep it that way? IE if I want to keep 1 stack of eggs, 2 stacks of sugar and 3 stacks of wheat into an inventory (yes totally to make cake) from any valid inventories and just have the system wait (if it just got the 2 stacks of sugar it wont run the next step if it didnt get wheat)

McJty commented 3 years ago

That's already possible. XNet has the possibility to have logic so that you can keep one stack of something for example. This functionality is already present

Algester commented 3 years ago

Hmm I might be missing some information about how the channels work then...

Ahh I see how it works I'll check it might be a thermal expansion issue on my end since from the looks of it (keeping amount of items) is a bit weird in how it works right now... I just notice it keeps a total amount of items regardless of item stack (IE eggs, Sugar and Wheat in this case)