forked from cacklingfiend/bzgold2
Rename mod
This commit is contained in:
parent
b5e4b76fdc
commit
7fbd88ff2d
7 changed files with 16 additions and 16 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "bzgold",
|
||||
"name": "bzgold2",
|
||||
"version": "2.0.0",
|
||||
"factorio_version": "2.0",
|
||||
"title": "Noble Metals",
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ if mods["Krastorio2"] then
|
|||
unlocked_by_technology = "gold-matter-processing",
|
||||
},
|
||||
k2baseicon = "stone",
|
||||
icon = {icon = "__bzgold__/graphics/icons/gold-ore.png", icon_size = 128, scale = 1}
|
||||
icon = {icon = "__bzgold2__/graphics/icons/gold-ore.png", icon_size = 128, scale = 1}
|
||||
})
|
||||
|
||||
util.k2matter({
|
||||
|
|
@ -25,6 +25,6 @@ if mods["Krastorio2"] then
|
|||
unlocked_by_technology = "silver-matter-processing",
|
||||
},
|
||||
k2baseicon = "stone",
|
||||
icon = {icon = "__bzgold__/graphics/icons/silver-ore.png", icon_size = 128, scale = 1}
|
||||
icon = {icon = "__bzgold2__/graphics/icons/silver-ore.png", icon_size = 128, scale = 1}
|
||||
})
|
||||
end
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
local me = {}
|
||||
|
||||
me.name = "bzgold"
|
||||
me.name = "bzgold2"
|
||||
me.list = {}
|
||||
me.recipes = {
|
||||
"electronic-circuit-silver", "silver-plate", "silver-wire",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ if util.me.alchemy() then
|
|||
results = {{type="item", name="gold-ingot", amount=1}},
|
||||
icons = {
|
||||
{
|
||||
icon = "__bzgold__/graphics/icons/gold-ingot.png",
|
||||
icon = "__bzgold2__/graphics/icons/gold-ingot.png",
|
||||
icon_size = 128,
|
||||
},
|
||||
{
|
||||
|
|
@ -29,7 +29,7 @@ if util.me.alchemy() then
|
|||
name = "alchemy",
|
||||
icons = {
|
||||
{
|
||||
icon = "__bzgold__/graphics/technology/gold-processing.png",
|
||||
icon = "__bzgold2__/graphics/technology/gold-processing.png",
|
||||
icon_size = 256,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -6,13 +6,13 @@ if util.me.catalysis() then
|
|||
{
|
||||
type = "item",
|
||||
name = "ptpd-catalyst",
|
||||
icon = "__bzgold__/graphics/icons/ptpd-catalyst.png",
|
||||
icon = "__bzgold2__/graphics/icons/ptpd-catalyst.png",
|
||||
icon_size = 128,
|
||||
pictures = {
|
||||
{filename="__bzgold__/graphics/icons/ptpd-catalyst.png", size=128, scale=0.25},
|
||||
{filename="__bzgold__/graphics/icons/ptpd-catalyst-1.png", size=128, scale=0.25},
|
||||
{filename="__bzgold__/graphics/icons/ptpd-catalyst-2.png", size=128, scale=0.25},
|
||||
{filename="__bzgold__/graphics/icons/ptpd-catalyst-3.png", size=128, scale=0.25},
|
||||
{filename="__bzgold2__/graphics/icons/ptpd-catalyst.png", size=128, scale=0.25},
|
||||
{filename="__bzgold2__/graphics/icons/ptpd-catalyst-1.png", size=128, scale=0.25},
|
||||
{filename="__bzgold2__/graphics/icons/ptpd-catalyst-2.png", size=128, scale=0.25},
|
||||
{filename="__bzgold2__/graphics/icons/ptpd-catalyst-3.png", size=128, scale=0.25},
|
||||
},
|
||||
subgroup = "intermediate-product",
|
||||
order = "b[catalyst]",
|
||||
|
|
@ -27,7 +27,7 @@ if util.me.catalysis() then
|
|||
icon_size = 256,
|
||||
},
|
||||
{
|
||||
icon = "__bzgold__/graphics/icons/ptpd-catalyst.png",
|
||||
icon = "__bzgold2__/graphics/icons/ptpd-catalyst.png",
|
||||
icon_size = 128, shift={0,20}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ if util.me.silver() then
|
|||
util.set_icons("basic-electronic-components-silver", {
|
||||
bec_icon,
|
||||
{
|
||||
icon = "__bzgold__/graphics/icons/silver-wire.png",
|
||||
icon = "__bzgold2__/graphics/icons/silver-wire.png",
|
||||
icon_size = 64, icon_mipmaps = 4, scale = 0.3, shift = {-8,-8}
|
||||
}
|
||||
})
|
||||
|
|
@ -37,7 +37,7 @@ if util.me.silver() then
|
|||
ec.localised_name = {"item-name.electronic-circuit"}
|
||||
ec.icons = {
|
||||
{ icon = "__base__/graphics/icons/electronic-circuit.png" },
|
||||
{ icon = "__bzgold__/graphics/icons/silver-wire.png", scale = 0.3, shift = {8,-8} }
|
||||
{ icon = "__bzgold2__/graphics/icons/silver-wire.png", scale = 0.3, shift = {8,-8} }
|
||||
}
|
||||
data:extend({ec})
|
||||
util.set_enabled("electronic-circuit-silver", false)
|
||||
|
|
@ -59,7 +59,7 @@ if util.me.silver() then
|
|||
util.set_enabled("electronic-circuit-stone-silver", false)
|
||||
util.replace_ingredient("electronic-circuit-stone-silver", "copper-cable", "silver-wire")
|
||||
util.add_icon("electronic-circuit-stone-silver", {
|
||||
icon = "__bzgold__/graphics/icons/silver-wire.png",
|
||||
icon = "__bzgold2__/graphics/icons/silver-wire.png",
|
||||
icon_size = 64, icon_mipmaps = 4, scale = 0.3, shift = {8,-8}
|
||||
})
|
||||
util.add_icon("electronic-circuit-stone-silver", {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ data:extend({
|
|||
type = "item",
|
||||
name = "enriched-gold",
|
||||
icon_size = 128,
|
||||
icon = "__bzgold__/graphics/icons/enriched-gold.png",
|
||||
icon = "__bzgold2__/graphics/icons/enriched-gold.png",
|
||||
-- pictures = {
|
||||
-- {filename="__bzgold__/graphics/icons/enriched-gold.png", size=64, scale=0.5},
|
||||
-- {filename="__bzgold__/graphics/icons/enriched-gold-2.png", size=64, scale=0.5},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue