Add compatibility for the mod "Diversitree"
This commit is contained in:
parent
0388f35d30
commit
4600905c48
2 changed files with 5 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
"?metal-and-stars",
|
||||
"?aai-industry",
|
||||
"?planet-picker",
|
||||
"?Diversitree",
|
||||
"!apm_power_ldinc",
|
||||
"!wood-logistics",
|
||||
"!early-agriculture",
|
||||
|
|
|
@ -114,6 +114,10 @@ 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