Crafting using Fermented Spider Eye, Blue Dye, Ink Sac, Feather and Paper, arranged in the pattern shown. Produces Weakness Policy.
item· Other
Weakness Policy
Cobblemon · by The Cobblemon Team
Weakness Policy is a item from Cobblemon, crafted from Fermented Spider Eye, Blue Dye, Ink Sac, Feather, and Paper.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:weakness_policy- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"BIF",
" P "
],
"ingredients": {
"B": {
"item": "minecraft:blue_dye"
},
"F": {
"item": "minecraft:feather"
},
"I": {
"item": "minecraft:ink_sac"
},
"P": {
"item": "minecraft:paper"
},
"S": {
"item": "minecraft:fermented_spider_eye"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}