Mechanical Crafting using Any Glass, Any Glass, Any Ender Pearls, Any Glass, Precision Mechanism, Brass Ingot and Any Obsidian, arranged in the pattern shown. Produces Wand Of Symmetry.
Wand Of Symmetry
Create · by simibubi
Function
_Creates_ or _Moves_ its Mirror. _Sneak_ while using to open the _Configuration Interface_ _Removes_ the active Mirror When used on a Surface When used with no target _Mirrors Block placement_ while present in any _Hotbar Slot_.
Acquisition
Developer reference
- Registry name
create:wand_of_symmetry- Namespace
create- Mod ID
create
Recipe JSON (1):
{
"recipe_type": "create:mechanical_crafting",
"pattern": [
" G ",
"GEG",
" P ",
" B ",
" O "
],
"ingredients": {
"B": {
"tag": "forge:ingots/brass"
},
"E": {
"tag": "forge:ender_pearls"
},
"G": {
"tag": "forge:glass"
},
"O": {
"tag": "forge:obsidian"
},
"P": {
"item": "create:precision_mechanism"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
