{
  "type": "forge:conditional",
  "recipes": [
    {
      "conditions": [
        {
          "type": "forge:and",
          "values": [
            {
              "type": "forge:item_exists",
              "item": "functionalstorage:oak_4"
            }
          ]
        }
      ],
      "recipe": {
        "type": "minecraft:crafting_shaped",
        "category": "misc",
        "key": {
          "C": {
            "tag": "forge:chests/wooden"
          },
          "P": {
            "item": "minecraft:oak_planks"
          },
          "S": {
            "item": "kubejs:screw"
          }
        },
        "pattern": [
          "SCS",
          "CPC",
          "SCS"
        ],
        "result": {
          "item": "functionalstorage:oak_4"
        },
        "show_notification": true
      }
    }
  ]
}