SimpleStory

This commit is contained in:
UltraLionFr
2025-07-18 20:46:07 +02:00
commit f12e1cf179
614 changed files with 33899 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
}
}