From 0ed10eb00d1a3b232a9c9a4469feccb4633d6cf2 Mon Sep 17 00:00:00 2001 From: Pyrofab Date: Fri, 5 Nov 2021 12:06:27 +0100 Subject: [PATCH] Update to floader 0.12+, fixes #435 --- build.gradle | 2 +- changelog.md | 5 +++++ gradle.properties | 4 ++-- src/main/resources/fabric.mod.json | 3 ++- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 8b37ee6e2..a3f2ed443 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ import java.time.Year import com.modrinth.minotaur.TaskModrinthUpload plugins { - id 'fabric-loom' version '0.7.29' // 0.7.30 breaks mixins in prod + id 'fabric-loom' version '0.7-SNAPSHOT' id 'net.minecrell.licenser' version '0.4.1' id 'com.matthewprenger.cursegradle' version '1.4.0' id 'com.jfrog.artifactory' version '4.21.0' diff --git a/changelog.md b/changelog.md index 3a42763fd..d62b8c9e5 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +------------------------------------------------------ +Version 1.7.15 +------------------------------------------------------ +- Fixed crash with Fabric Loader 0.12 and up + ------------------------------------------------------ Version 1.7.14 ------------------------------------------------------ diff --git a/gradle.properties b/gradle.properties index 35e6da063..4dbeee443 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,13 +3,13 @@ org.gradle.jvmargs = -Xmx5G # Base properties -mod_version = 1.7.14 +mod_version = 1.7.15 maven_group = io.github.ladysnake #General minecraft_version=1.16.5 yarn_mappings=1.16.5+build.8 -loader_version=0.11.2 +loader_version=0.12.4 #Fabric api fabric_version=0.34.0+1.16 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 5541b6f0b..cca51cf34 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -40,7 +40,8 @@ ], "depends": { - "minecraft": ">=1.16", + "minecraft": "~1.16", + "fabricloader": ">=0.12.4", "fabric-api-base": "*", "requiemapi": "${version}", "satin": ">=1.5.0- <1.6.0-",