Use new electricity textures in Electric Furnace
This commit is contained in:
parent
de18a71124
commit
ed0255dbe9
@ -455,8 +455,8 @@ local function electricFurnaceFormspec(powerPercent,srcPercent)
|
|||||||
"label[0.5,0.5;"..S("Electric Furnace").."]",
|
"label[0.5,0.5;"..S("Electric Furnace").."]",
|
||||||
"list[context;src;3.4,1.8;1,1]",
|
"list[context;src;3.4,1.8;1,1]",
|
||||||
"listring[context;src]",
|
"listring[context;src]",
|
||||||
(powerPercent>0 and "image[3.4,2.8;1,1;default_furnace_fire_bg.png^[lowpart:"..powerPercent..":default_furnace_fire_fg.png]"
|
(powerPercent>0 and "image[3.4,2.8;1,1;industrialtest_gui_electricity_bg.png^[lowpart:"..powerPercent..":industrialtest_gui_electricity_fg.png]"
|
||||||
or "image[3.4,2.8;1,1;default_furnace_fire_bg.png]"),
|
or "image[3.4,2.8;1,1;industrialtest_gui_electricity_bg.png]"),
|
||||||
"list[context;powerStorage;3.4,3.9;1,1]",
|
"list[context;powerStorage;3.4,3.9;1,1]",
|
||||||
"listring[context;powerStorage]",
|
"listring[context;powerStorage]",
|
||||||
(srcPercent>0 and "image[4.9,2.8;1,1;gui_furnace_arrow_bg.png^[lowpart:"..srcPercent..":gui_furnace_arrow_fg.png^[transformR270]"
|
(srcPercent>0 and "image[4.9,2.8;1,1;gui_furnace_arrow_bg.png^[lowpart:"..srcPercent..":gui_furnace_arrow_fg.png^[transformR270]"
|
||||||
@ -475,8 +475,8 @@ local function electricFurnaceFormspec(powerPercent,srcPercent)
|
|||||||
"list[context;src;3.4,1.8;1,1]",
|
"list[context;src;3.4,1.8;1,1]",
|
||||||
mcl_formspec.get_itemslot_bg(3.4,1.8,1,1),
|
mcl_formspec.get_itemslot_bg(3.4,1.8,1,1),
|
||||||
"listring[context;src]",
|
"listring[context;src]",
|
||||||
(powerPercent>0 and "image[3.4,2.8;1,1;default_furnace_fire_bg.png^[lowpart:"..powerPercent..":default_furnace_fire_fg.png]"
|
(powerPercent>0 and "image[3.4,2.8;1,1;industrialtest_gui_electricity_bg.png^[lowpart:"..powerPercent..":industrialtest_gui_electricity_fg.png]"
|
||||||
or "image[3.4,2.8;1,1;default_furnace_fire_bg.png]"),
|
or "image[3.4,2.8;1,1;industrialtest_gui_electricity_bg.png]"),
|
||||||
"list[context;powerStorage;3.4,3.9;1,1]",
|
"list[context;powerStorage;3.4,3.9;1,1]",
|
||||||
mcl_formspec.get_itemslot_bg(3.4,3.9,1,1),
|
mcl_formspec.get_itemslot_bg(3.4,3.9,1,1),
|
||||||
"listring[context;powerStorage]",
|
"listring[context;powerStorage]",
|
||||||
|
Loading…
Reference in New Issue
Block a user