diff --git a/build.gradle b/build.gradle index 89730f2..d27a1b4 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id "architectury-plugin" version "3.4-SNAPSHOT" - id "dev.architectury.loom" version "1.5-SNAPSHOT" apply false + id "dev.architectury.loom" version "1.7-SNAPSHOT" apply false id "io.github.p03w.machete" version "1.+" // automatic jar compressing on build } diff --git a/gradle.properties b/gradle.properties index 33e6b6f..5c3337b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ org.gradle.jvmargs = -Xmx2G # Mod Info archives_base_name = createcobblestone -mod_version = 1.4.2 +mod_version = 1.4.3-beta maven_group = net.createcobblestone minecraft_version = 1.20.1 @@ -16,8 +16,8 @@ parchment_version = 2023.09.03 # Fabric # https://fabricmc.net/develop/ -fabric_loader_version = 0.15.7 -fabric_api_version = 0.91.0+1.20.1 +fabric_loader_version = 0.16.9 +fabric_api_version = 0.92.2+1.20.1 # Forge # https://files.minecraftforge.net/net/minecraftforge/forge/ @@ -25,14 +25,14 @@ forge_version = 47.1.43 # Create - Fabric # https://modrinth.com/mod/create-fabric/versions -create_fabric_version = 0.5.1-f-build.1417+mc1.20.1 +create_fabric_version = 0.5.1-j-build.1609+mc1.20.1 # Create - Forge # https://github.com/Creators-of-Create/Create/wiki/Depending-on-Create -create_forge_version = 0.5.1.f-26 +create_forge_version = 0.5.1.j-55 registrate_forge_version = MC1.20-1.3.3 flywheel_forge_minecraft_version = 1.20.1 -flywheel_forge_version = 0.6.10-7 +flywheel_forge_version = 0.6.11-13 # Development QOL # Create Fabric supports all 3 recipe viewers: JEI, REI, and EMI. This decides which is enabled at runtime. diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 17655d0..0d18421 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-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists