diff options
author | Kevin <92656833+kevinthegreat1@users.noreply.github.com> | 2024-01-14 16:28:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-14 16:28:00 -0500 |
commit | 0d6ae155fb799bcd0932cb6633f03bd73df2c9c3 (patch) | |
tree | dace4751bb8e38f5faa95ff2311a3e03b94268ee /src/main/resources | |
parent | 110f58e0d78fd8414cfd9e5798fc054bb5e45bfe (diff) | |
download | Skyblocker-0d6ae155fb799bcd0932cb6633f03bd73df2c9c3.tar.gz Skyblocker-0d6ae155fb799bcd0932cb6633f03bd73df2c9c3.tar.bz2 Skyblocker-0d6ae155fb799bcd0932cb6633f03bd73df2c9c3.zip |
Update top aligned pack.mcmeta (#492)
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/resourcepacks/top_aligned/pack.mcmeta | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/resources/resourcepacks/top_aligned/pack.mcmeta b/src/main/resources/resourcepacks/top_aligned/pack.mcmeta index 764d5396..b9450ccd 100644 --- a/src/main/resources/resourcepacks/top_aligned/pack.mcmeta +++ b/src/main/resources/resourcepacks/top_aligned/pack.mcmeta @@ -1,6 +1,10 @@ { "pack": { "pack_format": 15, + "supported_formats": { + "min_inclusive": 15, + "max_inclusive": 2147483647 + }, "description": "Alternative layout for Skyblocker's Fancy Tab-HUD" } -}
\ No newline at end of file +} |