-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when will we support 1.21? #190
Comments
Idk, currently I have no plans for updating, sorry. |
1 similar comment
Idk, currently I have no plans for updating, sorry. |
I've just pushed the 1.20.4 full support PR. The build for 1.21 / 1.20.6 is all sorts of nightmarish, but I'm starting in on it. |
I have a tentative build now working for 1.21. The gui interface has been disabled because the changed itemstacks interfaces aren't very well defined for the official Minecraft mappings and most examples available online are using bukkit, spigot, or yarn mappings. The other areas where the 1.20.4 -> 1.21 changes got stuck are likewise really poorly described / given examples online, but I've been able to disable some things and null out others. I haven't changed the mappings to Yarn, but it might be an option. The command line / chat interface method works. Skin changes work, and NPC type changes work and stick. I haven't had the chance to run any detailed tests, but it's at least not crashing Minecraft (any more). I know some things, such as teleport in the mod, and getting npcs to shoot bows / crossbows probably won't work. I'll fill the branch out on my github in the next few days. |
Check the releases in my repository to find an initial working build for 1.21, 1.15.5. Please read the release notes to see what I had to disable to get it to build for now. I'm not sure how many of those elements will be fixed, but it does most of it needs to. |
Any news? |
Sorry, I haven't touched the codebase since that initial build. I wasn't able to work out ways to reactivate those features without a major internal overhaul to be more reliant on newer libraries. I also had difficulty trying to get it to run smoothly on each subsequent Minecraft point release without having to rebuild the mod and target that release specifically. That's more likely due to an error on my behalf than one in the mod itself. |
No description provided.
The text was updated successfully, but these errors were encountered: