Slimefun-Addon-Community / HotbarPets

This is the Source Code of my Slimefun Addon "HotbarPets". Inspired by the famous mod "InventoryPets"
GNU General Public License v3.0
4 stars 20 forks source link

Implement feature to remove tipped arrow on ground hit & Implement Dragon pet (By Request) #11

Closed Cyber-MC closed 5 years ago

TheBusyBiscuit commented 5 years ago

I think Eyes of Ender may be a better food source for an Ender Dragon, rather than Ghast Tears.

I also think that we should (in the future) refactor this giant class a bit, you could move every Pet to its own class, extending the HotbarPet class of course. This would clean the code up a lot.

Cyber-MC commented 5 years ago

I think Eyes of Ender may be a better food source for an Ender Dragon, rather than Ghast Tears.

I also think that we should (in the future) refactor this giant class a bit, you could move every Pet to its own class, extending the HotbarPet class of course. This would clean the code up a lot.

The Ender Eyes have now replaced Ghast Tears. As for creating new classes for each pet, noted.