Crafting using String, String, Demon Horn, Netherite Scrap, Demon Horn and Fiery Serum, arranged in the pattern shown. Produces Hellish Bauble.
Hellish Bauble
Bewitchment · by MoriyaShiine, cybercat5555
Hellish Bauble is a item from Bewitchment, crafted from String, Demon Horn, Netherite Scrap, and Fiery Serum.
Acquisition
Related items
Developer reference
- Registry name
bewitchment:hellish_bauble- Namespace
bewitchment- Mod ID
bewitchment- Tags (1)
trinkets:items/chest/necklace
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S S",
"HNH",
" O "
],
"ingredients": {
"H": {
"item": "bewitchment:demon_horn"
},
"N": {
"item": "netherite_scrap"
},
"O": {
"item": "bewitchment:fiery_serum"
},
"S": {
"item": "string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}