Update manage dialog and pack.mcmeta

This commit is contained in:
pancakes 2025-06-02 16:56:02 +10:00
parent bc5938915b
commit 679fe0be2c
Signed by: pancakes
SSH key fingerprint: SHA256:yrp4c4hhaPoPG07fb4QyQIgAdlbUdsJvUAydJEWnfTw
2 changed files with 30 additions and 3 deletions

View file

@ -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",

View file

@ -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
}
}
}