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",
|
"(?) gleba-reborn",
|
||||||
"(?) Krastorio2-spaced-out",
|
"(?) Krastorio2-spaced-out",
|
||||||
"(?) metal-and-stars",
|
"(?) metal-and-stars",
|
||||||
|
"(?) planet-muluna",
|
||||||
"(?) secretas",
|
"(?) secretas",
|
||||||
"(?) Wood_Gasification_updated",
|
"(?) Wood_Gasification_updated",
|
||||||
"! apm_power_ldinc",
|
"! apm_power_ldinc",
|
||||||
|
|
|
||||||
|
|
@ -9,3 +9,4 @@ require("wood-industry")
|
||||||
require("crushing-industry")
|
require("crushing-industry")
|
||||||
require("canal-excavator")
|
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