1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-06-29 13:20:25 +02:00

Remove uses of default.gui_bg/bg_img/slots

Keep their definitions, to not break mods, but move them to legacy.lua.
This commit is contained in:
Paramat
2019-01-03 01:57:13 +00:00
committed by GitHub
parent ccf03ea404
commit 8af8dc49a0
9 changed files with 6 additions and 32 deletions

View File

@ -2449,9 +2449,6 @@ minetest.register_node("default:lava_flowing", {
local bookshelf_formspec =
"size[8,7;]" ..
default.gui_bg ..
default.gui_bg_img ..
default.gui_slots ..
"list[context;books;0,0.3;8,2;]" ..
"list[current_player;main;0,2.85;8,1;]" ..
"list[current_player;main;0,4.08;8,3;8]" ..