data.realyusufismailcore.advancements.recipes.main.copper.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of minecraft Show documentation
Show all versions of minecraft Show documentation
A core for mods by Real Yusuf Ismail
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"
]
]
}