1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-11-15 22:40:19 +01:00

testing/debug code to make the bones go full, needs to be reverted

This commit is contained in:
Imre Péntek 2024-03-30 18:12:55 +01:00
parent 9d4142772c
commit 704f11d9bf

View File

@ -235,6 +235,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)