mirror of
https://github.com/OgelGames/powerbanks.git
synced 2024-11-19 22:03:51 +01:00
replace deprecated current_name
in formspec
c940a57a38/doc/lua_api.txt (L3006)
This commit is contained in:
parent
17624ac0f9
commit
5efb0f67a1
4
init.lua
4
init.lua
@ -25,9 +25,9 @@ end
|
||||
|
||||
local base_formspec =
|
||||
"size[8,7.25]"..
|
||||
"list[current_name;main;0,1.25;4,1;]"..
|
||||
"list[context;main;0,1.25;4,1;]"..
|
||||
"list[current_player;main;0,3.5;8,4;]"..
|
||||
"listring[current_name;main]"..
|
||||
"listring[context;main]"..
|
||||
"listring[current_player;main]"..
|
||||
"image[5.4,1.2;3,1;powerbanks_battery_bg.png]"..
|
||||
"label[0,2.25;"..S("Charging Slots").."]"
|
||||
|
Loading…
Reference in New Issue
Block a user