Skip to content

Commit 2accda5

Browse files
committed
Mixin 0.8.4 RELEASE
1 parent c9586f5 commit 2accda5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description=Mixin
55
url=https://www.spongepowered.org
66
organization=SpongePowered
77
buildVersion=0.8.4
8-
buildType=SNAPSHOT
8+
buildType=RELEASE
99
asmVersion=9.2
1010
legacyForgeAsmVersion=5.0.3
1111
modlauncherAsmVersion=9.1

src/ap/java/org/spongepowered/tools/obfuscation/fg3/ObfuscationServiceFG3.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class ObfuscationServiceFG3 implements IObfuscationService {
5252
public Set<String> getSupportedOptions() {
5353
return ImmutableSet.<String>of(
5454
ObfuscationServiceFG3.REOBF_TSRG_FILE,
55+
ObfuscationServiceFG3.REOBF_EXTRA_TSRG_FILES,
5556
ObfuscationServiceFG3.OUT_TSRG_SRG_FILE,
5657
ObfuscationServiceFG3.TSRG_OUTPUT_BEHAVIOUR
5758
);

0 commit comments

Comments
 (0)