mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
Add minecraft bedrock server
This commit is contained in:
33
servers/bedrock/behavior_packs/vanilla_1.17.10/spawn_rules/axolotl.json
vendored
Normal file
33
servers/bedrock/behavior_packs/vanilla_1.17.10/spawn_rules/axolotl.json
vendored
Normal file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:axolotl",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 0,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 4,
|
||||
"event": "minecraft:entity_born",
|
||||
"event_skip_count": 2
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": 0,
|
||||
"max": 63
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user