B1n-ry / Youre-in-grave-danger

A minecraft mod which adds one single block. The grave, which will generate when you die, and store your items
https://www.curseforge.com/minecraft/mc-mods/youre-in-grave-danger
MIT License
59 stars 16 forks source link

Failed to decode: Failed to get element yigd:death_scroll missed input Fabric 1.20.1 #135

Closed NantaArthur123 closed 7 months ago

NantaArthur123 commented 7 months ago

Client crashes when trying to connect to a server with grave keys enabled

new 23.txt

B1n-ry commented 7 months ago

I would assume the client does not have grave keys enabled in their config?

NantaArthur123 commented 7 months ago

yes that is correct, we send the modpack without config folder, is it required for the client to have the same config as server?

B1n-ry commented 7 months ago

The config for the death scroll enables/disables the item from being registered in the game. So if the item is disabled, the client doesn't know what yigd:death_scroll means as it's not received information about such an item. I don't know if it's the optimal way of doing it, but it's how I've done it. So yes, the config is required to be changed both on client and server (only in the case of it being enabled/disabled). I'll close the issue since I currently have no plans of changing this behavior. Either ask your players to change their config or send the modpack with a config folder. Thank you for reporting this anyway, and let me know if there's anything else you'd have trouble with!