mirror of
https://github.com/CCBlueX/LiquidBounce.git
synced 2025-09-04 16:27:38 +00:00
chore: bump dependencies (#6746)
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user