mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 15:34:57 +00:00
58 lines
1.3 KiB
JSON
Vendored
58 lines
1.3 KiB
JSON
Vendored
{
|
|
"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"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |