Skip to content

Commit 5fa9a39

Browse files
committed
Update shipped LF logger api to fix Quilt incompatibility
1 parent 6d3d57c commit 5fa9a39

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
id 'fabric-loom' version '1.14-SNAPSHOT'
3-
id 'legacy-looming' version "1.14-SNAPSHOT" // Version must be the same as fabric-loom's
2+
id 'fabric-loom' version '1.15-SNAPSHOT'
3+
id 'legacy-looming' version "1.15-SNAPSHOT" // Version must be the same as fabric-loom's
44
id 'maven-publish'
55
id 'com.gradleup.shadow' version '9.3.0'
66
id 'xyz.wagyourtail.jvmdowngrader' version '1.3.4'

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ org.gradle.jvmargs=-Xmx1G
77
minecraft_version = 1.6.4
88
yarn_build = 458
99
loader_version = 0.18.2
10-
fabric_version = 1.9.1+1.12.2
10+
fabric_version = 1.13.3+1.6.4
1111
spasm_version=0.2
1212

1313
# Mod Properties
14-
mod_version = 1.28.0
14+
mod_version = 1.28.1
1515
maven_group = io.github.fabriccompatibilitylayers
1616
archives_base_name = mod-remapping-api

0 commit comments

Comments
 (0)