Upgrade Next Tier using Any Diamond Gem, Any Gold Ingot, Tool Swapper Upgrade, Any Gold Ingot, Any Redstone Dust, Any Redstone Dust and Any Redstone Dust, arranged in the pattern shown. Produces Advanced Tool Swapper Upgrade.
Advanced Tool Swapper Upgrade
Function
Automatically swaps item in player's hand for the one effective on the block/entity when these are left clicked. Has filter options and enables swapping wrench like tools for block/entity player is looking at with %s
Acquisition
Developer reference
- Registry name
sophisticatedbackpacks:advanced_tool_swapper_upgrade- Namespace
sophisticatedbackpacks- Mod ID
sophisticatedbackpacks
Recipe JSON (1):
{
"recipe_type": "sophisticatedcore:upgrade_next_tier",
"pattern": [
" D ",
"GVG",
"RRR"
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"G": {
"tag": "forge:ingots/gold"
},
"R": {
"tag": "forge:dusts/redstone"
},
"V": {
"item": "sophisticatedbackpacks:tool_swapper_upgrade"
}
},
"conditions": [
{
"raw": {
"type": "sophisticatedcore:item_enabled",
"itemRegistryName": "sophisticatedbackpacks:advanced_tool_swapper_upgrade"
},
"type": "sophisticatedcore:item_enabled"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}