feat: initial commit
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user