You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Player in server got internal timeout so he gets disconnected from the server, this is the error:
net.minecraft.class_148: Ticking player
at net.minecraft.class_3222.method_14226(class_3222.java:551) ~[server-intermediary.jar:?]
at net.minecraft.class_3244.method_18784(class_3244.java:268) ~[server-intermediary.jar:?]
at net.minecraft.class_2535.method_10754(class_2535.java:248) ~[server-intermediary.jar:?]
at net.minecraft.class_3242.method_14357(class_3242.java:183) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3813(MinecraftServer.java:886) ~[server-intermediary.jar:?]
at net.minecraft.class_3176.method_3813(class_3176.java:289) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_3748(MinecraftServer.java:819) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.handler$bko000$modifiedRunLoop(MinecraftServer.java:7385) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:644) ~[server-intermediary.jar:?]
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257) ~[server-intermediary.jar:?]
at java.lang.Thread.run(Thread.java:1589) [?:?]
Caused by: java.lang.NoClassDefFoundError: net/minecraft/class_310
at net.chocomint.wild_adventure.util.Utils.temperature(Utils.java:106) ~[WildAdventure-1.19-v1.3.jar:?]
at net.minecraft.class_1657.waterDecrement(class_1657.java:54483) ~[server-intermediary.jar:?]
at net.minecraft.class_1657.handler$ikc01d$tick(class_1657.java:54431) ~[server-intermediary.jar:?]
at net.minecraft.class_1657.method_5773(class_1657.java) ~[server-intermediary.jar:?]
at net.minecraft.class_3222.method_14226(class_3222.java:487) ~[server-intermediary.jar:?]
... 10 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_310
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) ~[fabric-loader-0.14.11.jar:?]
at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) ~[fabric-loader-0.14.11.jar:?]
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?]
at net.chocomint.wild_adventure.util.Utils.temperature(Utils.java:106) ~[WildAdventure-1.19-v1.3.jar:?]
at net.minecraft.class_1657.waterDecrement(class_1657.java:54483) ~[server-intermediary.jar:?]
at net.minecraft.class_1657.handler$ikc01d$tick(class_1657.java:54431) ~[server-intermediary.jar:?]
at net.minecraft.class_1657.method_5773(class_1657.java) ~[server-intermediary.jar:?]
at net.minecraft.class_3222.method_14226(class_3222.java:487) ~[server-intermediary.jar:?]
EDIT: Maybe its necessary, the problem of temperature it was in the minecraft:deep_ocean biome
The text was updated successfully, but these errors were encountered:
Player in server got internal timeout so he gets disconnected from the server, this is the error:
EDIT: Maybe its necessary, the problem of temperature it was in the minecraft:deep_ocean biome
The text was updated successfully, but these errors were encountered: