mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 19:47:31 +01:00
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,
|
||||
})
|
||||
|
||||
--
|
||||
--[[
|
||||
mcl_inventory.register_survival_inventory_tab({
|
||||
id = "test",
|
||||
description = "Test",
|
||||
@ -173,7 +173,7 @@ mcl_inventory.register_survival_inventory_tab({
|
||||
handle = function(player, fields)
|
||||
print(dump(fields))
|
||||
end,
|
||||
})
|
||||
})]]
|
||||
|
||||
---@param player ObjectRef
|
||||
function mcl_inventory.build_survival_formspec(player)
|
||||
|
Loading…
Reference in New Issue
Block a user