From 0d6ae155fb799bcd0932cb6633f03bd73df2c9c3 Mon Sep 17 00:00:00 2001 From: Kevin <92656833+kevinthegreat1@users.noreply.github.com> Date: Sun, 14 Jan 2024 16:28:00 -0500 Subject: Update top aligned pack.mcmeta (#492) --- src/main/resources/resourcepacks/top_aligned/pack.mcmeta | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src') 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 +} -- cgit