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,41 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:desert_or_swamp_after_surface_fossil_deepslate_feature",
"places_feature": "minecraft:deepslate_diamond_fossil_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"any_of": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "desert"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "swamp"
}
]
}
]
},
"distribution": {
"iterations": 1,
"scatter_chance": {
"numerator": 1,
"denominator": 64
},
"x": 0,
"y": {
"distribution": "uniform",
"extent": [ -64, -8 ]
},
"z": 0
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:dripstone_cluster_feature",
"places_feature": "minecraft:dripstone_cluster_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "dripstone_caves"
}
]
},
"distribution": {
"iterations": "Math.Random(48, 96)",
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:grove_pine_tree_feature",
"places_feature": "minecraft:mountain_pine_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "grove"
}
]
},
"distribution": {
"iterations": 3,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": "query.above_top_solid(variable.worldx, variable.worldz)",
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:grove_spruce_tree_feature",
"places_feature": "minecraft:mountain_spruce_tree_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "grove"
}
]
},
"distribution": {
"iterations": 7,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": "query.above_top_solid(variable.worldx, variable.worldz)",
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:large_dripstone_feature",
"places_feature": "minecraft:large_dripstone_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "dripstone_caves"
}
]
},
"distribution": {
"iterations": "0",
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,34 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_azalea_root_system_feature",
"places_feature": "minecraft:azalea_root_system_snap_to_ceiling_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "lush_caves"
}
]
},
"distribution": {
"iterations": "Math.Random(1, 2)",
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_cave_vines_feature",
"places_feature": "minecraft:cave_vine_snap_to_ceiling_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 188,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_leaf_clay_feature",
"places_feature": "minecraft:random_clay_with_dripleaves_snap_to_floor_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 62,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_moss_ceiling_feature",
"places_feature": "minecraft:moss_ceiling_snap_to_ceiling_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 125,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_spore_blossom_feature",
"places_feature": "minecraft:spore_blossom_snap_to_ceiling_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 25,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_vegetation_feature",
"places_feature": "minecraft:moss_patch_snap_to_floor_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 125,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_after_surface_vines_feature",
"places_feature": "minecraft:vines_single_face_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 256,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:lush_caves_underground_clay_ore_feature",
"places_feature": "minecraft:clay_ore_feature"
},
"conditions": {
"placement_pass": "underground_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "lush_caves"
}
]
},
"distribution": {
"iterations": 46,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:small_dripstone_feature",
"places_feature": "minecraft:small_dripstone_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "dripstone_caves"
}
]
},
"distribution": {
"iterations": "Math.Random(192, 256)",
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"format_version": "1.16.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:surface_pass_large_dripstone_feature",
"places_feature": "minecraft:large_dripstone_feature"
},
"conditions": {
"placement_pass": "surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag", "operator": "==", "value": "dripstone_caves"
}
]
},
"distribution": {
"iterations": "Math.Random(10, 48)",
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": {
"distribution": "uniform",
"extent": [ -64, 256 ]
},
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,40 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:warm_ocean_after_surface_coral_crust_feature",
"places_feature": "minecraft:coral_crust_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "warm"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "ocean"
}
]
},
"distribution": {
"iterations": 1,
"scatter_chance": {
"numerator": 1,
"denominator": 3
},
"x": {
"distribution": "uniform",
"extent": [ 0, 10 ]
},
"y": "query.above_top_solid(variable.worldx, variable.worldz)",
"z": {
"distribution": "uniform",
"extent": [ 0, 10 ]
}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:warm_ocean_after_surface_coral_feature",
"places_feature": "minecraft:coral_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "warm"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "ocean"
}
]
},
"distribution": {
"iterations": 4,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": "query.above_top_solid(variable.worldx, variable.worldz)",
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,36 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:warm_ocean_after_surface_coral_hang_feature",
"places_feature": "minecraft:coral_hang_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "warm"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "ocean"
}
]
},
"distribution": {
"iterations": 16,
"x": {
"distribution": "uniform",
"extent": [ 0, 16 ]
},
"y": "query.above_top_solid(variable.worldx, variable.worldz)",
"z": {
"distribution": "uniform",
"extent": [ 0, 16 ]
}
}
}
}

View File

@ -0,0 +1,40 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "minecraft:warm_ocean_after_surface_pickle_feature",
"places_feature": "minecraft:pickle_feature"
},
"conditions": {
"placement_pass": "after_surface_pass",
"minecraft:biome_filter": [
{
"test": "has_biome_tag",
"operator": "==",
"value": "warm"
},
{
"test": "has_biome_tag",
"operator": "==",
"value": "ocean"
}
]
},
"distribution": {
"iterations": 4,
"scatter_chance": {
"numerator": 1,
"denominator": 6
},
"x": {
"distribution": "uniform",
"extent": [ 0, 24 ]
},
"y": "query.above_top_solid(variable.worldx, variable.worldz)",
"z": {
"distribution": "uniform",
"extent": [ 0, 24 ]
}
}
}
}