twisting_vines_plant.json
0 B
Empty File
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:shears"
}
},
{
"condition": "minecraft:match_tool",
"predicate": {
"predicates": {
"minecraft:enchantments": [
{
"enchantments": "minecraft:silk_touch",
"levels": {
"min": 1
}
}
]
}
}
}
]
}
],
"name": "minecraft:twisting_vines"
},
{
"type": "minecraft:item",
"conditions": [
{
"chances": [
0.33,
0.55,
0.77,
1.0
],
"condition": "minecraft:table_bonus",
"enchantment": "minecraft:fortune"
}
],
"name": "minecraft:twisting_vines"
}
]
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:blocks/twisting_vines_plant"
}