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
1 changed files with 6 additions and 0 deletions

View File

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