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
+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"
]
}
]
}