File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -368,10 +368,6 @@ repositories {
368368 }
369369 }
370370 if (usesMixins. toBoolean() || forceEnableMixins. toBoolean()) {
371- maven {
372- name ' Sponge Maven'
373- url ' https://repo.spongepowered.org/maven'
374- }
375371 // need to add this here even if we did not above
376372 if (! includeWellKnownRepositories. toBoolean()) {
377373 maven {
@@ -401,8 +397,8 @@ configurations {
401397
402398dependencies {
403399 if (usesMixins. toBoolean() || forceEnableMixins. toBoolean()) {
404- implementation ' zone.rong:mixinbooter:7.0 '
405- String mixin = ' org.spongepowered:mixin:0. 8.3'
400+ implementation ' zone.rong:mixinbooter:8.3 '
401+ String mixin = ' zone.rong:mixinbooter: 8.3'
406402 if (usesMixins. toBoolean()) {
407403 mixin = modUtils. enableMixins(mixin, " mixins.${ modId} .refmap.json" )
408404 }
You can’t perform that action at this time.
0 commit comments