Sort Inventory doesn't work with two of same type of map
ChivalKnight opened this issue ยท 1 comments
Have you asked for help on discord?
NO
Minecraft Version/s
1.21
Modloader
Fabric
Modloader Version
Fabric-loader-0.15.11-1.21
Operating System
Windows
List of all other installed mods
Describe the problem
Note: This is singleplayer.
Chests will not sort with two maps (these were obtained from two different cartographers, maps called Ocean Explorer Map with IDs #6 and #7)
It also puts one Java error into chat every time I click on any sort buttons, including with different sorting methods.
I have no logs because the game does not crash and I'm unsure how to get logs otherwise...
The error it throws in chat is as follows:
java.lang.ClassCastException: class net.minecraft.class_9209 cannot be cast to class net.minecraft.class_9295 (net.minecraft.class_9209 and net.minecraft.class_9295 are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader@69b794e2)
Steps to reproduce
- Put two maps of the same type (For example, two Ocean Explorer or two Trial Explorer) in from the cartographers (I'm not sure if it happens with other maps)
- Try to sort
I have tried to reproduce the problem with only or without "Inventory Profiles Next" and its dependencies installed.
- I have tested without 'Inventory Profiles Next' and its dependencies
- I have tested with only 'Inventory Profiles Next' and its dependencies and no other mods
Duplicate of #412