From 1351de3c7a1903469146f21e92de96f7628a09d0 Mon Sep 17 00:00:00 2001 From: Elikill58 Date: Tue, 18 Jun 2024 23:30:02 +0200 Subject: [PATCH] Wrong fabric versions for java --- fabric/build.gradle | 2 +- fabric/gradle.properties | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 4ef6b11ef..625fca13a 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -1,7 +1,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { - id 'fabric-loom' version '1.7-SNAPSHOT' + id 'fabric-loom' version '1.6-SNAPSHOT' id 'io.github.goooler.shadow' } diff --git a/fabric/gradle.properties b/fabric/gradle.properties index 833339616..d0433b55b 100644 --- a/fabric/gradle.properties +++ b/fabric/gradle.properties @@ -1,8 +1,8 @@ # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.6 -yarn_mappings=1.20.6+build.3 +minecraft_version=1.20 +yarn_mappings=1.20+build.1 loader_version=0.15.11 # Fabric API -fabric_version=0.100.2+1.20.6 +fabric_version=0.83.0+1.20