15 lines
287 B
TOML
15 lines
287 B
TOML
[inputs]
|
|
plant_tray_basin = {}
|
|
clay_pebble_grow_medium = { quantity = { amount=5, unit="Liter" } }
|
|
pump_fitting = {}
|
|
overflow_fitting = {}
|
|
|
|
[dependencies]
|
|
tools = [ "hack saw" ]
|
|
|
|
[action]
|
|
process = """
|
|
* Attach the pump fitting.
|
|
* Attach the overflow fitting.
|
|
* Add the grow medium.
|
|
"""
|