Name Tag
minecraft:name_tag

Name Tag

Minecraft · by Mojang Studios
item

Acquisition

Crafting using Organic Black Dye, Any String and Cardboard, in any arrangement. Produces Name Tag.

Crafting ⇆ any arrangement
Organic Black Dye
Any String
Cardboard
Name Tag Name Tag guaranteed

Scrapbox using Scrap Box. Produces Name Tag.

Scrapbox
Name Tag Name Tag guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Simple Dungeon (minecraft) minecraft:simple_dungeon1–1100%
Loot table: Ancient City (minecraft) minecraft:ancient_city1–1100%
Loot table: Woodland Mansion (minecraft) minecraft:woodland_mansion1–1100%
Loot table: Abandoned Mineshaft (minecraft) minecraft:abandoned_mineshaft1–1100%
Gameplay loot table: Treasure (minecraft) minecraft:treasure1–1100%
Developer reference
Registry name
minecraft:name_tag
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "tag": "forge:dyes/black"
    },
    {
      "tag": "forge:string"
    },
    {
      "item": "create:cardboard"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}