Skip to content

Commit

Permalink
Remove GT item renderer mixin (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
miozune authored Feb 17, 2023
1 parent 61555a8 commit 08dafdc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 77 deletions.
5 changes: 0 additions & 5 deletions src/main/java/com/mitchej123/hodgepodge/mixins/Mixins.java
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,6 @@ public enum Mixins {
.addMixinClasses("ic2.textures.MixinRenderLiquidCell").setApplyIf(() -> Common.config.speedupAnimations)
.addTargetedMod(TargetedMod.IC2)),

// gregtech
GREGTECH_FLUID_RENDER_FIX(
new Builder("Fluid Render Fix").addMixinClasses("gregtech.textures.MixinGT_GeneratedMaterial_Renderer")
.setApplyIf(() -> Common.config.speedupAnimations).addTargetedMod(TargetedMod.GT5U)),

// Disable update checkers
BIBLIOCRAFT_UPDATE_CHECK(new Builder("Yeet Bibliocraft Update Check").setPhase(Phase.LATE).setSide(Side.CLIENT)
.addMixinClasses("bibliocraft.MixinVersionCheck").setApplyIf(() -> Common.config.removeUpdateChecks)
Expand Down

This file was deleted.

0 comments on commit 08dafdc

Please sign in to comment.