Crafting using Paper, White Dye, Paper, Red Dye, Paper, White Dye and Paper, arranged in the pattern shown. Produces Cleanse Tag.
item· Other
Cleanse Tag
Cobblemon · by The Cobblemon Team
Cleanse Tag is a item from Cobblemon, crafted from Paper, White Dye, and Red Dye.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:cleanse_tag- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" PW",
"PRP",
"WP "
],
"ingredients": {
"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
}