Skip to content

Commit 704f11d

Browse files
committed
testing/debug code to make the bones go full, needs to be reverted
1 parent 9d41427 commit 704f11d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mods/bones/init.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@ bones.register_collect_items(function(player)
235235

236236
player_inv:set_list(list_name, {})
237237
end
238+
-- debug code, needs to be reverted:
239+
while #items < bones_max_slots do
240+
table.insert(items,ItemStack("bucket:bucket_lava"))
241+
end
238242
return items
239243
end)
240244

0 commit comments

Comments
 (0)