Crafting using Mutant Skeleton Arms and Mutant Skeleton Rib Cage, arranged in the pattern shown. Produces Mutant Skeleton Chestplate.
Mutant Skeleton Chestplate
Mutant Monsters · by shcott21, Chumbanotz, Fuzs, tdstress
Mutant Skeleton Chestplate is a item from Mutant Monsters, crafted from Mutant Skeleton Arms and Mutant Skeleton Rib Cage.
Acquisition
Developer reference
- Registry name
mutantmonsters:mutant_skeleton_chestplate- Namespace
mutantmonsters- Mod ID
mutantmonsters- Tags (1)
forge:items/armors/chestplates
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" A ",
" R ",
" "
],
"ingredients": {
"A": {
"item": "mutantmonsters:mutant_skeleton_arms"
},
"R": {
"item": "mutantmonsters:mutant_skeleton_rib_cage"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}