feat: initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"health": 10.0,
|
||||
"movementSpeed": 0.25,
|
||||
"flyingSpeed": 0.5,
|
||||
"maxSpawnedInChunk": 6,
|
||||
"spawnBiomes": [
|
||||
{
|
||||
"weight": 22,
|
||||
"minGroupSize": 3,
|
||||
"maxGroupSize": 6,
|
||||
"biomes": [
|
||||
"minecraft:forest",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:old_growth_birch_forest",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:wooded_badlands",
|
||||
"minecraft:taiga",
|
||||
"minecraft:old_growth_pine_taiga",
|
||||
"minecraft:old_growth_spruce_taiga",
|
||||
"minecraft:cherry_grove"
|
||||
]
|
||||
}
|
||||
],
|
||||
"colorWeights": {
|
||||
"colorWhiteWeight": 33,
|
||||
"colorBrownWeight": 33,
|
||||
"colorBlackWeight": 33
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user