EcoBreeder config help

Config file:
world/serverconfig/ecobreeder-server.toml

Add another animal:
animals = [
  "minecraft:cow",
  "minecraft:sheep",
  "examplemod:animal_name"
]

Animals in this list get:
- gender
- breeding rules
- shears castration for most males
- breeding tag support

Animals not in this list are ignored by EcoBreeder.
Chickens cannot be castrated, but still support gender and breeding tags.

Only Animal entities with normal breeding behavior will work.

Use /ecobreeder config in game to see the current list.
Edit the file while the world or server is stopped, then start it again.
