From 628ba50f6e06ac12ad18a290f78c56f6186d9acd Mon Sep 17 00:00:00 2001 From: Aleksandr Avdeev Date: Tue, 14 May 2024 22:33:47 +0500 Subject: [PATCH] add grinder recipe for ethereal:wild_onion_plant --- techage.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/techage.lua b/techage.lua index e76d46e..1e0f751 100644 --- a/techage.lua +++ b/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"})