feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+26
View File
@@ -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
}
}