diff --git a/README.md b/README.md index 21c0842..2544c47 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A datapack that allows you to modify the settings and pose of armor stands using 1. This datapack uses a book of clickable links to modify the settings and pose of armour stands. 2. Once the datapack is installed, use "/trigger as_help" to see how to obtain the book. (By default this is by clicking a link in the help text but this can be changed in the admin settings.) -3. Admin settings are available using "/function as:admin" command and include: +3. Admin settings are available using "/function armor_statues:admin" command and include: - Creating and removing a particle shrine for obtaining the book. - Enabling and disabling a crafting method for obtaining the book. - Enabling and disabling the link in the help text for obtaining the book. diff --git a/pack.info b/pack.info index 984f4ec..3ee6074 100644 --- a/pack.info +++ b/pack.info @@ -3,7 +3,7 @@ 1. This datapack uses a book of clickable links to modify the settings and pose of armour stands. 2. Once the datapack is installed, use "/trigger as_help" to see how to obtain the book. By default this is by clicking a link in the help text but this can be changed in the admin settings. -3. Admin settings are available using "/function as:admin" command and include: +3. Admin settings are available using "/function armor_statues:admin" command and include: - Creating and removing a particle shrine for obtaining the book. - Enabling and disabling a crafting method for obtaining the book. - Enabling and disabling the link in the help text for obtaining the book. diff --git a/pack.mcmeta b/pack.mcmeta index 34d85c8..456ee2a 100644 --- a/pack.mcmeta +++ b/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "pack_format": 6, + "pack_format": 7, "description": [{"text":"Armor Statues","color":"gold"},{"text":"\n","color":"yellow"}] } }