Added more examples by @crovono
This commit is contained in:
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",
|
||||
|
||||
Reference in New Issue
Block a user