MCMinecraft Assets Explorer

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

craft_decorated_pot_using_only_sherds.json0 B

Empty File
{
  "parent": "minecraft:adventure/salvage_sherd",
  "criteria": {
    "pot_crafted_using_only_sherds": {
      "conditions": {
        "ingredients": [
          {
            "items": "#minecraft:decorated_pot_sherds"
          },
          {
            "items": "#minecraft:decorated_pot_sherds"
          },
          {
            "items": "#minecraft:decorated_pot_sherds"
          },
          {
            "items": "#minecraft:decorated_pot_sherds"
          }
        ],
        "recipe_id": "minecraft:decorated_pot"
      },
      "trigger": "minecraft:recipe_crafted"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.adventure.craft_decorated_pot_using_only_sherds.description"
    },
    "icon": {
      "components": {
        "minecraft:pot_decorations": [
          "minecraft:brick",
          "minecraft:heart_pottery_sherd",
          "minecraft:brick",
          "minecraft:explorer_pottery_sherd"
        ]
      },
      "count": 1,
      "id": "minecraft:decorated_pot"
    },
    "title": {
      "translate": "advancements.adventure.craft_decorated_pot_using_only_sherds.title"
    }
  },
  "requirements": [
    [
      "pot_crafted_using_only_sherds"
    ]
  ],
  "sends_telemetry_event": true
}