chore: bump dependencies (#6746)

This commit is contained in:
Izuna
2025-08-30 07:51:03 +02:00
committed by GitHub
parent bbd6440298
commit 34c69384ae
2 changed files with 15 additions and 12 deletions

View File

@@ -34,22 +34,22 @@ org.gradle.jvmargs=-Xms1024m -Xmx4096m -XX:+UseZGC -XX:+ZGenerational
# Check these on https://fabricmc.net/versions.html
minecraft_version=1.21.4
yarn_mappings=1.21.4+build.8
loader_version=0.16.14
loader_version=0.17.2
min_loader_version=0.16.14
# Fabric API
fabric_version=0.119.3+1.21.4
fabric_version=0.119.4+1.21.4
# Loom
loom_version=1.11.3
loom_version=1.11-SNAPSHOT
# Mod Properties
mod_version=0.32.1
maven_group=net.ccbluex
archives_base_name=liquidbounce
# Kotlin
# https://kotlinlang.org/releases.html
kotlin_version=2.1.10
kotlin_version=2.2.10
# https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/
fabric_kotlin_version=1.13.1+kotlin.2.1.10
fabric_kotlin_version=1.13.5+kotlin.2.2.10
# mcef
mcef_version=3.1.2-1.21.4
# mc-authlib
@@ -57,9 +57,9 @@ mc_authlib_version=1.4.1
# Polyglot
polyglot_version=24.2.1
# djl
djl_version=0.32.0
djl_version=0.34.0
# Recommended mods
mod_menu_version=13.0.2
sodium_version=mc1.21.4-0.6.10-fabric
lithium_version=mc1.21.4-0.14.8-fabric
viafabricplus_version=4.0.3
mod_menu_version=13.0.3
sodium_version=mc1.21.4-0.6.13-fabric
lithium_version=mc1.21.4-0.15.3-fabric
viafabricplus_version=4.0.5-BACKPORT

View File

@@ -16,10 +16,10 @@
* You should have received a copy of the GNU General Public License
* along with LiquidBounce. If not, see <https://www.gnu.org/licenses/>.
*/
@file:OptIn(ExperimentalTime::class)
package net.ccbluex.liquidbounce.features.module.modules.render
import kotlinx.datetime.Clock
import kotlinx.datetime.Instant
import net.ccbluex.liquidbounce.event.events.GameTickEvent
import net.ccbluex.liquidbounce.event.events.PacketEvent
import net.ccbluex.liquidbounce.event.events.WorldChangeEvent
@@ -38,6 +38,9 @@ import net.minecraft.entity.Entity
import net.minecraft.entity.player.PlayerEntity
import net.minecraft.network.packet.c2s.play.PlayerInteractEntityC2SPacket
import java.util.*
import kotlin.time.Clock
import kotlin.time.ExperimentalTime
import kotlin.time.Instant
/**
* Log off spot