From 71109a3bc3db404e7e969674e5781ae58657d207 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 29 Sep 2025 22:48:50 +0200 Subject: [PATCH] Increase pure sand usage in advanced cactus tissue cultivation --- wooden-arig/prototypes/compatibility/muluna.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wooden-arig/prototypes/compatibility/muluna.lua b/wooden-arig/prototypes/compatibility/muluna.lua index bc59b14..42b1aa9 100644 --- a/wooden-arig/prototypes/compatibility/muluna.lua +++ b/wooden-arig/prototypes/compatibility/muluna.lua @@ -14,7 +14,7 @@ data:extend({ category = "muluna-greenhouse-11x11", ingredients = { { type = "item", name = "cactus-tissue", amount = 20 }, - { type = "fluid", name = "planetaris-pure-sand", amount = 4 }, + { type = "fluid", name = "planetaris-pure-sand", amount = 20 }, { type = "fluid", name = "steam", amount = 25 }, }, results = { { type = "item", name = "cactus-tissue", amount = 50 } },