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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"format_version": "1.17.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bat",
|
||||
"population_control": "ambient"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 4,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": -63,
|
||||
"max": 63
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 2
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "animal"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:bee",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":1
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "plains" },
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "sunflower_plains" },
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "flower_forest" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:blaze",
|
||||
"population_control": "monster"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cat",
|
||||
"population_control": "cat"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:chicken",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":2,
|
||||
"max_size":4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "animal"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"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"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:cow",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":2,
|
||||
"max_size":3
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "animal"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:creeper",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "monster"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:dolphin",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 7
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 3,
|
||||
"max_size": 5
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 5,
|
||||
"underground": 0
|
||||
},
|
||||
"minecraft:biome_filter": [
|
||||
{ "test": "has_biome_tag", "operator": "==", "value": "ocean" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "frozen"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:donkey",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 6
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "plains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "meadow"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,111 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:drowned",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
|
||||
"minecraft:density_limit": {
|
||||
"surface": 5
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "ocean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
|
||||
"minecraft:density_limit": {
|
||||
"surface": 2
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "river"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
|
||||
"minecraft:density_limit": {
|
||||
"surface": 2
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "dripstone_caves"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,96 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:enderman",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "monster"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 6
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 1
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "nether"},
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "spawn_endermen"}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 1
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "warped_forest"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 4,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:biome_filter": [
|
||||
{
|
||||
"test": "has_biome_tag", "operator": "==", "value": "the_end"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,57 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:fox",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4,
|
||||
"event": "minecraft:entity_born",
|
||||
"event_skip_count": 2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "taiga"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4,
|
||||
"event": "minecraft:entity_born",
|
||||
"event_skip_count": 2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "grove"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:ghast",
|
||||
"population_control": "monster"
|
||||
},
|
||||
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 40
|
||||
},
|
||||
|
||||
"minecraft:density_limit": {
|
||||
"surface": 0,
|
||||
"underground": 2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "nether"},
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "spawn_ghast"}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:glow_squid",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": -64,
|
||||
"max": 30
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:goat",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:stone",
|
||||
"minecraft:snow",
|
||||
"minecraft:powder_snow",
|
||||
"minecraft:snow_layer",
|
||||
"minecraft:packed_ice",
|
||||
"minecraft:gravel"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 3
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "snowy_slopes"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "jagged_peaks"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "frozen_peaks"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:guardian",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underwater": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:hoglin",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "peaceful",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 20
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 4,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "crimson_forest"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:horse",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 4
|
||||
},
|
||||
"minecraft:herd": [
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_white"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_creamy"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_chestnut"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_brown"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_black"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_gray"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_darkbrown"}
|
||||
],
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "plains"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
"minecraft:herd": [
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_white"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_creamy"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_chestnut"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_brown"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_black"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_gray"},
|
||||
{"min_size":2, "max_size":6, "event":"minecraft:make_darkbrown"}
|
||||
],
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "savanna"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:husk",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 240
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "desert"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:llama",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":6
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "extreme_hills"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "savanna"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:magma_cube",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "spawn_magma_cubes"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "spawn_many_magma_cubes"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:mooshroom",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 9,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":4,
|
||||
"max_size":8
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "mooshroom_island"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:ocelot",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 30
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "jungle"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:panda",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "jungle" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "bamboo" }
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 40
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "bamboo"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:parrot",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 40
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "jungle"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:phantom",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {
|
||||
},
|
||||
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
|
||||
"minecraft:density_limit": {
|
||||
"surface": 5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "monster"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pig",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 10
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":1,
|
||||
"max_size":3
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "animal"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:piglin",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "peaceful",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "spawn_piglin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "peaceful",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 15
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 4,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "spawn_few_piglins"
|
||||
}
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pillager",
|
||||
"population_control": "pillager"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,168 @@
|
||||
{
|
||||
"format_version": "1.11.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pillager_patrol",
|
||||
"population_control": "pillager"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:mob_event_filter": {
|
||||
"event": "minecraft:pillager_patrols_event"
|
||||
},
|
||||
"minecraft:world_age_filter": {
|
||||
"min": 6000
|
||||
},
|
||||
"minecraft:delay_filter": {
|
||||
"min": 600,
|
||||
"max": 660,
|
||||
"identifier": "minecraft:pillager_patrol_easy",
|
||||
"spawn_chance": 20
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:distance_filter": {
|
||||
"min": 24,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"max": "easy"
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5,
|
||||
"initial_event": "minecraft:promote_to_patrol_captain",
|
||||
"initial_event_count": 1,
|
||||
"event": "minecraft:spawn_as_patrol_follower",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:pillager<minecraft:spawn_as_patrol_follower>"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "nether" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "the_end" }
|
||||
]
|
||||
},
|
||||
"minecraft:player_in_village_filter": {
|
||||
"distance": 48,
|
||||
"village_border_tolerance": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:mob_event_filter": {
|
||||
"event": "minecraft:pillager_patrols_event"
|
||||
},
|
||||
"minecraft:world_age_filter": {
|
||||
"min": 6000
|
||||
},
|
||||
"minecraft:delay_filter": {
|
||||
"min": 600,
|
||||
"max": 660,
|
||||
"identifier": "minecraft:pillager_patrol_normal",
|
||||
"spawn_chance": 20
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:distance_filter": {
|
||||
"min": 24,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "normal",
|
||||
"max": "normal"
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5,
|
||||
"initial_event": "minecraft:promote_to_patrol_captain",
|
||||
"initial_event_count": 1,
|
||||
"event": "minecraft:spawn_as_patrol_follower",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:pillager<minecraft:spawn_as_patrol_follower>"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "nether" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "the_end" }
|
||||
]
|
||||
},
|
||||
"minecraft:player_in_village_filter": {
|
||||
"distance": 48,
|
||||
"village_border_tolerance": 32
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:mob_event_filter": {
|
||||
"event": "minecraft:pillager_patrols_event"
|
||||
},
|
||||
"minecraft:world_age_filter": {
|
||||
"min": 6000
|
||||
},
|
||||
"minecraft:delay_filter": {
|
||||
"min": 600,
|
||||
"max": 660,
|
||||
"identifier": "minecraft:pillager_patrol_hard",
|
||||
"spawn_chance": 20
|
||||
},
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:distance_filter": {
|
||||
"min": 24,
|
||||
"max": 48
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "hard"
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 5,
|
||||
"initial_event": "minecraft:promote_to_patrol_captain",
|
||||
"initial_event_count": 1,
|
||||
"event": "minecraft:spawn_as_patrol_follower",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 100,
|
||||
"entity_type": "minecraft:pillager<minecraft:spawn_as_patrol_follower>"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "mooshroom_island" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "nether" },
|
||||
{ "test": "has_biome_tag", "operator": "!=", "value": "the_end" }
|
||||
]
|
||||
},
|
||||
"minecraft:player_in_village_filter": {
|
||||
"distance": 48,
|
||||
"village_border_tolerance": 32
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,56 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:polar_bear",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2,
|
||||
"event":"minecraft:entity_born",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "frozen"},
|
||||
{"test": "has_biome_tag", "operator":"!=", "value": "ocean"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:ice",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2,
|
||||
"event":"minecraft:entity_born",
|
||||
"event_skip_count": 1
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "frozen"},
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "ocean"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:pufferfish",
|
||||
"population_control": "water_animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:distance_filter": {
|
||||
"min": 12,
|
||||
"max": 32
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 25
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface":3
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"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"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,114 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:rabbit",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:snow",
|
||||
"minecraft:sand",
|
||||
"minecraft:snow_layer"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 4
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":2,
|
||||
"max_size":3
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{
|
||||
"all_of": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "taiga"},
|
||||
{ "test": "has_biome_tag", "operator":"!=", "value": "mega"}
|
||||
]
|
||||
},
|
||||
{"test": "is_snow_covered", "operator":"==", "value": true},
|
||||
{"test": "has_biome_tag", "operator":"==", "value":"desert"}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:snow",
|
||||
"minecraft:sand",
|
||||
"minecraft:snow_layer"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 4
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 3
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "flower_forest"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "grove"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "snowy_slopes"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:snow",
|
||||
"minecraft:sand",
|
||||
"minecraft:snow_layer"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 2
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 6
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "meadow"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"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:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"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:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size":3,
|
||||
"max_size":5
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator":"==", "value": "river"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,53 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:sheep",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 12
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 3
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "animal"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 2
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "meadow"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:skeleton",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 80
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{
|
||||
"all_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "monster"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "!=",
|
||||
"value": "frozen"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "soulsand_valley"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:slime",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "monster"},
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "swamp"},
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "frozen"}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:spider",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator":"==", "value": "monster"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:squid",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 4
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "ocean"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 2
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"any_of": [
|
||||
{ "test": "has_biome_tag", "operator": "==", "value": "river" }
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,82 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:stray",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:spawn_event": {
|
||||
"event": "change_to_skeleton"
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 120
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "frozen"},
|
||||
{ "test": "has_biome_tag", "operator":"!=", "value": "ocean"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {
|
||||
},
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
|
||||
"minecraft:spawn_event": {
|
||||
"event": "change_to_skeleton"
|
||||
},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:height_filter": {
|
||||
"min": 60,
|
||||
"max": 66
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 120
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 2
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "frozen"},
|
||||
{ "test": "has_biome_tag", "operator":"==", "value": "ocean"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:strider",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_lava": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "peaceful",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 20
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:density_limit": {
|
||||
"surface": 3
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "nether"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,364 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:tropicalfish",
|
||||
"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:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"minecraft:herd": [
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_anenonme"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_black_tang"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_blue_dory"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_butterfly_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_cichlid"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_clownfish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_cc_betta"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_dog_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_e_red_snapper"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_goat_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_moorish_idol"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_ornate_butterfly"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_parrot_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_queen_angel_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_red_cichlid"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_red_lipped_benny"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_red_snapper"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_threadfin"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_tomato_clown"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_triggerfish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_yellow_tang"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_yellow_tail_parrot"
|
||||
}
|
||||
],
|
||||
|
||||
"minecraft:biome_filter": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "ocean"
|
||||
},
|
||||
{
|
||||
"any_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "warm"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "lukewarm"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:distance_filter": {
|
||||
"min": 12,
|
||||
"max": 32
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 25
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 20
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": 50,
|
||||
"max": 64
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 3
|
||||
},
|
||||
"minecraft:biome_filter": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "ocean"
|
||||
},
|
||||
{
|
||||
"any_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "warm"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "lukewarm"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:distance_filter": {
|
||||
"min": 12,
|
||||
"max": 32
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 75
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 20
|
||||
},
|
||||
"minecraft:herd": [
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_anenonme"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_black_tang"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_blue_dory"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_butterfly_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_cichlid"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_clownfish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_cc_betta"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_dog_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_e_red_snapper"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_goat_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_moorish_idol"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_ornate_butterfly"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_parrot_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_queen_angel_fish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_red_cichlid"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_red_lipped_benny"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_red_snapper"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_threadfin"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_tomato_clown"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_triggerfish"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_yellow_tang"
|
||||
},
|
||||
{
|
||||
"min_size": 3,
|
||||
"max_size": 5,
|
||||
"event": "minecraft:become_yellow_tail_parrot"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "lush_caves"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:spawns_underwater": {},
|
||||
|
||||
"minecraft:distance_filter": {
|
||||
"min": 12,
|
||||
"max": 32
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 25
|
||||
},
|
||||
"minecraft:density_limit": {
|
||||
"surface": 20
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 1,
|
||||
"max_size": 3
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "lush_caves"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:turtle",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:sand",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:height_filter": {
|
||||
"min": 60,
|
||||
"max": 67
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 6
|
||||
},
|
||||
"minecraft:biome_filter": [
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "beach" },
|
||||
{"test": "has_biome_tag", "operator": "==", "value": "warm"}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:witch",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "monster"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wither_skeleton",
|
||||
"population_control": "monster"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,106 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:wolf",
|
||||
"population_control": "animal"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:podzol",
|
||||
"minecraft:dirt"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 4,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "taiga"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": [
|
||||
"minecraft:grass",
|
||||
"minecraft:podzol",
|
||||
"minecraft:dirt"
|
||||
],
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 8
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "grove"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_on_block_filter": "minecraft:grass",
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 7,
|
||||
"max": 15,
|
||||
"adjust_for_weather": false
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 5
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 4,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:biome_filter": {
|
||||
"all_of": [
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "forest"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "!=",
|
||||
"value": "mutated"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "!=",
|
||||
"value": "birch"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "!=",
|
||||
"value": "roofed"
|
||||
},
|
||||
{
|
||||
"test": "has_biome_tag",
|
||||
"operator": "!=",
|
||||
"value": "mountain"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:zombie",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_on_surface": {},
|
||||
"minecraft:spawns_underground": {},
|
||||
"minecraft:brightness_filter": {
|
||||
"min": 0,
|
||||
"max": 7,
|
||||
"adjust_for_weather": true
|
||||
},
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
"minecraft:permute_type": [
|
||||
{
|
||||
"weight": 95
|
||||
},
|
||||
{
|
||||
"weight": 5,
|
||||
"entity_type": "minecraft:zombie_villager_v2"
|
||||
}
|
||||
],
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag", "operator": "==", "value": "monster"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,69 @@
|
||||
{
|
||||
"format_version": "1.8.0",
|
||||
"minecraft:spawn_rules": {
|
||||
"description": {
|
||||
"identifier": "minecraft:zombie_pigman",
|
||||
"population_control": "monster"
|
||||
},
|
||||
"conditions": [
|
||||
{
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 100
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "spawn_zombified_piglin"
|
||||
}
|
||||
},
|
||||
{
|
||||
"minecraft:spawns_underground": {
|
||||
},
|
||||
|
||||
"minecraft:spawns_on_block_prevented_filter": [
|
||||
"minecraft:nether_wart_block",
|
||||
"minecraft:shroomlight"
|
||||
],
|
||||
|
||||
"minecraft:difficulty_filter": {
|
||||
"min": "easy",
|
||||
"max": "hard"
|
||||
},
|
||||
|
||||
"minecraft:weight": {
|
||||
"default": 1
|
||||
},
|
||||
|
||||
"minecraft:herd": {
|
||||
"min_size": 2,
|
||||
"max_size": 4
|
||||
},
|
||||
|
||||
"minecraft:biome_filter": {
|
||||
"test": "has_biome_tag",
|
||||
"operator": "==",
|
||||
"value": "spawn_few_zombified_piglins"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user