From 0bca47a92b23d658b58edc5c56fce66829158ea1 Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 4 Sep 2021 11:01:05 -0500 Subject: [PATCH] Update pack.mcmeta I don't even know if we need this file --- src/main/resources/pack.mcmeta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index c79a3626c..38f884e64 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "description": "examplemod resources", + "description": "", "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." }