You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
{
|
||||
"type": "minecraft:simple_random_selector",
|
||||
"config": {
|
||||
"features": [
|
||||
{
|
||||
"feature": {
|
||||
"type": "minecraft:pointed_dripstone",
|
||||
"config": {
|
||||
"chance_of_directional_spread": 0.7,
|
||||
"chance_of_spread_radius2": 0.5,
|
||||
"chance_of_spread_radius3": 0.5,
|
||||
"chance_of_taller_dripstone": 0.2
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"minecraft:water"
|
||||
]
|
||||
},
|
||||
"direction_of_search": "down",
|
||||
"max_steps": 12,
|
||||
"target_condition": {
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"feature": {
|
||||
"type": "minecraft:pointed_dripstone",
|
||||
"config": {
|
||||
"chance_of_directional_spread": 0.7,
|
||||
"chance_of_spread_radius2": 0.5,
|
||||
"chance_of_spread_radius3": 0.5,
|
||||
"chance_of_taller_dripstone": 0.2
|
||||
}
|
||||
},
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": [
|
||||
"minecraft:air",
|
||||
"minecraft:water"
|
||||
]
|
||||
},
|
||||
"direction_of_search": "up",
|
||||
"max_steps": 12,
|
||||
"target_condition": {
|
||||
"type": "minecraft:solid"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -1
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user