Crafting using Wrench, Advanced Drill, Advanced Chainsaw and Diamond Sword, arranged in the pattern shown. Produces Omni-Tool.
Omni-Tool
Tech Reborn · by Team Reborn, modmuss50, drcrazy
Acquisition
Related items
Developer reference
- Registry name
techreborn:omni_tool- Namespace
techreborn- Mod ID
techreborn- Tags (5)
fabric:items/axes fabric:items/pickaxes fabric:items/shovels fabric:items/swords minecraft:items/cluster_max_harvestables
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" WD",
" C ",
"S "
],
"ingredients": {
"C": {
"item": "techreborn:advanced_chainsaw"
},
"D": {
"item": "techreborn:advanced_drill"
},
"S": {
"item": "minecraft:diamond_sword"
},
"W": {
"item": "techreborn:wrench"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}