Files
OFModpack/config/livingthings/raccoon.json
T
2026-06-14 01:24:29 +02:00

24 lines
463 B
JSON

{
"canAttack": true,
"health": 10.0,
"movementSpeed": 0.23,
"attackDamage": 2.0,
"maxSpawnedInChunk": 6,
"spawnBiomes": [
{
"weight": 16,
"minGroupSize": 2,
"maxGroupSize": 5,
"biomes": [
"minecraft:plains",
"minecraft:forest",
"minecraft:birch_forest",
"minecraft:old_growth_birch_forest",
"minecraft:sunflower_plains",
"minecraft:dark_forest",
"minecraft:flower_forest",
"minecraft:cherry_grove"
]
}
]
}