Name tags now name all mobs (except ender dragon)

This commit is contained in:
Wuzzy 2018-05-30 11:34:17 +02:00
parent d0cdb0f390
commit 69b3e19c1b
4 changed files with 49 additions and 25 deletions

View file

@ -93,6 +93,8 @@ mobs:register_mob("mobs_mc:enderdragon", {
run_start = 0, run_end = 20,
},
blood_amount = 0,
ignores_nametag = true,
})