Crafting using Any Planks, Any Wooden Slabs, Stick, Any Planks and Stick, arranged in the pattern shown. Produces Hammer.
item· Other
Hammer
Another Furniture · by Starfish Studios
Hammer is a item from Another Furniture, crafted from Any Planks, Any Wooden Slabs, and Stick.
Acquisition
Developer reference
- Registry name
another_furniture:furniture_hammer- Namespace
another_furniture- Mod ID
another_furniture- Tags (1)
another_furniture:items/furniture_hammers
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #S",
" /#",
"/ "
],
"ingredients": {
"#": {
"tag": "minecraft:planks"
},
"/": {
"item": "minecraft:stick"
},
"S": {
"tag": "minecraft:wooden_slabs"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}