File Details
EmberRootZoo-1.12-1.2.0.jar
- R
- Aug 9, 2017
- 163.96 KB
- 738
- 1.12.1+1
File Name
EmberRootZoo-1.12-1.2.0.jar
Supported Versions
- 1.12.1
- 1.12
All new config file (old values ignored, you can safely delete the old file and regenerate)
For each entity , the config file will have a category similar to this for complete control over spawning rules
entityfairy {
# Try to spawn in every biome. If false, it will use the whitelist in this config [default: true]
B:allBiomes=true
# Biomes this will spawn into. Add support for any modded biome here. [default: [minecraft:ocean], [minecraft:plains], [minecraft:desert], [minecraft:extreme_hills], [minecraft:forest], [minecraft:taiga], [minecraft:swampland], [minecraft:river], [minecraft:hell], [minecraft:ice_flats], [minecraft:beaches], [minecraft:forest_hills], [minecraft:jungle], [minecraft:birch_forest], [minecraft:roofed_forest], [minecraft:savanna], [minecraft:mesa]]
S:biomeWhitelist <
minecraft:ocean
minecraft:plains
minecraft:desert
minecraft:extreme_hills
minecraft:forest
minecraft:taiga
minecraft:swampland
minecraft:river
minecraft:hell
minecraft:ice_flats
minecraft:beaches
minecraft:forest_hills
minecraft:jungle
minecraft:birch_forest
minecraft:roofed_forest
minecraft:savanna
minecraft:mesa
>
# Biggest spawn group. [range: 0 ~ 500, default: 10]
I:maxSpawnCount=10
# Smallest spawn group. [range: 0 ~ 500, default: 5]
I:minSpawnCount=5
# Configures the spawning frequency. Higher numbers mean more spawns. [range: 0 ~ 500, default: 20]
I:weightProbability=20
}