From 42fa264c3df76f9609ce175a05606915a5ac2e89 Mon Sep 17 00:00:00 2001 From: Aleksandr Avdeev Date: Tue, 14 May 2024 20:33:47 +0300 Subject: [PATCH] add grinder recipe for ethereal:wild_onion_plant --- tech_additions/techage.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tech_additions/techage.lua b/tech_additions/techage.lua index e76d46e..1e0f751 100644 --- a/tech_additions/techage.lua +++ b/tech_additions/techage.lua @@ -62,4 +62,5 @@ minetest.register_craft({ } }) -techage.add_grinder_recipe({input="multidecor:consolidated_oil", output="techage:plastic_granules"}) \ No newline at end of file +techage.add_grinder_recipe({input="multidecor:consolidated_oil", output="techage:plastic_granules"}) +techage.add_grinder_recipe({input="ethereal:wild_onion_plant 10", output="dye:white"})