Compare commits
No commits in common. "e322205238c4473c31ba397122c6ed90646abb3c" and "df7c8bac98d32071b52299d1a56876de7aa15a7d" have entirely different histories.
e322205238
...
df7c8bac98
3 changed files with 1 additions and 17 deletions
|
|
@ -40,7 +40,6 @@
|
|||
"(?)Wood_Gasification_updated",
|
||||
"?wood-industry",
|
||||
"?wood-military >= 2.3.3",
|
||||
"?canal-excavator >= 1.9.0",
|
||||
"!apm_power_ldinc",
|
||||
"!early-agriculture",
|
||||
"!planet-picker",
|
||||
|
|
|
|||
|
|
@ -1,14 +0,0 @@
|
|||
if not mods["canal-excavator"] then return end
|
||||
|
||||
data:extend({{
|
||||
type = "mod-data",
|
||||
name = "canex-lignumis-config",
|
||||
data_type = "canex-surface-config",
|
||||
data = {
|
||||
surfaceName = "lignumis",
|
||||
localisation = {"space-location-name.lignumis"},
|
||||
mineResult = "stone",
|
||||
oreStartingAmount = 10,
|
||||
tint = {r = 102, g = 78, b = 6}
|
||||
},
|
||||
}})
|
||||
|
|
@ -7,4 +7,3 @@ require("nuclear-science")
|
|||
require("lane-splitters")
|
||||
require("wood-industry")
|
||||
require("crushing-industry")
|
||||
require("canal-excavator")
|
||||
Loading…
Add table
Add a link
Reference in a new issue