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,112 @@
{
"type": "minecraft:block_column",
"config": {
"allowed_placement": {
"type": "minecraft:matching_blocks",
"blocks": "minecraft:air"
},
"direction": "down",
"layers": [
{
"height": {
"type": "minecraft:weighted_list",
"distribution": [
{
"data": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 19,
"min_inclusive": 0
}
},
"weight": 2
},
{
"data": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 2,
"min_inclusive": 0
}
},
"weight": 3
},
{
"data": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 6,
"min_inclusive": 0
}
},
"weight": 10
}
]
},
"provider": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:cave_vines_plant",
"Properties": {
"berries": "false"
}
},
"weight": 4
},
{
"data": {
"Name": "minecraft:cave_vines_plant",
"Properties": {
"berries": "true"
}
},
"weight": 1
}
]
}
},
{
"height": 1,
"provider": {
"type": "minecraft:randomized_int_state_provider",
"property": "age",
"source": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:cave_vines",
"Properties": {
"age": "0",
"berries": "false"
}
},
"weight": 4
},
{
"data": {
"Name": "minecraft:cave_vines",
"Properties": {
"age": "0",
"berries": "true"
}
},
"weight": 1
}
]
},
"values": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 25,
"min_inclusive": 23
}
}
}
}
],
"prioritize_tip": true
}
}