mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-04-30 05:01:41 -04:00
Update mods/bones/init.lua
This commit is contained in:
parent
85b8f84e11
commit
2cc20705ed
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ local function drop(pos, itemstack)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
local drop_contents = function(pos)
|
local function drop_contents(pos)
|
||||||
local inv = minetest.get_meta(pos):get_inventory()
|
local inv = minetest.get_meta(pos):get_inventory()
|
||||||
|
|
||||||
for i = 1, inv:get_size("main") do
|
for i = 1, inv:get_size("main") do
|
||||||
|
|
Loading…
Add table
Reference in a new issue