Crafting using Mutant Skeleton Pelvis, Mutant Skeleton Limb and Mutant Skeleton Limb, arranged in the pattern shown. Produces Mutant Skeleton Leggings.
Mutant Skeleton Leggings
Mutant Monsters · by shcott21, Chumbanotz, Fuzs, tdstress
Mutant Skeleton Leggings is a item from Mutant Monsters, crafted from Mutant Skeleton Pelvis and Mutant Skeleton Limb.
Acquisition
Developer reference
- Registry name
mutantmonsters:mutant_skeleton_leggings- Namespace
mutantmonsters- Mod ID
mutantmonsters- Tags (1)
forge:items/armors/leggings
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" P ",
"L L",
" "
],
"ingredients": {
"L": {
"item": "mutantmonsters:mutant_skeleton_limb"
},
"P": {
"item": "mutantmonsters:mutant_skeleton_pelvis"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}