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,69 @@
{
"type": "minecraft:root_system",
"config": {
"allowed_tree_position": {
"type": "minecraft:all_of",
"predicates": [
{
"type": "minecraft:any_of",
"predicates": [
{
"type": "minecraft:matching_blocks",
"blocks": [
"minecraft:air",
"minecraft:cave_air",
"minecraft:void_air",
"minecraft:water"
]
},
{
"type": "minecraft:matching_block_tag",
"tag": "minecraft:leaves"
},
{
"type": "minecraft:matching_block_tag",
"tag": "minecraft:replaceable_plants"
}
]
},
{
"type": "minecraft:matching_block_tag",
"offset": [
0,
-1,
0
],
"tag": "minecraft:azalea_grows_on"
}
]
},
"allowed_vertical_water_for_tree": 2,
"feature": {
"feature": "minecraft:azalea_tree",
"placement": []
},
"hanging_root_placement_attempts": 20,
"hanging_root_radius": 3,
"hanging_root_state_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:hanging_roots",
"Properties": {
"waterlogged": "false"
}
}
},
"hanging_roots_vertical_span": 2,
"required_vertical_space_for_tree": 3,
"root_column_max_height": 100,
"root_placement_attempts": 20,
"root_radius": 3,
"root_replaceable": "#minecraft:azalea_root_replaceable",
"root_state_provider": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "minecraft:rooted_dirt"
}
}
}
}