Skip to content

Commit

Permalink
Revert "mixin in emilyploszaj/emi#136"
Browse files Browse the repository at this point in the history
This reverts commit ae02265.
  • Loading branch information
deirn committed Feb 19, 2023
1 parent 84c0c91 commit b7e8c8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 34 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wthit = 4.13.6
badpackets = 0.1.3

# Recipe Viewer
recipeViewer = emi
recipeViewer = jei
rei = 8.3.588
jei = 1.18.2-10.2.1.1002
emi = 0.6.3+1.18.2
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package badasintended.slotlink.mixin.invsorter;
package badasintended.slotlink.mixin.pseudo;

import badasintended.slotlink.compat.invsort.InventorySortButton;
import net.minecraft.client.gui.widget.TexturedButtonWidget;
Expand Down
8 changes: 2 additions & 6 deletions src/main/resources/slotlink.mixins.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@
"package" : "badasintended.slotlink.mixin",
"compatibilityLevel": "JAVA_16",
"mixins" : [
"CraftingScreenHandlerAccessor",
"PlayerEntityMixin",
"RecipeManagerAccessor",
"ServerWorldMixin",
"CraftingScreenHandlerAccessor", "PlayerEntityMixin", "RecipeManagerAccessor", "ServerWorldMixin",
"WallMountedBlockMixin"
],
"client" : [
"HandledScreenAccessor",
"TextFieldWidgetAccessor",
"emi.EmiRecipeFillerMixin",
"invsorter.SortButtonWidgetMixin"
"pseudo.SortButtonWidgetMixin"
],
"injectors" : {
"defaultRequire": 1
Expand Down

0 comments on commit b7e8c8f

Please sign in to comment.