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,