Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
RedthMC committed Oct 30, 2022
1 parent 90dd262 commit 67c8884
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ dependencies {
}

implementation 'gg.essential:essential-1.8.9-forge:3760'
implementation 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
implementation 'org.spongepowered:mixin:0.6-SNAPSHOT'

annotationProcessor 'org.spongepowered:mixin:0.7.11-SNAPSHOT'
annotationProcessor 'org.spongepowered:mixin:0.6-SNAPSHOT'
}

reobf {
Expand All @@ -77,6 +77,8 @@ jar {
'ModSide': 'CLIENT',
'ForceLoadAsMod': true,
'TweakClass': 'gg.essential.loader.stage0.EssentialSetupTweaker',
'MixinConfigs': 'mixins.mmcutils.json',
'FMLCorePluginContainsFMLMod': true
)

enabled = false
Expand Down

0 comments on commit 67c8884

Please sign in to comment.