We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0acd9a2 commit d92034eCopy full SHA for d92034e
mods/default/furnace.lua
@@ -22,6 +22,8 @@ local function active_formspec(fuel_percent, item_percent)
22
"listring[current_player;main]"..
23
"listring[current_name;src]"..
24
25
+ "listring[current_name;fuel]"..
26
+ "listring[current_player;main]"..
27
default.get_hotbar_bg(0, 4.25)
28
return formspec
29
end
@@ -42,6 +44,8 @@ local inactive_formspec =
42
44
43
45
46
47
48
49
50
51
--
0 commit comments