Soul Shards Respawn

Soul Shards Respawn

5M Downloads

Crash when putting soul stealer on vile sword

Vanroden141 opened this issue ยท 3 comments

commented

Server crashes when using anvil to put soul stealer on vile sword, does not crash with other swords

crash-2019-07-11_11.08.45-server.txt

commented

Not really sure what's causing this. For some reason a client method I never deal with is being called by my repair ingredient getter

commented

i just tested this crash in another clean instance and world with no other mods and it didnt happen, i will add in mods i have one at a time and get back to you with the results

Edit: I decided to confirm the crash still happens on my main client, turns out it doesnt crash in singleplayer but it still crashes on the server, so i dont think its another mod causing it

commented

Ok this happens with any enchantment being applied to the Vile Sword. Apparently at some point Ingredient.ofStacks(ItemStack...) was changed to be a client only method (mojang pls).