MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

decorated_pot.json0 B

Empty File
{
  "type": "minecraft:block",
  "pools": [
    {
      "bonus_rolls": 0.0,
      "entries": [
        {
          "type": "minecraft:alternatives",
          "children": [
            {
              "type": "minecraft:dynamic",
              "conditions": [
                {
                  "condition": "minecraft:match_tool",
                  "predicate": {
                    "tag": "minecraft:breaks_decorated_pots"
                  }
                },
                {
                  "condition": "minecraft:inverted",
                  "term": {
                    "condition": "minecraft:match_tool",
                    "predicate": {
                      "enchantments": [
                        {
                          "enchantment": "minecraft:silk_touch",
                          "levels": {
                            "min": 1
                          }
                        }
                      ]
                    }
                  }
                }
              ],
              "name": "minecraft:sherds"
            },
            {
              "type": "minecraft:item",
              "functions": [
                {
                  "function": "minecraft:copy_nbt",
                  "ops": [
                    {
                      "op": "replace",
                      "source": "sherds",
                      "target": "BlockEntityTag.sherds"
                    }
                  ],
                  "source": "block_entity"
                }
              ],
              "name": "minecraft:decorated_pot"
            }
          ]
        }
      ],
      "rolls": 1.0
    }
  ],
  "random_sequence": "minecraft:blocks/decorated_pot"
}