XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

MyDimension

【Java】我的维度模组

公开
关注 0 Fork 0 Star 0
UTF-8
{
  "type": "forge:conditional",
  "recipes": [
    {
      "conditions": [
        {
          "type": "mydimension:builder_enabled"
        }
      ],
      "recipe": {
        "type": "minecraft:crafting_shaped",
        "category": "building",
        "pattern": [
          "EYE",
          "HCH",
          "FLF"
        ],
        "key": {
          "E": {
            "item": "minecraft:echo_shard"
          },
          "Y": {
            "item": "minecraft:ender_eye"
          },
          "H": {
            "item": "minecraft:hopper"
          },
          "C": {
            "item": "minecraft:ender_chest"
          },
          "F": {
            "item": "mydimension:mind_portal_frame"
          },
          "L": {
            "item": "minecraft:lodestone"
          }
        },
        "result": {
          "item": "mydimension:resonant_supply_anchor"
        }
      }
    }
  ]
}