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

MyDimension

【Java】我的维度模组

公开
关注 0 Fork 0 Star 0
UTF-8
{
  "parent": "minecraft:recipes/root",
  "criteria": {
    "has_clock": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:clock"
            ]
          }
        ]
      }
    },
    "has_ender_pearl": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "items": [
              "minecraft:ender_pearl"
            ]
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "mydimension:rift"
      }
    }
  },
  "requirements": [
    [
      "has_clock",
      "has_ender_pearl",
      "has_the_recipe"
    ]
  ],
  "rewards": {
    "recipes": [
      "mydimension:rift"
    ]
  }
}