Crafting using Vine, Iron Block, Hay Block, Spruce Bark and Dried Kelp, arranged in the pattern shown. Produces Protection Poppet.
Protection Poppet
Bewitchment · by MoriyaShiine, cybercat5555
Protection Poppet is a item from Bewitchment, crafted from Vine, Iron Block, Hay Block, Spruce Bark, and Dried Kelp.
Acquisition
Related items
Developer reference
- Registry name
bewitchment:protection_poppet- Namespace
bewitchment- Mod ID
bewitchment- Tags (1)
enchancement:items/retains_durability
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" V ",
"AHB",
" K "
],
"ingredients": {
"A": {
"item": "iron_block"
},
"B": {
"item": "bewitchment:spruce_bark"
},
"H": {
"item": "hay_block"
},
"K": {
"item": "dried_kelp"
},
"V": {
"item": "vine"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}