feat: initial commit
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"health": 4.0,
|
||||
"movementSpeed": 0.2,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 19,
|
||||
"minGroupSize": 4,
|
||||
"maxGroupSize": 7,
|
||||
"biomes": [
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:deep_lukewarm_ocean",
|
||||
"minecraft:ocean",
|
||||
"minecraft:deep_ocean"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorWeights": {
|
||||
"colorRedWeight": 20,
|
||||
"colorBlueWeight": 20,
|
||||
"colorGreenWeight": 20,
|
||||
"colorYellowWeight": 20,
|
||||
"colorPurpleWeight": 20
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user