minimal_hydroponics_setup: add risers and filters to pump & overflow fittings
This commit is contained in:
parent
6e59bc3242
commit
e1a120dda6
5 changed files with 53 additions and 5 deletions
12
modular-recipes/repos/minimal_hydroponics_setup/filter.toml
Normal file
12
modular-recipes/repos/minimal_hydroponics_setup/filter.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[inputs]
|
||||
capital = { quantity = { amount=0.96, unit="USDollar" } }
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://acmehydroponics.net/collections/plumbing/products/screen-fitting-plumbing",
|
||||
"https://hydrobuilder.com/products/grow1-ebb-flow-screen-fittings-pack-of-10",
|
||||
"https://www.ebay.com/itm/256644061627"
|
||||
]
|
||||
|
|
@ -0,0 +1,12 @@
|
|||
[inputs]
|
||||
barb_fitting_1_inch = {}
|
||||
riser = { quantity = { amount = 2 } }
|
||||
filter = {}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["assembly"]}
|
||||
|
||||
[action]
|
||||
process = """
|
||||
Attach the risers and filter to the barb fitting.
|
||||
"""
|
||||
|
|
@ -1,13 +1,15 @@
|
|||
[inputs]
|
||||
plant_tray_basin = {}
|
||||
clay_pebble_grow_medium = { quantity = { amount=5, unit="Liter" } }
|
||||
barb_fitting_1_inch = {}
|
||||
barb_fitting_1_2_inch = {}
|
||||
pump_fitting = {}
|
||||
overflow_fitting = {}
|
||||
|
||||
[dependencies]
|
||||
tools = [ "hack saw" ]
|
||||
|
||||
[action]
|
||||
process = """Attach the two fittings.
|
||||
|
||||
Add the grow medium."""
|
||||
process = """
|
||||
* Attach the pump fitting.
|
||||
* Attach the overflow fitting.
|
||||
* Add the grow medium.
|
||||
"""
|
||||
|
|
|
|||
|
|
@ -0,0 +1,11 @@
|
|||
[inputs]
|
||||
barb_fitting_1_2_inch = {}
|
||||
filter = {}
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["assembly"]}
|
||||
|
||||
[action]
|
||||
process = """
|
||||
Attach the filter to the barb fitting.
|
||||
"""
|
||||
11
modular-recipes/repos/minimal_hydroponics_setup/riser.toml
Normal file
11
modular-recipes/repos/minimal_hydroponics_setup/riser.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[inputs]
|
||||
capital = { quantity = { amount=0.97, unit="USDollar" } }
|
||||
|
||||
[dependencies]
|
||||
operator = {skills=["vendor interaction"]}
|
||||
|
||||
[action.purchase]
|
||||
vendor = [
|
||||
"https://acmehydroponics.net/collections/plumbing/products/extension-fitting-plumbing",
|
||||
"https://www.ebay.com/itm/256644065109"
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue