From 357f757bb0d88cd700333f0728d61397621574d7 Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Wed, 28 Jul 2021 18:27:15 -0500 Subject: [PATCH] - Added my_friend_petey - Added lore tab (root) - Edited feeling_caged_in to be 50k/-50k requirement --- .../canopy/advancements/feeling_caged_in.json | 8 +- data/canopy/advancements/my_friend_petey.json | 36 ++ .../chat_advancement.json | 36 +- .../advancements => disabled}/get_sed.json | 44 +- .../advancements => disabled}/gib_sed.json | 44 +- .../party_parrot.json | 34 +- .../party_parrot_trigger.json | 466 +++++++++--------- .../vaks_living_room.json | 120 ++--- .../war_never_changes.json | 46 +- data/lore/advancements/root.json | 36 ++ 10 files changed, 471 insertions(+), 399 deletions(-) create mode 100644 data/canopy/advancements/my_friend_petey.json rename data/{canopy/advancements => disabled}/chat_advancement.json (95%) rename data/{canopy/advancements => disabled}/get_sed.json (95%) rename data/{canopy/advancements => disabled}/gib_sed.json (95%) rename data/{canopy/advancements => disabled}/party_parrot.json (95%) rename data/{canopy/advancements => disabled}/party_parrot_trigger.json (95%) rename data/{canopy/advancements => disabled}/vaks_living_room.json (97%) rename data/{canopy/advancements => disabled}/war_never_changes.json (96%) create mode 100644 data/lore/advancements/root.json diff --git a/data/canopy/advancements/feeling_caged_in.json b/data/canopy/advancements/feeling_caged_in.json index 4664388..206750f 100644 --- a/data/canopy/advancements/feeling_caged_in.json +++ b/data/canopy/advancements/feeling_caged_in.json @@ -16,7 +16,7 @@ "dimension": "minecraft:overworld", "position": { "x": { - "min": 100000 + "min": 50000 } } } @@ -27,7 +27,7 @@ "dimension": "minecraft:overworld", "position": { "x": { - "max": -100000 + "max": -50000 } } } @@ -38,7 +38,7 @@ "dimension": "minecraft:overworld", "position": { "z": { - "min": 100000 + "min": 50000 } } } @@ -49,7 +49,7 @@ "dimension": "minecraft:overworld", "position": { "z": { - "max": -100000 + "max": -50000 } } } diff --git a/data/canopy/advancements/my_friend_petey.json b/data/canopy/advancements/my_friend_petey.json new file mode 100644 index 0000000..862a10a --- /dev/null +++ b/data/canopy/advancements/my_friend_petey.json @@ -0,0 +1,36 @@ +{ + "display": { + "icon": { + "item": "minecraft:filled_map" + }, + "title": "My Friend Petey", + "description": "An important quest", + "frame": "task", + "show_toast": false, + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "be_near": { + "trigger": "minecraft:location", + "conditions": { + "dimension": "minecraft:overworld", + "position": { + "x": { + "min": 27, + "max": 30 + }, + "y": { + "min": 98, + "max": 101 + }, + "z": { + "min": -129, + "max": -126 + } + } + } + } + } +} + diff --git a/data/canopy/advancements/chat_advancement.json b/data/disabled/chat_advancement.json similarity index 95% rename from data/canopy/advancements/chat_advancement.json rename to data/disabled/chat_advancement.json index f11a1c3..82e277a 100644 --- a/data/canopy/advancements/chat_advancement.json +++ b/data/disabled/chat_advancement.json @@ -1,18 +1,18 @@ -{ - "display": { - "icon": { - "item": "minecraft:spruce_door" - }, - "title": "Secret Club", - "description": "What's the password?", - "frame": "challenge", - "hidden": true, - "announce_to_chat": true - }, - "parent": "canopy:root", - "criteria": { - "say_the_password": { - "trigger": "impossible" - } - } -} +{ + "display": { + "icon": { + "item": "minecraft:spruce_door" + }, + "title": "Secret Club", + "description": "What's the password?", + "frame": "challenge", + "hidden": true, + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "say_the_password": { + "trigger": "impossible" + } + } +} diff --git a/data/canopy/advancements/get_sed.json b/data/disabled/get_sed.json similarity index 95% rename from data/canopy/advancements/get_sed.json rename to data/disabled/get_sed.json index ddaef9f..0f01010 100644 --- a/data/canopy/advancements/get_sed.json +++ b/data/disabled/get_sed.json @@ -1,22 +1,22 @@ -{ - "display": { - "icon": { - "item": "minecraft:wheat_seeds" - }, - "title": "Get sed", - "description": "Obtain some sed", - "frame": "task", - "announce_to_chat": true - }, - "parent": "canopy:root", - "criteria": { - "have_sed": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [{ - "item": "minecraft:wheat_seeds" - }] - } - } - } -} +{ + "display": { + "icon": { + "item": "minecraft:wheat_seeds" + }, + "title": "Get sed", + "description": "Obtain some sed", + "frame": "task", + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "have_sed": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [{ + "item": "minecraft:wheat_seeds" + }] + } + } + } +} diff --git a/data/canopy/advancements/gib_sed.json b/data/disabled/gib_sed.json similarity index 95% rename from data/canopy/advancements/gib_sed.json rename to data/disabled/gib_sed.json index 6f85f4e..9006252 100644 --- a/data/canopy/advancements/gib_sed.json +++ b/data/disabled/gib_sed.json @@ -1,22 +1,22 @@ -{ - "display": { - "icon": { - "item": "minecraft:parrot_spawn_egg" - }, - "title": "Gib sed", - "description": "Tame a b0rb", - "frame": "task", - "announce_to_chat": true - }, - "parent": "canopy:get_sed", - "criteria": { - "have_sed": { - "trigger": "minecraft:tame_animal", - "conditions": { - "entity": { - "type": "minecraft:parrot" - } - } - } - } -} +{ + "display": { + "icon": { + "item": "minecraft:parrot_spawn_egg" + }, + "title": "Gib sed", + "description": "Tame a b0rb", + "frame": "task", + "announce_to_chat": true + }, + "parent": "canopy:get_sed", + "criteria": { + "have_sed": { + "trigger": "minecraft:tame_animal", + "conditions": { + "entity": { + "type": "minecraft:parrot" + } + } + } + } +} diff --git a/data/canopy/advancements/party_parrot.json b/data/disabled/party_parrot.json similarity index 95% rename from data/canopy/advancements/party_parrot.json rename to data/disabled/party_parrot.json index 0e79130..707b811 100644 --- a/data/canopy/advancements/party_parrot.json +++ b/data/disabled/party_parrot.json @@ -1,17 +1,17 @@ -{ - "display": { - "icon": { - "item": "minecraft:music_disc_chirp" - }, - "title": "Party Parrot", - "description": "Birdy dancin!", - "frame": "challenge", - "announce_to_chat": true - }, - "parent": "canopy:gib_sed", - "criteria": { - "birdy_dancin": { - "trigger": "impossible" - } - } -} +{ + "display": { + "icon": { + "item": "minecraft:music_disc_chirp" + }, + "title": "Party Parrot", + "description": "Birdy dancin!", + "frame": "challenge", + "announce_to_chat": true + }, + "parent": "canopy:gib_sed", + "criteria": { + "birdy_dancin": { + "trigger": "impossible" + } + } +} diff --git a/data/canopy/advancements/party_parrot_trigger.json b/data/disabled/party_parrot_trigger.json similarity index 95% rename from data/canopy/advancements/party_parrot_trigger.json rename to data/disabled/party_parrot_trigger.json index b744d7b..fe9e0f0 100644 --- a/data/canopy/advancements/party_parrot_trigger.json +++ b/data/disabled/party_parrot_trigger.json @@ -1,233 +1,233 @@ -{ - "parent": "canopy:root", - "criteria": { - "music_disc_cat": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_cat" - } - } - }, - "music_disc_13": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_13" - } - } - }, - "music_disc_blocks": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_blocks" - } - } - }, - "music_disc_chirp": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_chirp" - } - } - }, - "music_disc_far": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_far" - } - } - }, - "music_disc_mall": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_mall" - } - } - }, - "music_disc_mellohi": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_mellohi" - } - } - }, - "music_disc_stal": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_stal" - } - } - }, - "music_disc_strad": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_strad" - } - } - }, - "music_disc_ward": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_ward" - } - } - }, - "music_disc_11": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_11" - } - } - }, - "music_disc_wait": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_wait" - } - } - }, - "music_disc_pigstep": { - "trigger": "minecraft:item_used_on_block", - "conditions": { - "location": { - "block": { - "block": "minecraft:jukebox", - "state": { - "has_record": "true" - } - } - }, - "item": { - "item": "minecraft:music_disc_pigstep" - } - } - } - }, - "requirements": [ - [ - "music_disc_cat", - "music_disc_13", - "music_disc_blocks", - "music_disc_chirp", - "music_disc_far", - "music_disc_mall", - "music_disc_mellohi", - "music_disc_stal", - "music_disc_strad", - "music_disc_ward", - "music_disc_11", - "music_disc_wait", - "music_disc_pigstep" - ] - ], - "rewards": { - "function": "canopy:parrot" - } -} +{ + "parent": "canopy:root", + "criteria": { + "music_disc_cat": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_cat" + } + } + }, + "music_disc_13": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_13" + } + } + }, + "music_disc_blocks": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_blocks" + } + } + }, + "music_disc_chirp": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_chirp" + } + } + }, + "music_disc_far": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_far" + } + } + }, + "music_disc_mall": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_mall" + } + } + }, + "music_disc_mellohi": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_mellohi" + } + } + }, + "music_disc_stal": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_stal" + } + } + }, + "music_disc_strad": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_strad" + } + } + }, + "music_disc_ward": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_ward" + } + } + }, + "music_disc_11": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_11" + } + } + }, + "music_disc_wait": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_wait" + } + } + }, + "music_disc_pigstep": { + "trigger": "minecraft:item_used_on_block", + "conditions": { + "location": { + "block": { + "block": "minecraft:jukebox", + "state": { + "has_record": "true" + } + } + }, + "item": { + "item": "minecraft:music_disc_pigstep" + } + } + } + }, + "requirements": [ + [ + "music_disc_cat", + "music_disc_13", + "music_disc_blocks", + "music_disc_chirp", + "music_disc_far", + "music_disc_mall", + "music_disc_mellohi", + "music_disc_stal", + "music_disc_strad", + "music_disc_ward", + "music_disc_11", + "music_disc_wait", + "music_disc_pigstep" + ] + ], + "rewards": { + "function": "canopy:parrot" + } +} diff --git a/data/canopy/advancements/vaks_living_room.json b/data/disabled/vaks_living_room.json similarity index 97% rename from data/canopy/advancements/vaks_living_room.json rename to data/disabled/vaks_living_room.json index 88f7ba2..3f055b1 100644 --- a/data/canopy/advancements/vaks_living_room.json +++ b/data/disabled/vaks_living_room.json @@ -1,60 +1,60 @@ -{ - "display": { - "icon": { - "item": "minecraft:player_head", - "nbt": "{SkullOwner: {UUID: \"7afbf6632bf049ef915f22e81b298d17\", Properties: {textures: [{Value: \"ewogICJ0aW1lc3RhbXAiIDogMTU5NzM0MzY4MzI4NywKICAicHJvZmlsZUlkIiA6ICI3YWZiZjY2MzJiZjA0OWVmOTE1ZjIyZTgxYjI5OGQxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWYWtiZXplbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNGNmODAyZWMzNzVjYzcwMzQyYjZiMWRkZWExNDFkOGEyNGIyMjkzOWFjYmVmY2IxYWQ0MzU3ZTk3OGQ5NWNjIgogICAgfQogIH0KfQ==\", Signature: \"xdqPCx6d4P4jAMYmhRDY8+GshmY6kW5ChMohnn27IzOchVzmHzmdshwlePEIe/1fuhDcYeDJaUgphZf7cqjMJyeMxgUDESbunb3oxsNH7Y+GUBgRY1+nnov3zLGpIruGdG5kdGNfyPyMdOye1Ou1iwz7m1zTqz1HjiOm/brDkP95QbatNdH+Ajnvut20wMcmKUS9rL+e0CLfb91PasVRpESogSbV7mL5sgFbt54UBj7oLdnaoE5Rk9pCvVADMPQqRFIGcrIe8E4EaJRmnXuj3rU8FeGkUcCnZw+aNHgS+iyAP1DL1MU+CkXLjY3YpADc7g9Fdf/1PIbF1RlfhZBsh4V4ji+kAX97xhIDqRdEAFIYJFHEWeLkGn45NY1nDYJaSgIfNAGpJTc/PFQl3jsEGcfglwgLpZSBgWi+6deC46wjT1h6ECxEntbPDSFiT1ktOr+Cy1GIGw5tQGhpiuHpkpdzj7F0/DBUxIj/wCl0JDr/+mSKWDUoyC4qp+W54Rga7OeLLr5VBEmjF7UoF50BT4lNYWN4KCpk5kFuPBB239y5L6U514vahtlSFsT7kq4mxorAV0zMhNYUHmNTxBcPOTaWHf3pQyUy63cUBvhfkL9MoBl6H7PUgMaQUEyicdzhZuQZrccE08FKEEjns6i0Grzp59icIQcYpoFaYIqgwYQ=\"}]}, Id: [I; 2063332963, 737167855, -1856036120, 455707927]}}" - }, - "title": "Vak's Living Room", - "description": "Have every type of parrot as a pet... whatcha do?", - "frame": "challenge", - "announce_to_chat": true - }, - "parent": "canopy:gib_sed", - "criteria": { - "red": { - "trigger": "minecraft:tame_animal", - "conditions": { - "entity": { - "type": "minecraft:parrot", - "nbt": "{Variant:0}" - } - } - }, - "blue": { - "trigger": "minecraft:tame_animal", - "conditions": { - "entity": { - "type": "minecraft:parrot", - "nbt": "{Variant:1}" - } - } - }, - "green": { - "trigger": "minecraft:tame_animal", - "conditions": { - "entity": { - "type": "minecraft:parrot", - "nbt": "{Variant:2}" - } - } - }, - "cyan": { - "trigger": "minecraft:tame_animal", - "conditions": { - "entity": { - "type": "minecraft:parrot", - "nbt": "{Variant:3}" - } - } - }, - "gray": { - "trigger": "minecraft:tame_animal", - "conditions": { - "entity": { - "type": "minecraft:parrot", - "nbt": "{Variant:4}" - } - } - } - } -} +{ + "display": { + "icon": { + "item": "minecraft:player_head", + "nbt": "{SkullOwner: {UUID: \"7afbf6632bf049ef915f22e81b298d17\", Properties: {textures: [{Value: \"ewogICJ0aW1lc3RhbXAiIDogMTU5NzM0MzY4MzI4NywKICAicHJvZmlsZUlkIiA6ICI3YWZiZjY2MzJiZjA0OWVmOTE1ZjIyZTgxYjI5OGQxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWYWtiZXplbCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lNGNmODAyZWMzNzVjYzcwMzQyYjZiMWRkZWExNDFkOGEyNGIyMjkzOWFjYmVmY2IxYWQ0MzU3ZTk3OGQ5NWNjIgogICAgfQogIH0KfQ==\", Signature: \"xdqPCx6d4P4jAMYmhRDY8+GshmY6kW5ChMohnn27IzOchVzmHzmdshwlePEIe/1fuhDcYeDJaUgphZf7cqjMJyeMxgUDESbunb3oxsNH7Y+GUBgRY1+nnov3zLGpIruGdG5kdGNfyPyMdOye1Ou1iwz7m1zTqz1HjiOm/brDkP95QbatNdH+Ajnvut20wMcmKUS9rL+e0CLfb91PasVRpESogSbV7mL5sgFbt54UBj7oLdnaoE5Rk9pCvVADMPQqRFIGcrIe8E4EaJRmnXuj3rU8FeGkUcCnZw+aNHgS+iyAP1DL1MU+CkXLjY3YpADc7g9Fdf/1PIbF1RlfhZBsh4V4ji+kAX97xhIDqRdEAFIYJFHEWeLkGn45NY1nDYJaSgIfNAGpJTc/PFQl3jsEGcfglwgLpZSBgWi+6deC46wjT1h6ECxEntbPDSFiT1ktOr+Cy1GIGw5tQGhpiuHpkpdzj7F0/DBUxIj/wCl0JDr/+mSKWDUoyC4qp+W54Rga7OeLLr5VBEmjF7UoF50BT4lNYWN4KCpk5kFuPBB239y5L6U514vahtlSFsT7kq4mxorAV0zMhNYUHmNTxBcPOTaWHf3pQyUy63cUBvhfkL9MoBl6H7PUgMaQUEyicdzhZuQZrccE08FKEEjns6i0Grzp59icIQcYpoFaYIqgwYQ=\"}]}, Id: [I; 2063332963, 737167855, -1856036120, 455707927]}}" + }, + "title": "Vak's Living Room", + "description": "Have every type of parrot as a pet... whatcha do?", + "frame": "challenge", + "announce_to_chat": true + }, + "parent": "canopy:gib_sed", + "criteria": { + "red": { + "trigger": "minecraft:tame_animal", + "conditions": { + "entity": { + "type": "minecraft:parrot", + "nbt": "{Variant:0}" + } + } + }, + "blue": { + "trigger": "minecraft:tame_animal", + "conditions": { + "entity": { + "type": "minecraft:parrot", + "nbt": "{Variant:1}" + } + } + }, + "green": { + "trigger": "minecraft:tame_animal", + "conditions": { + "entity": { + "type": "minecraft:parrot", + "nbt": "{Variant:2}" + } + } + }, + "cyan": { + "trigger": "minecraft:tame_animal", + "conditions": { + "entity": { + "type": "minecraft:parrot", + "nbt": "{Variant:3}" + } + } + }, + "gray": { + "trigger": "minecraft:tame_animal", + "conditions": { + "entity": { + "type": "minecraft:parrot", + "nbt": "{Variant:4}" + } + } + } + } +} diff --git a/data/canopy/advancements/war_never_changes.json b/data/disabled/war_never_changes.json similarity index 96% rename from data/canopy/advancements/war_never_changes.json rename to data/disabled/war_never_changes.json index 5fcad86..ee02251 100644 --- a/data/canopy/advancements/war_never_changes.json +++ b/data/disabled/war_never_changes.json @@ -1,23 +1,23 @@ -{ - "display": { - "icon": { - "item": "minecraft:tnt" - }, - "title": "War, war never changes.", - "description": "Obtain a stack of tnt... <.<", - "frame": "task", - "announce_to_chat": true - }, - "parent": "canopy:root", - "criteria": { - "get_boom_booms": { - "trigger": "minecraft:inventory_changed", - "conditions": { - "items": [{ - "item": "minecraft:tnt", - "count": 64 - }] - } - } - } -} +{ + "display": { + "icon": { + "item": "minecraft:tnt" + }, + "title": "War, war never changes.", + "description": "Obtain a stack of tnt... <.<", + "frame": "task", + "announce_to_chat": true + }, + "parent": "canopy:root", + "criteria": { + "get_boom_booms": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [{ + "item": "minecraft:tnt", + "count": 64 + }] + } + } + } +} diff --git a/data/lore/advancements/root.json b/data/lore/advancements/root.json new file mode 100644 index 0000000..46a8b4a --- /dev/null +++ b/data/lore/advancements/root.json @@ -0,0 +1,36 @@ +{ + "display": { + "icon": { + "item": "minecraft:writable_book" + }, + "title": "From the depths below...", + "description": "...The Canopy rises.", + "frame": "challenge", + "background": "minecraft:textures/block/lime_concrete.png", + "show_toast": false, + "announce_to_chat": true + }, + "criteria": { + "be_near": { + "trigger": "minecraft:location", + "conditions": { + "dimension": "minecraft:overworld", + "position": { + "x": { + "min": 1198, + "max": 1204 + }, + "y": { + "min": 15, + "max": 19 + }, + "z": { + "min": 1171, + "max": 1178 + } + } + } + } + } +} +