From 9c3800e29312e11c4534d7d3bd87d59ba1aab590 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Mon, 10 Nov 2025 21:07:12 +0100 Subject: [PATCH] Remove wrong mipmap count --- lignumis/prototypes/content/lumber.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lignumis/prototypes/content/lumber.lua b/lignumis/prototypes/content/lumber.lua index d4e0ba6..8cb9b14 100644 --- a/lignumis/prototypes/content/lumber.lua +++ b/lignumis/prototypes/content/lumber.lua @@ -6,9 +6,9 @@ data:extend({ name = "lumber", icon = Lignumis.graphics .. "icons/lumber.png", pictures = { - { filename = Lignumis.graphics .. "icons/lumber.png", size = 64, scale = 0.5, mipmap_count = 4 }, - { filename = Lignumis.graphics .. "icons/lumber-1.png", size = 64, scale = 0.5, mipmap_count = 4 }, - { filename = Lignumis.graphics .. "icons/lumber-2.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 }, + { filename = Lignumis.graphics .. "icons/lumber-2.png", size = 64, scale = 0.5 }, }, subgroup = "intermediate-product", order = "A[basic-intermediates]-c[lumber]",