LordRazen / leather-colorizer

0 stars 0 forks source link

Version Support #11

Closed LordRazen closed 2 years ago

LordRazen commented 2 years ago

Check since when HEX Colors are allowed for Leather Armors and since when the Horse Armor exists.

Min Version is the beginning of the HEX Support.

Horse Armor was added with 1.14 https://minecraft.fandom.com/wiki/Horse_Armor

bmack94 commented 2 years ago

1.16 would be the oldest version we can currently support (Target block got added in v 1.16) also we would use other methods (clickedItem.isAir()) got added later to the spigot-api

Is 1.16 OK?

LordRazen commented 2 years ago

So 1.16 is "oldest version we can suport with zero effort"?

Perfect! :D

bmack94 commented 2 years ago

implemented in feature branch