bump fabric loader to support j16

This commit is contained in:
wagyourtail 2021-06-24 12:50:40 -06:00
parent 41abda37c1
commit 8df87eb620
No known key found for this signature in database
GPG Key ID: E6E3EB7DCD4EB017
1 changed files with 2 additions and 1 deletions

View File

@ -86,12 +86,13 @@ dependencies {
minecraft "com.mojang:minecraft:1.17"
mappings minecraft.officialMojangMappings()
if (!compileType.equals("FORGE")) {
modImplementation "net.fabricmc:fabric-loader:0.9.1+build.205"
modImplementation "net.fabricmc:fabric-loader:0.11.6"
}
// this makes it compile with the forge tweak stuff
implementation 'com.github.ImpactDevelopment:SimpleTweaker:1.2'
implementation('net.minecraft:launchwrapper:1.12') {
exclude module: 'lwjgl'
exclude module: 'asm-debug-all'
}
implementation 'com.google.code.findbugs:jsr305:3.0.2'