Added more examples by @crovono
This commit is contained in:
22
examples/bp/feature_rules/aggregate_feature_placement.json
Normal file
22
examples/bp/feature_rules/aggregate_feature_placement.json
Normal 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
|
||||
}
|
||||
}
|
||||
}
|
||||
15
examples/bp/features/aggregate_feature.json
Normal file
15
examples/bp/features/aggregate_feature.json
Normal 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"
|
||||
}
|
||||
}
|
||||
14
examples/bp/features/aggregate_feature_obsidian.json
Normal file
14
examples/bp/features/aggregate_feature_obsidian.json
Normal 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
|
||||
}
|
||||
}
|
||||
14
examples/bp/features/aggregate_feature_planks.json
Normal file
14
examples/bp/features/aggregate_feature_planks.json
Normal 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
|
||||
}
|
||||
}
|
||||
17
examples/bp/features/aggregate_feature_planks_placement.json
Normal file
17
examples/bp/features/aggregate_feature_planks_placement.json
Normal 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
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
@@ -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
23
examples/bp/manifest.json
Normal 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
BIN
examples/bp/pack_icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 186 B |
Reference in New Issue
Block a user