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
+24
View File
@@ -0,0 +1,24 @@
{
"canAttack": true,
"health": 10.0,
"movementSpeed": 0.23,
"attackDamage": 2.0,
"maxSpawnedInChunk": 6,
"spawnBiomes": [
{
"weight": 16,
"minGroupSize": 2,
"maxGroupSize": 5,
"biomes": [
"minecraft:plains",
"minecraft:forest",
"minecraft:birch_forest",
"minecraft:old_growth_birch_forest",
"minecraft:sunflower_plains",
"minecraft:dark_forest",
"minecraft:flower_forest",
"minecraft:cherry_grove"
]
}
]
}