Muluna: Increase wood per tree from 4 to 5
This commit is contained in:
parent
dfc5fa5fc8
commit
296aadd246
3 changed files with 8 additions and 1 deletions
|
|
@ -37,6 +37,7 @@
|
|||
"(?) gleba-reborn",
|
||||
"(?) Krastorio2-spaced-out",
|
||||
"(?) metal-and-stars",
|
||||
"(?) planet-muluna",
|
||||
"(?) secretas",
|
||||
"(?) Wood_Gasification_updated",
|
||||
"! apm_power_ldinc",
|
||||
|
|
|
|||
|
|
@ -8,4 +8,5 @@ require("lane-splitters")
|
|||
require("wood-industry")
|
||||
require("crushing-industry")
|
||||
require("canal-excavator")
|
||||
require("diversitree")
|
||||
require("diversitree")
|
||||
require("muluna")
|
||||
5
lignumis/prototypes/compatibility/muluna.lua
Normal file
5
lignumis/prototypes/compatibility/muluna.lua
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue