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' }
|
||||
}
|
||||
|
||||
minecraft {
|
||||
accessWidener = file("src/main/resources/bclib.accesswidener")
|
||||
loom {
|
||||
accessWidenerPath = file("src/main/resources/bclib.accesswidener")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
#Loom
|
||||
loom_version=0.8-SNAPSHOT
|
||||
loom_version=0.9-SNAPSHOT
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/versions.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue