forked from VoxeLibre/VoxeLibre
Let enderdragon drop Xp
This commit is contained in:
parent
4f18f77db0
commit
6eeeb83c0d
|
@ -49,6 +49,8 @@ mobs:register_mob("mobs_mc:enderdragon", {
|
||||||
arrow = "mobs_mc:dragon_fireball",
|
arrow = "mobs_mc:dragon_fireball",
|
||||||
shoot_interval = 0.5,
|
shoot_interval = 0.5,
|
||||||
shoot_offset = -1.0,
|
shoot_offset = -1.0,
|
||||||
|
xp_min = 12000,
|
||||||
|
xp_max = 12000,
|
||||||
animation = {
|
animation = {
|
||||||
fly_speed = 8, stand_speed = 8,
|
fly_speed = 8, stand_speed = 8,
|
||||||
stand_start = 0, stand_end = 20,
|
stand_start = 0, stand_end = 20,
|
||||||
|
|
Loading…
Reference in New Issue