Remove wrong mipmap count

This commit is contained in:
Simon Brodtmann 2025-11-10 21:07:12 +01:00
parent 867da1dd8f
commit 9c3800e293

View file

@ -6,9 +6,9 @@ data:extend({
name = "lumber", name = "lumber",
icon = Lignumis.graphics .. "icons/lumber.png", icon = Lignumis.graphics .. "icons/lumber.png",
pictures = { pictures = {
{ filename = Lignumis.graphics .. "icons/lumber.png", size = 64, scale = 0.5, mipmap_count = 4 }, { filename = Lignumis.graphics .. "icons/lumber.png", size = 64, scale = 0.5 },
{ filename = Lignumis.graphics .. "icons/lumber-1.png", size = 64, scale = 0.5, mipmap_count = 4 }, { filename = Lignumis.graphics .. "icons/lumber-1.png", size = 64, scale = 0.5 },
{ filename = Lignumis.graphics .. "icons/lumber-2.png", size = 64, scale = 0.5, mipmap_count = 4 }, { filename = Lignumis.graphics .. "icons/lumber-2.png", size = 64, scale = 0.5 },
}, },
subgroup = "intermediate-product", subgroup = "intermediate-product",
order = "A[basic-intermediates]-c[lumber]", order = "A[basic-intermediates]-c[lumber]",