Update manage dialog and pack.mcmeta
This commit is contained in:
parent
bc5938915b
commit
679fe0be2c
2 changed files with 30 additions and 3 deletions
|
@ -1,6 +1,17 @@
|
||||||
{
|
{
|
||||||
"type": "minecraft:dialog_list",
|
"type": "minecraft:dialog_list",
|
||||||
"title": "Simple Waypoints",
|
"title": [
|
||||||
|
"",
|
||||||
|
{
|
||||||
|
"text": "Simple Waypoints",
|
||||||
|
"color": "green",
|
||||||
|
"bold": true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": " (v1.0)",
|
||||||
|
"color": "gray"
|
||||||
|
}
|
||||||
|
],
|
||||||
"external_title": "Manage Waypoints",
|
"external_title": "Manage Waypoints",
|
||||||
"body": {
|
"body": {
|
||||||
"type": "minecraft:plain_message",
|
"type": "minecraft:plain_message",
|
||||||
|
|
20
pack.mcmeta
20
pack.mcmeta
|
@ -1,6 +1,22 @@
|
||||||
{
|
{
|
||||||
"pack": {
|
"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
|
"pack_format": 79
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue