All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.realyusufismailcore.advancements.recipes.main.copper.json Maven / Gradle / Ivy

The newest version!
{
  "parent": "minecraft:recipes/root",
  "rewards": {
    "recipes": [
      "realyusufismailcore:copper"
    ]
  },
  "criteria": {
    "has_item": {
      "trigger": "minecraft:inventory_changed",
      "conditions": {
        "items": [
          {
            "tag": "forge:ingots/copper"
          }
        ]
      }
    },
    "has_the_recipe": {
      "trigger": "minecraft:recipe_unlocked",
      "conditions": {
        "recipe": "realyusufismailcore:copper"
      }
    }
  },
  "requirements": [
    [
      "has_item",
      "has_the_recipe"
    ]
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy