diff --git a/modular-recipes/repos/minimal_hydroponics_setup/plant_tray.toml b/modular-recipes/repos/minimal_hydroponics_setup/plant_tray.toml index e37f2ba..11a60bf 100644 --- a/modular-recipes/repos/minimal_hydroponics_setup/plant_tray.toml +++ b/modular-recipes/repos/minimal_hydroponics_setup/plant_tray.toml @@ -1,5 +1,5 @@ [inputs] -food_safe_5_gallon_bucket = {} +plant_tray_basin = {} clay_pebble_grow_medium = { quantity = { amount=5, unit="Liter" } } barb_fitting_1_inch = {} barb_fitting_1_2_inch = {} @@ -8,11 +8,6 @@ barb_fitting_1_2_inch = {} tools = [ "hack saw" ] [action] -process = """Cut the top of the bucket off, leaving a kind of deep dish -or bowl that will holds the plant growth medium and the plants. +process = """Attach the two fittings. -Drill holes for the two fittings. - -Attach the two fittings. - -Add the grow medium """ +Add the grow medium.""" diff --git a/modular-recipes/repos/minimal_hydroponics_setup/plant_tray_basin.toml b/modular-recipes/repos/minimal_hydroponics_setup/plant_tray_basin.toml new file mode 100644 index 0000000..34eadf6 --- /dev/null +++ b/modular-recipes/repos/minimal_hydroponics_setup/plant_tray_basin.toml @@ -0,0 +1,11 @@ +[inputs] +food_safe_5_gallon_bucket = {} + +[dependencies] +tools = [ "hack saw", "step drill" ] + +[action] +process = """* Cut the top of the bucket off, leaving a kind of deep dish +or bowl that will holds the plant growth medium and the plants. + +* Drill holes for the two fittings."""