-
-
Notifications
You must be signed in to change notification settings - Fork 593
version: 1.21.8 #6303
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: nextgen
Are you sure you want to change the base?
version: 1.21.8 #6303
Conversation
|
Revert #5652. |
|
should really have this as a draft pf btw as it is not ready for merge unless it is ready then mb |
| 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
| * [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
|
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 |
|
@vanvac is right. This will take a while... |
|
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
|
holy commit bro the diff view makes the browser window die |
|
lol |
src/main/kotlin/net/ccbluex/liquidbounce/deeplearn/listener/OverlayTrainingListener.kt
Show resolved
Hide resolved
|
Appearently, Mojang already released 1.21.7 .-. |
Yes, but there shouldn't be that many changes this time. |
|
The biggest change might be 1.21.4 to 1.21.5, about rendering |
|
Closes #6342 |
|
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 |
|
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
0.33.0* |
|
we got 1.21.8 before lb updated to 1.21.6 |
|
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... |
|
Now 500+ compilation (kt) errors about rendering. I'm not able to fix that... |
1.21.6 to 1.21.8 does very few code difference to us. Much less than 1.21.4 to 1.21.5 |
|
@superblaubeere27 Do you want to continue this? or starting with 1.21.5 first: branch I've finished 99% of non-render code in this branch. |
|
@MukjepScarlet of course! |
|
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. |
|
Currently, the render code is the problem. If you could do that too, that would be great! |
|
Waiting for 1.21.5 PR finished and the first version on 1.21.5 released |
|
1.21.9 💔 |
|
as soon as #6882 is close to usable, I'll probably try to update this PR and make it runnable. |
|
I'll rewrite 2D rendering in 1.21.6. |
No description provided.