mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-07-22 15:15:03 -04:00
Remove unrequired for loop
This commit is contained in:
parent
46e4c7be12
commit
90b210143d
3 changed files with 7 additions and 10 deletions
|
@ -1,3 +1,6 @@
|
|||
-- Loot from the `default` mod is registered here,
|
||||
-- with the rest being registered in the respective mods
|
||||
|
||||
dungeon_loot.registered_loot = {
|
||||
-- various items
|
||||
{name = "default:stick", chance = 0.6, count = {3, 6}},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue