use loom 11 to allow building

This commit is contained in:
Wagyourtail 2022-05-31 02:42:17 -06:00
parent 9e021d2875
commit 3df451677c
No known key found for this signature in database
GPG Key ID: 919725C5A647667A
2 changed files with 6 additions and 6 deletions

View File

@ -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 {

View File

@ -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 {