CC-Tweaked/src/main/resources/data/computercraft/advancements/recipes/command_computer.json

25 lines
617 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [ "computercraft:command_computer" ]
},
"criteria": {
"has_redstone": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "minecraft:command_block" } ]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": { "recipe": "computercraft:command_computer" }
}
},
"requirements": [
[
"has_redstone",
"has_the_recipe"
]
]
}