From 188d337a1b32e33bde2797ca32c5aba80e0c4acd Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sun, 1 May 2022 13:51:28 +0200 Subject: change fabric to 1.18.2 (Does not compile) --- build.gradle | 2 +- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index c5c7aa8..b4a2f00 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ dependencies { modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" // Fabric API. This is technically optional, but you probably want it anyway. - modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" + // modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // You may need to force-disable transitiveness on them. diff --git a/gradle.properties b/gradle.properties index 0f6a926..b373376 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,14 @@ # Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -minecraft_version=1.17.1 -yarn_mappings=1.17.1+build.59 -loader_version=0.11.6 +minecraft_version=1.18.2 +yarn_mappings=1.18.2+build.3 +loader_version=0.13.3 -fabric_version=0.40.0+1.17 +# fabric_version=0.40.0+1.17 # Mod Properties - mod_version = 1.2.1 + mod_version = 1.3.0 maven_group = re.jag archives_base_name = parquet diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 52c92f4..b944b3c 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ "depends": { "fabricloader": ">=0.7.4", - "minecraft": "1.17.x" + "minecraft": "1.18.x" }, "suggests": { "flamingo": "*" -- cgit v1.2.3