Remove hr_version

This commit is contained in:
Simon Brodtmann 2025-10-10 17:57:16 +02:00
parent 2ce24b0ee4
commit 931a0afc7b
2 changed files with 26 additions and 32 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

View file

@ -16,7 +16,8 @@ data:extend({
}, },
{ {
type = "resource", type = "resource",
icon_size = 64, icon_mipmaps = 3, icon_size = 64,
icon_mipmaps = 3,
name = "chromite-ore", name = "chromite-ore",
icon = "__Chromium__/graphics/icons/chromite-ore.png", icon = "__Chromium__/graphics/icons/chromite-ore.png",
flags = { "placeable-neutral" }, flags = { "placeable-neutral" },
@ -47,13 +48,6 @@ data:extend({
{ {
sheet = sheet =
{ {
filename = "__Chromium__/graphics/entity/ores/chromite-ore.png",
priority = "extra-high",
size = 64,
frame_count = 8,
variation_count = 8,
hr_version =
{
filename = "__Chromium__/graphics/entity/ores/hr-chromite-ore.png", filename = "__Chromium__/graphics/entity/ores/hr-chromite-ore.png",
priority = "extra-high", priority = "extra-high",
size = 128, size = 128,
@ -61,13 +55,13 @@ data:extend({
variation_count = 8, variation_count = 8,
scale = 0.5 scale = 0.5
} }
}
}, },
}, },
{ {
type = "item", type = "item",
name = "chromite-ore", name = "chromite-ore",
icon_size = 64, icon_mipmaps = 3, icon_size = 64,
icon_mipmaps = 3,
icon = "__Chromium__/graphics/icons/chromite-ore.png", icon = "__Chromium__/graphics/icons/chromite-ore.png",
subgroup = "raw-resource", subgroup = "raw-resource",
order = "t-c-a", order = "t-c-a",