-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support OptiFine 1.15.2 HD U G1 pre14.
Fix transformer wrapper for MoreCrashInfo mod.
- Loading branch information
1 parent
deb1c7a
commit 68efd25
Showing
46 changed files
with
26 additions
and
1,879 deletions.
There are no files selected for viewing
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
2 changes: 0 additions & 2 deletions
2
src/main/java/io/github/zekerzhayard/optiforge/asm/MixinConnector.java
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
package io.github.zekerzhayard.optiforge.asm; | ||
|
||
import org.spongepowered.asm.launch.MixinBootstrap; | ||
import org.spongepowered.asm.mixin.Mixins; | ||
import org.spongepowered.asm.mixin.connect.IMixinConnector; | ||
|
||
public class MixinConnector implements IMixinConnector { | ||
@Override | ||
public void connect() { | ||
MixinBootstrap.init(); | ||
Mixins.addConfiguration("mixins.optiforge.json"); | ||
} | ||
} |
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
12 changes: 0 additions & 12 deletions
12
...ub/zekerzhayard/optiforge/asm/imixins/com/mojang/blaze3d/vertex/IMixinIVertexBuilder.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...erzhayard/optiforge/asm/imixins/net/minecraft/client/renderer/IMixinActiveRenderInfo.java
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
...kerzhayard/optiforge/asm/imixins/net/minecraft/client/renderer/model/IMixinBakedQuad.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
...kerzhayard/optiforge/asm/imixins/net/minecraft/client/renderer/texture/IMixinTexture.java
This file was deleted.
Oops, something went wrong.
80 changes: 0 additions & 80 deletions
80
...thub/zekerzhayard/optiforge/asm/mixins/com/mojang/blaze3d/vertex/MixinIVertexBuilder.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...a/io/github/zekerzhayard/optiforge/asm/mixins/net/minecraft/client/MixinGameSettings.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...ava/io/github/zekerzhayard/optiforge/asm/mixins/net/minecraft/client/MixinMainWindow.java
This file was deleted.
Oops, something went wrong.
112 changes: 0 additions & 112 deletions
112
.../io/github/zekerzhayard/optiforge/asm/mixins/net/minecraft/client/gui/MixinIngameGui.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.