forked from VoxeLibre/VoxeLibre
Disable test tab
This commit is contained in:
parent
fbb51835b3
commit
04a58ddd24
|
@ -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 New Issue