mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-06 07:20:30 +00:00
Fix advancements
Looks like these were never properly updated. Woops.
This commit is contained in:
parent
4a25e7a178
commit
2c027adb68
@ -7,19 +7,19 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_modem": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:cable", "data": 1 } ]
|
||||
"items": [ { "item": "computercraft:cable" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"has_redstone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "minecraft:command_block", "data": 0 } ]
|
||||
"items": [ { "item": "minecraft:command_block" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,13 +7,13 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,13 +7,13 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,13 +7,13 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
@ -7,19 +7,19 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_apple": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "minecraft:golden_apple", "data": 0 } ]
|
||||
"items": [ { "item": "minecraft:golden_apple" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,24 +7,24 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_apple": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "minecraft:golden_apple", "data": 0 } ]
|
||||
"items": [ { "item": "minecraft:golden_apple" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": { "recipe": "computercraft:normal_pocket_computer_normal" }
|
||||
"conditions": { "recipe": "computercraft:pocket_computer_normal" }
|
||||
}
|
||||
},
|
||||
"requirements": [
|
@ -7,7 +7,7 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:printout", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:printed_page" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:peripheral", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:printer" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,13 +7,13 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:peripheral", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:printer" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,19 +7,19 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_noteblock": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "minecraft:noteblock" } ]
|
||||
"items": [ { "item": "minecraft:note_block" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,7 +7,7 @@
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -7,12 +7,12 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": { "recipe": "computercraft:normal_turtle_normal" }
|
||||
"conditions": { "recipe": "computercraft:turtle_normal" }
|
||||
}
|
||||
},
|
||||
"requirements": [
|
@ -11,25 +11,25 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_cable": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:cable", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:wired_modem" } ]
|
||||
}
|
||||
},
|
||||
"has_modem_full": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:wired_modem_full", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:wired_modem_full" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
@ -1,30 +1,30 @@
|
||||
{
|
||||
"parent": "minecraft:recipes/root",
|
||||
"rewards": {
|
||||
"recipes": [ "computercraft:ender_modem" ]
|
||||
"recipes": [ "computercraft:wireless_modem_advanced" ]
|
||||
},
|
||||
"criteria": {
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_wireless": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:peripheral", "data": 1 } ]
|
||||
"items": [ { "item": "computercraft:wireless_modem_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": { "recipe": "computercraft:ender_modem" }
|
||||
"conditions": { "recipe": "computercraft:wireless_modem_advanced" }
|
||||
}
|
||||
},
|
||||
"requirements": [
|
@ -7,13 +7,13 @@
|
||||
"has_normal": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 0 } ]
|
||||
"items": [ { "item": "computercraft:computer_normal" } ]
|
||||
}
|
||||
},
|
||||
"has_advanced": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [ { "item": "computercraft:computer", "data": 16384 } ]
|
||||
"items": [ { "item": "computercraft:computer_advanced" } ]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
|
Loading…
Reference in New Issue
Block a user