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
1.12.2-1.5.0.2 is not server compatible. An event handler uses a client-only method world.getLoadedEntityList().
Description: Exception in server tick loop
java.lang.NoSuchMethodError: net.minecraft.world.World.func_72910_y()Ljava/util/List;
at arekkuusu.betterhurttimer.common.Events.onNonLivingEntityUpdate(Events.java:45)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_516_Events_onNonLivingEntityUpdate_WorldTickEvent.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraftforge.fml.common.FMLCommonHandler.onPreWorldTick(FMLCommonHandler.java:287)
at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:752)
at net.minecraft.server.dedicated.DedicatedServer.updateTimeLightAndEntities(DedicatedServer.java:397)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:668)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
at java.lang.Thread.run(Thread.java:748)
1.12.2-1.5.0.2
is not server compatible. An event handler uses a client-only methodworld.getLoadedEntityList()
.BetterHurtTimer/src/main/java/arekkuusu/betterhurttimer/common/Events.java
Line 45 in 16aa5c9
The text was updated successfully, but these errors were encountered: