1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-19 21:03:20 +02:00
aetheria/packwiz/1.20.1/config/exoticbirds-common.toml

48 lines
1.6 KiB
TOML
Executable file

[general]
[general.eggs]
#Allow eggs from this mod to drop eggshell when broken. Default = true
createExoticEggshells = true
#Allow chicken eggs to drop eggshell when broken. Default = true
createChickenEggshells = true
#Allow exotic birds to lay eggs as items. Default = true
allowEggLaying = true
#Allow phoenix eggs to hatch phoenixes. If disabled, they hatch chickens. Default = true
allowPhoenixHatching = true
#How many ticks it takes for a bird to lay an egg. Default = 12000
#Range: > 6000
eggLayRate = 12000
[general.entity]
#Allow magpies to scavenge for items. Default = true
allowMagpieScavenging = true
#Allow kingfishers to collect fish. Default = true
allowKingfisherScavenging = true
#Allow tamed pelicans to collect fish. Default = true
allowPelicanScavenging = true
#Allow ostriches to be ridden. Default = true
allowOstrichRiding = true
#Allow phoenixes to be ridden. Default = true
allowPhoenixRiding = true
#Allow pigeon mail. Default = true
allowPigeonMail = true
[general.spawning]
#A list of dimensions that no birds are able to spawn in.
blacklistedSpawningDimensions = []
#Allow non-tamed/non-named birds to naturally despawn. Default = false
allowDespawning = false
[general.cages]
#Allow other non-hostile mobs to be caught by birdcages. Default = false
allowAnythingInCages = false
[general.nests]
#Allow eggs to regenerate in nests. Default = true
allowNestEggRegen = true
[general.birdbook]
#Allow experience to be obtained by logging birds. Default = true
allowBookExperience = true