Crafting using Amethyst Shard, Gold Ingot, Amethyst Shard, Lapis Lazuli, Iron Helmet, Lapis Lazuli, Iron Ingot and Iron Ingot, arranged in the pattern shown. Produces Exp. Share.
item· Other
Exp. Share
Cobblemon · by The Cobblemon Team
Exp. Share is a item from Cobblemon, crafted from Amethyst Shard, Gold Ingot, Lapis Lazuli, Iron Helmet, and Iron Ingot.
Acquisition
Related items
Developer reference
- Registry name
cobblemon:exp_share- Namespace
cobblemon- Mod ID
cobblemon- Tags (2)
cobblemon:items/held/experience_share cobblemon:items/held/is_held_item
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"GCG",
"LHL",
"I I"
],
"ingredients": {
"C": {
"item": "minecraft:gold_ingot"
},
"G": {
"item": "minecraft:amethyst_shard"
},
"H": {
"item": "minecraft:iron_helmet"
},
"I": {
"item": "minecraft:iron_ingot"
},
"L": {
"item": "minecraft:lapis_lazuli"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}