mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Use formspec version 6 in the main menu (#13761)
This commit is contained in:
parent
7b56daa236
commit
0cbf96cc83
7 changed files with 54 additions and 37 deletions
|
@ -42,7 +42,7 @@ local function add_tab(self,tab)
|
|||
event_handler = tab.cbf_events,
|
||||
get_formspec = tab.cbf_formspec,
|
||||
tabsize = tab.tabsize,
|
||||
formspec_version = tab.formspec_version,
|
||||
formspec_version = tab.formspec_version or 6,
|
||||
on_change = tab.on_change,
|
||||
tabdata = {},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue