mirror of
https://github.com/cabaletta/baritone
synced 2025-01-18 05:02:14 +00:00
bump fabric loader to support j16
This commit is contained in:
parent
41abda37c1
commit
8df87eb620
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user