Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
fix crafter screen mixin for 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed May 24, 2024
1 parent 0b21bc5 commit 6999e02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"Ownwn",
"Squagward",
"nextdayy"

],
"contact": {
"homepage": "https://modrinth.com/mod/overlaytweaks",
Expand Down
2 changes: 2 additions & 0 deletions src/main/resources/overlaytweaks.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
"screenopacity.BeaconScreenMixin",
"screenopacity.BrewingStandScreenMixin",
"screenopacity.CartographyTableScreenMixin",
//#if MC >= 1.20.4
"screenopacity.CrafterScreenMixin",
//#endif
"screenopacity.CraftingScreenMixin",
"screenopacity.CreativeInventoryScreenMixin",
"screenopacity.EnchantmentScreenMixin",
Expand Down

0 comments on commit 6999e02

Please sign in to comment.