[*]
Update Checker: Introducing a built-in update checker that automatically notifies you when a new version is available. Stay up-to-date with the latest features and improvements effortlessly!
[*]
Config.yml Enhancements: Expanded the configuration options to give you more control over the breeding behavior in your world:
Code (Text):
breeding:
cycles_per_tick: 4 # Number of chunks to process in each breeding cycle [default: 4]
max_breeding_distance: 10 # Maximum distance for animals to breed (in blocks). [default: 10]
love_mode_ticks: 20000 # Number of ticks animals stay in love mode [default: 20000]
interval_in_ticks: 600 # Breeding cycle interval (100 ticks = 5 seconds) [default: 600]
continue_without_players: false # Should the cycles continue if no players are online? [default: false]
breedable_animals: # List of animals that can breed [Adding entities without breeding mechanics will cause issues.]
- PIG
- COW
- CHICKEN
- SHEEP
- WOLF
- RABBIT
- HORSE
- DONKEY
- LLAMA
- TURTLE
- CAT
- FOX