From fe9f9f3e0d39593bd7b52e5dd16cdb28984b1d94 Mon Sep 17 00:00:00 2001 From: Szum123321 Date: Wed, 10 May 2023 08:56:37 +0200 Subject: [PATCH] 1.20 snapshot update --- build.gradle | 2 +- gradle.properties | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- .../szum123321/textile_backup/config/ConfigPOJO.java | 5 ++--- src/main/resources/fabric.mod.json | 2 +- 5 files changed, 11 insertions(+), 12 deletions(-) diff --git a/build.gradle b/build.gradle index 5efb5cb..4c3b6b8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'fabric-loom' version '1.2-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index eb61004..2c79c99 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,18 +1,18 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.3 -loader_version=0.14.11 +minecraft_version=23w18a +yarn_mappings=23w18a+build.5 +loader_version=0.14.19 #Fabric api -fabric_version=0.69.1+1.19.3 +fabric_version=0.80.1+1.20 #Cloth Config -cloth_version=9.0.94 +cloth_version=11.0.97 #ModMenu -modmenu_version=5.0.2 +modmenu_version=6.2.2 databreaker_version=0.2.10 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ae04661..fae0804 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.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/java/net/szum123321/textile_backup/config/ConfigPOJO.java b/src/main/java/net/szum123321/textile_backup/config/ConfigPOJO.java index 0cec14a..ae6106a 100644 --- a/src/main/java/net/szum123321/textile_backup/config/ConfigPOJO.java +++ b/src/main/java/net/szum123321/textile_backup/config/ConfigPOJO.java @@ -18,13 +18,12 @@ package net.szum123321.textile_backup.config; -import blue.endless.jankson.annotation.SerializedName; +import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.annotation.SerializedName; +import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment; import me.shedaniel.autoconfig.ConfigData; import me.shedaniel.autoconfig.annotation.Config; import me.shedaniel.autoconfig.annotation.ConfigEntry; -import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment; import net.szum123321.textile_backup.TextileBackup; -import net.szum123321.textile_backup.core.create.compressors.AbstractCompressor; import java.time.format.DateTimeFormatter; import java.util.*; diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index a8b5d65..fbd649f 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -40,7 +40,7 @@ "depends": { "fabricloader": ">=0.14.0", "fabric": "*", - "minecraft": ">=1.19.1", + "minecraft": "1.20-alpha.23.18.a", "cloth-config2": "*", "java": ">=16" },