Add watchdog scrolls as an experiment on DM drops

This commit is contained in:
LeMagnesium 2016-11-09 23:50:19 +01:00
parent 8a78752659
commit 783cb0e3d9
No known key found for this signature in database
GPG Key ID: A54DDB5272C51E8B
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ mobs:register_mob("mobs:dungeon_master", {
{name = "mobs:dungeon_master_diamond", chance = 6, min = 1, max = 1,},
{name = "maptools:gold_coin", chance = 20, min = 1, max = 1,},
{name = "default:diamondblock", chance = 33, min = 1, max = 1,},
{name = "runes:scroll_watchdog", chance = 130, min = 1, max = 5},
},
-- damaged by
water_damage = 1,