mojira.dev
MC-181427

New weeping vines loot table requires Silk Touch shears

This goes for twisting vines as well. Since 1.9, shears can't have Silk Touch.

 

"terms": [
                    {
                      "condition": "minecraft:match_tool",
                      "predicate": {
                        "item": "minecraft:shears"
                      }
                    },
                    {
                      "condition": "minecraft:match_tool",
                      "predicate": {
                        "enchantments": [
                          {
                            "enchantment": "minecraft:silk_touch",
                            "levels": {
                              "min": 1
                            }
                          }
                        ]
                      }
                    }
"terms": [
                    {
                      "condition": "minecraft:match_tool",
                      "predicate": {
                        "item": "minecraft:shears"
                      }
                    },
                    {
                      "condition": "minecraft:match_tool",
                      "predicate": {
                        "enchantments": [
                          {
                            "enchantment": "minecraft:silk_touch",
                            "levels": {
                              "min": 1
                            }
                          }
                        ]
                      }
                    }

 

Comments 1

Whoops, this is invalid, I was interpreting the loot table incorrectly and testing to confirm. It drops with silk touch or shears.

PancakeIdentity

(Unassigned)

Unconfirmed

(Unassigned)

20w18a

Retrieved