You've already forked minecraft-assets
Create/Update assets for version 22w46a
This commit is contained in:
45
data/minecraft/worldgen/placed_feature/cave_vines.json
Normal file
45
data/minecraft/worldgen/placed_feature/cave_vines.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"feature": "minecraft:cave_vine",
|
||||
"placement": [
|
||||
{
|
||||
"type": "minecraft:count",
|
||||
"count": 188
|
||||
},
|
||||
{
|
||||
"type": "minecraft:in_square"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:height_range",
|
||||
"height": {
|
||||
"type": "minecraft:uniform",
|
||||
"max_inclusive": {
|
||||
"absolute": 256
|
||||
},
|
||||
"min_inclusive": {
|
||||
"above_bottom": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:environment_scan",
|
||||
"allowed_search_condition": {
|
||||
"type": "minecraft:matching_blocks",
|
||||
"blocks": "minecraft:air"
|
||||
},
|
||||
"direction_of_search": "up",
|
||||
"max_steps": 12,
|
||||
"target_condition": {
|
||||
"type": "minecraft:has_sturdy_face",
|
||||
"direction": "down"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:random_offset",
|
||||
"xz_spread": 0,
|
||||
"y_spread": -1
|
||||
},
|
||||
{
|
||||
"type": "minecraft:biome"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user