From 005fba27f82df696c4c40576c7bcb6bf6d32f702 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 2 Nov 2025 18:04:21 +0100 Subject: [PATCH] Use K2 tech icon for pumpjack if available --- bztungsten2/tungsten-recipe.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bztungsten2/tungsten-recipe.lua b/bztungsten2/tungsten-recipe.lua index 9d38537..71a2d08 100644 --- a/bztungsten2/tungsten-recipe.lua +++ b/bztungsten2/tungsten-recipe.lua @@ -107,7 +107,10 @@ data:extend({ type = "technology", name = "pumpjack", icons = { - { icon = data.raw.technology["oil-processing"].icon, icon_size=data.raw.technology["oil-processing"].icon_size }, + { + icon = mods["Krastorio2"] and "__Krastorio2Assets__/technologies/oil-gathering.png" or data.raw.technology["oil-processing"].icon, + icon_size = mods["Krastorio2"] and 256 or data.raw.technology["oil-processing"].icon_size + }, }, effects = {