Added more examples by @crovono

This commit is contained in:
DaanV2
2021-06-05 17:38:20 +02:00
parent b05ed64ec8
commit 7fa54de89d
9 changed files with 107 additions and 2 deletions

View File

@@ -0,0 +1,22 @@
{
"format_version": "1.13.0",
"minecraft:feature_rules": {
"description": {
"identifier": "aggregate_features:aggregate_feature_placement",
"places_feature": "aggregate_features:aggregate_feature"
},
"conditions": {
"placement_pass": "final_pass"
},
"distribution": {
"iterations": 1,
"x": 0,
"z": 0,
"y": 90
}
}
}

View File

@@ -0,0 +1,15 @@
{
"format_version": "1.13.0",
"minecraft:aggregate_feature": {
"description": {
"identifier": "aggregate_features:aggregate_feature"
},
"features": [
"aggregate_features:aggregate_feature_obsidian",
"aggregate_features:aggregate_feature_planks_placement"
],
"early_out": "first_failure"
}
}

View File

@@ -0,0 +1,14 @@
{
"format_version": "1.13.0",
"minecraft:single_block_feature": {
"description": {
"identifier": "aggregate_features:aggregate_feature_obsidian"
},
"places_block": "minecraft:obsidian",
"enforce_placement_rules": false,
"enforce_survivability_rules": false
}
}

View File

@@ -0,0 +1,14 @@
{
"format_version": "1.13.0",
"minecraft:single_block_feature": {
"description": {
"identifier": "aggregate_features:aggregate_feature_planks"
},
"places_block": "minecraft:planks",
"enforce_placement_rules": false,
"enforce_survivability_rules": false
}
}

View File

@@ -0,0 +1,17 @@
{
"format_version": "1.13.0",
"minecraft:scatter_feature": {
"description": {
"identifier": "aggregate_features:aggregate_feature_planks_placement"
},
"places_feature": "aggregate_features:aggregate_feature_planks",
"iterations": 1,
"x": 0,
"z": 4,
"y": 0
}
}

View File

@@ -3,7 +3,7 @@
"minecraft:single_block_feature": {
"description": {
"identifier": "weighted_random_features:weighted_random_feature_obsidian"
"identifier": "aggregate_features:aggregate_feature_obsidian"
},
"places_block": "minecraft:obsidian",

View File

@@ -3,7 +3,7 @@
"minecraft:single_block_feature": {
"description": {
"identifier": "weighted_random_features:weighted_random_feature_planks"
"identifier": "aggregate_features:aggregate_feature_planks"
},
"places_block": "minecraft:planks",

23
examples/bp/manifest.json Normal file
View File

@@ -0,0 +1,23 @@
{
"format_version": 2,
"metadata": {
"authors": ["Christopher Cook"]
},
"header": {
"name": "Aggregate Features",
"uuid": "9f562163-9835-4d63-90a5-558f198088f9",
"description": "Tests aggregate features",
"version": [1, 0, 0],
"min_engine_version": [1, 17, 0]
},
"modules": [
{
"type": "data",
"description": "Behavior pack for Aggregate Features",
"uuid": "82df4a01-6431-4d4c-9d20-d62409481ad4",
"version": [1, 0, 0]
}
]
}

BIN
examples/bp/pack_icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 B