[Bug] [1.20.1]: Caves Spiders Don't Scale
Sandriell opened this issue ยท 2 comments
What happened?
Cave spiders do not seem to be getting scaled at all. Normal spiders scale properly.
Shown here all the same vanilla size, despite having a wide size range set
Minecraft Version
1.20.1
Modversion
randommobsizes-forge-1.20.1-2.0
Modloader
Forge
Additional context
"minecraft:cave_spider": {
"type": "uniform",
"min_scaling": 0.3,
"max_scaling": 1.0,
"scale_loot": true,
"scale_xp": true,
"scale_health": "normal",
"scale_damage": "none",
"scale_speed": "inverse"
},
Before submitting
- I tested that the problem is caused by this mod (the bug does not happen when removing this mod)
- I checked that there are no similar posts (open or closed) related to the this problem