Crafting using Rabbit's Foot, Yellow Dye, Ink Sac, Feather and Paper, arranged in the pattern shown. Produces Blunder Policy.
item· Other
Blunder Policy
Cobblemon · by The Cobblemon Team
Blunder Policy is a item from Cobblemon, crafted from Rabbit's Foot, Yellow Dye, Ink Sac, Feather, and Paper.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:blunder_policy- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" R ",
"DIF",
" P "
],
"ingredients": {
"D": {
"item": "minecraft:yellow_dye"
},
"F": {
"item": "minecraft:feather"
},
"I": {
"item": "minecraft:ink_sac"
},
"P": {
"item": "minecraft:paper"
},
"R": {
"item": "minecraft:rabbit_foot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}