WORKING TWEAKER!!!

This commit is contained in:
Wagyourtail 2022-06-11 11:54:30 +00:00
parent fd43dace70
commit fcd20b10f1
No known key found for this signature in database
GPG Key ID: B72EB1D5CD437025
3 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@ buildscript {
plugins {
id "architectury-plugin" version "3.4.135"
id 'dev.architectury.loom' version '0.11.0.254' apply false
id 'dev.architectury.loom' version '0.12.0.282' apply false
}
subprojects {

View File

@ -2,7 +2,6 @@
"required": true,
"package": "baritone.launch.mixins",
"compatibilityLevel": "JAVA_17",
"refmap": "baritone-common-refmap.json",
"verbose": false,
"injectors": {
"maxShiftBy": 2,

View File

@ -7,11 +7,13 @@ architectury {
loom {
mixin {
legacyRemapToNamespace = "official"
refmapTargetNamespace = "official"
defaultRefmapName = "baritone-common-refmap.json"
}
}
loom.mixin.useLegacyMixinAp = false;
// ignore this jank, it's so I don't have to move the src folder, as that creates unnecessary git conflicts
sourceSets {
realmain {