update base pack

This commit is contained in:
MihailRis
2024-11-26 08:40:15 +03:00
parent d9277e1b31
commit a5a9a4b9ce
4 changed files with 6 additions and 4 deletions
+3 -1
View File
@@ -2,7 +2,9 @@ function inventory_share_func(invid, slotid)
local blockinv = hud.get_block_inventory()
if blockinv ~= 0 then
inventory.move(invid, slotid, blockinv)
else
elseif rules.get("allow-content-access") then
inventory.set(invid, slotid, 0, 0)
else
inventory.move(invid, slotid, invid)
end
end