
Sword items isn't working on the toolbar's sword slot.
Closed this issue ยท 6 comments
Minecraft.Forge_.1.20.1.-.Singleplayer.2024-03-31.03-02-25.mp4
Sword items randomly stopped working in the sword slot of the toolbar, not sure if it's a sudden bug or an underlying mod causes this
nvm, this might not be Jade. I'll have to try around myself to see what causes this. In the meantime could you send me your mod list?
Yea, this isn't Jade this time. I'll need a list of mods before I can find the issue. It doesn't seem to happen standalone.
nvm, this might not be Jade. I'll have to try around myself to see what causes this. In the meantime could you send me your mod list?
Hello! I'm really sorry for the late reply, almost forgot that I had this issue open, with that said, sure my modlist will be in this modrinth pack if you don't mind.
https://drive.google.com/file/d/1jgMB_gQgPmjATcdPkTZw05d76ruM7Mg0/view?usp=sharing
The issue seems to be with ChainMailed. I was able to reproduce this in a minimal setup using only ChainMailed and Inventorio (plus dependencies).
Well duh, they completely redefine the player's attack method instead of only tweaking it slightly, and they don't even use an @Overwrite
which would cause a crash indicating that the two mods are incompatible. This will have to be fixed on their end, that code is just bad in its current state and there's not much Inventorio can do about that.