diff options
author | ThatGravyBoat <thatgravyboat@gmail.com> | 2021-07-08 16:33:40 -0230 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 16:33:40 -0230 |
commit | 5a98a98dfc0009599b90280ae3a1f166de21e6e8 (patch) | |
tree | b9e1ee11228288818f63649a7e27702b6853356e /src/main/resources/pack.mcmeta | |
parent | b416301ae23c4c1d0f528b30e0ed28a3bfe4aabb (diff) | |
parent | 6b94b4f0e6a20a87145ac1a544a0d19289da7e96 (diff) | |
download | SkyblockHud-Death-Defied-5a98a98dfc0009599b90280ae3a1f166de21e6e8.tar.gz SkyblockHud-Death-Defied-5a98a98dfc0009599b90280ae3a1f166de21e6e8.tar.bz2 SkyblockHud-Death-Defied-5a98a98dfc0009599b90280ae3a1f166de21e6e8.zip |
Merge pull request #3 from ThatGravyBoat/prettier-testing
Improve prettier formatting
Diffstat (limited to 'src/main/resources/pack.mcmeta')
-rw-r--r-- | src/main/resources/pack.mcmeta | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index a37de8a..fad0334 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { - "pack": { - "description": "skyblock hud resources", - "pack_format": 1 - } + "pack": { + "description": "skyblock hud resources", + "pack_format": 1 + } } |