Snow! Real Magic! ⛄ (NeoForge)

Snow! Real Magic! ⛄ (NeoForge)

40M Downloads

exception ticking world

Chuunkyz opened this issue · 0 comments

commented

Mod loader

Fabric

Minecraft version

1.18.1

Mod version

3.0.3

Modloader version

fabric 0.12.12 + api 0.44.0

Modpack info

No response

If bug:

  • Can you reproduce this issue with relevant mods only?

If bug: The latest.log file

No response

Issue description

not fixed at all in the latest version (crash on multiplayer)

Description: Exception ticking world

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1657.method_7337()" because "player" is null
at snownee.snow.GameEvents.onDestroyedByPlayer(GameEvents.java:71)
at net.minecraft.block.SnowBlock.randomTick(SnowBlock:625)
at snownee.snow.block.EntitySnowLayerBlock.randomTick(EntitySnowLayerBlock.java:157)
at net.minecraft.block.AbstractBlock$AbstractBlockState.randomTick(AbstractBlock:921)
at net.minecraft.server.world.ServerWorld.tickChunk(ServerWorld:483)
at net.minecraft.server.world.ServerChunkManager.tickChunks(ServerChunkManager:380)
at net.minecraft.server.world.ServerChunkManager.tick(ServerChunkManager:325)
at net.minecraft.server.world.ServerWorld.tick(ServerWorld:308)
at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer:879)
at net.minecraft.server.dedicated.MinecraftDedicatedServer.tickWorlds(MinecraftDedicatedServer:324)
at net.minecraft.server.MinecraftServer.tick(MinecraftServer:823)
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:684)
at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270)
at java.lang.Thread.run(Thread.java:833)