From 56bcf87797c028f73ac5c132d7db72a8dc534760 Mon Sep 17 00:00:00 2001 From: Chloe Dawn Date: Sat, 11 Dec 2021 23:09:30 +0000 Subject: [PATCH] Fix outdated pack_format --- build.gradle.kts | 2 +- src/main/resources/pack.mcmeta | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 980701c..b690e05 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -8,7 +8,7 @@ plugins { } group = "dev.sapphic" -version = "4.0.0" +version = "4.0.1" java { withSourcesJar() diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index c2fcd59..65dd8c9 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "pack_format": 6, + "pack_format": 7, "description": "The default data for Armor Sound Tweak" } }