Remove dangling comma.
This commit is contained in:
parent
d29d7e4e0b
commit
1aebdf3b47
1 changed files with 1 additions and 1 deletions
2
mobs.lua
2
mobs.lua
|
@ -180,7 +180,7 @@ if minetest.registered_entities["dmobs:dragon"] and minetest.registered_entities
|
||||||
m.drops = {
|
m.drops = {
|
||||||
{name = "default:ice", chance = 1, min = 1, max = 3},
|
{name = "default:ice", chance = 1, min = 1, max = 3},
|
||||||
{name = "fun_caves:eternal_ice_crystal", chance = 2, min = 1, max = 1},
|
{name = "fun_caves:eternal_ice_crystal", chance = 2, min = 1, max = 1},
|
||||||
},
|
}
|
||||||
|
|
||||||
minetest.registered_entities["fun_caves:snow_dragon"] = m
|
minetest.registered_entities["fun_caves:snow_dragon"] = m
|
||||||
mobs.spawning_mobs["fun_caves:snow_dragon"] = true
|
mobs.spawning_mobs["fun_caves:snow_dragon"] = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue