diff --git a/data/simplewaypoints/dialog/manage.json b/data/simplewaypoints/dialog/manage.json index e7e8065..adc1bfb 100644 --- a/data/simplewaypoints/dialog/manage.json +++ b/data/simplewaypoints/dialog/manage.json @@ -1,6 +1,17 @@ { "type": "minecraft:dialog_list", - "title": "Simple Waypoints", + "title": [ + "", + { + "text": "Simple Waypoints", + "color": "green", + "bold": true + }, + { + "text": " (v1.0)", + "color": "gray" + } + ], "external_title": "Manage Waypoints", "body": { "type": "minecraft:plain_message", diff --git a/pack.mcmeta b/pack.mcmeta index 34fab53..82c4e8d 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,22 @@ { "pack": { - "description": "Simple Waypoints", + "description": [ + "", + { + "text": "Simple Waypoints", + "color": "green", + "bold": true + }, + { + "text": " (v1.0)", + "color": "gray" + }, + "\nDatapack by ", + { + "text": "pancakes", + "color": "dark_purple" + } + ], "pack_format": 79 } -} \ No newline at end of file +}