Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -0,0 +1,28 @@
{
"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:herd": {
"min_size": 1,
"max_size": 4,
"event": "minecraft:entity_born",
"event_skip_count": 2
},
"minecraft:height_filter": {
"min": 0,
"max": 63
}
}
]
}
}

View File

@ -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"
}
}
]
}
}

View File

@ -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": 0,
"max": 63
},
"minecraft:herd": {
"min_size": 2,
"max_size": 4
}
}
]
}
}

View File

@ -0,0 +1,31 @@
{
"format_version": "1.8.0",
"minecraft:spawn_rules": {
"description": {
"identifier": "minecraft:goat",
"population_control": "animal"
},
"conditions": [
{
"minecraft:spawns_on_surface": {},
"minecraft:brightness_filter": {
"min": 7,
"max": 15,
"adjust_for_weather": false
},
"minecraft:weight": {
"default": 20
},
"minecraft:herd": {
"min_size": 2,
"max_size": 3
},
"minecraft:biome_filter": {
"test": "has_biome_tag",
"operator": "==",
"value": "extreme_hills"
}
}
]
}
}