Skip to content

Commit

Permalink
Add fuel slot to furnace listring
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy authored and sofar committed Oct 31, 2016
1 parent 0acd9a2 commit d92034e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mods/default/furnace.lua
Expand Up @@ -22,6 +22,8 @@ local function active_formspec(fuel_percent, item_percent)
"listring[current_player;main]"..
"listring[current_name;src]"..
"listring[current_player;main]"..
"listring[current_name;fuel]"..
"listring[current_player;main]"..
default.get_hotbar_bg(0, 4.25)
return formspec
end
Expand All @@ -42,6 +44,8 @@ local inactive_formspec =
"listring[current_player;main]"..
"listring[current_name;src]"..
"listring[current_player;main]"..
"listring[current_name;fuel]"..
"listring[current_player;main]"..
default.get_hotbar_bg(0, 4.25)

--
Expand Down

0 comments on commit d92034e

Please sign in to comment.