Disable InventorySorter integration as it crashes
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
package com.raoulvdberge.refinedstorage.integration.inventorysorter;
|
package com.raoulvdberge.refinedstorage.integration.inventorysorter;
|
||||||
|
|
||||||
import net.minecraftforge.fml.InterModComms;
|
|
||||||
import net.minecraftforge.fml.ModList;
|
import net.minecraftforge.fml.ModList;
|
||||||
|
|
||||||
public class InventorySorterIntegration {
|
public class InventorySorterIntegration {
|
||||||
@@ -12,6 +11,6 @@ public class InventorySorterIntegration {
|
|||||||
|
|
||||||
public static void register() {
|
public static void register() {
|
||||||
// Prevent items moving while scrolling through slots with Inventory Sorter in the Crafter Manager
|
// 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");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user