VideoGameSmash12 / HotbarsPlus

Get more use out of your saved hotbars!
MIT License
10 stars 2 forks source link

Attempting to view the list of cached hotbars in 1.14.x/1.15.x crashes the game #16

Closed VideoGameSmash12 closed 2 years ago

VideoGameSmash12 commented 2 years ago

Discovered whilst testing the mod.


java.lang.NoSuchMethodError: 'net.minecraft.class_2561 net.minecraft.class_2564.method_37112(java.util.Collection, net.minecraft.class_2561)'
    at me.videogamesm12.hotbarsplus.core.commands.CacheCommand$ListCommand.run(CacheCommand.java:51)
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262)
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176)
    at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:141)
    at io.github.cottonmc.clientcommands.impl.CommandCache.execute(CommandCache.java:23)
    at net.minecraft.class_746.handler$zza000$onChatMessage(class_746.java:1223)
    at net.minecraft.class_746.method_3142(class_746.java)
    at net.minecraft.class_437.sendMessage(class_437.java:318)
    at net.minecraft.class_437.sendMessage(class_437.java:311)
    at net.minecraft.class_408.keyPressed(class_408.java:129)
    at net.minecraft.class_309.method_1454(class_309.java:410)
    at net.minecraft.class_437.wrapScreenError(class_437.java:441)
    at net.minecraft.class_309.method_1466(class_309.java:408)
    at org.lwjgl.glfw.GLFWKeyCallbackI.callback(GLFWKeyCallbackI.java:37)
    at org.lwjgl.system.JNI.invokeV(Native Method)
    at org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3101)
    at net.minecraft.class_1041.method_16001(class_1041.java:408)
    at net.minecraft.class_1041.method_15998(class_1041.java:279)
    at net.minecraft.class_310.method_15994(class_310.java:1023)
    at net.minecraft.class_310.method_1523(class_310.java:976)
    at net.minecraft.class_310.method_1514(class_310.java:410)
    at net.minecraft.client.main.Main.main(Main.java:155)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:568)
    at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
    at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
    at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    at org.multimc.EntryPoint.main(EntryPoint.java:34)````