From a7e8ab204f70bf8883cb5d6bf2c4fd88aa9dd661 Mon Sep 17 00:00:00 2001 From: Brevven Date: Mon, 18 Jan 2021 00:47:27 -0800 Subject: [PATCH] vulcanite smelting icon --- titanium-recipe-se.lua | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/titanium-recipe-se.lua b/titanium-recipe-se.lua index c25ef12..0edad77 100644 --- a/titanium-recipe-se.lua +++ b/titanium-recipe-se.lua @@ -20,6 +20,11 @@ if mods["space-exploration"] then results = { {name = util.titanium_plate, amount = 6}, }, + icons = + { + { icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 }, + { icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}}, + }, }, }) @@ -45,7 +50,11 @@ if mods["space-exploration"] then results = { {name = util.titanium_plate, amount = 6}, }, - + icons = + { + { icon = "__bztitanium__/graphics/icons/titanium-plate.png", icon_size = 64 }, + { icon = "__space-exploration-graphics__/graphics/icons/vulcanite-block.png", icon_size = 64, scale=0.25, shift= {-10, -10}}, + }, }, }) table.insert(data.raw.technology["se-processing-vulcanite"].effects,