Crafting using Iron Ingot, Stick, Stick, Stick, Smooth Stone Slab, Stick and Smooth Stone Slab, arranged in the pattern shown. Produces Camera Stand.
item· Other
Camera Stand
Exposure · by mortuusars
Camera Stand is a item from Exposure, crafted from Iron Ingot, Stick, and Smooth Stone Slab.
Acquisition
Developer reference
- Registry name
exposure:camera_stand- Namespace
exposure- Mod ID
exposure
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" I ",
"SSS",
"BSB"
],
"ingredients": {
"B": {
"item": "minecraft:smooth_stone_slab"
},
"I": {
"item": "minecraft:iron_ingot"
},
"S": {
"item": "minecraft:stick"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}