Skip to content

Conversation

@MukjepScarlet
Copy link
Contributor

@MukjepScarlet MukjepScarlet commented Sep 14, 2025

closes #5145

TODO:

  • Outlines & Glows: ESP, ItemESP, BlockESP, StorageESP
  • Sprint
  • Hitbox (testing needed)
  • SwordBlock broken. Should migrate to 1.21.5+ vanilla animations
  • Animations module. It doesn't change 1.21.5+ vanilla sword blocking. (designed or not?) And our "1.7" animatios is different to 1.21.5 vanilla animation.
  • Blur broken on MacOS (arm64), making all HUD (browser + inbuilt) hidden

# Conflicts:
#	src/main/java/net/ccbluex/liquidbounce/injection/mixins/minecraft/item/MixinHeldItemRenderer.java
#	src/main/java/net/ccbluex/liquidbounce/injection/mixins/minecraft/item/MixinItem.java
#	src/main/kotlin/net/ccbluex/liquidbounce/config/gson/serializer/minecraft/StringIdentifiableSerializer.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/command/commands/client/client/CommandClientBrowserSubcommand.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/command/commands/module/CommandInvsee.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoClicker.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoWeapon.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleSwordBlock.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/KillAuraRequirements.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/player/invcleaner/items/WeaponItemFacet.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/integration/VirtualScreenType.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/integration/backend/browser/BrowserSettings.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/client/ProxyFunctions.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/integration/theme/ThemeManager.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/utils/client/ProtocolUtil.kt
# Conflicts:
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/render/murdermystery/MurderMysterySwordDetection.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/utils/item/SpecialItemExtension.kt
# Conflicts:
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/render/trajectories/ModuleTrajectories.kt
@MukjepScarlet
Copy link
Contributor Author

@superblaubeere27 The render code needs rewrite. I don't understand OpenGL nor the new Minecraft "rendering engine", so if you are interested, then you can complete it. And... as you know the 2D rendering will be changed too in 1.21.6. - -

@DataM0del
Copy link
Contributor

they're trying to abstract away the OpenGL part of rendering so they can see if porting to vulkan would be worth it.
also you forgot a : in the PR name lol

Comment on lines +26 to +32
interface FramebufferAddition {

fun `liquidbounce$setColorAttachment`(texture: GpuTexture?): GpuTexture?

fun `liquidbounce$setDepthAttachment`(texture: GpuTexture?): GpuTexture?

}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this used for?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was tried to make blur correct on Mac but failed
If it's useless u can remove it before final merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🥺 help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] MiniMap has wrong color of chunk edges

6 participants