Config to select animals to keep
RotokEralil opened this issue ยท 5 comments
There are some animals I would like to add to my world from the mod, but others I wouldn't; Is it possible to update the config file so it is possible to select which animals you wish to add and not add to your world?
Thanks.
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
This must be a forge only feature, because this is all thats in the fabric config.
{
"entities": {
"reindeer": {
// Generates snow particles around reindeer.
"create_snow": true
}
}
}
You're looking in the wrong place. The config for disabling animals is per-world, so go to your save, then "server-configs" and it will be there. After you edit it as you please, you can then copy the text file into the "defaultconfigs" folder to have it apply to all saves
You're looking in the wrong place. The config for disabling animals is per-world, so go to your save, then "server-configs" and it will be there. After you edit it as you please, you can then copy the text file into the "defaultconfigs" folder to have it apply to all saves
Apologies; could you also point me to the FAQ? I cant seem to find it on curseforge (or is it here on github?) Sorry again.