Skip to content

Commit

Permalink
added generated chunkloader upgrade recipe advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
desht committed Apr 25, 2024
1 parent 7e42e06 commit 1b27a1d
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_drone": {
"conditions": {
"items": [
{
"items": [
"pneumaticcraft:drone"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "pneumaticcraft:chunkloader_upgrade"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_drone"
]
],
"rewards": {
"recipes": [
"pneumaticcraft:chunkloader_upgrade"
]
}
}

0 comments on commit 1b27a1d

Please sign in to comment.