Support Horse Data
stvncao5 opened this issue · 8 comments
Horses have 3 types of data: skin, type, and tamed.
The skin is the horse's colour (along with patterns like spots), and is determined by data value which is an integer. The type is also determined by integer but I believe it's stored in the form of NBT; this determines whether the horse is a zombie, skeleton, donkey, etc. Tamed is a boolean value and is pretty self-explanatory (wolves already have this bit supported).
Dev build now has horse data, could do with more testing. Will post as new
beta on BukkitDev soon.
On 25/12/2014 12:18 pm, "CommodoreAlpha" [email protected] wrote:
Horses have 3 types of data: skin, type, and tamed.
The skin is the horse's colour (along with patterns like spots), and is
determined by data value which is an integer. The type is also determined
by integer but I believe it's stored in the form of NBT; this determines
whether the horse is a zombie, skeleton, donkey, etc. Tamed is a boolean
value and is pretty self-explanatory (wolves already have this bit
supported).—
Reply to this email directly or view it on GitHub
#344.
where can I grab dev builds? the link on dev.bukkit.org seems down -- http://otherdrops.dyndns.org:8080/job/OtherDrops/
Unfortunately the dev server appears to be down and I'm traveling at the
moment. Fortunately though I uploaded the latest dev build to BukkitDev as
a beta (download version 2.8b.596).
On 09/01/2015 6:25 am, "israelcurtis" [email protected] wrote:
where can I grab dev builds? the link on dev.bukkit.org seems down --
http://otherdrops.dyndns.org:8080/job/OtherDrops/—
Reply to this email directly or view it on GitHub
#344 (comment)
.
got my skeleton horses! ^^ now will this build work with 1.7.10 too? page seemed to only indicate 1.8
I saw that latest build posted, but it seems to be indicated only for 1.8? Can it still be used on 1.7.10?
Try horse@variant!!color!!style, e.g. horse@HORSE!!WHITE!!BLACK_SPOTS.
List of available types should be created upon the new version startup in
the OtherDrops/known_lists folder, I think only the "horse" variant uses
colors and styles (e.g. donkey, undead_horse, etc don't).
On 09/01/2015 8:17 am, "israelcurtis" [email protected] wrote:
also, can you give a quick guide on syntax for using the horse data?
—
Reply to this email directly or view it on GitHub
#344 (comment)
.
Sorry, was in a rush when posting :-) Should work fine for versions from
1.6 and later.
On 09/01/2015 9:04 am, "israelcurtis" [email protected] wrote:
got my skeleton horses! ^^ now will this build work with 1.7.10 too? page
seemed to only indicate 1.8—
Reply to this email directly or view it on GitHub
#344 (comment)
.