mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-10-14 17:15:28 +02:00
testing/debug code to make the bones go full, needs to be reverted
This commit is contained in:
@@ -235,6 +235,10 @@ bones.register_collect_items(function(player)
|
|||||||
|
|
||||||
player_inv:set_list(list_name, {})
|
player_inv:set_list(list_name, {})
|
||||||
end
|
end
|
||||||
|
-- debug code, needs to be reverted:
|
||||||
|
while #items < bones_max_slots do
|
||||||
|
table.insert(items,ItemStack("bucket:bucket_lava"))
|
||||||
|
end
|
||||||
return items
|
return items
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user