mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-23 16:02:20 +00:00
Add fuel slot to furnace listring
This commit is contained in:
parent
0acd9a2ccb
commit
d92034e3f7
1 changed files with 4 additions and 0 deletions
|
@ -22,6 +22,8 @@ local function active_formspec(fuel_percent, item_percent)
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
"listring[current_name;src]"..
|
"listring[current_name;src]"..
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
|
"listring[current_name;fuel]"..
|
||||||
|
"listring[current_player;main]"..
|
||||||
default.get_hotbar_bg(0, 4.25)
|
default.get_hotbar_bg(0, 4.25)
|
||||||
return formspec
|
return formspec
|
||||||
end
|
end
|
||||||
|
@ -42,6 +44,8 @@ local inactive_formspec =
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
"listring[current_name;src]"..
|
"listring[current_name;src]"..
|
||||||
"listring[current_player;main]"..
|
"listring[current_player;main]"..
|
||||||
|
"listring[current_name;fuel]"..
|
||||||
|
"listring[current_player;main]"..
|
||||||
default.get_hotbar_bg(0, 4.25)
|
default.get_hotbar_bg(0, 4.25)
|
||||||
|
|
||||||
--
|
--
|
||||||
|
|
Loading…
Add table
Reference in a new issue