Skip to content

Conversation

@superblaubeere27
Copy link
Contributor

No description provided.

@superblaubeere27
Copy link
Contributor Author

Revert #5652.

@vanvac
Copy link

vanvac commented Jun 20, 2025

should really have this as a draft pf btw as it is not ready for merge unless it is ready then mb

@superblaubeere27 superblaubeere27 marked this pull request as draft June 20, 2025 20:45
Text.Serialization.toJson(
src?.processContent(), mc.world?.registryManager ?: DynamicRegistryManager.EMPTY
)
override fun serialize(src: Text?, typeOfSrc: Type, context: JsonSerializationContext): JsonElement = TODO("Custom Json serializer")

Check warning

Code scanning / detekt

Line detected, which is longer than the defined maximum line length in the code style. Warning

Line detected, which is longer than the defined maximum line length in the code style.
* [MixinBackgroundRenderer]
*/
fun modifyFog(camera: Camera, viewDistance: Float, fog: Fog): Fog {
fun modifyFog(camera: Camera, viewDistance: Float, fog: FogData): FogData {

Check warning

Code scanning / detekt

Function parameter is unused and should be removed. Warning

Function parameter camera is unused.
@MukjepScarlet
Copy link
Contributor

Will 0.31.0 after this?

@vanvac
Copy link

vanvac commented Jun 23, 2025

Will 0.31.0 after this?

this is probably gonna take a while so i expect 0.31.0 to have come out by then so this is probably for 0.32.0

@superblaubeere27
Copy link
Contributor Author

@vanvac is right. This will take a while...

@1zun4
Copy link
Member

1zun4 commented Jun 24, 2025

0.31.0 will come out before this. This is planned for 0.32.0

init {
val component = this.itemStack.components.get(DataComponentTypes.TOOL)

this.toolComponent = component ?: throw IllegalStateException("No tool component found")

Check warning

Code scanning / detekt

Use check() or error() instead of throwing an IllegalStateException. Warning

Use check() or error() instead of throwing an IllegalStateException.
@vanvac
Copy link

vanvac commented Jul 5, 2025

holy commit bro the diff view makes the browser window die

@ironlungx
Copy link

lol

@superblaubeere27
Copy link
Contributor Author

Appearently, Mojang already released 1.21.7 .-.

@1zun4
Copy link
Member

1zun4 commented Jul 7, 2025

Appearently, Mojang already released 1.21.7 .-.

Yes, but there shouldn't be that many changes this time.

@MukjepScarlet
Copy link
Contributor

The biggest change might be 1.21.4 to 1.21.5, about rendering

@sqlerrorthing
Copy link
Contributor

Closes #6342

@vanvac
Copy link

vanvac commented Jul 18, 2025

1.21.8 is out but it is network campitable with 1.21.7 and most fixes are some broken rendering things so hopefully 1.21.6 and 1.21.8 shouldnt be to different or difficult to update to

@MukjepScarlet
Copy link
Contributor

I doubt 1.21.9 will be released in few months (before this PR has been finished)

# Conflicts:
#	build.gradle.kts
#	gradle.properties
#	src/main/java/net/ccbluex/liquidbounce/injection/mixins/minecraft/gui/MixinDrawContext.java
#	src/main/kotlin/net/ccbluex/liquidbounce/features/command/commands/client/CommandHelp.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleAutoWeapon.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/ModuleSuperKnockback.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/autoarmor/AutoArmorSaveArmor.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/killaura/KillAuraRequirements.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/combat/velocity/mode/VelocityBlocksMC.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/exploit/ModuleKick.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/exploit/ModulePlugins.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/misc/nameprotect/ModuleNameProtect.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/features/module/modules/render/nametags/Nametag.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/integration/interop/protocol/rest/v1/client/ProxyFunctions.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/utils/inventory/InventoryUtils.kt
#	src/main/kotlin/net/ccbluex/liquidbounce/utils/item/SpecialItemExtension.kt
#	src/main/resources/liquidbounce.accesswidener
#	src/main/resources/liquidbounce.mixins.json
@MukjepScarlet MukjepScarlet added this to the 0.33.0 milestone Aug 29, 2025
@sqlerrorthing
Copy link
Contributor

0.31.0 will come out before this. This is planned for 0.32.0

0.33.0*

@MukjepScarlet MukjepScarlet changed the title version: 1.21.6 version: 1.21.8 Aug 29, 2025
@sqlerrorthing
Copy link
Contributor

we got 1.21.8 before lb updated to 1.21.6

@superblaubeere27
Copy link
Contributor Author

I would have been able to release this thing a lot earlier if the render code wasn't fucked up so bad by the update...

@MukjepScarlet
Copy link
Contributor

Now 500+ compilation (kt) errors about rendering. I'm not able to fix that...

@MukjepScarlet
Copy link
Contributor

we got 1.21.8 before lb updated to 1.21.6

1.21.6 to 1.21.8 does very few code difference to us. Much less than 1.21.4 to 1.21.5

@1zun4 1zun4 modified the milestones: 0.32.1, 0.33.0 Aug 29, 2025
@MukjepScarlet MukjepScarlet modified the milestones: 0.34.0, 0.35.0 Sep 10, 2025
@MukjepScarlet
Copy link
Contributor

@superblaubeere27 Do you want to continue this? or starting with 1.21.5 first: branch
Then continue this.

I've finished 99% of non-render code in this branch.

@superblaubeere27
Copy link
Contributor Author

@MukjepScarlet of course!

@MukjepScarlet
Copy link
Contributor

Okay, I will keep 1.21.5 branch and make it up-to-date if any other feature has been added to main branch. You will determine the next step.

@superblaubeere27
Copy link
Contributor Author

Currently, the render code is the problem.

If you could do that too, that would be great!

@MukjepScarlet MukjepScarlet removed this from the 0.35.0 milestone Sep 14, 2025
@MukjepScarlet
Copy link
Contributor

Waiting for 1.21.5 PR finished and the first version on 1.21.5 released

@DataM0del
Copy link
Contributor

1.21.9 💔

@DataM0del
Copy link
Contributor

as soon as #6882 is close to usable, I'll probably try to update this PR and make it runnable.

@MukjepScarlet
Copy link
Contributor

I'll rewrite 2D rendering in 1.21.6.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants