diff options
author | TymanWasTaken <TymanWasTaken@users.noreply.github.com> | 2021-07-08 17:22:58 +0000 |
---|---|---|
committer | GitHub Action <actions@github.com> | 2021-07-08 17:22:58 +0000 |
commit | 6b94b4f0e6a20a87145ac1a544a0d19289da7e96 (patch) | |
tree | b9e1ee11228288818f63649a7e27702b6853356e /src/main/resources/pack.mcmeta | |
parent | d1b086feb5a589f526afe2016a3b726c8271af01 (diff) | |
download | SkyblockHud-Death-Defied-6b94b4f0e6a20a87145ac1a544a0d19289da7e96.tar.gz SkyblockHud-Death-Defied-6b94b4f0e6a20a87145ac1a544a0d19289da7e96.tar.bz2 SkyblockHud-Death-Defied-6b94b4f0e6a20a87145ac1a544a0d19289da7e96.zip |
Prettified Code!
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 + } } |