Advanced Tool Swapper Upgrade
sophisticatedbackpacks:advanced_tool_swapper_upgrade

Advanced Tool Swapper Upgrade

item

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

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.

Upgrade Next Tier conditional
Any Diamond Gem
Any Gold Ingot
Tool Swapper Upgrade
Any Gold Ingot
Any Redstone Dust
Any Redstone Dust
Any Redstone Dust
Advanced Tool Swapper Upgrade Advanced Tool Swapper Upgrade guaranteed
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
}