mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-16 23:15:08 +00:00
35 lines
804 B
JSON
Vendored
35 lines
804 B
JSON
Vendored
{
|
|
"format_version": "1.8.0",
|
|
"minecraft:spawn_rules": {
|
|
"description": {
|
|
"identifier": "minecraft:cod",
|
|
"population_control": "water_animal"
|
|
},
|
|
"conditions": [
|
|
{
|
|
"minecraft:spawns_on_surface": {},
|
|
"minecraft:spawns_underwater": {},
|
|
|
|
"minecraft:distance_filter": {
|
|
"min": 12,
|
|
"max": 32
|
|
},
|
|
"minecraft:weight": {
|
|
"default": 75
|
|
},
|
|
"minecraft:density_limit": {
|
|
"surface":20
|
|
},
|
|
"minecraft:herd": {
|
|
"min_size":4,
|
|
"max_size":7
|
|
},
|
|
|
|
"minecraft:biome_filter": [
|
|
{"test": "has_biome_tag", "operator":"==", "value": "ocean"},
|
|
{"test": "has_biome_tag", "operator":"!=", "value": "warm"}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |