Crafting using Any Redstone Dust, Wooden Sword, Any Redstone Dust, Wooden Pickaxe, Upgrade Base, Wooden Axe, Any Iron Ingot, Wooden Shovel and Any Iron Ingot, arranged in the pattern shown. Produces Tool Swapper Upgrade.
Tool Swapper Upgrade
Function
Automatically swaps item in player's hand for the one effective on the block/entity when these are left clicked.
Acquisition
Used in (1)
Developer reference
- Registry name
sophisticatedbackpacks:tool_swapper_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"RWR",
"PBA",
"ISI"
],
"ingredients": {
"A": {
"item": "minecraft:wooden_axe"
},
"B": {
"item": "sophisticatedbackpacks:upgrade_base"
},
"I": {
"tag": "forge:ingots/iron"
},
"P": {
"item": "minecraft:wooden_pickaxe"
},
"R": {
"tag": "forge:dusts/redstone"
},
"S": {
"item": "minecraft:wooden_shovel"
},
"W": {
"item": "minecraft:wooden_sword"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:tool_swapper_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}