Files
refinedstorage/docs/pages/autocrafting/fluid-autocrafting.adoc
2023-11-26 18:32:39 +01:00

27 lines
1.4 KiB
Plaintext

= Fluid autocrafting
So far you've set up autocrafting for items.
Since Refined Storage has support for xref:../storage/storing-fluids.adoc[storing fluids] as well, it speaks for itself that Refined Storage can also autocraft with fluids.
Every autocrafting pattern that uses fluids is a processing pattern.
If you forgot, a processing pattern is a xref:pattern.adoc[] that outputs items to an external inventory and expects an output back, as declared in the xref:pattern.adoc[].
With fluid autocrafting, you get the ability to make the xref:crafter.adoc[] output fluids (or items), and when the "result" fluid (or item) is back in the storage network, Refined Storage will detect the task and mark it as finished.
This means that you can also declare fluids as an output in the processing pattern.
It also means that you can request fluids from the xref:../viewing-resources/fluid-grid.adoc[].
You can mix fluid and item inputs/outputs freely.
== Creation of the mixed pattern
To make a mixed (fluid or item) processing pattern, toggle the xref:pattern-grid.adoc[] in fluid or item mode.
You can then use link:https://minecraft.curseforge.com/projects/jei[JEI (Just Enough Items)] transfer to transfer item and fluid ingredients.
You can also use a filled fluid container (like a bucket) to specify the fluid.
Use left or right click on the fluid slot to modify the millibuckets (mB).
== Other resources
- link:https://www.youtube.com/watch?v=6v-e_NdLEnI[Demo video]