allaryin / FairyFactions

Taming tribal fairies for silliness, fun, and profit!
http://minecraft.curseforge.com/projects/fairy-factions
Apache License 2.0
4 stars 6 forks source link

Consider switching from EntityAnimal to EntityTameable #25

Open allaryin opened 8 years ago

allaryin commented 8 years ago

We may want to switch to using EntityTameable, which provides a lot of functionality that we were doing manually before.

NB, it does provide UUID-based ownership checking, a tamed bit, and a seated bit. The sitting implementation looks like it... may be worth using, but may also conflict with how we handle riding and fishing.