31 lines
562 B
JSON
31 lines
562 B
JSON
{
|
|
"canAttack": true,
|
|
"health": 10.0,
|
|
"movementSpeed": 0.25,
|
|
"attackDamage": 2.0,
|
|
"maxSpawnedInChunk": 4,
|
|
"spawnBiomes": [
|
|
{
|
|
"weight": 60,
|
|
"minGroupSize": 5,
|
|
"maxGroupSize": 8,
|
|
"biomes": [
|
|
"minecraft:river",
|
|
"minecraft:beach",
|
|
"minecraft:swamp",
|
|
"minecraft:mangrove_swamp"
|
|
]
|
|
}
|
|
],
|
|
"colorVariants": {
|
|
"colorRedWeight": 45,
|
|
"colorBlueWeight": 10,
|
|
"colorWhiteWeight": 45
|
|
},
|
|
"scalingVariants": {
|
|
"scalingNormalWeight": 30,
|
|
"scalingSmallWeight": 30,
|
|
"scalingLargeWeight": 25,
|
|
"scalingExtraLargeWeight": 15
|
|
}
|
|
} |