Animal Wellness is a Minecraft mod that adds a complete animal wellness management system, with genetics, breeding, and new structures to take care of your animals.
Each animal has a tracking system that includes:
1. Place feed racks and water racks
2. Fill them with food and water
3. Build nests for chickens
4. Add enclosures for animals
1. Use the brush on animals
2. Ensure they eat and drink regularly
3. Collect manure to fertilize
4. Use the inspector to check statistics
1. Use the inspector to see genetics
2. Select the best breeders
3. Let them reproduce naturally
4. Offspring will inherit and improve traits
The mod generates an animal_wellness-server.json file in the config folder:
{
"entityList": {
"whitelist": true,
"entities": [
"minecraft:cow",
"minecraft:pig",
"minecraft:sheep",
"minecraft:chicken"
]
},
"affinity": {
"affinityRate": 0.1,
"dropTime": 6000
},
"age": {
"maxAge": 1728000,
"babyAgeThreshold": 0.04,
"adultAgeThreshold": 0.8
},
"feed": {
"maxFeed": 12000,
"maxWater": 12000,
"searchRange": 10,
"eatTime": 100
},
"manure": {
"enabled": true,
"manureTimeMin": 4800,
"manureTimeMax": 6000
},
"brush": {
"brushTime": 24000
},
"breeding": {
"enabled": true,
"pregnantTime": 18000,
"breedingTime": 6000,
"searchRange": 10,
"loveTick": 200,
"affinityThreshold": 0.4
},
"drop": {
"affinityDrop": true,
"affinityThreshold": 0.3,
"maxDrop": 10
},
"genetics": {
"enabled": true,
"mutationAmount": 0.005
},
"egg": {
"eggTime": 18000,
"searchRange": 10,
"layTime": 200
},
"milk": {
"milkTime": 18000
},
"wool": {
"woolTime": 18000
}
}
/wellness setAge <entity> <baby|adult|old>
/wellness setGenetic <entity> <trait> <value>
/wellness setSex <entity> <male|female>
For bugs, suggestions, or questions:
If you wanto to support me, you can offer me a coffee
All Rights Reserved
Enjoy your farm! 🐄🐷🐑🐔