Skip to content

Commit

Permalink
Update to floader 0.12+, fixes #435
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Nov 5, 2021
1 parent 3638d5e commit 0ed10eb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
------------------------------------------------------
Version 1.7.15
------------------------------------------------------
- Fixed crash with Fabric Loader 0.12 and up

------------------------------------------------------
Version 1.7.14
------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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-",
Expand Down

0 comments on commit 0ed10eb

Please sign in to comment.