diff --git a/gradle.properties b/gradle.properties index f769f83..fbb138b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties (https://fabricmc.net/versions.html) -minecraft_version=1.19.2 -yarn_mappings=1.19.2+build.8 -loader_version=0.14.9 +minecraft_version=1.19.3 +yarn_mappings=1.19.3+build.3 +loader_version=0.14.11 # Mod Properties mod_version=0.1.0 @@ -13,4 +13,4 @@ archives_base_name=addon-template # Dependencies # Meteor (https://maven.meteordev.org/) -meteor_version=0.5.1-SNAPSHOT +meteor_version=0.5.2-SNAPSHOT diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8049c68..070cb70 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/addon.mixins.json b/src/main/resources/addon-template.mixins.json similarity index 100% rename from src/main/resources/addon.mixins.json rename to src/main/resources/addon-template.mixins.json diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index c20b761..207242a 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -18,7 +18,7 @@ ] }, "mixins": [ - "addon.mixins.json" + "addon-template.mixins.json" ], "custom": { "meteor-client:color": "225,25,25"