Muluna: Increase wood per tree from 4 to 5

This commit is contained in:
Simon Brodtmann 2026-01-06 00:38:44 +01:00
parent dfc5fa5fc8
commit 296aadd246
3 changed files with 8 additions and 1 deletions

View file

@ -37,6 +37,7 @@
"(?) gleba-reborn",
"(?) Krastorio2-spaced-out",
"(?) metal-and-stars",
"(?) planet-muluna",
"(?) secretas",
"(?) Wood_Gasification_updated",
"! apm_power_ldinc",

View file

@ -8,4 +8,5 @@ require("lane-splitters")
require("wood-industry")
require("crushing-industry")
require("canal-excavator")
require("diversitree")
require("diversitree")
require("muluna")

View file

@ -0,0 +1,5 @@
local Recipe = require("__cf-lib__/data/Recipe")
if not mods["planet-muluna"] then return end
Recipe:new("muluna-tree-crushing"):replaceResult("wood", 5)