Khad's Xander Mod Fixes


This is a mod that changes some recipes and research requirements to be more tier appropriate, and also fixes some unknown item keys.

5 years ago
0.16
4

g How to adapt to 0.17

4 years ago
(updated 4 years ago)

Hey folks,

if you want to use this mod in 0.17 with the Therax version, you have to change the following files:

/info.json
"factorio_version": "0.16",
"dependencies": ["xander-mod >= 2.1.1"],
=>
"factorio_version": "0.17",
"dependencies": ["xander-mod-th >= 2.1.1"],

/prototypes/recipe/material/raw-refining.lua
icon = "xander-mod/graphics/recipe/refining/titanium-oxide.png",
=>
icon = "xander-mod-th/graphics/recipe/refining/titanium-oxide.png",

/prototypes/technology/combat.lua
data.raw.technology["solar-panel-equipment"].unit = {count = 400, ingredients = {{"science-pack-1", 1}, {"science-pack-2", 1}}, time = 45}
=>
data.raw.technology["solar-panel-equipment"].unit = {count = 400, ingredients = {{"automation-science-pack", 1}, {"logistic-science-pack", 1}}, time = 45}

/prototypes/technology/data.lua
icon = "xander-mod/graphics/technology/data/semiconductors.png",
=>
icon = "xander-mod-th/graphics/technology/intermediate-products/data/semiconductors_2.png",

{"science-pack-1", 1},
{"science-pack-2", 1},
{"science-pack-3", 1}
=>
{"automation-science-pack", 1},
{"logistic-science-pack", 1},
{"chemical-science-pack", 1}

/prototypes/technology/organic.lua
icon = "xander-mod/graphics/technology/organic/temp-placeholder.png",
=>
icon = "xander-mod-th/graphics/technology/organic/temp-placeholder.png",

{"science-pack-1", 1},
{"science-pack-2", 1},
{"science-pack-3", 1},
=>
{"automation-science-pack", 1},
{"logistic-science-pack", 1},
{"chemical-science-pack", 1},

New response