mirror of https://github.com/cabaletta/baritone
WORKING TWEAKER!!!
This commit is contained in:
parent
fd43dace70
commit
fcd20b10f1
|
@ -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 {
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
"required": true,
|
||||
"package": "baritone.launch.mixins",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"refmap": "baritone-common-refmap.json",
|
||||
"verbose": false,
|
||||
"injectors": {
|
||||
"maxShiftBy": 2,
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue