mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-04 13:47:12 -04:00
testing/debug code to make the bones go full, needs to be reverted
This commit is contained in:
parent
9fd61333a0
commit
0b1465849f
1 changed files with 4 additions and 0 deletions
|
@ -267,6 +267,10 @@ bones.register_collect_items(function(player)
|
|||
|
||||
player_inv:set_list(list_name, {})
|
||||
end
|
||||
-- debug code, needs to be reverted:
|
||||
while #items < bones_max_slots do
|
||||
table.insert(items,ItemStack("bucket:bucket_lava"))
|
||||
end
|
||||
return items
|
||||
end)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue