mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Disable test tab
This commit is contained in:
parent
fbb51835b3
commit
04a58ddd24
1 changed files with 2 additions and 2 deletions
|
@ -161,7 +161,7 @@ mcl_inventory.register_survival_inventory_tab({
|
||||||
handle = function() end,
|
handle = function() end,
|
||||||
})
|
})
|
||||||
|
|
||||||
--
|
--[[
|
||||||
mcl_inventory.register_survival_inventory_tab({
|
mcl_inventory.register_survival_inventory_tab({
|
||||||
id = "test",
|
id = "test",
|
||||||
description = "Test",
|
description = "Test",
|
||||||
|
@ -173,7 +173,7 @@ mcl_inventory.register_survival_inventory_tab({
|
||||||
handle = function(player, fields)
|
handle = function(player, fields)
|
||||||
print(dump(fields))
|
print(dump(fields))
|
||||||
end,
|
end,
|
||||||
})
|
})]]
|
||||||
|
|
||||||
---@param player ObjectRef
|
---@param player ObjectRef
|
||||||
function mcl_inventory.build_survival_formspec(player)
|
function mcl_inventory.build_survival_formspec(player)
|
||||||
|
|
Loading…
Reference in a new issue