Add Vanilla Behavior Pack 1.18.1
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:axolotl",
|
||||
"population_control": "water_animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:disallow_spawns_in_bubble": {},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"underground": 5
|
||||
},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:clay",
|
||||
"minecraft:herd": {
|
||||
"min_size": 4,
|
||||
"max_size": 6,
|
||||
"event": "minecraft:entity_born",
|
||||
"event_skip_count": 2
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "lush_caves"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user