Crafting using Paper, Gray Dye, Paper, Red Dye, Paper, White Dye and Paper, arranged in the pattern shown. Produces Spell Tag.
item· Other
Spell Tag
Cobblemon · by The Cobblemon Team
Spell Tag is a item from Cobblemon, crafted from Paper, Gray Dye, Red Dye, and White Dye.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:spell_tag- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" PG",
"PRP",
"WP "
],
"ingredients": {
"G": {
"item": "minecraft:gray_dye"
},
"P": {
"item": "minecraft:paper"
},
"R": {
"item": "minecraft:red_dye"
},
"W": {
"item": "minecraft:white_dye"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}