{
  "neoforge:conditions": [
    {
      "type": "neoforge:mod_loaded",
      "modid": "redacted"
    }
  ],
  "type": "minecraft:crafting_shaped",
  "category": "misc",
  "key": {
    "E": {
      "tag": "c:eggs"
    },
    "M": {
      "item": "minecraft:milk_bucket"
    },
    "P": {
      "tag": "c:doughs"
    },
    "S": {
      "item": "minecraft:sugar"
    }
  },
  "pattern": [
    " M ",
    "SES",
    " P "
  ],
  "result": {
    "count": 1,
    "id": "minecraft:cake"
  }
}