Compare commits
No commits in common. "ac48ebc7e8b5c24b93072285545f16ecb6894999" and "0388f35d30865a35ed4b3c8edffc08b2b43a0564" have entirely different histories.
ac48ebc7e8
...
0388f35d30
4 changed files with 1 additions and 7 deletions
|
@ -6,7 +6,7 @@ Lignumis = {
|
|||
science_pack_blacklist = {
|
||||
"wood-science-pack", "steam-science-pack", -- Lignumis
|
||||
"nanite-science-pack", "quantum-science-pack", "ring-science-pack", -- Metal and Stars
|
||||
"cerys-science-pack", "cerysian-science-pack" -- Cerys
|
||||
"cerys-science-pack" -- Cerys
|
||||
},
|
||||
|
||||
-- These technologies are skipped even if they are matches according to above lists
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
"?metal-and-stars",
|
||||
"?aai-industry",
|
||||
"?planet-picker",
|
||||
"?Diversitree",
|
||||
"!apm_power_ldinc",
|
||||
"!wood-logistics",
|
||||
"!early-agriculture",
|
||||
|
|
|
@ -120,7 +120,6 @@ tech.unit = {
|
|||
},
|
||||
time = 10
|
||||
}
|
||||
tech.ignore_tech_cost_multiplier = true
|
||||
|
||||
data.raw.technology["fish-breeding"].prerequisites = { "agricultural-science-pack" }
|
||||
|
||||
|
|
|
@ -114,10 +114,6 @@ tree_plant.minable.count = nil
|
|||
tree_plant.surface_conditions[1].min = 900
|
||||
table.insert(tree_plant.autoplace.tile_restriction, "natural-gold-soil")
|
||||
|
||||
if mods["Diversitree"] then
|
||||
data.raw.plant["s6xdvt-fake-tree"].surface_conditions[1].min = 900
|
||||
end
|
||||
|
||||
table.insert(data.raw["assembling-machine"]["assembling-machine-1"].crafting_categories, "wood-processing-or-assembling")
|
||||
table.insert(data.raw["assembling-machine"]["assembling-machine-1"].crafting_categories, "organic-or-assembling")
|
||||
table.insert(data.raw["assembling-machine"]["assembling-machine-2"].crafting_categories, "wood-processing-or-assembling")
|
||||
|
|
Loading…
Add table
Reference in a new issue