1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-01-07 16:00:31 +00:00

Fix advancements

Looks like these were never properly updated. Woops.
This commit is contained in:
SquidDev 2019-04-24 12:15:03 +01:00
parent 4a25e7a178
commit 2c027adb68
21 changed files with 41 additions and 41 deletions

View File

@ -7,19 +7,19 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_modem": { "has_modem": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:cable", "data": 1 } ] "items": [ { "item": "computercraft:cable" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,7 +7,7 @@
"has_redstone": { "has_redstone": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "minecraft:command_block", "data": 0 } ] "items": [ { "item": "minecraft:command_block" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,13 +7,13 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,13 +7,13 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,13 +7,13 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,19 +7,19 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_apple": { "has_apple": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "minecraft:golden_apple", "data": 0 } ] "items": [ { "item": "minecraft:golden_apple" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,24 +7,24 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_apple": { "has_apple": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "minecraft:golden_apple", "data": 0 } ] "items": [ { "item": "minecraft:golden_apple" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {
"trigger": "minecraft:recipe_unlocked", "trigger": "minecraft:recipe_unlocked",
"conditions": { "recipe": "computercraft:normal_pocket_computer_normal" } "conditions": { "recipe": "computercraft:pocket_computer_normal" }
} }
}, },
"requirements": [ "requirements": [

View File

@ -7,7 +7,7 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:printout", "data": 0 } ] "items": [ { "item": "computercraft:printed_page" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,7 +7,7 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:peripheral", "data": 0 } ] "items": [ { "item": "computercraft:printer" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,13 +7,13 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,7 +7,7 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:peripheral", "data": 0 } ] "items": [ { "item": "computercraft:printer" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,7 +7,7 @@
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,7 +7,7 @@
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,19 +7,19 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_noteblock": { "has_noteblock": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "minecraft:noteblock" } ] "items": [ { "item": "minecraft:note_block" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,7 +7,7 @@
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -7,12 +7,12 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {
"trigger": "minecraft:recipe_unlocked", "trigger": "minecraft:recipe_unlocked",
"conditions": { "recipe": "computercraft:normal_turtle_normal" } "conditions": { "recipe": "computercraft:turtle_normal" }
} }
}, },
"requirements": [ "requirements": [

View File

@ -11,25 +11,25 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_cable": { "has_cable": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:cable", "data": 0 } ] "items": [ { "item": "computercraft:wired_modem" } ]
} }
}, },
"has_modem_full": { "has_modem_full": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:wired_modem_full", "data": 0 } ] "items": [ { "item": "computercraft:wired_modem_full" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {

View File

@ -1,30 +1,30 @@
{ {
"parent": "minecraft:recipes/root", "parent": "minecraft:recipes/root",
"rewards": { "rewards": {
"recipes": [ "computercraft:ender_modem" ] "recipes": [ "computercraft:wireless_modem_advanced" ]
}, },
"criteria": { "criteria": {
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_wireless": { "has_wireless": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:peripheral", "data": 1 } ] "items": [ { "item": "computercraft:wireless_modem_normal" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {
"trigger": "minecraft:recipe_unlocked", "trigger": "minecraft:recipe_unlocked",
"conditions": { "recipe": "computercraft:ender_modem" } "conditions": { "recipe": "computercraft:wireless_modem_advanced" }
} }
}, },
"requirements": [ "requirements": [

View File

@ -7,13 +7,13 @@
"has_normal": { "has_normal": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 0 } ] "items": [ { "item": "computercraft:computer_normal" } ]
} }
}, },
"has_advanced": { "has_advanced": {
"trigger": "minecraft:inventory_changed", "trigger": "minecraft:inventory_changed",
"conditions": { "conditions": {
"items": [ { "item": "computercraft:computer", "data": 16384 } ] "items": [ { "item": "computercraft:computer_advanced" } ]
} }
}, },
"has_the_recipe": { "has_the_recipe": {