|
|
@ -1,4 +1,11 @@
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
|
Version: 0.10.0
|
||||||
|
Date: 2021-03-08
|
||||||
|
Changes:
|
||||||
|
- New graphics by snouz (ore, icons, technology)
|
||||||
|
- New mod icon
|
||||||
|
- Added mipmaps to icons
|
||||||
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 0.9.17
|
Version: 0.9.17
|
||||||
Date: 2021-03-06
|
Date: 2021-03-06
|
||||||
Features:
|
Features:
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 2 MiB After Width: | Height: | Size: 1.2 MiB |
|
Before Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 566 KiB After Width: | Height: | Size: 649 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 812 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 711 B |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 627 B |
|
Before Width: | Height: | Size: 205 B After Width: | Height: | Size: 203 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 370 B |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 342 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 310 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 299 B |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 10 KiB |
BIN
graphics/icons/stacked/enriched-titanium-stacked.png
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
graphics/icons/stacked/titanium-ore-stacked.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
graphics/icons/stacked/titanium-plate-stacked.png
Normal file
|
After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.9 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.8 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 9.2 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 9.4 KiB |
|
Before Width: | Height: | Size: 5 KiB |
|
Before Width: | Height: | Size: 5 KiB After Width: | Height: | Size: 7.5 KiB |
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
|
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
BIN
graphics/old-files/titanium-ore-n.png
Normal file
|
After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
BIN
graphics/technology/titanium-processing.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "bztitanium",
|
"name": "bztitanium",
|
||||||
"version": "0.9.17",
|
"version": "0.10.0",
|
||||||
"factorio_version": "1.1",
|
"factorio_version": "1.1",
|
||||||
"title": "Titanium",
|
"title": "Titanium",
|
||||||
"author": "Brevven",
|
"author": "Brevven",
|
||||||
|
|
|
||||||
BIN
thumbnail.png
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 27 KiB |
|
|
@ -7,7 +7,7 @@ data:extend(
|
||||||
{
|
{
|
||||||
type = "item",
|
type = "item",
|
||||||
name = "enriched-titanium",
|
name = "enriched-titanium",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
||||||
pictures = {
|
pictures = {
|
||||||
{filename="__bztitanium__/graphics/icons/enriched-titanium.png", size=64, scale=0.25},
|
{filename="__bztitanium__/graphics/icons/enriched-titanium.png", size=64, scale=0.25},
|
||||||
|
|
@ -23,7 +23,7 @@ data:extend(
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
name = "enriched-titanium",
|
name = "enriched-titanium",
|
||||||
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
category = "chemistry",
|
category = "chemistry",
|
||||||
energy_required = 3,
|
energy_required = 3,
|
||||||
enabled = false,
|
enabled = false,
|
||||||
|
|
@ -56,8 +56,8 @@ data:extend(
|
||||||
name = "enriched-titanium-plate",
|
name = "enriched-titanium-plate",
|
||||||
icons =
|
icons =
|
||||||
{
|
{
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3, },
|
||||||
{ icon = "__bztitanium__/graphics/icons/enriched-titanium.png", icon_size = 64, scale=0.25, shift= {-8, -8}},
|
{ icon = "__bztitanium__/graphics/icons/enriched-titanium.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {-8, -8}},
|
||||||
},
|
},
|
||||||
category = "smelting",
|
category = "smelting",
|
||||||
energy_required = 16,
|
energy_required = 16,
|
||||||
|
|
@ -85,7 +85,7 @@ data:extend(
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
icon = "__bztitanium__/graphics/icons/enriched-titanium.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
scale = 2,
|
scale = 2,
|
||||||
shift = {48, 48}
|
shift = {48, 48}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ data:extend(
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
scale = 1.5,
|
scale = 1.5,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@ data:extend({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "resource",
|
type = "resource",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
name = "titanium-ore",
|
name = "titanium-ore",
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||||
flags = {"placeable-neutral"},
|
flags = {"placeable-neutral"},
|
||||||
|
|
@ -72,7 +72,7 @@ data:extend({
|
||||||
{
|
{
|
||||||
type = "item",
|
type = "item",
|
||||||
name = "titanium-ore",
|
name = "titanium-ore",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
icon = "__bztitanium__/graphics/icons/titanium-ore.png",
|
||||||
pictures = {
|
pictures = {
|
||||||
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=64, scale=0.25},
|
{filename="__bztitanium__/graphics/icons/titanium-ore.png", size=64, scale=0.25},
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ if mods["5dim_core"] then
|
||||||
subgroup = "plates-industrial-ore",
|
subgroup = "plates-industrial-ore",
|
||||||
order = "ad[titanium-plate]",
|
order = "ad[titanium-plate]",
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 140,
|
energy_required = 140,
|
||||||
ingredients = {{"titanium-ore", 425}},
|
ingredients = {{"titanium-ore", 425}},
|
||||||
|
|
@ -33,18 +33,17 @@ if mods["5dim_core"] then
|
||||||
{
|
{
|
||||||
type = "item",
|
type = "item",
|
||||||
name = "titanium-dust",
|
name = "titanium-dust",
|
||||||
icon_size = 32,
|
|
||||||
subgroup = "plates-dust",
|
subgroup = "plates-dust",
|
||||||
order = "d[titanium-plate]",
|
order = "d[titanium-plate]",
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-powder.png",
|
icon = "__bztitanium__/graphics/icons/titanium-powder.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
stack_size = 200
|
stack_size = 200
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type = "recipe",
|
type = "recipe",
|
||||||
name = "titanium-plate-dust",
|
name = "titanium-plate-dust",
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
subgroup = "plates-plates2",
|
subgroup = "plates-plates2",
|
||||||
order = "d[titanium-plate]",
|
order = "d[titanium-plate]",
|
||||||
category = "smelting",
|
category = "smelting",
|
||||||
|
|
@ -75,7 +74,7 @@ if mods["5dim_core"] then
|
||||||
subgroup = "plates-industrial-dust",
|
subgroup = "plates-industrial-dust",
|
||||||
order = "ad[titanium-plate]",
|
order = "ad[titanium-plate]",
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
enabled = false,
|
enabled = false,
|
||||||
energy_required = 140,
|
energy_required = 140,
|
||||||
ingredients = {{"titanium-dust", 425}},
|
ingredients = {{"titanium-dust", 425}},
|
||||||
|
|
|
||||||
|
|
@ -6,13 +6,13 @@ if mods["modmashsplinter"] then
|
||||||
|
|
||||||
data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = {
|
data.raw.recipe["alien-enrichment-process-to-titanium-ore"].icons = {
|
||||||
{ icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64},
|
{ icon = "__modmashsplinterresources__/graphics/icons/alien-ooze.png", icon_size = 64},
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {8, 8}},
|
||||||
}
|
}
|
||||||
|
|
||||||
if mods["modmashsplinterenrichment"] then
|
if mods["modmashsplinterenrichment"] then
|
||||||
data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = {
|
data.raw.recipe["ore-enrichment-process-titanium-ore"].icons = {
|
||||||
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64},
|
{ icon = "__base__/graphics/icons/fluid/steam.png", icon_size = 64},
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {8, 8}},
|
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {8, 8}},
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,9 @@
|
||||||
-- Deadlock stacking recipes
|
-- Deadlock stacking recipes
|
||||||
if deadlock then
|
if deadlock then
|
||||||
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/titanium-ore-stacked.png", "deadlock-stacking-2", 64)
|
deadlock.add_stack("titanium-ore", "__bztitanium__/graphics/icons/stacked/titanium-ore-stacked.png", "deadlock-stacking-2", 64)
|
||||||
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
deadlock.add_stack("titanium-plate", "__bztitanium__/graphics/icons/stacked/titanium-plate-stacked.png" , "deadlock-stacking-2", 64)
|
||||||
if mods["Krastorio2"] then
|
if mods["Krastorio2"] then
|
||||||
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)
|
deadlock.add_stack("enriched-titanium", "__bztitanium__/graphics/icons/stacked/enriched-titanium-stacked.png" , "deadlock-stacking-2", 64)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ if mods["space-exploration"] then
|
||||||
},
|
},
|
||||||
icons =
|
icons =
|
||||||
{
|
{
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3 },
|
||||||
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
@ -54,7 +54,7 @@ if mods["space-exploration"] then
|
||||||
},
|
},
|
||||||
icons =
|
icons =
|
||||||
{
|
{
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3,},
|
||||||
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
{ icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -28,8 +28,8 @@ data:extend(
|
||||||
order = "d[titanium-plate]",
|
order = "d[titanium-plate]",
|
||||||
icons = (mods["Krastorio2"] and
|
icons = (mods["Krastorio2"] and
|
||||||
{
|
{
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 },
|
{ icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64, icon_mipmaps = 3,},
|
||||||
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, scale=0.25, shift= {-8, -8}},
|
{ icon = "__bztitanium__/graphics/icons/titanium-ore.png", icon_size = 64, icon_mipmaps = 3, scale=0.25, shift= {-8, -8}},
|
||||||
} or nil),
|
} or nil),
|
||||||
normal = (mods["Krastorio2"] and
|
normal = (mods["Krastorio2"] and
|
||||||
{
|
{
|
||||||
|
|
@ -56,7 +56,7 @@ data:extend(
|
||||||
type = "item",
|
type = "item",
|
||||||
name = util.titanium_plate,
|
name = util.titanium_plate,
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
icon = "__bztitanium__/graphics/icons/titanium-plate.png",
|
||||||
icon_size = 64,
|
icon_size = 64, icon_mipmaps = 3,
|
||||||
subgroup = "raw-material",
|
subgroup = "raw-material",
|
||||||
order = "b[titanium-plate]",
|
order = "b[titanium-plate]",
|
||||||
stack_size = util.get_stack_size(100)
|
stack_size = util.get_stack_size(100)
|
||||||
|
|
@ -64,8 +64,8 @@ data:extend(
|
||||||
{
|
{
|
||||||
type = "technology",
|
type = "technology",
|
||||||
name = "titanium-processing",
|
name = "titanium-processing",
|
||||||
icon_size = 128,
|
icon_size = 256, icon_mipmaps = 4,
|
||||||
icon = "__bztitanium__/graphics/icons/titanium-processing.png",
|
icon = "__bztitanium__/graphics/technology/titanium-processing.png",
|
||||||
effects =
|
effects =
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
|
|
||||||