a3626a / HungryAnimals

Minecraft mod hungry animals
12 stars 2 forks source link

Attributes #37

Open a3626a opened 6 years ago

a3626a commented 6 years ago

Attributes of animals should be different from their parents.

a3626a commented 6 years ago

It would be nice babies' abilities(attributes) are gradually improved while growing.

In theory, this requires an attribute modifier which decides its modification from EntityAgeable (or CapabilityAgeable, later). However this is impossible (or really hard) using current implementation(vanilla or forge) of attribute modifier. Alternative solution is changing attribute modifier on several stages.

a3626a commented 6 years ago

Implement this after https://github.com/a3626a/HungryAnimals/issues/32, it is more clear.