Goblet
supplementaries:goblet

Goblet

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Iron Nugget, Iron Nugget, Iron Nugget, Iron Ingot, Iron Nugget and Iron Nugget, arranged in the pattern shown. Produces Goblet.

Crafting conditional
Iron Nugget
Iron Nugget
Iron Nugget
Iron Ingot
Iron Nugget
Iron Nugget
Goblet Goblet guaranteed

Mining & drops

sourcecountchanceconditions
Goblet1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Goblet1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:goblet
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "0 0",
    "010",
    " 0 "
  ],
  "ingredients": {
    "0": {
      "item": "minecraft:iron_nugget"
    },
    "1": {
      "item": "minecraft:iron_ingot"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "goblet",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}