From 1d3e80bea7c4d0edd630044c2328e5f34b0a117b Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 24 Dec 2025 23:27:54 +0000 Subject: [PATCH] add better documentation to graves datapack --- .../data/graves/advancement/graves.json | 34 +++++-------------- 1 file changed, 9 insertions(+), 25 deletions(-) diff --git a/src/graves/data/graves/advancement/graves.json b/src/graves/data/graves/advancement/graves.json index 178cdb7..63fcdd5 100644 --- a/src/graves/data/graves/advancement/graves.json +++ b/src/graves/data/graves/advancement/graves.json @@ -7,40 +7,24 @@ "description": [ "", { - "text": "Retrieve your items and/or XP dropped on death from your grave by right-clicking or left-clicking it.\n\n", + "text": "Retrieve your items and/or XP dropped on death from your grave by right-clicking or left-clicking it.\n", "color": "gold" }, { - "text": "Enter", - "color": "green" - }, - { - "text": " ", - "color": "gold" - }, - { - "text": "/trigger graves", + "text": "Graves spawn where you died, floating to the top of water or lava.\n", "color": "yellow" }, { - "text": " for your grave list.\n\n", - "color": "gold" - }, - { - "text": "Enter", - "color": "green" - }, - { - "text": " ", - "color": "gold" - }, - { - "text": "/function graves:config", + "text": "Ensure you have enough inventory space to retrieve all your items.\n", "color": "yellow" }, { - "text": " for config options and admin tools.", - "color": "gold" + "text": "/trigger graves for your grave list.\n", + "color": "yellow" + }, + { + "text": "/function graves:config for config options and admin tools.", + "color": "yellow" } ], "show_toast": false,