Mob spawn probabilities broken
thrasosc opened this issue ยท 1 comments
Minecraft Version
1.20.x
Mod Loader Version
0.14.21
Mod Version
1.0.1
Describe the Issue
After setting the probability of all difficulty mob spawns to 1.0
, none of the mobs spawn.
Relevant code snippet from the config:
"minecraft:green_wool": {
"spawns": [
"minecraft:skeleton"
],
"chance": {
"easy": 1.0,
"normal": 1.0,
"hard": 1.0
},
"replace": "minecraft:air"
}
latest.log
Do you use any other mods except the required ones?
No response
Thanks for reporting, fixed with e6e7465