Crafting using Any String, Any String, Any String and Soulstained Steel Ingot, arranged in the pattern shown. Produces Ornate Necklace.
Ornate Necklace
Malum · by Sammy Semicolon
Ornate Necklace is a item from Malum, crafted from Any String and Soulstained Steel Ingot.
Acquisition
Related items
Developer reference
- Registry name
malum:ornate_necklace- Namespace
malum- Mod ID
malum- Tags (1)
curios:items/necklace
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" X ",
"X X",
" # "
],
"ingredients": {
"#": {
"item": "malum:soul_stained_steel_ingot"
},
"X": {
"tag": "forge:string"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}