From e96e2a8bd601b099b5db894ba2b40100812962cf Mon Sep 17 00:00:00 2001 From: Ben Maurer Date: Wed, 28 Jul 2021 23:51:54 -0500 Subject: [PATCH] - Added hellmart location --- data/locations/advancements/hellmart.json | 36 +++++++++++++++++++ .../advancements/im_flying_jack.json | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 data/locations/advancements/hellmart.json diff --git a/data/locations/advancements/hellmart.json b/data/locations/advancements/hellmart.json new file mode 100644 index 0000000..660041c --- /dev/null +++ b/data/locations/advancements/hellmart.json @@ -0,0 +1,36 @@ +{ + "display": { + "icon": { + "item": "minecraft:fire" + }, + "title": "Welcome to Hell!", + "description": "Visit Hellmart under the nether hub", + "frame": "task", + "show_toast": false, + "announce_to_chat": true + }, + "parent": "locations:root", + "criteria": { + "be_near": { + "trigger": "minecraft:location", + "conditions": { + "dimension": "minecraft:overworld", + "position": { + "x": { + "min": -70, + "max": 50 + }, + "y": { + "min": 100, + "max": 125 + }, + "z": { + "min": -60, + "max": 50 + } + } + } + } + } +} + diff --git a/data/locations/advancements/im_flying_jack.json b/data/locations/advancements/im_flying_jack.json index 921d17e..9c333b7 100644 --- a/data/locations/advancements/im_flying_jack.json +++ b/data/locations/advancements/im_flying_jack.json @@ -3,7 +3,7 @@ "icon": { "item": "minecraft:ladder" }, - "title": "I'm Flying Jack!", + "title": "I'm Flying, Jack!", "description": "Summit spawn mountain", "frame": "task", "show_toast": false,