-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cant believe i spelled miscellaneous right first try
- Loading branch information
Showing
16 changed files
with
101 additions
and
59 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
-ignorewarnings | ||
-dontnote | ||
-optimizationpasses 10 | ||
-optimizations !class/merging/*,!method/marking/private | ||
-allowaccessmodification | ||
#noinspection ShrinkerInvalidFlags | ||
-optimizeaggressively | ||
-overloadaggressively | ||
-repackageclasses dev.nolij.zume | ||
-keepattributes RuntimeVisibleAnnotations # keep annotations | ||
|
||
-keep,allowoptimization public class dev.nolij.zume.api.** { public *; } # public APIs | ||
-keepclassmembers class dev.nolij.zume.impl.config.ZumeConfigImpl { public <fields>; } # dont rename config fields | ||
-keep,allowoptimization class dev.nolij.zume.ZumeMixinPlugin # dont rename mixin plugin | ||
-keep class dev.nolij.zume.mixin.** { *; } # dont touch mixins | ||
|
||
-keep,allowobfuscation,allowoptimization @*.*.fml.common.Mod class dev.nolij.zume.** { # Forge entrypoints | ||
public <init>(...); | ||
@*.*.fml.common.Mod$EventHandler <methods>; | ||
@*.*.fml.common.eventhandler.SubscribeEvent <methods>; | ||
} | ||
-keep,allowoptimization class dev.nolij.zume.** implements *.*.fml.client.IModGuiFactory # Legacy Forge config providers | ||
|
||
-keepclassmembers,allowoptimization class dev.nolij.zume.** { # screens | ||
public void render(int,int,float); | ||
public void tick(); | ||
public void init(); | ||
} | ||
-keepclassmembers,allowoptimization class dev.nolij.zume.** extends net.minecraft.client.gui.screens.Screen { public *; } | ||
|
||
-keep,allowoptimization class io.github.prospector.modmenu.** { *; } # ugly classloader hack | ||
|
||
# Fabric entrypoints | ||
-keep,allowoptimization class dev.nolij.zume.FabricZumeBootstrapper | ||
-keep,allowoptimization class dev.nolij.zume.modern.integration.ZumeModMenuIntegration | ||
-keep,allowoptimization class dev.nolij.zume.primitive.event.KeyBindingRegistrar { public *; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters