-
Notifications
You must be signed in to change notification settings - Fork 35
1.21.7 ahh support #128
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
base: 1.21.5
Are you sure you want to change the base?
1.21.7 ahh support #128
Conversation
fix: blur feat: 1.21.7
fix: removed deleted class from m config
|
dose this work with 1.21.8? |
|
hello, I'm not sure as I currently can't verify this I could later this day tell if it does or not. However 1.21.7 to 1.21.8 should have minimal differences, I will later update this pull request but you are still free to try it out |
|
Heya, do you have an example how to use this on Fabric? I've tried the old example but its really outdated. I know how to use html and stuff, but idk about the Java implementation of mcef |
|
there is the mod MCBrowser (bascially a web brower) for 1.21.4 but since 1.21.5 changed a lot in terms of rendering and other bs as many mods are still updating so idk how well of an example that might be |
Yes, I have no idea. I would love to program a Mixin client, but I HATE Minecraft's rendering system, which is why I would like to use Web UI, but MCEF is not currently on 1.21.7. And the sample repository is also extremely outdated since 1.20.1. |
|
this pull request is adding a 1.21.7 support to mcef, the example is not perfect but is there, i use it on imgui which only requires a simple gl texture while on mc is different, but i still tried to add one |
|
Check here for an example and ExampleMixin to be able to change the id texture of the GlTexture without remaking a new instances of it |
|
This framework seems to be losing support for newer minecraft versions from contributors which is sad as it's an really good fork |
I dont have the ResourceLocation class as example, idk |
Yeah sadly |
Hello, in yarn mappings it should be Identifier please check out the differences |
|
Any news on this? did anyone test whether this works with 1.21.8? Also would appreciate any example code for rendering the browser in 1.21.8 |
|
I changed the fabric loader to 0.17.2 and minecraft_version 1.21.8, and I can confirm it works. Thanks again! |
hi team i wanted to add 1.21.7, i think it already works without this but i prefer to do a new version cuz 1.21.7 changed some things, the example is horrible but it proves that the port didnt broke things