We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d55484 commit 421cd0fCopy full SHA for 421cd0f
1 file changed
src/main/java/com/gregtechceu/gtceu/core/mixins/InventoryMixin.java
@@ -10,7 +10,8 @@
10
import org.spongepowered.asm.mixin.Mixin;
11
import org.spongepowered.asm.mixin.injection.At;
12
13
-@Mixin(Inventory.class)
+// Priority increased to override Industrial Upgrade, see gtm#3763
14
+@Mixin(value = Inventory.class, priority = 1200)
15
public abstract class InventoryMixin {
16
17
@WrapOperation(method = { "findSlotMatchingUnusedItem", "findSlotMatchingItem" },
0 commit comments