-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bucket Pattern #168
Comments
Do I understand that correctly that this pattern should take a bucket of fluid (as fluid in the system) + a bucket and produce an bucket of fluid as item? |
Yes, this pattern is an alternative to having a bucket filling machine being necessary like RS 1. This pattern would create the fluid bucket by just extracting a regular bucket from the storage network and a fluid from the storage network. |
That is brilliant, that was always a pain in RS1 and AE2 in mod packs. |
with this addition will I need 100 buckets to make 100 cakes even though the cake recipe returns the bucket? |
I assume it won't be necessary, as for example if you only have 1 bucket, the system will reserve that one, start crafting the first cake, but stop until more buckets are available, and that will resume once the first bucket is back to the system, which might be slow, but it is the same thing that happens with RS1 when you use an external bucket filling machine. |
Will this also be able to empty buckets into the system as in have a bucket of lava and craft it into lava and a bucket |
Would an alternative be to have it called an upgraded pattern with a allow fluids option on the crafting recipe menu which allows the fluid that is in the bucket to be used instead of the bucket as it would remove the need for extra return items of the bucket |
The system could reserve the amount of buckets required to craft one item, and if such amount exists, act as if there are enough buckets to craft the whole request. E.g: I want to craft 100x Fooses, and one Foo needs one water bucket. RS2 would reserve one bucket and act as if it had 100 water buckets. |
A pattern that can be created with a filled bucket + pattern to ease fluid automation.
The text was updated successfully, but these errors were encountered: