Skip to content

Commit d92034e

Browse files
Wuzzysofar
Wuzzy
authored andcommittedOct 31, 2016
Add fuel slot to furnace listring
1 parent 0acd9a2 commit d92034e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎mods/default/furnace.lua

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ local function active_formspec(fuel_percent, item_percent)
2222
"listring[current_player;main]"..
2323
"listring[current_name;src]"..
2424
"listring[current_player;main]"..
25+
"listring[current_name;fuel]"..
26+
"listring[current_player;main]"..
2527
default.get_hotbar_bg(0, 4.25)
2628
return formspec
2729
end
@@ -42,6 +44,8 @@ local inactive_formspec =
4244
"listring[current_player;main]"..
4345
"listring[current_name;src]"..
4446
"listring[current_player;main]"..
47+
"listring[current_name;fuel]"..
48+
"listring[current_player;main]"..
4549
default.get_hotbar_bg(0, 4.25)
4650

4751
--

0 commit comments

Comments
 (0)