mirror of https://github.com/cabaletta/baritone
use loom 11 to allow building
This commit is contained in:
parent
9e021d2875
commit
3df451677c
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id "architectury-plugin" version "3.4-SNAPSHOT"
|
id "architectury-plugin" version "3.4-SNAPSHOT"
|
||||||
id 'dev.architectury.loom' version '0.12.0-SNAPSHOT' apply false
|
id 'dev.architectury.loom' version '0.11.0-SNAPSHOT' apply false
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|
|
@ -5,11 +5,11 @@ architectury {
|
||||||
injectInjectables = false
|
injectInjectables = false
|
||||||
}
|
}
|
||||||
|
|
||||||
//loom {
|
loom {
|
||||||
// mixin {
|
mixin {
|
||||||
// legacyRemapToNamespace = "official"
|
legacyRemapToNamespace = "official"
|
||||||
// }
|
}
|
||||||
//}
|
}
|
||||||
|
|
||||||
// ignore this jank, it's so I don't have to move the src folder, as that creates unnecessary git conflicts
|
// ignore this jank, it's so I don't have to move the src folder, as that creates unnecessary git conflicts
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|
Loading…
Reference in New Issue