1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-23 13:43:22 +00:00
CC-Tweaked/src/main/resources/data/computercraft/advancements/recipes/printed_pages.json

25 lines
605 B
JSON
Raw Normal View History

2017-09-27 18:08:48 +00:00
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [ "computercraft:printed_pages" ]
},
"criteria": {
"has_normal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [ { "item": "computercraft:printer" } ]
2017-09-27 18:08:48 +00:00
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": { "recipe": "computercraft:printed_pages" }
}
},
"requirements": [
[
"has_normal",
"has_the_recipe"
]
]
}