Added gold coins drop

This commit is contained in:
Peppy 2019-08-14 18:53:40 +02:00
parent 08f7d4423e
commit 888adb234f

View File

@ -39,6 +39,7 @@ local dragondef = {
fly = true,
drops = {
{name = "dmobs:dragon_red", chance = 8, min = 1, max = 1},
{name = "maptools:gold_coin", chance = 16, min = 1, max = 1},
-- {name = "dmobs:dragon_gem", chance = 1, min = 1, max = 1},
},
fall_speed = 0,