Create/Update assets for version 22w46a

This commit is contained in:
InventiveBot
2022-11-16 18:37:49 +01:00
parent 1766770a16
commit dcd64734a4
16881 changed files with 1132915 additions and 18 deletions

View File

@@ -0,0 +1,57 @@
{
"feature": "minecraft:lake_lava",
"placement": [
{
"type": "minecraft:rarity_filter",
"chance": 9
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:uniform",
"max_inclusive": {
"below_top": 0
},
"min_inclusive": {
"absolute": 0
}
}
},
{
"type": "minecraft:environment_scan",
"direction_of_search": "down",
"max_steps": 32,
"target_condition": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:not",
"predicate": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
}
},
{
"type": "minecraft:inside_world_bounds",
"offset": [
0,
-5,
0
]
}
]
}
},
{
"type": "minecraft:surface_relative_threshold_filter",
"heightmap": "OCEAN_FLOOR_WG",
"max_inclusive": -5
},
{
"type": "minecraft:biome"
}
]
}