Skip to content

Commit

Permalink
Fix infinity chest (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
0hwx authored Jan 13, 2025
1 parent e9f8c1e commit b3ff35d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 91 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ public enum Mixins {
"minecraft.GuiEditSignMixin",
"minecraft.MinecraftMixin")),

Avaritiaddons(new Builder(" Avaritiaddons").addTargetedMod(TargetedMod.AVARITIADDONS)
.setSide(Side.BOTH)
.setPhase(Phase.LATE)
.addMixinClasses("avaritiaddons.ContainerAvaritiaddonsChestMixin")),
IronChest(new Builder(" Iron Chests").addTargetedMod(TargetedMod.IRONCHEST)
.setSide(Side.BOTH)
.setPhase(Phase.LATE)
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit b3ff35d

Please sign in to comment.