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
+31
View File
@@ -0,0 +1,31 @@
{
"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
}
}