Applying resource pack on join for different client versions
I'm hosting a server that heavily relies on resource pack for custom features.(1.20.1) However, Minecraft 1.21.4 changed how custom model data works which breaks the original resource pack. Currently the resource pack applying process is handled by itemsadder locally. How can I convert the pack for 1.21.4 and apply different resources packs for different client version? (Or how to make the resource pack work for all versions)
4 Replies
bump?
looks like itemsadder doesnโt care
https://itemsadder.devs.beer/faq/player-is-using-a-different-protocol-version
I found this a long time ago, but never actually use it (likely never will tbh)
There's probably an open source alternative out there, I highly recommend looking for one with similar keywords, but at least this one shows that kind of plugin does exist
https://www.spigotmc.org/resources/force-resourcepacks.10499/
I'd recommend just dropping support for older versions, but give your players some time to update, announce it like a month or two before actually doing it
The server is based on 1.20.1, and I have basically made way too much custom features at this point that I canโt update thousands of items as the only dev lol
But ty for the plug-in Iโll check that out