subgroup
This commit is contained in:
parent
a08b953b5c
commit
2fdb0b00cc
4 changed files with 10 additions and 4 deletions
|
|
@ -1,6 +1,11 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 1.2.2
|
||||||
|
Date: 2022-07-02
|
||||||
|
Changes:
|
||||||
|
- SE/K2 subgroup cleanup
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.2.1
|
Version: 1.2.1
|
||||||
Date: 2022-07-01
|
Date: 2022-07-02
|
||||||
Changes:
|
Changes:
|
||||||
- SE: Pyroflux tech name
|
- SE: Pyroflux tech name
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "1.2.1",
|
"version": "1.2.2",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
|
|
@ -22,6 +22,7 @@ data:extend(
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
name = "enriched-titanium",
|
name = "enriched-titanium",
|
||||||
|
main_product = "enriched-titanium",
|
||||||
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
||||||
icon_size = 64, icon_mipmaps = 3,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
category = "chemistry",
|
category = "chemistry",
|
||||||
|
|
@ -48,7 +49,6 @@ data:extend(
|
||||||
tertiary = {r = 0.690, g = 0.768, b = 0.870, a = 0.000},
|
tertiary = {r = 0.690, g = 0.768, b = 0.870, a = 0.000},
|
||||||
quaternary = {r = 0.0, g = 0.980, b = 0.603, a = 0.900}
|
quaternary = {r = 0.0, g = 0.980, b = 0.603, a = 0.900}
|
||||||
},
|
},
|
||||||
subgroup = "raw-material",
|
|
||||||
order = "e03[enriched-titanium]"
|
order = "e03[enriched-titanium]"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ if string.sub(mods["space-exploration"], 1, 3) == "0.6" then
|
||||||
order = "a-h-z-a",
|
order = "a-h-z-a",
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
data.raw.item[util.titanium_plate].subgroup = "titanium"
|
util.set_item_subgroup(util.titanium_plate, "titanium")
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
type = "item",
|
type = "item",
|
||||||
|
|
@ -114,6 +114,7 @@ if string.sub(mods["space-exploration"], 1, 3) == "0.6" then
|
||||||
util.add_effect("se-vulcanite-smelting", {type = "unlock-recipe", recipe= "titanium-ingot-to-plate"})
|
util.add_effect("se-vulcanite-smelting", {type = "unlock-recipe", recipe= "titanium-ingot-to-plate"})
|
||||||
util.add_prerequisite(data.raw.technology["se-processing-vulcanite"], util.me.titanium_processing)
|
util.add_prerequisite(data.raw.technology["se-processing-vulcanite"], util.me.titanium_processing)
|
||||||
if mods["Krastorio2"] then
|
if mods["Krastorio2"] then
|
||||||
|
util.set_item_subgroup("enriched-titanium", "titanium")
|
||||||
data.raw.recipe["enriched-titanium-plate"].order= "d[titanium-plate]"
|
data.raw.recipe["enriched-titanium-plate"].order= "d[titanium-plate]"
|
||||||
se_delivery_cannon_recipes["enriched-titanium"] = {name= "enriched-titanium"}
|
se_delivery_cannon_recipes["enriched-titanium"] = {name= "enriched-titanium"}
|
||||||
end
|
end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue