Hi there. Does anybody know how to get a horse with 30hp and maxed out speed? Please give me a tutorial. Thanks!
2
Thanks a ton.This worked excellently, and now my map has a couple of beautiful horses . You're awesome.
In survival, good luck. It would take lots of luck to create a 15 heart, max speed horse; and that's not even considering max jump. However, one can be spawned in with the command:
summon EntityHorse ~ ~ ~ {HealF:30,Attributes:[{Name:"generic.movementSpeed",Base:0.5},{Name:"horse.jumpStrength",Base:1}],Tame:1}
This horse has 26 hearts max, only because I haven't found a way to reduce the maximum health. It will always be pure white, although it can be changed to another variant, but not pattern (White - 0, Black - 4, Gray - 5, Light Brown - 1, Medium Brown - 2, Dark Brown - 3, Very Dark Brown - 6, Invisible - 7) unless you put in something that I'm not sure how to do. Just add this after the first {
Variant:X
where X is the variant number from the list above.
summon EntityHorse ~ ~ ~ {HealF:30,Attributes:[{Name:"generic.movementSpeed",Base:0.5},{Name:"horse.jumpStrength",Base:1}],Tame:1}
This horse has 26 hearts max, only because I haven't found a way to reduce the maximum health. It will always be pure white, although it can be changed to another variant, but not pattern (White - 0, Black - 4, Gray - 5, Light Brown - 1, Medium Brown - 2, Dark Brown - 3, Very Dark Brown - 6, Invisible - 7) unless you put in something that I'm not sure how to do. Just add this after the first {
Variant:X
where X is the variant number from the list above.
