You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Amazing mod, sadly it doesnt seem to work in All of Fabric 5 2.0.6. for MC 1.18.2. Restocking works fine, but quick stacking only opens the chests and does nothing. It results in the following exception:
[12:41:58] [Render thread/ERROR]: Error executing task on Client
java.lang.IllegalStateException: Queue full
at java.util.AbstractQueue.add(AbstractQueue.java:98) ~[?:?]
at java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:329) ~[?:?]
at io.github.xiaocihua.stacktonearbychests.InventoryOps.onUpdateSlotStacks(InventoryOps.java:296) ~[stack-to-nearby-chests-mc1.18.2-0.2.6.jar:?]
at net.minecraft.class_1703.handler$imm000$onUpdateSlotStacks(class_1703.java:6889) ~[client-intermediary.jar:?]
at net.minecraft.class_1703.method_7610(class_1703.java:598) ~[client-intermediary.jar:?]
at net.minecraft.class_634.method_11153(class_634.java:1054) ~[client-intermediary.jar:?]
at net.minecraft.class_2649.method_11439(class_2649.java:44) ~[client-intermediary.jar:?]
at net.minecraft.class_2649.method_11054(class_2649.java:11) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:157) [client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) [client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:131) [client-intermediary.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:116) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1085) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:737) [client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:236) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.10.jar:?]
I tried both the 1.18.2 0.2.6. and 0.2.7. Version of your mod. Both result in the same exception. Now since AOF5 is a huge modpack I can understand that there are compatibility issues, but maybe you can still look into it! Thank you!
The text was updated successfully, but these errors were encountered:
Hello!
Amazing mod, sadly it doesnt seem to work in All of Fabric 5 2.0.6. for MC 1.18.2. Restocking works fine, but quick stacking only opens the chests and does nothing. It results in the following exception:
[12:41:58] [Render thread/ERROR]: Error executing task on Client
java.lang.IllegalStateException: Queue full
at java.util.AbstractQueue.add(AbstractQueue.java:98) ~[?:?]
at java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:329) ~[?:?]
at io.github.xiaocihua.stacktonearbychests.InventoryOps.onUpdateSlotStacks(InventoryOps.java:296) ~[stack-to-nearby-chests-mc1.18.2-0.2.6.jar:?]
at net.minecraft.class_1703.handler$imm000$onUpdateSlotStacks(class_1703.java:6889) ~[client-intermediary.jar:?]
at net.minecraft.class_1703.method_7610(class_1703.java:598) ~[client-intermediary.jar:?]
at net.minecraft.class_634.method_11153(class_634.java:1054) ~[client-intermediary.jar:?]
at net.minecraft.class_2649.method_11439(class_2649.java:44) ~[client-intermediary.jar:?]
at net.minecraft.class_2649.method_11054(class_2649.java:11) ~[client-intermediary.jar:?]
at net.minecraft.class_2600.method_11072(class_2600.java:22) ~[client-intermediary.jar:?]
at net.minecraft.class_1255.method_18859(class_1255.java:157) [client-intermediary.jar:?]
at net.minecraft.class_4093.method_18859(class_4093.java:23) [client-intermediary.jar:?]
at net.minecraft.class_1255.method_16075(class_1255.java:131) [client-intermediary.jar:?]
at net.minecraft.class_1255.method_5383(class_1255.java:116) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1523(class_310.java:1085) [client-intermediary.jar:?]
at net.minecraft.class_310.method_1514(class_310.java:737) [client-intermediary.jar:?]
at net.minecraft.client.main.Main.main(Main.java:236) [client-intermediary.jar:?]
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) [fabric-loader-0.14.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) [fabric-loader-0.14.10.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) [fabric-loader-0.14.10.jar:?]
I tried both the 1.18.2 0.2.6. and 0.2.7. Version of your mod. Both result in the same exception. Now since AOF5 is a huge modpack I can understand that there are compatibility issues, but maybe you can still look into it! Thank you!
The text was updated successfully, but these errors were encountered: