{
  "type": "gateways:gate_recipe",
  "group": "gateways",
  "pattern": [
    "RRR",
    "MAB",
    "WWW"
  ],
  "key": {
    "R": {
      "tag": "c:dusts/redstone"
    },
	"M": {
      "item": "minecraft:red_mushroom"
    },
	"A": {
      "tag": "c:ender_pearls"
    },
	"B": {
      "item": "minecraft:brown_mushroom"
    },
	"W": {
      "type": "neoforge:components",
      "items": [
        "minecraft:potion"
      ],
      "components": {
        "potion_contents": {
          "potion": "water"
        }
      }
    }
  },
  "result": {
    "id": "gateways:gate_pearl"
  },
  "gateway": "gateways:basic/slime"
}