-
-
Notifications
You must be signed in to change notification settings - Fork 493
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
feat: Minecraft 1.21.4 #4980
base: nextgen
Are you sure you want to change the base?
feat: Minecraft 1.21.4 #4980
Conversation
# Conflicts: # src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/player/ModuleSmartEat.kt # src/main/kotlin/net/ccbluex/liquidbounce/utils/block/ChunkScanner.kt
...bluex/liquidbounce/features/module/modules/movement/liquidwalk/modes/LiquidWalkVerusB3901.kt
Fixed
Show fixed
Hide fixed
src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/render/ModuleCustomAmbience.kt
Fixed
Show fixed
Hide fixed
...liquidbounce/features/module/modules/world/scaffold/techniques/ScaffoldGodBridgeTechnique.kt
Fixed
Show fixed
Hide fixed
src/main/kotlin/net/ccbluex/liquidbounce/integration/browser/BrowserDrawer.kt
Fixed
Show fixed
Hide fixed
src/main/kotlin/net/ccbluex/liquidbounce/render/shader/shaders/OutlineShader.kt
Fixed
Show fixed
Hide fixed
src/main/kotlin/net/ccbluex/liquidbounce/script/bindings/api/ScriptNetworkUtil.kt
Fixed
Show fixed
Hide fixed
I'm going to probably now work on this branch instead of mine, since this is better than mine and I closed it anyways (because no stupid rendering offset momento), and would probably Forever Detekted™. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please no downgrading of Kotlin 🙏
# mcef | ||
mcef_version=1.3.1-1.21.1 | ||
mcef_version=1.3.0-1.21.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for the day that @1zun4 will release MCEF 1.3.1 for 1.21.4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know that it does not matter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You know that it does not matter?
Yes, but I should probably fork MCEF, pull the upstream changes from 1.21.1, and get ccetl to use mine like I did in my PR. Or you could just click the merge button in the branch and release it.
...t/ccbluex/liquidbounce/injection/mixins/minecraft/network/MixinClientPlayNetworkHandler.java
Outdated
Show resolved
Hide resolved
...ain/java/net/ccbluex/liquidbounce/injection/mixins/minecraft/render/MixinEntityRenderer.java
Show resolved
Hide resolved
I think that's because I forgot to invert a boolean or something, it was fixed in 91d2b58 |
...va/net/ccbluex/liquidbounce/injection/mixins/minecraft/render/MixinLivingEntityRenderer.java
Outdated
Show resolved
Hide resolved
fix(MixinItem): consumableComponent can sometimes be null
detekted |
undetekted |
-update libraries -outline esp
Ports the client to 1.21.4. TODOs:
Non-Goals (should be implemented separately):
The code to render the browser image is taken from #4452.