Open
Description
Bug description
largeShulkerbox
is not compatible with quick shulker mod and many other shulker tooltips.
We have to figure some compatible ways for these mods, e.g. register api for compatability.
The same issue for largeEnderChest
Steps to reproduce
- Quickshulker installed on both server and client
- Create a world with
largeShulkerbox
enabled - Open any large shulker box
Expected behavior
Able to open
Actual behavior
Unable to open, with some exceptions
Relevant logs
No response
Minecraft version
1.21, and perhaps for all 1.20.5+
TemplateMod version
latest
Other information
We have to:
- Keep serverside implementation only
- Fix most compatability issues if possible, if these mods do not hardcode the size of shulkerboxes. And even if they hardcoded the size, we have to deal with the e.g. packets exceptions at serverside.
Check list
- I have verified that the issue persists in the latest version of the mod.
- I have searched the existing issues and confirmed that this is not a duplicate.