Skip to content

Commit

Permalink
Mixin 0.8.4 RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Sep 7, 2021
1 parent c9586f5 commit 2accda5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description=Mixin
url=https://www.spongepowered.org
organization=SpongePowered
buildVersion=0.8.4
buildType=SNAPSHOT
buildType=RELEASE
asmVersion=9.2
legacyForgeAsmVersion=5.0.3
modlauncherAsmVersion=9.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ public class ObfuscationServiceFG3 implements IObfuscationService {
public Set<String> getSupportedOptions() {
return ImmutableSet.<String>of(
ObfuscationServiceFG3.REOBF_TSRG_FILE,
ObfuscationServiceFG3.REOBF_EXTRA_TSRG_FILES,
ObfuscationServiceFG3.OUT_TSRG_SRG_FILE,
ObfuscationServiceFG3.TSRG_OUTPUT_BEHAVIOUR
);
Expand Down

0 comments on commit 2accda5

Please sign in to comment.