13 lines
263 B
TOML
13 lines
263 B
TOML
[inputs]
|
|
plant_tray_basin = {}
|
|
clay_pebble_grow_medium = { quantity = { amount=5, unit="Liter" } }
|
|
barb_fitting_1_inch = {}
|
|
barb_fitting_1_2_inch = {}
|
|
|
|
[dependencies]
|
|
tools = [ "hack saw" ]
|
|
|
|
[action]
|
|
process = """Attach the two fittings.
|
|
|
|
Add the grow medium."""
|