Disable InventorySorter integration as it crashes

This commit is contained in:
raoulvdberge
2019-11-02 13:28:35 +01:00
parent 3af161c649
commit abf9bdf264

View File

@@ -1,6 +1,5 @@
package com.raoulvdberge.refinedstorage.integration.inventorysorter;
import net.minecraftforge.fml.InterModComms;
import net.minecraftforge.fml.ModList;
public class InventorySorterIntegration {
@@ -12,6 +11,6 @@ public class InventorySorterIntegration {
public static void register() {
// Prevent items moving while scrolling through slots with Inventory Sorter in the Crafter Manager
InterModComms.sendTo("inventorysorter", "slotblacklist", () -> "com.raoulvdberge.refinedstorage.container.slot.CrafterManagerSlot");
// InterModComms.sendTo("inventorysorter", "slotblacklist", () -> "com.raoulvdberge.refinedstorage.container.slot.CrafterManagerSlot");
}
}