Epic-Fight / epicfightmod

Other
155 stars 97 forks source link

NullPointerException: Exception while ticking #345

Closed xMrFishx closed 3 years ago

xMrFishx commented 3 years ago

I've got a crash that is taking the server out that I think I've narrowed down to EpicFight. My testing seems to find the crash is related to Zombies, or something using ZombieData spawning/ticking in the desert regions. I don't appear to have any issue with these entities elsewhere but if I or a player enters sandy regions I can guarantee the server will crash immediately as soon as it tries to tick a Zombie. I don't know if Husks are rolled into this problem or not.

My server is currently running 3.2.2 but I have also tested all builds following and the issue is still present. I have included crash logs from Both 4.1.0 and 3.2.2 for comparrison. As 4.1.0 does not appear to have fixed the issue, I have kept the server on 3.2.2 for now. This issue is difficult as if a player causes the crash in one of these regions, I have to manually move them away before they can log back in. Each login attempt will guarantee another crash from the Entity tick.

Let me know if you need me to test anything specific.


Crash Log from 4.1.0

---- Minecraft Crash Report ----
// Everything's going to plan. No, really, that was supposed to happen.

Time: 28/06/2021, 19:29
Description: Exception ticking world

java.lang.NullPointerException: Exception ticking world
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:89) ~[epicfight:1.0] {re:classloading,pl:runtimedistcleaner:A}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:44) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:77) ~[epicfight:1.0] {re:classloading,pl:runtimedistcleaner:A}
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:35) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:80) ~[epicfight:1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_952_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] {}
    at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?] {}
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?] {}
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinSpawnHelper,pl:mixin:APP:performant.mixins.json:world.WorldSpawnerMixin,pl:mixin:A}
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinSpawnHelper,pl:mixin:APP:performant.mixins.json:world.WorldSpawnerMixin,pl:mixin:A}
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinSpawnHelper,pl:mixin:APP:performant.mixins.json:world.WorldSpawnerMixin,pl:mixin:A}
    at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerChunkManager,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerChunkManager,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:829) [?:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:89) ~[epicfight:1.0] {re:classloading,pl:runtimedistcleaner:A}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:44) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:77) ~[epicfight:1.0] {re:classloading,pl:runtimedistcleaner:A}
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:35) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:80) ~[epicfight:1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_952_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] {}
    at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?] {}
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?] {}
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinSpawnHelper,pl:mixin:APP:performant.mixins.json:world.WorldSpawnerMixin,pl:mixin:A}
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinSpawnHelper,pl:mixin:APP:performant.mixins.json:world.WorldSpawnerMixin,pl:mixin:A}
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinSpawnHelper,pl:mixin:APP:performant.mixins.json:world.WorldSpawnerMixin,pl:mixin:A}
    at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerChunkManager,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerChunkManager,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Affected level --
Details:
    All players: 1 total; [ServerPlayerEntity[PLAYER, l='ServerWorld minecraft:overworld SERVER', x=-1221.52, y=67.74, z=-2960.06]]
    Chunk stats: ServerChunkCache: 6250
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,133,0), Chunk: (at 0,8,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 19936380 game time, 13833 day time
    Level name: SERVER
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
    Known server brands: forge
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:829) [?:?] {}

-- System Details --
Details:
    Minecraft Version: 1.16.5
    Minecraft Version ID: 1.16.5
    Operating System: Linux (amd64) version 5.4.0-72-generic
    Java Version: 11.0.11, AdoptOpenJDK
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
    Memory: 3800989048 bytes (3624 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
    CPUs: 8
    JVM Flags: 21 total; -Xmx8192M -Xms8G -Xmx8G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
    ModLauncher: 8.0.9+86+master.3cf110c
    ModLauncher launch target: fmlserver
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-4.0.0.jar eventbus PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar runtime_enum_extender PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar capability_inject_definalize PLUGINSERVICE 
        /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.5-36.1.16.jar fml TRANSFORMATIONSERVICE 
    FML: 36.1
    Forge: net.minecraftforge:36.1.16
    FML Language Providers: 
        javafml@36.1
        minecraft@1
    Mod List: 
        UnionLib-1.16.5-3.3.2.jar                         |UnionLib                      |unionlib                      |3.3.2               |DONE      |NOSIGNATURE
        supermartijn642configlib-1.0.6-mc1.16.jar         |SuperMartijn642's Config Lib  |supermartijn642configlib      |1.0.6               |DONE      |NOSIGNATURE
        endportalrecipe_1.16.5-2.3.jar                    |End Portal Recipe             |endportalrecipe               |2.3                 |DONE      |NOSIGNATURE
        incontrol-1.16-5.1.8.jar                          |InControl                     |incontrol                     |1.16-5.1.8          |DONE      |NOSIGNATURE
        DoggyTalents-1.16.5-2.0.1.8.jar                   |Doggy Talents 2               |doggytalents                  |2.0.1.8             |DONE      |NOSIGNATURE
        placeableblazerods_1.16.5-1.1.jar                 |Placeable Blaze Rods          |placeableblazerods            |1.1                 |DONE      |NOSIGNATURE
        mcw-windows-1.0.3-mc1.16.5.jar                    |Macaw's Windows               |mcwwindows                    |1.0.3               |DONE      |NOSIGNATURE
        wonderful-enchantments-1.16.4-1.3.2.jar           |Wonderful Enchantments        |wonderful_enchantments        |1.3.2               |DONE      |NOSIGNATURE
        BetterCaves-Forge-1.16.4-1.1.2.jar                |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |DONE      |NOSIGNATURE
        villagernames_1.16.5-2.9.jar                      |Villager Names                |villagernames                 |2.9                 |DONE      |NOSIGNATURE
        citadel-1.6.3.jar                                 |Citadel                       |citadel                       |1.6.3               |DONE      |NOSIGNATURE
        alexsmobs-1.10.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.10.1              |DONE      |NOSIGNATURE
        YungsApi-1.16.4-Forge-6.jar                       |YUNG's API                    |yungsapi                      |1.16.4-Forge-6      |DONE      |NOSIGNATURE
        armorcurve-2.3.jar                                |Armor Curve                   |armorcurve                    |2.3                 |DONE      |NOSIGNATURE
        Mutant-Beasts-Mod-1.16.5.jar                      |Mutant Beasts                 |mutantbeasts                  |1.16.4-1.1.3        |DONE      |d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
        guardvillagers-1.16.5.1.2.4.jar                   |Guard Villagers               |guardvillagers                |1.2.4               |DONE      |NOSIGNATURE
        u_team_core-1.16.5-3.2.1.195.jar                  |U Team Core                   |uteamcore                     |3.2.1.195           |DONE      |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
        mcw-doors-1.0.2-mc1.16.5.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.2               |DONE      |NOSIGNATURE
        carryon-1.16.5-1.15.3.13.jar                      |Carry On                      |carryon                       |1.15.3.13           |DONE      |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        JustEnoughResources-1.16.5-0.12.1.114.jar         |Just Enough Resources         |jeresources                   |0.12.1.114          |DONE      |NOSIGNATURE
        MmmMmmMmmMmm-1.16.5-1.2.0.jar                     |MmmMmmMmmMmm                  |dummmmmmy                     |1.2.0               |DONE      |NOSIGNATURE
        betterendforge-1.16.4-1.6.0.jar                   |BetterEnd Forge               |betterendforge                |1.16.4-1.6.0        |DONE      |NOSIGNATURE
        mcw-bridges-1.0.5-mc1.16.5-4.jar                  |Macaw's Bridges               |mcwbridges                    |1.0.5               |DONE      |NOSIGNATURE
        repurposed_structures-1.16.5-2.6.6-forge.jar      |Repurposed Structures         |repurposed_structures         |1.16.5-2.6.6-forge  |DONE      |NOSIGNATURE
        projectvibrantjourneys-1.16.5-3.1.0BETA.jar       |Project: Vibrant Journeys     |projectvibrantjourneys        |1.16.5-3.1.0BETA    |DONE      |NOSIGNATURE
        EndRemastered-R36.jar                             |End Remastered 3.6            |endrem                        |1.16.3              |DONE      |NOSIGNATURE
        ftb-ranks-1605.1.2-build.17-forge.jar             |FTB Ranks                     |ftbranks                      |1605.1.2-build.17   |DONE      |NOSIGNATURE
        mcw-trapdoors-1.0.2-mc1.16.5.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.2               |DONE      |NOSIGNATURE
        mcw-fences-1.0.0-mc1.16.5.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.0               |DONE      |NOSIGNATURE
        ElenaiDodge2-1.16.X-1.0.9b.jar                    |Elenai Dodge 2                |elenaidodge2                  |1.0.9b              |DONE      |NOSIGNATURE
        spark-forge.jar                                   |spark                         |spark                         |1.5.2               |DONE      |NOSIGNATURE
        pamhc2foodextended-1.16.3-1.0.2.jar               |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended            |version             |DONE      |NOSIGNATURE
        CNB-1.16.3_5-1.2.11.jar                           |Creatures and Beasts          |cnb                           |1.2.11              |DONE      |NOSIGNATURE
        playerex-1.1.8-1.16.5.jar                         |Player Ex                     |playerex                      |1.1.8               |DONE      |NOSIGNATURE
        curios-forge-1.16.5-4.0.5.1.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.1      |DONE      |NOSIGNATURE
        Patchouli-1.16.4-51.jar                           |Patchouli                     |patchouli                     |1.16.4-51           |DONE      |NOSIGNATURE
        collective-1.16.5-2.26.jar                        |Collective                    |collective                    |2.26                |DONE      |NOSIGNATURE
        Unique Enchantments-1.16.5-2.0.0.1.jar            |Unique Enchantments           |uniquee                       |1.9.0               |DONE      |NOSIGNATURE
        YungsExtras-Forge-1.16.4-1.0.jar                  |YUNG's Extras                 |yungsextras                   |Forge-1.16.4-1.0    |DONE      |NOSIGNATURE
        Chunk Pregenerator-V1.16-3.0.5.jar                |Chunk Pregenerator            |chunkpregen                   |V1.16-3.0.5         |DONE      |NOSIGNATURE
        BetterStrongholds-1.16.4-1.1.jar                  |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.1          |DONE      |NOSIGNATURE
        Desolation 1.1.0-1 1.16.5.jar                     |Desolation (Forge)            |desolation                    |1.1.0-1             |DONE      |NOSIGNATURE
        passiveshield_1.16.5-1.3.jar                      |Passive Shield                |passiveshield                 |1.3                 |DONE      |NOSIGNATURE
        sapience-1.16.4-1.1.1.jar                         |Sapience                      |sapience                      |1.1.1               |DONE      |NOSIGNATURE
        architectury-1.17.17-forge.jar                    |Architectury                  |architectury                  |1.17.17             |DONE      |NOSIGNATURE
        nametagtweaks_1.16.5-1.5.jar                      |Name Tag Tweaks               |nametagtweaks                 |1.5                 |DONE      |NOSIGNATURE
        mcw-furniture-2.0.1-mc1.16.5.jar                  |Macaw's Furniture             |mcwfurnitures                 |2.0.1               |DONE      |NOSIGNATURE
        cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |NOSIGNATURE
        FallingTree-1.16.5-2.11.4.jar                     |FallingTree                   |fallingtree                   |2.11.4              |DONE      |3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
        smallships-1.16.5-1.8.4.jar                       |Small Ships Mod               |smallships                    |1.8.4               |DONE      |NOSIGNATURE
        abstoneedition-2.0.2-mc1.16.3-16.5.jar            |Additional Blocks: Stone Editi|abstoneedition                |2.0.2               |DONE      |NOSIGNATURE
        ScalingHealth-1.16.5-4.0.5 5.jar                  |Scaling Health                |scalinghealth                 |4.0.5+5             |DONE      |NOSIGNATURE
        ServerTabInfo-1.16.4-1.3.3.jar                    |Server Tab Info               |servertabinfo                 |1.3.3               |DONE      |NOSIGNATURE
        BetterMineshafts-Forge-1.16.4-2.0.3.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.3        |DONE      |NOSIGNATURE
        geckolib-forge-1.16.5-3.0.36.jar                  |GeckoLib                      |geckolib3                     |3.0.36              |DONE      |NOSIGNATURE
        dungeons_gear-1.16.5-3.0.16.jar                   |Dungeons Gear                 |dungeons_gear                 |3.0.16              |DONE      |NOSIGNATURE
        BetterAdvancements-1.16.5-0.1.0.108.jar           |Better Advancements           |betteradvancements            |0.1.0.108           |DONE      |NOSIGNATURE
        mowziesmobs-1.5.16.jar                            |Mowzie's Mobs                 |mowziesmobs                   |1.5.16              |DONE      |NOSIGNATURE
        ftb-library-forge-1605.3.1-build.10.jar           |FTB Library                   |ftblibrary                    |1605.3.1-build.10   |DONE      |NOSIGNATURE
        ftb-teams-forge-1605.2.1-build.6.jar              |FTB Teams                     |ftbteams                      |1605.2.1-build.6    |DONE      |NOSIGNATURE
        pamhc2trees-1.16.3-1.0.1.jar                      |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees                   |1.0.1               |DONE      |NOSIGNATURE
        spiders-2.0-1.16.4-1.0.4.jar                      |Spiders 2.0                   |spiderstpo                    |1.0.4               |DONE      |NOSIGNATURE
        jei-1.16.5-7.7.0.101.jar                          |Just Enough Items             |jei                           |7.7.0.101           |DONE      |NOSIGNATURE
        jei-professions-1.0.0-1.16.4.jar                  |JEI Professions               |jeiprofessions                |1.0.0               |DONE      |NOSIGNATURE
        randomshulkercolours_1.16.5-1.1.jar               |Random Shulker Colours        |randomshulkercolours          |1.1                 |DONE      |NOSIGNATURE
        AttributeFix-1.16.5-10.1.2.jar                    |AttributeFix                  |attributefix                  |10.1.2              |DONE      |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        dungeons_mobs-1.16.5-1.0.5.jar                    |Dungeons Mobs                 |dungeons_mobs                 |1.0.5               |DONE      |NOSIGNATURE
        callablehorses-1.16.3-1.2.1.4.jar                 |Callable Horses               |callablehorses                |1.2.1.4             |DONE      |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        abnormals_core-1.16.5-3.1.1.jar                   |Abnormals Core                |abnormals_core                |3.1.1               |DONE      |NOSIGNATURE
        environmental-1.16.5-1.0.0.jar                    |Environmental                 |environmental                 |1.0.0               |DONE      |NOSIGNATURE
        allurement-1.16.5-1.1.1.jar                       |Allurement                    |allurement                    |1.1.1               |DONE      |NOSIGNATURE
        Bayou-Blues-1.16.5-1.0.4.jar                      |Bayou Blues                   |bayou_blues                   |1.16.5-1.0.4        |DONE      |NOSIGNATURE
        swanslaw-1.0.1.jar                                |Swan's Law                    |swanslaw                      |1.0.1               |DONE      |NOSIGNATURE
        SneakyMagic-v1.3.2-1.16.5.jar                     |Sneaky Magic                  |sneakymagic                   |1.3.2               |DONE      |9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        RopeBridge-1.16.5-2.2.0.jar                       |Rope Bridge                   |ropebridge                    |1.16.5-2.2.0        |DONE      |NOSIGNATURE
        Waystones_1.16.5-7.5.1.jar                        |Waystones                     |waystones                     |7.5.1               |DONE      |NOSIGNATURE
        PassableFoliage-1.16.5-2.2.1.jar                  |Passable Foliage              |passablefoliage               |2.2.1               |DONE      |NOSIGNATURE
        goldenhopper-1.2.0-1.16.3.jar                     |Golden Hopper                 |goldenhopper                  |1.2.0               |DONE      |NOSIGNATURE
        Fallingleaves-1.16.5-1.0.0-test 20210401-1246 .jar|Falling Leaves                |fallingleaves                 |1.0.0-test+20210401-|DONE      |NOSIGNATURE
        EpicFightMod-1.16.5-4.1.0.jar                     |Epic Fight Mod                |epicfight                     |4.0.3               |DONE      |NOSIGNATURE
        mcw-paintings-1.0.1-mc1.16.5.jar                  |Macaw's Paintings             |mcwpaintings                  |1.0.1               |DONE      |NOSIGNATURE
        NaturesCompass-1.16.5-1.8.6.jar                   |Nature's Compass              |naturescompass                |1.16.5-1.8.6        |DONE      |NOSIGNATURE
        SereneSeasons-1.16.5-4.0.1.91-universal.jar       |Serene Seasons                |sereneseasons                 |1.16.5-4.0.1.91     |DONE      |NOSIGNATURE
        OuterEnd-0.2.11.jar                               |The Outer End                 |outer_end                     |0.2.9               |DONE      |NOSIGNATURE
        decorative_blocks-1.16.4-1.7.2.jar                |Decorative Blocks             |decorative_blocks             |1.7.2               |DONE      |NOSIGNATURE
        champions-forge-1.16.5-2.0.1.6.jar                |Champions                     |champions                     |1.16.5-2.0.1.6      |DONE      |NOSIGNATURE
        Time Flies 1.16.5 v3.1.jar                        |Time Flies                    |time_flies                    |3.1                 |DONE      |NOSIGNATURE
        snowundertrees-1.16.5-v1.1.4.jar                  |Snow Under Trees              |snowundertrees                |v1.1.4              |DONE      |NOSIGNATURE
        outvoted-1.16.5-1.2.4.jar                         |Outvoted                      |outvoted                      |1.2.4               |DONE      |NOSIGNATURE
        additional_lights-1.16.4-2.1.3.jar                |Additional Lights             |additional_lights             |2.1.3               |DONE      |NOSIGNATURE
        iceandfire-2.1.6-1.16.4.jar                       |Ice and Fire                  |iceandfire                    |2.1.6-1.16.4        |DONE      |NOSIGNATURE
        walljump-forge-1.16.4-1.3.7.jar                   |Wall-Jump!                    |walljump                      |1.16.4-1.3.7        |DONE      |NOSIGNATURE
        JEITweaker-1.16.5-1.0.1.27.jar                    |JEI Tweaker                   |jeitweaker                    |1.0.1.27            |DONE      |NOSIGNATURE
        iChunUtil-1.16.5-10.4.0.jar                       |iChunUtil                     |ichunutil                     |10.4.0              |DONE      |NOSIGNATURE
        fixedanvilrepaircost_1.16.5-1.4.jar               |Fixed Anvil Repair Cost       |fixedanvilrepaircost          |1.4                 |DONE      |NOSIGNATURE
        immersive-portals-0.16-mc1.16.5-forge.jar         |Immersive Portals             |immersive_portals             |0.14                |DONE      |NOSIGNATURE
        CraftTweaker-1.16.5-7.1.0.306.jar                 |CraftTweaker                  |crafttweaker                  |7.1.0.306           |DONE      |NOSIGNATURE
        ftb-chunks-forge-1605.3.1-build.12.jar            |FTB Chunks                    |ftbchunks                     |1605.3.1-build.12   |DONE      |NOSIGNATURE
        forge-1.16.5-36.1.16-universal.jar                |Forge                         |forge                         |36.1.16             |DONE      |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        blame-1.16.5-3.0.2-forge.jar                      |Blame!                        |blame                         |1.16.5-3.0.2-forge  |DONE      |NOSIGNATURE
        DynamicSurroundings-1.16.4-4.0.4.2.jar            |§3Dynamic Surroundings        |dsurround                     |1.16.4-4.0.4.2      |DONE      |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
        tellme-forge-1.16.4-0.9.1.jar                     |TellMe                        |tellme                        |0.9.1               |DONE      |NOSIGNATURE
        dungeonsarise1.16.5-1.2.72a.jar                   |Dungeons Arise                |dungeons_arise                |1.2.72a             |DONE      |NOSIGNATURE
        forge-1.16.5-36.1.16-server.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |NOSIGNATURE
        fxcontrol-1.16-2.0.10.jar                         |FxControl                     |fxcontrol                     |1.16-2.0.10         |DONE      |NOSIGNATURE
        Abundance-1.16.5-1.0.5.jar                        |Abundance                     |abundance                     |1.16.5-1.0.5        |DONE      |NOSIGNATURE
        useful_railroads-1.16.5-1.4.6.37.jar              |Useful Railroads              |usefulrailroads               |1.4.6.37            |DONE      |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
        silent-lib-1.16.3-4.9.6.jar                       |Silent Lib                    |silentlib                     |4.9.6               |DONE      |NOSIGNATURE
        pamhc2crops-1.16.3-1.0.2.jar                      |Pam's HarvestCraft 2 Crops    |pamhc2crops                   |version             |DONE      |NOSIGNATURE
        CreativeCore_v2.1.3_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |DONE      |NOSIGNATURE
        villagertrades-0.3.jar                            |Villager Trades               |villagertrades                |0.3                 |DONE      |NOSIGNATURE
        movingelevators-1.2.34-mc1.16.5.jar               |Moving Elevators              |movingelevators               |1.2.34              |DONE      |NOSIGNATURE
        towers_of_the_wild-1.16.4-2.0.1.jar               |Towers Of The Wild            |towers_of_the_wild            |1.16.4-2.0.1        |DONE      |NOSIGNATURE
        majrusz-library-1.16.4-1.6.1.jar                  |Majrusz Library               |majrusz_library               |1.6.1               |DONE      |NOSIGNATURE
        SpartanShields-1.16.5-2.1.2.jar                   |Spartan Shields               |spartanshields                |2.1.2               |DONE      |NOSIGNATURE
        savageandravage-1.16.5-3.1.0.jar                  |Savage & Ravage               |savageandravage               |3.1.0               |DONE      |NOSIGNATURE
        pamhc2foodcore-1.16.3-1.0.2.jar                   |Pam's HarvestCraft 2 Food Core|pamhc2foodcore                |version             |DONE      |NOSIGNATURE
        polymorph-forge-1.16.5-0.24.jar                   |Polymorph                     |polymorph                     |1.16.5-0.24         |DONE      |NOSIGNATURE
        AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |NOSIGNATURE
        Quark-r2.4-312.jar                                |Quark                         |quark                         |r2.4-312            |DONE      |NOSIGNATURE
        performant-1.16.2-5-3.63m.jar                     |Performant                    |performant                    |3.56m               |DONE      |NOSIGNATURE
        DiagonalFences-v1.0.5-1.16.5.jar                  |Diagonal Fences               |diagonalfences                |1.0.5               |DONE      |9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        backpacked-1.10.1-1.16.3.jar                      |Backpacked                    |backpacked                    |1.10.1              |DONE      |NOSIGNATURE
        backpacker-1.3.1-1.16.3.jar                       |Backpacker                    |backpacker                    |1.3.1               |DONE      |NOSIGNATURE
        Regrowth-1.16.4-1.16.5-1.35.0.19.jar              |Regrowth Mod                  |regrowth                      |1.16.5-1.35.0.19    |DONE      |NOSIGNATURE
        combustivefishing-forge-1.16.3-4.0.0.1.jar        |Combustive Fishing            |combustivefishing             |1.16.3-4.0.0.1      |DONE      |NOSIGNATURE
        fins-1.5.1.jar                                    |Fins and Tails                |fins                          |1.5.1               |DONE      |NOSIGNATURE
        AppleSkin-mc1.16.2-forge-1.0.14.jar               |AppleSkin                     |appleskin                     |1.0.14              |DONE      |NOSIGNATURE
        [BETA]dannys_expansion1.16.3~1.16.4-1.0.6.1.jar   |Danny's Expansion             |dannys_expansion              |1.0.6               |DONE      |NOSIGNATURE
        extendedcreativeinventory_1.16.5-1.2.jar          |Extended Creative Inventory   |extendedcreativeinventory     |1.2                 |DONE      |NOSIGNATURE
        byg-1.2.7.jar                                     |Oh The Biomes You'll Go       |byg                           |1.2.7               |DONE      |NOSIGNATURE
        Aquaculture-1.16.5-2.1.19.jar                     |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.19       |DONE      |NOSIGNATURE
        CosmeticArmorReworked-1.16.5-v3.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v3           |DONE      |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
        morered-1.16.5-2.1.0.3.jar                        |More Red                      |morered                       |2.1.0.3             |DONE      |NOSIGNATURE
        balancedenchanting-1.0.jar                        |Balanced Enchanting           |balancedenchanting            |1.0                 |DONE      |NOSIGNATURE
    Crash Report UUID: 347fb4b3-ccf8-430e-852e-ae5ba3d01185
    Player Count: 1 / 32; [ServerPlayerEntity[PLAYER, l='ServerWorld minecraft:overworld SERVER', x=-1221.52, y=67.74, z=-2960.06]]
    Data Packs: vanilla, mod:unionlib (incompatible), mod:supermartijn642configlib, mod:incontrol (incompatible), mod:doggytalents (incompatible), mod:mcwwindows, mod:wonderful_enchantments, mod:bettercaves (incompatible), mod:villagernames, mod:citadel (incompatible), mod:alexsmobs, mod:yungsapi, mod:mutantbeasts (incompatible), mod:guardvillagers, mod:uteamcore, mod:mcwdoors, mod:carryon, mod:jeresources, mod:dummmmmmy (incompatible), mod:betterendforge, mod:mcwbridges, mod:repurposed_structures, mod:projectvibrantjourneys, mod:endrem, mod:ftbranks, mod:mcwtrpdoors (incompatible), mod:mcwfences, mod:pamhc2foodextended (incompatible), mod:cnb, mod:playerex, mod:patchouli (incompatible), mod:collective, mod:yungsextras, mod:chunkpregen, mod:betterstrongholds, mod:desolation, mod:sapience, mod:architectury, mod:nametagtweaks, mod:mcwfurnitures, mod:cloth-config (incompatible), mod:fallingtree, mod:smallships, mod:abstoneedition, mod:scalinghealth, mod:servertabinfo, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:dungeons_gear, mod:betteradvancements, mod:mowziesmobs (incompatible), mod:ftblibrary, mod:ftbteams, mod:pamhc2trees (incompatible), mod:spiderstpo, mod:jei, mod:jeiprofessions (incompatible), mod:randomshulkercolours, mod:attributefix, mod:dungeons_mobs (incompatible), mod:callablehorses, mod:abnormals_core, mod:environmental, mod:allurement, mod:bayou_blues, mod:swanslaw, mod:ropebridge (incompatible), mod:waystones (incompatible), mod:passablefoliage, mod:goldenhopper (incompatible), mod:fallingleaves, mod:epicfight, mod:mcwpaintings (incompatible), mod:naturescompass (incompatible), mod:sereneseasons, mod:outer_end, mod:decorative_blocks, mod:champions (incompatible), mod:time_flies, mod:snowundertrees, mod:outvoted, mod:additional_lights, mod:iceandfire (incompatible), mod:jeitweaker, mod:ichunutil, mod:crafttweaker, mod:ftbchunks, mod:forge, mod:blame, mod:dsurround, mod:dungeons_arise, mod:fxcontrol (incompatible), mod:abundance, mod:usefulrailroads, mod:silentlib (incompatible), mod:pamhc2crops (incompatible), mod:creativecore, mod:villagertrades, mod:movingelevators, mod:towers_of_the_wild, mod:majrusz_library, mod:spartanshields, mod:savageandravage, mod:pamhc2foodcore (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:performant (incompatible), mod:diagonalfences, mod:regrowth, mod:combustivefishing (incompatible), mod:fins, mod:appleskin, mod:dannys_expansion, mod:byg, mod:aquaculture (incompatible), mod:cosmeticarmorreworked (incompatible), mod:morered, mod:balancedenchanting (incompatible), file/Repurposed_Structures-Environmental.zip, file/Repurposed_Structures-Ice_and_Fire.zip, file/Repurposed_Structures-Savage_And_Ravage.zip, file/Repurposed_Structures-Vanilla_Loottables.zip, file/incendium-v3-1-10.zip, mod:armorcurve, mod:spark, mod:uniquee (incompatible), mod:sneakymagic, mod:fixedanvilrepaircost, mod:endportalrecipe, mod:placeableblazerods, mod:elenaidodge2, mod:passiveshield, mod:walljump (incompatible), mod:extendedcreativeinventory, mod:curios, mod:backpacked (incompatible), mod:backpacker, file/example_custom_portal_gen.zip, file/Incendium - Optional Resource Pack.zip, mod:immersive_portals (incompatible), mod:tellme (incompatible)
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)

Crash Log from 3.2.2

---- Minecraft Crash Report ----
// Why did you do that?

Time: 26/06/2021, 14:39
Description: Exception while ticking

java.lang.NullPointerException: Exception while ticking
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:82) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:54) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:74) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.onEntityJoinWorld(ZombieData.java:29) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.onEntityJoinWorld(ZombieData.java:22) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:77) ~[epicfight:1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_924_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] {}
    at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?] {}
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?] {}
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
    at net.minecraft.world.gen.feature.template.Template.lambda$addEntitiesToWorld$5(Template.java:427) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at java.util.Optional.ifPresent(Optional.java:183) ~[?:?] {}
    at net.minecraft.world.gen.feature.template.Template.addEntitiesToWorld(Template.java:419) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.minecraft.world.gen.feature.template.Template.func_237146_a_(Template.java:337) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.minecraft.world.gen.feature.template.Template.func_237152_b_(Template.java:203) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.minecraft.world.gen.feature.template.Template.func_237144_a_(Template.java:199) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.aurelj.dungeonsarise.procedures.HeavenlyRiderFoundationUpdateTickProcedure.executeProcedure(HeavenlyRiderFoundationUpdateTickProcedure.java:74) ~[dungeons_arise:?] {re:classloading}
    at net.aurelj.dungeonsarise.block.HeavenlyRiderFoundationBlock$CustomBlock.func_225534_a_(HeavenlyRiderFoundationBlock.java:77) ~[dungeons_arise:?] {re:classloading}
    at net.minecraft.block.AbstractBlock$AbstractBlockState.func_227033_a_(AbstractBlock.java:620) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:passablefoliage.mixins.json:MixinBlockState,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_205338_b(ServerWorld.java:591) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerTickList.func_205365_a(SourceFile:84) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerTickListMixin,pl:mixin:A}
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:336) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:829) [?:?] {}

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server thread
Stacktrace:
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:82) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:54) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:74) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.onEntityJoinWorld(ZombieData.java:29) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.onEntityJoinWorld(ZombieData.java:22) ~[epicfight:1.0] {re:classloading}
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:77) ~[epicfight:1.0] {re:classloading}
    at net.minecraftforge.eventbus.ASMEventHandler_924_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?] {}
    at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?] {}
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?] {}
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
    at net.minecraft.world.gen.feature.template.Template.lambda$addEntitiesToWorld$5(Template.java:427) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at java.util.Optional.ifPresent(Optional.java:183) ~[?:?] {}
    at net.minecraft.world.gen.feature.template.Template.addEntitiesToWorld(Template.java:419) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.minecraft.world.gen.feature.template.Template.func_237146_a_(Template.java:337) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.minecraft.world.gen.feature.template.Template.func_237152_b_(Template.java:203) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.minecraft.world.gen.feature.template.Template.func_237144_a_(Template.java:199) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:repurposed_structures.mixins.json:TemplateAccessor,pl:mixin:APP:blame.mixins.json:TemplateMixin,pl:mixin:APP:quark.mixins.json:TemplateMixin,pl:mixin:A}
    at net.aurelj.dungeonsarise.procedures.HeavenlyRiderFoundationUpdateTickProcedure.executeProcedure(HeavenlyRiderFoundationUpdateTickProcedure.java:74) ~[dungeons_arise:?] {re:classloading}
    at net.aurelj.dungeonsarise.block.HeavenlyRiderFoundationBlock$CustomBlock.func_225534_a_(HeavenlyRiderFoundationBlock.java:77) ~[dungeons_arise:?] {re:classloading}
    at net.minecraft.block.AbstractBlock$AbstractBlockState.func_227033_a_(AbstractBlock.java:620) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:passablefoliage.mixins.json:MixinBlockState,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.world.server.ServerWorld.func_205338_b(ServerWorld.java:591) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Block being ticked --
Details:
    Block location: World: (-586,144,-5730), Chunk: (at 6,9,14 in -37,-359; contains blocks -592,0,-5744 to -577,255,-5729), Region: (-2,-12; contains chunks -64,-384 to -33,-353, blocks -1024,0,-6144 to -513,255,-5633)
Stacktrace:
    at net.minecraft.world.server.ServerTickList.func_205365_a(SourceFile:84) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerTickListMixin,pl:mixin:A}
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:336) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:imm_ptl_mixins.json:common.MixinServerWorld,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}

-- Affected level --
Details:
    All players: 2 total; [ServerPlayerEntity[PLAYER, l='ServerWorld minecraft:overworld SERVER', x=-2935.84, y=41.00, z=785.69], ServerPlayerEntity[PLAYER, l='ServerWorld minecraft:overworld SERVER', x=-632.43, y=57.38, z=-5416.18]]
    Chunk stats: ServerChunkCache: 10491
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,133,0), Chunk: (at 0,8,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 18155222 game time, 374639 day time
    Level name: SERVER
    Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
    Level weather: Rain time: 1 (now: false), thunder time: 1 (now: false)
    Known server brands: forge
    Level was modded: true
    Level storage version: 0x04ABD - Anvil
Stacktrace:
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?] {re:classloading,pl:accesstransformer:B}
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.dimension.MixinMinecraftServer_D,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A,pl:runtimedistcleaner:A}
    at java.lang.Thread.run(Thread.java:829) [?:?] {}

-- System Details --
Details:
    Minecraft Version: 1.16.5
    Minecraft Version ID: 1.16.5
    Operating System: Linux (amd64) version 5.4.0-72-generic
    Java Version: 11.0.11, AdoptOpenJDK
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), AdoptOpenJDK
    Memory: 4570615008 bytes (4358 MB) / 8589934592 bytes (8192 MB) up to 8589934592 bytes (8192 MB)
    CPUs: 8
    JVM Flags: 21 total; -Xmx8192M -Xms8G -Xmx8G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1
    ModLauncher: 8.0.9+86+master.3cf110c
    ModLauncher launch target: fmlserver
    ModLauncher naming: srg
    ModLauncher services: 
        /mixin-0.8.2.jar mixin PLUGINSERVICE 
        /eventbus-4.0.0.jar eventbus PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar runtime_enum_extender PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar capability_inject_definalize PLUGINSERVICE 
        /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
        /forge-1.16.5-36.1.16.jar runtimedistcleaner PLUGINSERVICE 
        /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE 
        /forge-1.16.5-36.1.16.jar fml TRANSFORMATIONSERVICE 
    FML: 36.1
    Forge: net.minecraftforge:36.1.16
    FML Language Providers: 
        javafml@36.1
        minecraft@1
    Mod List: 
        UnionLib-1.16.5-3.3.2.jar                         |UnionLib                      |unionlib                      |3.3.2               |DONE      |NOSIGNATURE
        supermartijn642configlib-1.0.6-mc1.16.jar         |SuperMartijn642's Config Lib  |supermartijn642configlib      |1.0.6               |DONE      |NOSIGNATURE
        endportalrecipe_1.16.5-2.3.jar                    |End Portal Recipe             |endportalrecipe               |2.3                 |DONE      |NOSIGNATURE
        incontrol-1.16-5.1.8.jar                          |InControl                     |incontrol                     |1.16-5.1.8          |DONE      |NOSIGNATURE
        DoggyTalents-1.16.5-2.0.1.8.jar                   |Doggy Talents 2               |doggytalents                  |2.0.1.8             |DONE      |NOSIGNATURE
        placeableblazerods_1.16.5-1.1.jar                 |Placeable Blaze Rods          |placeableblazerods            |1.1                 |DONE      |NOSIGNATURE
        mcw-windows-1.0.3-mc1.16.5.jar                    |Macaw's Windows               |mcwwindows                    |1.0.3               |DONE      |NOSIGNATURE
        wonderful-enchantments-1.16.4-1.3.2.jar           |Wonderful Enchantments        |wonderful_enchantments        |1.3.2               |DONE      |NOSIGNATURE
        BetterCaves-Forge-1.16.4-1.1.2.jar                |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |DONE      |NOSIGNATURE
        villagernames_1.16.5-2.9.jar                      |Villager Names                |villagernames                 |2.9                 |DONE      |NOSIGNATURE
        citadel-1.6.3.jar                                 |Citadel                       |citadel                       |1.6.3               |DONE      |NOSIGNATURE
        alexsmobs-1.10.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.10.1              |DONE      |NOSIGNATURE
        YungsApi-1.16.4-Forge-6.jar                       |YUNG's API                    |yungsapi                      |1.16.4-Forge-6      |DONE      |NOSIGNATURE
        armorcurve-2.3.jar                                |Armor Curve                   |armorcurve                    |2.3                 |DONE      |NOSIGNATURE
        Mutant-Beasts-Mod-1.16.5.jar                      |Mutant Beasts                 |mutantbeasts                  |1.16.4-1.1.3        |DONE      |d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
        guardvillagers-1.16.5.1.2.4.jar                   |Guard Villagers               |guardvillagers                |1.2.4               |DONE      |NOSIGNATURE
        u_team_core-1.16.5-3.2.1.195.jar                  |U Team Core                   |uteamcore                     |3.2.1.195           |DONE      |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
        mcw-doors-1.0.2-mc1.16.5.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.2               |DONE      |NOSIGNATURE
        carryon-1.16.5-1.15.3.13.jar                      |Carry On                      |carryon                       |1.15.3.13           |DONE      |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        JustEnoughResources-1.16.5-0.12.1.114.jar         |Just Enough Resources         |jeresources                   |0.12.1.114          |DONE      |NOSIGNATURE
        MmmMmmMmmMmm-1.16.5-1.2.0.jar                     |MmmMmmMmmMmm                  |dummmmmmy                     |1.2.0               |DONE      |NOSIGNATURE
        betterendforge-1.16.4-1.6.0.jar                   |BetterEnd Forge               |betterendforge                |1.16.4-1.6.0        |DONE      |NOSIGNATURE
        mcw-bridges-1.0.5-mc1.16.5-4.jar                  |Macaw's Bridges               |mcwbridges                    |1.0.5               |DONE      |NOSIGNATURE
        repurposed_structures-1.16.5-2.6.6-forge.jar      |Repurposed Structures         |repurposed_structures         |1.16.5-2.6.6-forge  |DONE      |NOSIGNATURE
        projectvibrantjourneys-1.16.5-3.1.0BETA.jar       |Project: Vibrant Journeys     |projectvibrantjourneys        |1.16.5-3.1.0BETA    |DONE      |NOSIGNATURE
        EndRemastered-R36.jar                             |End Remastered 3.6            |endrem                        |1.16.3              |DONE      |NOSIGNATURE
        ftb-ranks-1605.1.2-build.17-forge.jar             |FTB Ranks                     |ftbranks                      |1605.1.2-build.17   |DONE      |NOSIGNATURE
        mcw-trapdoors-1.0.2-mc1.16.5.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.2               |DONE      |NOSIGNATURE
        mcw-fences-1.0.0-mc1.16.5.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.0               |DONE      |NOSIGNATURE
        ElenaiDodge2-1.16.X-1.0.9b.jar                    |Elenai Dodge 2                |elenaidodge2                  |1.0.9b              |DONE      |NOSIGNATURE
        spark-forge.jar                                   |spark                         |spark                         |1.5.2               |DONE      |NOSIGNATURE
        pamhc2foodextended-1.16.3-1.0.2.jar               |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended            |version             |DONE      |NOSIGNATURE
        CNB-1.16.3_5-1.2.11.jar                           |Creatures and Beasts          |cnb                           |1.2.11              |DONE      |NOSIGNATURE
        playerex-1.1.8-1.16.5.jar                         |Player Ex                     |playerex                      |1.1.8               |DONE      |NOSIGNATURE
        curios-forge-1.16.5-4.0.5.1.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.1      |DONE      |NOSIGNATURE
        Patchouli-1.16.4-51.jar                           |Patchouli                     |patchouli                     |1.16.4-51           |DONE      |NOSIGNATURE
        collective-1.16.5-2.26.jar                        |Collective                    |collective                    |2.26                |DONE      |NOSIGNATURE
        Unique Enchantments-1.16.5-2.0.0.1.jar            |Unique Enchantments           |uniquee                       |1.9.0               |DONE      |NOSIGNATURE
        YungsExtras-Forge-1.16.4-1.0.jar                  |YUNG's Extras                 |yungsextras                   |Forge-1.16.4-1.0    |DONE      |NOSIGNATURE
        Chunk Pregenerator-V1.16-3.0.5.jar                |Chunk Pregenerator            |chunkpregen                   |V1.16-3.0.5         |DONE      |NOSIGNATURE
        BetterStrongholds-1.16.4-1.1.jar                  |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.1          |DONE      |NOSIGNATURE
        Desolation 1.1.0-1 1.16.5.jar                     |Desolation (Forge)            |desolation                    |1.1.0-1             |DONE      |NOSIGNATURE
        passiveshield_1.16.5-1.3.jar                      |Passive Shield                |passiveshield                 |1.3                 |DONE      |NOSIGNATURE
        sapience-1.16.4-1.1.1.jar                         |Sapience                      |sapience                      |1.1.1               |DONE      |NOSIGNATURE
        architectury-1.17.17-forge.jar                    |Architectury                  |architectury                  |1.17.17             |DONE      |NOSIGNATURE
        nametagtweaks_1.16.5-1.5.jar                      |Name Tag Tweaks               |nametagtweaks                 |1.5                 |DONE      |NOSIGNATURE
        mcw-furniture-2.0.1-mc1.16.5.jar                  |Macaw's Furniture             |mcwfurnitures                 |2.0.1               |DONE      |NOSIGNATURE
        cloth-config-4.11.26-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.11.26             |DONE      |NOSIGNATURE
        FallingTree-1.16.5-2.11.4.jar                     |FallingTree                   |fallingtree                   |2.11.4              |DONE      |3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
        smallships-1.16.5-1.8.4.jar                       |Small Ships Mod               |smallships                    |1.8.4               |DONE      |NOSIGNATURE
        abstoneedition-2.0.2-mc1.16.3-16.5.jar            |Additional Blocks: Stone Editi|abstoneedition                |2.0.2               |DONE      |NOSIGNATURE
        ScalingHealth-1.16.5-4.0.5 5.jar                  |Scaling Health                |scalinghealth                 |4.0.5+5             |DONE      |NOSIGNATURE
        ServerTabInfo-1.16.4-1.3.3.jar                    |Server Tab Info               |servertabinfo                 |1.3.3               |DONE      |NOSIGNATURE
        BetterMineshafts-Forge-1.16.4-2.0.3.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.3        |DONE      |NOSIGNATURE
        geckolib-forge-1.16.5-3.0.36.jar                  |GeckoLib                      |geckolib3                     |3.0.36              |DONE      |NOSIGNATURE
        dungeons_gear-1.16.5-3.0.16.jar                   |Dungeons Gear                 |dungeons_gear                 |3.0.16              |DONE      |NOSIGNATURE
        BetterAdvancements-1.16.5-0.1.0.108.jar           |Better Advancements           |betteradvancements            |0.1.0.108           |DONE      |NOSIGNATURE
        mowziesmobs-1.5.16.jar                            |Mowzie's Mobs                 |mowziesmobs                   |1.5.16              |DONE      |NOSIGNATURE
        ftb-library-forge-1605.3.1-build.10.jar           |FTB Library                   |ftblibrary                    |1605.3.1-build.10   |DONE      |NOSIGNATURE
        ftb-teams-forge-1605.2.1-build.6.jar              |FTB Teams                     |ftbteams                      |1605.2.1-build.6    |DONE      |NOSIGNATURE
        pamhc2trees-1.16.3-1.0.1.jar                      |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees                   |1.0.1               |DONE      |NOSIGNATURE
        spiders-2.0-1.16.4-1.0.4.jar                      |Spiders 2.0                   |spiderstpo                    |1.0.4               |DONE      |NOSIGNATURE
        jei-1.16.5-7.7.0.101.jar                          |Just Enough Items             |jei                           |7.7.0.101           |DONE      |NOSIGNATURE
        jei-professions-1.0.0-1.16.4.jar                  |JEI Professions               |jeiprofessions                |1.0.0               |DONE      |NOSIGNATURE
        randomshulkercolours_1.16.5-1.1.jar               |Random Shulker Colours        |randomshulkercolours          |1.1                 |DONE      |NOSIGNATURE
        AttributeFix-1.16.5-10.1.2.jar                    |AttributeFix                  |attributefix                  |10.1.2              |DONE      |eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
        dungeons_mobs-1.16.5-1.0.5.jar                    |Dungeons Mobs                 |dungeons_mobs                 |1.0.5               |DONE      |NOSIGNATURE
        callablehorses-1.16.3-1.2.1.4.jar                 |Callable Horses               |callablehorses                |1.2.1.4             |DONE      |8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
        abnormals_core-1.16.5-3.1.1.jar                   |Abnormals Core                |abnormals_core                |3.1.1               |DONE      |NOSIGNATURE
        environmental-1.16.5-1.0.0.jar                    |Environmental                 |environmental                 |1.0.0               |DONE      |NOSIGNATURE
        allurement-1.16.5-1.1.1.jar                       |Allurement                    |allurement                    |1.1.1               |DONE      |NOSIGNATURE
        Bayou-Blues-1.16.5-1.0.4.jar                      |Bayou Blues                   |bayou_blues                   |1.16.5-1.0.4        |DONE      |NOSIGNATURE
        swanslaw-1.0.1.jar                                |Swan's Law                    |swanslaw                      |1.0.1               |DONE      |NOSIGNATURE
        SneakyMagic-v1.3.2-1.16.5.jar                     |Sneaky Magic                  |sneakymagic                   |1.3.2               |DONE      |9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        RopeBridge-1.16.5-2.2.0.jar                       |Rope Bridge                   |ropebridge                    |1.16.5-2.2.0        |DONE      |NOSIGNATURE
        Waystones_1.16.5-7.5.1.jar                        |Waystones                     |waystones                     |7.5.1               |DONE      |NOSIGNATURE
        PassableFoliage-1.16.5-2.2.1.jar                  |Passable Foliage              |passablefoliage               |2.2.1               |DONE      |NOSIGNATURE
        goldenhopper-1.2.0-1.16.3.jar                     |Golden Hopper                 |goldenhopper                  |1.2.0               |DONE      |NOSIGNATURE
        Fallingleaves-1.16.5-1.0.0-test 20210401-1246 .jar|Falling Leaves                |fallingleaves                 |1.0.0-test+20210401-|DONE      |NOSIGNATURE
        EpicFightMod-1.16.5-3.2.2.jar                     |Epic Fight Mod                |epicfight                     |1.0                 |DONE      |NOSIGNATURE
        mcw-paintings-1.0.1-mc1.16.5.jar                  |Macaw's Paintings             |mcwpaintings                  |1.0.1               |DONE      |NOSIGNATURE
        NaturesCompass-1.16.5-1.8.6.jar                   |Nature's Compass              |naturescompass                |1.16.5-1.8.6        |DONE      |NOSIGNATURE
        SereneSeasons-1.16.5-4.0.1.91-universal.jar       |Serene Seasons                |sereneseasons                 |1.16.5-4.0.1.91     |DONE      |NOSIGNATURE
        OuterEnd-0.2.11.jar                               |The Outer End                 |outer_end                     |0.2.9               |DONE      |NOSIGNATURE
        decorative_blocks-1.16.4-1.7.2.jar                |Decorative Blocks             |decorative_blocks             |1.7.2               |DONE      |NOSIGNATURE
        champions-forge-1.16.5-2.0.1.6.jar                |Champions                     |champions                     |1.16.5-2.0.1.6      |DONE      |NOSIGNATURE
        Time Flies 1.16.5 v3.1.jar                        |Time Flies                    |time_flies                    |3.1                 |DONE      |NOSIGNATURE
        snowundertrees-1.16.5-v1.1.4.jar                  |Snow Under Trees              |snowundertrees                |v1.1.4              |DONE      |NOSIGNATURE
        outvoted-1.16.5-1.2.4.jar                         |Outvoted                      |outvoted                      |1.2.4               |DONE      |NOSIGNATURE
        additional_lights-1.16.4-2.1.3.jar                |Additional Lights             |additional_lights             |2.1.3               |DONE      |NOSIGNATURE
        iceandfire-2.1.6-1.16.4.jar                       |Ice and Fire                  |iceandfire                    |2.1.6-1.16.4        |DONE      |NOSIGNATURE
        walljump-forge-1.16.4-1.3.7.jar                   |Wall-Jump!                    |walljump                      |1.16.4-1.3.7        |DONE      |NOSIGNATURE
        JEITweaker-1.16.5-1.0.1.27.jar                    |JEI Tweaker                   |jeitweaker                    |1.0.1.27            |DONE      |NOSIGNATURE
        iChunUtil-1.16.5-10.4.0.jar                       |iChunUtil                     |ichunutil                     |10.4.0              |DONE      |NOSIGNATURE
        fixedanvilrepaircost_1.16.5-1.4.jar               |Fixed Anvil Repair Cost       |fixedanvilrepaircost          |1.4                 |DONE      |NOSIGNATURE
        immersive-portals-0.16-mc1.16.5-forge.jar         |Immersive Portals             |immersive_portals             |0.14                |DONE      |NOSIGNATURE
        CraftTweaker-1.16.5-7.1.0.306.jar                 |CraftTweaker                  |crafttweaker                  |7.1.0.306           |DONE      |NOSIGNATURE
        ftb-chunks-forge-1605.3.1-build.12.jar            |FTB Chunks                    |ftbchunks                     |1605.3.1-build.12   |DONE      |NOSIGNATURE
        forge-1.16.5-36.1.16-universal.jar                |Forge                         |forge                         |36.1.16             |DONE      |22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
        blame-1.16.5-3.0.2-forge.jar                      |Blame!                        |blame                         |1.16.5-3.0.2-forge  |DONE      |NOSIGNATURE
        DynamicSurroundings-1.16.4-4.0.4.2.jar            |§3Dynamic Surroundings        |dsurround                     |1.16.4-4.0.4.2      |DONE      |b4:98:14:b9:76:55:25:4f:e5:5f:4d:71:90:87:43:5b:f9:d5:3a:02:60:42:5e:da:1f:15:9c:ff:be:a9:7c:77
        tellme-forge-1.16.4-0.9.1.jar                     |TellMe                        |tellme                        |0.9.1               |DONE      |NOSIGNATURE
        dungeonsarise1.16.5-1.2.72a.jar                   |Dungeons Arise                |dungeons_arise                |1.2.72a             |DONE      |NOSIGNATURE
        forge-1.16.5-36.1.16-server.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |NOSIGNATURE
        fxcontrol-1.16-2.0.10.jar                         |FxControl                     |fxcontrol                     |1.16-2.0.10         |DONE      |NOSIGNATURE
        Abundance-1.16.5-1.0.5.jar                        |Abundance                     |abundance                     |1.16.5-1.0.5        |DONE      |NOSIGNATURE
        useful_railroads-1.16.5-1.4.6.37.jar              |Useful Railroads              |usefulrailroads               |1.4.6.37            |DONE      |f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
        silent-lib-1.16.3-4.9.6.jar                       |Silent Lib                    |silentlib                     |4.9.6               |DONE      |NOSIGNATURE
        pamhc2crops-1.16.3-1.0.2.jar                      |Pam's HarvestCraft 2 Crops    |pamhc2crops                   |version             |DONE      |NOSIGNATURE
        CreativeCore_v2.1.3_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |DONE      |NOSIGNATURE
        villagertrades-0.3.jar                            |Villager Trades               |villagertrades                |0.3                 |DONE      |NOSIGNATURE
        movingelevators-1.2.34-mc1.16.5.jar               |Moving Elevators              |movingelevators               |1.2.34              |DONE      |NOSIGNATURE
        towers_of_the_wild-1.16.4-2.0.1.jar               |Towers Of The Wild            |towers_of_the_wild            |1.16.4-2.0.1        |DONE      |NOSIGNATURE
        majrusz-library-1.16.4-1.6.1.jar                  |Majrusz Library               |majrusz_library               |1.6.1               |DONE      |NOSIGNATURE
        SpartanShields-1.16.5-2.1.2.jar                   |Spartan Shields               |spartanshields                |2.1.2               |DONE      |NOSIGNATURE
        savageandravage-1.16.5-3.1.0.jar                  |Savage & Ravage               |savageandravage               |3.1.0               |DONE      |NOSIGNATURE
        pamhc2foodcore-1.16.3-1.0.2.jar                   |Pam's HarvestCraft 2 Food Core|pamhc2foodcore                |version             |DONE      |NOSIGNATURE
        polymorph-forge-1.16.5-0.24.jar                   |Polymorph                     |polymorph                     |1.16.5-0.24         |DONE      |NOSIGNATURE
        AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |NOSIGNATURE
        Quark-r2.4-312.jar                                |Quark                         |quark                         |r2.4-312            |DONE      |NOSIGNATURE
        performant-1.16.2-5-3.63m.jar                     |Performant                    |performant                    |3.56m               |DONE      |NOSIGNATURE
        DiagonalFences-v1.0.5-1.16.5.jar                  |Diagonal Fences               |diagonalfences                |1.0.5               |DONE      |9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
        backpacked-1.10.1-1.16.3.jar                      |Backpacked                    |backpacked                    |1.10.1              |DONE      |NOSIGNATURE
        backpacker-1.3.1-1.16.3.jar                       |Backpacker                    |backpacker                    |1.3.1               |DONE      |NOSIGNATURE
        Regrowth-1.16.4-1.16.5-1.35.0.19.jar              |Regrowth Mod                  |regrowth                      |1.16.5-1.35.0.19    |DONE      |NOSIGNATURE
        combustivefishing-forge-1.16.3-4.0.0.1.jar        |Combustive Fishing            |combustivefishing             |1.16.3-4.0.0.1      |DONE      |NOSIGNATURE
        fins-1.5.1.jar                                    |Fins and Tails                |fins                          |1.5.1               |DONE      |NOSIGNATURE
        AppleSkin-mc1.16.2-forge-1.0.14.jar               |AppleSkin                     |appleskin                     |1.0.14              |DONE      |NOSIGNATURE
        [BETA]dannys_expansion1.16.3~1.16.4-1.0.6.1.jar   |Danny's Expansion             |dannys_expansion              |1.0.6               |DONE      |NOSIGNATURE
        extendedcreativeinventory_1.16.5-1.2.jar          |Extended Creative Inventory   |extendedcreativeinventory     |1.2                 |DONE      |NOSIGNATURE
        byg-1.2.7.jar                                     |Oh The Biomes You'll Go       |byg                           |1.2.7               |DONE      |NOSIGNATURE
        Aquaculture-1.16.5-2.1.19.jar                     |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.19       |DONE      |NOSIGNATURE
        CosmeticArmorReworked-1.16.5-v3.jar               |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v3           |DONE      |5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
        morered-1.16.5-2.1.0.3.jar                        |More Red                      |morered                       |2.1.0.3             |DONE      |NOSIGNATURE
        balancedenchanting-1.0.jar                        |Balanced Enchanting           |balancedenchanting            |1.0                 |DONE      |NOSIGNATURE
    Crash Report UUID: 58678944-2d20-4469-a7eb-101db1fafdbd
    Player Count: 2 / 32; [ServerPlayerEntity['PLAYER, l='ServerWorld minecraft:overworld SERVER', x=-2935.84, y=41.00, z=785.69], ServerPlayerEntity[PLAYER, l='ServerWorld minecraft:overworld SERVER', x=-632.43, y=57.38, z=-5416.18]]
    Data Packs: vanilla, mod:unionlib (incompatible), mod:supermartijn642configlib, mod:incontrol (incompatible), mod:doggytalents (incompatible), mod:mcwwindows, mod:wonderful_enchantments, mod:bettercaves (incompatible), mod:villagernames, mod:citadel (incompatible), mod:alexsmobs, mod:yungsapi, mod:mutantbeasts (incompatible), mod:guardvillagers, mod:uteamcore, mod:mcwdoors, mod:carryon, mod:jeresources, mod:dummmmmmy (incompatible), mod:betterendforge, mod:mcwbridges, mod:repurposed_structures, mod:projectvibrantjourneys, mod:endrem, mod:ftbranks, mod:mcwtrpdoors (incompatible), mod:mcwfences, mod:pamhc2foodextended (incompatible), mod:cnb, mod:playerex, mod:patchouli (incompatible), mod:collective, mod:yungsextras, mod:chunkpregen, mod:betterstrongholds, mod:desolation, mod:sapience, mod:architectury, mod:nametagtweaks, mod:mcwfurnitures, mod:cloth-config (incompatible), mod:fallingtree, mod:smallships, mod:abstoneedition, mod:scalinghealth, mod:servertabinfo, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:dungeons_gear, mod:betteradvancements, mod:mowziesmobs (incompatible), mod:ftblibrary, mod:ftbteams, mod:pamhc2trees (incompatible), mod:spiderstpo, mod:jei, mod:jeiprofessions (incompatible), mod:randomshulkercolours, mod:attributefix, mod:dungeons_mobs (incompatible), mod:callablehorses, mod:abnormals_core, mod:environmental, mod:allurement, mod:bayou_blues, mod:swanslaw, mod:ropebridge (incompatible), mod:waystones (incompatible), mod:passablefoliage, mod:goldenhopper (incompatible), mod:fallingleaves, mod:epicfight, mod:mcwpaintings (incompatible), mod:naturescompass (incompatible), mod:sereneseasons, mod:outer_end, mod:decorative_blocks, mod:champions (incompatible), mod:time_flies, mod:snowundertrees, mod:outvoted, mod:additional_lights, mod:iceandfire (incompatible), mod:jeitweaker, mod:ichunutil, mod:crafttweaker, mod:ftbchunks, mod:forge, mod:blame, mod:dsurround, mod:dungeons_arise, mod:fxcontrol (incompatible), mod:abundance, mod:usefulrailroads, mod:silentlib (incompatible), mod:pamhc2crops (incompatible), mod:creativecore, mod:villagertrades, mod:movingelevators, mod:towers_of_the_wild, mod:majrusz_library, mod:spartanshields, mod:savageandravage, mod:pamhc2foodcore (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:quark (incompatible), mod:performant (incompatible), mod:diagonalfences, mod:regrowth, mod:combustivefishing (incompatible), mod:fins, mod:appleskin, mod:dannys_expansion, mod:byg, mod:aquaculture (incompatible), mod:cosmeticarmorreworked (incompatible), mod:morered, mod:balancedenchanting (incompatible), file/Repurposed_Structures-Environmental.zip, file/Repurposed_Structures-Ice_and_Fire.zip, file/Repurposed_Structures-Savage_And_Ravage.zip, file/Repurposed_Structures-Vanilla_Loottables.zip, file/incendium-v3-1-10.zip, mod:armorcurve, mod:spark, mod:uniquee (incompatible), mod:sneakymagic, mod:fixedanvilrepaircost, mod:endportalrecipe, mod:placeableblazerods, mod:elenaidodge2, mod:passiveshield, mod:walljump (incompatible), mod:extendedcreativeinventory, mod:curios, mod:backpacked (incompatible), mod:backpacker, file/example_custom_portal_gen.zip, file/Incendium - Optional Resource Pack.zip, mod:immersive_portals (incompatible), mod:tellme (incompatible)
    Is Modded: Definitely; Server brand changed to 'forge'
    Type: Dedicated Server (map_server.txt)
Deathawaits4 commented 3 years ago

getting the same issue, game crashes near instantly after joining the game: https://pastebin.com/6ey6w3GK

this is with the newest version, old versions seemed to work fine

Yesssssman commented 3 years ago

Hi there, I got so many reports about this kind of crash, and I made debugging code in the latest version. Could you install it and resend the report with the whole log file?

xMrFishx commented 3 years ago

I wrote the bit below, but then I did some more testing - it's Husks. The issue is husks. Proven by turning off husks with InControl, the issue goes away. As soon as I enable it and reload the script permitting husks to spawn, it crashes. The logs agree. Also with Husks disabled in InControl, if I attempt to spawn one with an egg, I get the null pointer exception in the server console and no husk spawns (possibly prevented by InControl) thus backing up the issue.


Crash logs here: husk_crash_logs.zip


Okay I've installed 4.1.1, the latest build I could find on curseforge and tried again.

Here are the files from the server directory /Minecraft/CrashLogs and /Minecraft/Logs that are relevent. I've labelled them as Crash 1 and Crash 2 etc to match the files. Crash 3 is started with me disabling Husks and flying around. I then try to spawn some by hand with them disabled in InControl, then I eventually enable Husks again and the server crashes.

The method of generating the crash was to load the server, log in, move near by where i know I can cause a crash. Stop the server. Start the server again so that the log files will be shorter, log in. Move to the region. Crash happens. Repeat a couple of times in slightly different locations. Also, I am in creative mode for convenience but they also occur in survival. My recovery is to kill myself via the server console as I log in, else I will get stuck unable to log in (same goes for players if they accidentally trigger this crash).

I've cut out what I think is the relevant bit for convenince but the whole logs are provided as requested. I know about the huge pile of errors from "incendium/starmute" which is the bulk of the log files. Those are nether-related so should (in theory) not be relevant here as I'm in the overworld.


The relevant bit from the logs


[01Jul2021 21:23:44.253] [Server thread/INFO] [STDOUT/]: [maninhouse.epicfight.capabilities.entity.LivingData:initAttributes:86]: Debug Message Epic Fight HuskEntity['Husk'/9202, l='ServerWorld minecraft:overworld Fishbowl', x=-2939.50, y=76.00, z=-3055.50] entity.minecraft.husk
[01Jul2021 21:23:44.253] [Server thread/INFO] [STDOUT/]: [maninhouse.epicfight.capabilities.entity.LivingData:initAttributes:87]: Debug Message Epic Fight null
[01Jul2021 21:23:44.253] [Server thread/INFO] [STDOUT/]: [java.util.stream.Streams$StreamBuilderImpl:forEachRemaining:411]: HuskEntity['Husk'/9202, l='ServerWorld minecraft:overworld Fishbowl', x=-2939.50, y=76.00, z=-3055.50]
[01Jul2021 21:23:44.253] [Server thread/INFO] [STDOUT/]: [maninhouse.epicfight.capabilities.entity.LivingData:initAttributes:89]: Debug Message Epic Fight null
[01Jul2021 21:23:44.254] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
    Index: 24
    Listeners:
        0: HIGHEST
        1: ASM: net.minecraftforge.common.ForgeInternalHandler@bfa4de7 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        2: ASM: class com.performant.coremod.event.ForgeBusEventHandler onEntityAdded(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        3: ASM: mcjty.incontrol.ForgeEventHandlers@6d9748f7 onEntityJoinWorldLast(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        4: HIGH
        5: ASM: class me.shedaniel.architectury.event.forge.EventHandlerImplCommon event(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        6: ASM: tschipp.carryon.common.event.ItemEvents@2cace24a onItemDropped(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        7: ASM: tschipp.carryon.common.event.ItemEntityEvents@549d6ec0 onItemDropped(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        8: NORMAL
        9: ASM: com.github.alexthe666.citadel.server.CitadelEvents@eeef80b onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        10: ASM: class chumbanotz.mutantbeasts.EventHandler onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        11: ASM: class tallestegg.guardvillagers.HandlerEvents onLivingSpawned(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        12: ASM: class net.mehvahdjukaar.dummmmmmy.common.Events onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        13: ASM: doggytalents.common.event.EventHandler@5750496 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        14: ASM: class com.infamous.sapience.mod.EventHandler onPiglinSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        15: ASM: uniquee.handler.EntityEvents@4a8917d5 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        16: ASM: class tschipp.callablehorses.common.events.EntityEvents onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        17: ASM: INSTANCE onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        18: ASM: class com.infamous.dungeons_mobs.MobEvents onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        19: ASM: class com.infamous.dungeons_gear.GlobalEvents onArrowJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        20: ASM: com.bobmowzie.mowziesmobs.server.ServerEventHandler@7c3bb702 onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        21: ASM: class com.infamous.dungeons_gear.artifacts.ArtifactEvents onArrowJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        22: ASM: class com.infamous.dungeons_gear.artifacts.ArtifactEvents reAddSummonableGoals(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        23: ASM: class com.minecraftabnormals.savageandravage.core.other.SREvents onLivingSpawned(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        24: ASM: class maninhouse.epicfight.events.EntityEvents spawnEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        25: ASM: vazkii.quark.content.automation.module.FeedingTroughModule@5b93ff30 onOrbSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        26: ASM: vazkii.quark.content.building.module.VariantChestsModule@77a1c3c9 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        27: ASM: vazkii.quark.content.tools.module.SkullPikesModule@1c74306b onMonsterAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        28: ASM: vazkii.quark.content.tweaks.module.PatTheDogsModule@2bc23917 onWolfAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        29: ASM: vazkii.quark.content.tweaks.module.VillagersFollowEmeraldsModule@2a5bae7b onVillagerAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        30: ASM: com.pam.pamhc2trees.events.TemptationTask@5e8b725c onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        31: ASM: top.theillusivec4.curios.common.event.CuriosEventHandler@31649b50 entityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        32: ASM: top.theillusivec4.champions.common.ChampionEventsHandler@1d01ce4d onLivingJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        33: ASM: com.elenai.elenaidodge2.event.ConfigEventListener@c885d8f playerJoinsWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        34: ASM: pam.pamhc2crops.events.TemptationTask@17ce04a7 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        35: ASM: top.theillusivec4.combustivefishing.common.CommonEventHandler@27be4b57 onOcelotJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        36: ASM: com.natamus.villagernames.events.VillagerEvent@7eadc04a onSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        37: ASM: com.natamus.randomshulkercolours.events.ShulkerEvent@47d66823 onShulkerSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        38: ASM: com.natamus.collective.events.EntityEvents@263d391c onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        39: LOWEST
        40: ASM: mcjty.incontrol.ForgeEventHandlers@6d9748f7 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
java.lang.NullPointerException
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:92)
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:44)
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:77)
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48)
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:35)
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:80)
    at net.minecraftforge.eventbus.ASMEventHandler_952_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813)
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754)
    at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
    at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11)
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178)
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124)
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110)
    at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666)
    at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321)
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787)
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642)
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232)
    at java.base/java.lang.Thread.run(Thread.java:829)

[01Jul2021 21:23:44.263] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 71f54f47-27b8-4489-82cf-1a50a7f2049b
[01Jul2021 21:23:44.266] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Exception ticking world
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:855) ~[?:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?]
    at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.NullPointerException
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:92) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:44) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:77) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:35) ~[epicfight:1.0]
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:80) ~[epicfight:1.0]
    at net.minecraftforge.eventbus.ASMEventHandler_952_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?]
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?]
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
    at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?]
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?]
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?]
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?]
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?]
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?]
    at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666) ~[?:?]
    at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?]
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?]
    ... 5 more

And again

[01Jul2021 20:57:34.191] [Server thread/DEBUG] [mixin/]: Mixing DamageCalculatorMixin from armorcurve.mixins.json into net.minecraft.util.CombatRules
[01Jul2021 20:57:35.176] [Server thread/INFO] [STDOUT/]: [maninhouse.epicfight.capabilities.entity.LivingData:initAttributes:86]: Debug Message Epic Fight HuskEntity['Husk'/7059, l='ServerWorld minecraft:overworld Fishbowl', x=-2071.50, y=67.00, z=-2356.50] entity.minecraft.husk
[01Jul2021 20:57:35.177] [Server thread/INFO] [STDOUT/]: [maninhouse.epicfight.capabilities.entity.LivingData:initAttributes:87]: Debug Message Epic Fight null
[01Jul2021 20:57:35.177] [Server thread/INFO] [STDOUT/]: [java.util.stream.Streams$StreamBuilderImpl:forEachRemaining:411]: HuskEntity['Husk'/7059, l='ServerWorld minecraft:overworld Fishbowl', x=-2071.50, y=67.00, z=-2356.50]
[01Jul2021 20:57:35.177] [Server thread/INFO] [STDOUT/]: [maninhouse.epicfight.capabilities.entity.LivingData:initAttributes:89]: Debug Message Epic Fight null
[01Jul2021 20:57:35.178] [Server thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: null
    Index: 24
    Listeners:
        0: HIGHEST
        1: ASM: net.minecraftforge.common.ForgeInternalHandler@7664806c onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        2: ASM: class com.performant.coremod.event.ForgeBusEventHandler onEntityAdded(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        3: ASM: mcjty.incontrol.ForgeEventHandlers@b2bd46 onEntityJoinWorldLast(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        4: HIGH
        5: ASM: class me.shedaniel.architectury.event.forge.EventHandlerImplCommon event(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        6: ASM: tschipp.carryon.common.event.ItemEvents@38e8d59b onItemDropped(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        7: ASM: tschipp.carryon.common.event.ItemEntityEvents@5a72c2bd onItemDropped(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        8: NORMAL
        9: ASM: com.github.alexthe666.citadel.server.CitadelEvents@5df5ae7c onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        10: ASM: class tallestegg.guardvillagers.HandlerEvents onLivingSpawned(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        11: ASM: class chumbanotz.mutantbeasts.EventHandler onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        12: ASM: class net.mehvahdjukaar.dummmmmmy.common.Events onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        13: ASM: doggytalents.common.event.EventHandler@4708d7c0 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        14: ASM: class com.infamous.sapience.mod.EventHandler onPiglinSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        15: ASM: uniquee.handler.EntityEvents@297cb0c7 onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        16: ASM: class tschipp.callablehorses.common.events.EntityEvents onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        17: ASM: class com.infamous.dungeons_mobs.MobEvents onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        18: ASM: INSTANCE onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        19: ASM: com.bobmowzie.mowziesmobs.server.ServerEventHandler@76c8ae47 onJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        20: ASM: class com.infamous.dungeons_gear.GlobalEvents onArrowJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        21: ASM: class com.infamous.dungeons_gear.artifacts.ArtifactEvents onArrowJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        22: ASM: class com.infamous.dungeons_gear.artifacts.ArtifactEvents reAddSummonableGoals(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        23: ASM: class com.minecraftabnormals.savageandravage.core.other.SREvents onLivingSpawned(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        24: ASM: class maninhouse.epicfight.events.EntityEvents spawnEvent(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        25: ASM: vazkii.quark.content.automation.module.FeedingTroughModule@1df1a7e1 onOrbSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        26: ASM: vazkii.quark.content.building.module.VariantChestsModule@501c12a6 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        27: ASM: vazkii.quark.content.tools.module.SkullPikesModule@4061f425 onMonsterAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        28: ASM: vazkii.quark.content.tweaks.module.PatTheDogsModule@24f69be6 onWolfAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        29: ASM: vazkii.quark.content.tweaks.module.VillagersFollowEmeraldsModule@16d983ad onVillagerAppear(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        30: ASM: top.theillusivec4.curios.common.event.CuriosEventHandler@1036d3df entityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        31: ASM: com.pam.pamhc2trees.events.TemptationTask@5329d97e onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        32: ASM: com.elenai.elenaidodge2.event.ConfigEventListener@54d2aab playerJoinsWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        33: ASM: top.theillusivec4.champions.common.ChampionEventsHandler@5c0e7841 onLivingJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        34: ASM: pam.pamhc2crops.events.TemptationTask@52e757ce onEntitySpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        35: ASM: top.theillusivec4.combustivefishing.common.CommonEventHandler@d4108aa onOcelotJoin(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        36: ASM: com.natamus.randomshulkercolours.events.ShulkerEvent@5146325e onShulkerSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        37: ASM: com.natamus.villagernames.events.VillagerEvent@1da8c427 onSpawn(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        38: ASM: com.natamus.collective.events.EntityEvents@7716ae9 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
        39: LOWEST
        40: ASM: mcjty.incontrol.ForgeEventHandlers@b2bd46 onEntityJoinWorld(Lnet/minecraftforge/event/entity/EntityJoinWorldEvent;)V
java.lang.NullPointerException
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:92)
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:44)
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:77)
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48)
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:35)
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:80)
    at net.minecraftforge.eventbus.ASMEventHandler_951_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic)
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813)
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754)
    at java.base/java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411)
    at java.base/java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734)
    at java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11)
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178)
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124)
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110)
    at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666)
    at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321)
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333)
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851)
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291)
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787)
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642)
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232)
    at java.base/java.lang.Thread.run(Thread.java:829)

[01Jul2021 20:57:35.184] [Server thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID 228fd950-7801-4511-a7f2-d8a848c013a0
[01Jul2021 20:57:35.187] [Server thread/ERROR] [net.minecraft.server.MinecraftServer/]: Encountered an unexpected exception
net.minecraft.crash.ReportedException: Exception ticking world
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:855) ~[?:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) ~[?:?]
    at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.lang.NullPointerException
    at maninhouse.epicfight.capabilities.entity.LivingData.initAttributes(LivingData.java:92) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.mob.ZombieData.initAttributes(ZombieData.java:44) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.LivingData.onEntityJoinWorld(LivingData.java:77) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:48) ~[epicfight:1.0]
    at maninhouse.epicfight.capabilities.entity.MobData.onEntityJoinWorld(MobData.java:35) ~[epicfight:1.0]
    at maninhouse.epicfight.events.EntityEvents.spawnEvent(EntityEvents.java:80) ~[epicfight:1.0]
    at net.minecraftforge.eventbus.ASMEventHandler_951_EntityEvents_spawnEvent_EntityJoinWorldEvent.invoke(.dynamic) ~[?:?]
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
    at net.minecraft.world.server.ServerWorld.func_72838_d(ServerWorld.java:813) ~[?:?]
    at net.minecraft.world.server.ServerWorld.func_217376_c(ServerWorld.java:754) ~[?:?]
    at java.util.stream.Streams$StreamBuilderImpl.forEachRemaining(Streams.java:411) ~[?:?]
    at java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:734) ~[?:?]
    at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658) ~[?:?]
    at net.minecraft.world.IServerWorld.func_242417_l(SourceFile:11) ~[?:?]
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:178) ~[?:?]
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234967_a_(WorldEntitySpawner.java:124) ~[?:?]
    at net.minecraft.world.spawner.WorldEntitySpawner.func_234979_a_(WorldEntitySpawner.java:110) ~[?:?]
    at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666) ~[?:?]
    at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?]
    at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?]
    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?]
    ... 5 more
Yesssssman commented 3 years ago

I found the reason. If you have installed dungeons mobs mod and spawns a Husk, the game will be crashed. I sent a message to the creator of that mod to fix this problem. Before then, Don't use both mods together.

xMrFishx commented 3 years ago

Fair enough, thanks for tracking that down. I'll leave Husks disabled via InControl which is a good temporary workaround.