Using Loom 0.9
This commit is contained in:
parent
c39c1673a9
commit
66e3bf483b
2 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue