Using Loom 0.9

This commit is contained in:
Frank 2021-09-19 16:51:54 +02:00
parent c39c1673a9
commit 66e3bf483b
2 changed files with 3 additions and 3 deletions

View file

@ -23,8 +23,8 @@ repositories {
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
} }
minecraft { loom {
accessWidener = file("src/main/resources/bclib.accesswidener") accessWidenerPath = file("src/main/resources/bclib.accesswidener")
} }
dependencies { dependencies {

View file

@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx2G org.gradle.jvmargs=-Xmx2G
#Loom #Loom
loom_version=0.8-SNAPSHOT loom_version=0.9-SNAPSHOT
# Fabric Properties # Fabric Properties
# check these on https://fabricmc.net/versions.html # check these on https://fabricmc.net/versions.html