mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
Add minecraft bedrock server
This commit is contained in:
58
servers/bedrock/behavior_packs/vanilla/spawn_rules/salmon.json
vendored
Normal file
58
servers/bedrock/behavior_packs/vanilla/spawn_rules/salmon.json
vendored
Normal file
@ -0,0 +1,58 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:salmon",
|
||||
"population_control": "water_animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:density_limit": {
|
||||
"surface":10
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:distance_filter": {
|
||||
"min": 12,
|
||||
"max": 32
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 26
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":3,
|
||||
"max_size":5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "ocean"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "warm"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:density_limit": {
|
||||
"surface":4
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:distance_filter": {
|
||||
"min": 12,
|
||||
"max": 32
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 16
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":3,
|
||||
"max_size":5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "river"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user