1
0
mirror of https://github.com/cabaletta/baritone synced 2024-12-21 22:50:11 +00:00

fix runClient to actually have the right sourceSet by default

This commit is contained in:
Wagyourtail 2022-01-20 15:19:35 -07:00
parent 7f21362a2a
commit e37d81d3fc
No known key found for this signature in database
GPG Key ID: B3A2A4A58244B050

View File

@ -67,6 +67,12 @@ loom {
}
}
mixin.defaultRefmapName = "mixins.baritone.refmap.json"
runs {
client {
source = sourceSets.launch
}
}
}