Crafting using Hard Stone, Hard Stone, Hard Stone, Lime Dye, Golden Helmet, Lime Dye, Gold Ingot and Gold Ingot, arranged in the pattern shown. Produces Rocky Helmet.
item· Armor
Rocky Helmet
Cobblemon · by The Cobblemon Team
Rocky Helmet is a item from Cobblemon, crafted from Hard Stone, Lime Dye, Golden Helmet, and Gold Ingot.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:rocky_helmet- Namespace
cobblemon- Mod ID
cobblemon- Tags (1)
cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"SSS",
"LHL",
"G G"
],
"ingredients": {
"G": {
"item": "minecraft:gold_ingot"
},
"H": {
"item": "minecraft:golden_helmet"
},
"L": {
"item": "minecraft:lime_dye"
},
"S": {
"item": "cobblemon:hard_stone"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}