From f5d35697f524cda1736740e739f8afd902651c53 Mon Sep 17 00:00:00 2001 From: Anthony Hilyard Date: Sat, 4 Dec 2021 21:27:28 -0800 Subject: Initial 1.18 port. Overhauled tooltip handling, added color code item color support. --- src/main/resources/pack.mcmeta | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/main/resources/pack.mcmeta') diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 709504e..f8afc50 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,7 +1,6 @@ { "pack": { "description": "iceberg resources", - "pack_format": 6, - "_comment": "A pack_format of 6 requires json lang files and some texture changes from 1.16.2. Note: we require v6 pack meta for all mods." + "pack_format": 8 } } -- cgit