MinecraftModDevelopmentMods / BetterAgriculture

8 stars 6 forks source link

Can you inherit from the vanilla mobs instead of reimplementing them? #23

Closed nearlyNonexistent closed 7 years ago

nearlyNonexistent commented 8 years ago

See title. If you could, say, inherit ClassChicken or whatever it's called in the Minecraft Forge code, you would be, presumably, compatible with any mod that changes vanilla mobs (e.g. Druidry makes it possible to milk cows with a bowl) naturally and have to write less redundant code. You could then focus on writing the differences FROM vanilla mobs, rather than reimplementing them.

knoxhack commented 7 years ago

Being implemented in the next update

knoxhack commented 7 years ago

Implemented :), let me know of any feedback