mirror of https://github.com/cabaletta/baritone
fix runClient to actually have the right sourceSet by default
This commit is contained in:
parent
7f21362a2a
commit
e37d81d3fc
|
@ -67,6 +67,12 @@ loom {
|
|||
}
|
||||
}
|
||||
mixin.defaultRefmapName = "mixins.baritone.refmap.json"
|
||||
|
||||
runs {
|
||||
client {
|
||||
source = sourceSets.launch
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue