mirror of
https://github.com/minetest-mods/i3.git
synced 2025-07-05 10:00:21 +02:00
Code cleaning
This commit is contained in:
@ -6,10 +6,6 @@ i3.new_tab {
|
||||
formspec = function(player, data, fs)
|
||||
fs("label[3,1;Test 1]")
|
||||
end,
|
||||
|
||||
fields = function(player, data, fields)
|
||||
i3.set_fs(player)
|
||||
end,
|
||||
}
|
||||
|
||||
i3.new_tab {
|
||||
@ -20,10 +16,6 @@ i3.new_tab {
|
||||
formspec = function(player, data, fs)
|
||||
fs("label[3,1;Test 2]")
|
||||
end,
|
||||
|
||||
fields = function(player, data, fields)
|
||||
i3.set_fs(player)
|
||||
end,
|
||||
}
|
||||
|
||||
i3.new_tab {
|
||||
@ -54,8 +46,4 @@ i3.override_tab("test2", {
|
||||
formspec = function(player, data, fs)
|
||||
fs("label[3,1;Override!]")
|
||||
end,
|
||||
|
||||
fields = function(player, data, fields)
|
||||
i3.set_fs(player)
|
||||
end,
|
||||
})
|
||||
|
Reference in New Issue
Block a user