From f74a3a15242cd91368e1b2d89ce0faad30b6baeb Mon Sep 17 00:00:00 2001 From: Motschen Date: Tue, 7 Jun 2022 17:40:57 +0200 Subject: [PATCH] CullLeaves 2.3.3 - Update to 1.19 --- build.gradle | 11 ++++------- gradle.properties | 12 ++++++------ .../resources/resourcepacks/smartleaves/pack.mcmeta | 2 +- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/build.gradle b/build.gradle index 99dbdfb..387d307 100755 --- a/build.gradle +++ b/build.gradle @@ -1,18 +1,15 @@ plugins { - id 'fabric-loom' version '0.8-SNAPSHOT' + id 'fabric-loom' version '0.12-SNAPSHOT' id 'maven-publish' } -sourceCompatibility = JavaVersion.VERSION_16 -targetCompatibility = JavaVersion.VERSION_16 +sourceCompatibility = JavaVersion.VERSION_17 +targetCompatibility = JavaVersion.VERSION_17 archivesBaseName = project.archives_base_name version = project.mod_version group = project.maven_group -minecraft { -} - repositories { maven { url = "https://api.modrinth.com/maven" @@ -47,7 +44,7 @@ tasks.withType(JavaCompile).configureEach { it.options.encoding = "UTF-8" // Minecraft 1.17 (21w19a) upwards uses Java 16. - it.options.release = 16 + it.options.release = 17 } java { diff --git a/gradle.properties b/gradle.properties index aa747e8..a23c406 100755 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/use - minecraft_version=1.17.1 - yarn_mappings=1.17.1+build.61 - loader_version=0.11.7 + minecraft_version=1.19-rc2 + yarn_mappings=1.19-rc2+build.1 + loader_version=0.14.6 # Mod Properties - mod_version = 2.3.2 + mod_version = 2.3.3 maven_group = eu.midnightdust archives_base_name = cullleaves # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.40.1+1.17 - midnightlib_version=0.2.9 + fabric_version=0.55.1+1.19 + midnightlib_version=0.5.1 diff --git a/src/main/resources/resourcepacks/smartleaves/pack.mcmeta b/src/main/resources/resourcepacks/smartleaves/pack.mcmeta index 96f6b62..f4bad40 100755 --- a/src/main/resources/resourcepacks/smartleaves/pack.mcmeta +++ b/src/main/resources/resourcepacks/smartleaves/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { - "pack_format": 7, + "pack_format": 9, "description": "ยง2Makes leaves look identical to optifine's smart leaves" } }