GithubHelp home page GithubHelp logo

majrusz / majruszsprogressivedifficultymod Goto Github PK

View Code? Open in Web Editor NEW
22.0 2.0 25.0 152.7 MB

Minecraft modification that progressively increases the game difficulty over time.

Java 100.00%
terraria-like minecraft mod forge-mod majrusz-progressive-difficulty minecraft-forge-modification majrusz minecraft-1-19 majruszs-progressive-difficulty minecraft-1-16-5

majruszsprogressivedifficultymod's Introduction

Mod logo

What is Majrusz's Progressive Difficulty?

Majrusz's Progressive Difficulty is a Minecraft Forge modification which progressively makes the game more difficult over time.

Supported platforms

Dependencies

Where is Majrusz's Progressive Difficulty officially available?

majruszsprogressivedifficultymod's People

Contributors

baooduy avatar bardinthedwarf avatar diogosoaresmiranda avatar florian-berger avatar litjohn50 avatar luskaner avatar majrusz avatar maximemadani avatar peashooter101 avatar qsefthuopq avatar settingdust avatar spliitbtw avatar udtakerbean avatar unroman avatar zacky0904 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

majruszsprogressivedifficultymod's Issues

[Feature Request] "Bleeding" effect should have custom particle effects for all mobs and not just players

I've noticed the bleeding effect drops blood particles all over the place when applied to a player. This is a really nice effect and doesn't get in the way very much in comparison to vanilla potion particles.

There are two problems though. For one, other entities don't have this. When you inflict bleeding on anything else (eg. getting a critical hit with a sword) they have the normal swirly magic potion particles that come from any other effect.
For two, the player also still has these swirly particles, but combined with the blood particles. This gets in the way like other potion effects, but because of how often you have the bleeding effect in a normal game of survival it can get extremely annoying to constantly have those swirly particles blocking your vision in combat.

My proposal is that you replace this particle effect with the custom player one so that all entities have that bleeding effect. It's also a lot more discernable over other generic potion effects and will help players know whether their enemies are bleeding or not. It also gets rid of that nasty swirly effect you see when you're inflicted with bleeding.

[Feature Request] "Bleeding" Add Config option to make bleeding deplete naturally

As it stands bleeding just self-refreshes making it last practically indefinitely if a bandage isn't used. As far as I can tell there isn't even a config option to turn this off and given I have several other mods, such as first-aid, this makes bleeding just that extra little bit of absolute torment. (also, another thing that would be cool is if there was compat between first aid and the bleeding affect, so singular limbs would be damaged instead of it just being random. )

Disconnecting and crashes v0.2.1

After updating to 0.2.1 still using vanilla nether portal just disconnecting from server and error:

Encountered an unexpected exception
java.lang.NoSuchMethodError: net.minecraft.world.DimensionType.func_242725_p()Lnet/minecraft/util/ResourceLocation;
	at com.majruszs_difficulty.MajruszsHelper.isPlayerIn(MajruszsHelper.java:83) ~[majruszs_difficulty:1.0] {re:classloading}
	at com.majruszs_difficulty.events.IncreaseGameDifficulty.enableExpertMode(IncreaseGameDifficulty.java:24) ~[majruszs_difficulty:1.0] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_207_IncreaseGameDifficulty_enableExpertMode_PlayerChangedDimensionEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerChangedDimensionEvent(BasicEventHooks.java:39) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:forge.BasicEventHooksMixin,pl:mixin:A}
	at net.minecraft.entity.player.ServerPlayerEntity.func_200619_a(ServerPlayerEntity.java:1343) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:advancement.ServerPlayerEntityMixin,pl:mixin:APP:performant.mixins.json:entity.ServerPlayerEntityMixin,pl:mixin:A}
	at net.blay09.mods.waystones.core.PlayerWaystoneManager.teleportToWaystone(PlayerWaystoneManager.java:220) ~[waystones:7.3.1] {re:classloading}
	at net.blay09.mods.waystones.core.PlayerWaystoneManager.tryTeleportToWaystone(PlayerWaystoneManager.java:168) ~[waystones:7.3.1] {re:classloading}
	at net.blay09.mods.waystones.network.message.SelectWaystoneMessage.lambda$handle$0(SelectWaystoneMessage.java:40) ~[waystones:7.3.1] {re:classloading}
	at net.minecraftforge.fml.network.NetworkEvent$Context.enqueueWork(NetworkEvent.java:215) ~[forge:?] {re:classloading}
	at net.blay09.mods.waystones.network.message.SelectWaystoneMessage.handle(SelectWaystoneMessage.java:32) ~[waystones:7.3.1] {re:classloading}
	at net.minecraftforge.fml.network.simple.IndexedMessageCodec.lambda$tryDecode$3(IndexedMessageCodec.java:128) ~[forge:?] {re:classloading}
	at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_221] {}
	at net.minecraftforge.fml.network.simple.IndexedMessageCodec.tryDecode(IndexedMessageCodec.java:128) ~[forge:?] {re:classloading}
	at net.minecraftforge.fml.network.simple.IndexedMessageCodec.consume(IndexedMessageCodec.java:162) ~[forge:?] {re:classloading}
	at net.minecraftforge.fml.network.simple.SimpleChannel.networkEventListener(SimpleChannel.java:80) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:forge.SimpleChannelMixin,pl:mixin:A}
	at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.fml.network.NetworkInstance.dispatch(NetworkInstance.java:84) ~[forge:?] {re:classloading}
	at net.minecraftforge.fml.network.NetworkHooks.lambda$onCustomPayload$1(NetworkHooks.java:88) ~[forge:?] {re:classloading}
	at java.util.Optional.map(Optional.java:215) ~[?:1.8.0_221] {}
	at net.minecraftforge.fml.network.NetworkHooks.onCustomPayload(NetworkHooks.java:88) ~[forge:?] {re:classloading}
	at net.minecraft.network.play.ServerPlayNetHandler.func_147349_a(ServerPlayNetHandler.java:1413) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:ServerPlayNetHandlerPlayerSpeedLimitsMixin,pl:mixin:APP:randompatches.mixins.json:timeouts.ServerPlayNetHandlerKeepAliveMixin,pl:mixin:APP:performant.mixins.json:connection.ServerPlayNetHandlerMixin,pl:mixin:A}
	at net.minecraft.network.play.client.CCustomPayloadPacket.func_148833_a(CCustomPayloadPacket.java:42) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.network.play.client.CCustomPayloadPacket.func_148833_a(CCustomPayloadPacket.java:12) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.network.PacketThreadUtil.func_225383_a(SourceFile:21) ~[?:?] {re:classloading}
	at net.minecraft.util.concurrent.TickDelayedTask.run(SourceFile:18) ~[?:?] {re:classloading}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.util.concurrent.RecursiveEventLoop.func_213166_h(SourceFile:23) ~[?:?] {re:mixin,re:computing_frames,re:classloading}
	at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:733) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_213166_h(MinecraftServer.java:159) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213205_aW(MinecraftServer.java:716) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_213168_p(MinecraftServer.java:710) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213160_bf(SourceFile:103) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.func_213202_o(MinecraftServer.java:695) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:645) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221] {}

And if ussing "Waystone" Overworld <=> Nether crashes server.

net.minecraft.crash.ReportedException: Ticking player
	at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:467) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:advancement.ServerPlayerEntityMixin,pl:mixin:APP:performant.mixins.json:entity.ServerPlayerEntityMixin,pl:mixin:A}
	at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:ServerPlayNetHandlerPlayerSpeedLimitsMixin,pl:mixin:APP:randompatches.mixins.json:timeouts.ServerPlayNetHandlerKeepAliveMixin,pl:mixin:APP:performant.mixins.json:connection.ServerPlayNetHandlerMixin,pl:mixin:A}
	at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:864) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,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:786) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A,pl:runtimedistcleaner:A}
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_221] {}
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.DimensionType.func_242725_p()Lnet/minecraft/util/ResourceLocation;
	at com.majruszs_difficulty.MajruszsHelper.isPlayerIn(MajruszsHelper.java:83) ~[majruszs_difficulty:1.0] {re:classloading}
	at com.majruszs_difficulty.events.IncreaseGameDifficulty.enableExpertMode(IncreaseGameDifficulty.java:24) ~[majruszs_difficulty:1.0] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_207_IncreaseGameDifficulty_enableExpertMode_PlayerChangedDimensionEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerChangedDimensionEvent(BasicEventHooks.java:39) ~[forge:?] {re:mixin,re:classloading,pl:mixin:APP:performant.mixins.json:forge.BasicEventHooksMixin,pl:mixin:A}
	at net.minecraft.entity.player.ServerPlayerEntity.changeDimension(ServerPlayerEntity.java:679) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:advancement.ServerPlayerEntityMixin,pl:mixin:APP:performant.mixins.json:entity.ServerPlayerEntityMixin,pl:mixin:A}
	at net.minecraft.entity.Entity.func_241206_a_(Entity.java:2120) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:client.EntityMixin,pl:mixin:APP:randompatches.mixins.json:EntityMixin,pl:mixin:APP:structure_gel.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinEntity,pl:mixin:APP:performant.mixins.json:entity.EntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.Entity.func_213284_aV(Entity.java:1779) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:client.EntityMixin,pl:mixin:APP:randompatches.mixins.json:EntityMixin,pl:mixin:APP:structure_gel.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinEntity,pl:mixin:APP:performant.mixins.json:entity.EntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.Entity.func_70030_z(Entity.java:403) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:client.EntityMixin,pl:mixin:APP:randompatches.mixins.json:EntityMixin,pl:mixin:APP:structure_gel.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinEntity,pl:mixin:APP:performant.mixins.json:entity.EntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.LivingEntity.func_70030_z(LivingEntity.java:295) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.Entity.func_70071_h_(Entity.java:387) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:client.EntityMixin,pl:mixin:APP:randompatches.mixins.json:EntityMixin,pl:mixin:APP:structure_gel.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinEntity,pl:mixin:APP:performant.mixins.json:entity.EntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2113) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:223) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dankstorage.mixins.json:MixinPlayerEntity,pl:mixin:APP:dungeons_gear.mixins.json:PlayerEntityMixin,pl:mixin:APP:assets/botania/botania.mixins.json:MixinPlayerEntity,pl:mixin:A,pl:runtimedistcleaner:A}
	at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:advancement.ServerPlayerEntityMixin,pl:mixin:APP:performant.mixins.json:entity.ServerPlayerEntityMixin,pl:mixin:A}
	... 9 more

CrashReport from a conflict with EpicFight Mod

So while playing with my friend, i got some crashes with the EpicFight mod. I created an Issue on the EpicFight Github and the mod creator asked me to share CrashReport with you.

---- Minecraft Crash Report ----
// I just don't know what went wrong :(

Time: 25/06/21 19:07
Description: Exception ticking world

java.lang.IllegalArgumentException: bound must be positive
at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_51] {}
at com.mlib.items.ItemHelper.damageItem(ItemHelper.java:35) ~[?:2.0.0] {re:classloading}
at com.mlib.items.ItemHelper.damageAndEnchantItem(ItemHelper.java:105) ~[?:2.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.SpawnEnemyGroupBase.giveWeaponTo(SpawnEnemyGroupBase.java:95) ~[?:1.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.SpawnEnemyGroupBase.spawnChildren(SpawnEnemyGroupBase.java:118) ~[?:1.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.SpawnEnemyGroupBase.onExecute(SpawnEnemyGroupBase.java:49) ~[?:1.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.OnEnemyToBeSpawnedEvent.onSpawn(OnEnemyToBeSpawnedEvent.java:32) ~[?:1.0.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_734_OnEnemyToBeSpawnedEvent_onSpawn_SpecialSpawn.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2609/709500270.invoke(Unknown Source) ~[?:?] {}
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.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:214) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:174) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinEntityWorldSpawner,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:enhancedcelestials.mixins.json:MixinEntityWorldSpawner,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:enhancedcelestials.mixins.json:MixinEntityWorldSpawner,pl:mixin:A}
at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A}
at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:betterweather.mixins.json:server.MixinServerWorld,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:851) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$11419/246987741.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at java.util.Random.nextInt(Random.java:388) ~[?:1.8.0_51] {}
at com.mlib.items.ItemHelper.damageItem(ItemHelper.java:35) ~[?:2.0.0] {re:classloading}
at com.mlib.items.ItemHelper.damageAndEnchantItem(ItemHelper.java:105) ~[?:2.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.SpawnEnemyGroupBase.giveWeaponTo(SpawnEnemyGroupBase.java:95) ~[?:1.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.SpawnEnemyGroupBase.spawnChildren(SpawnEnemyGroupBase.java:118) ~[?:1.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.SpawnEnemyGroupBase.onExecute(SpawnEnemyGroupBase.java:49) ~[?:1.0.0] {re:classloading}
at com.majruszs_difficulty.features.monster_spawn.OnEnemyToBeSpawnedEvent.onSpawn(OnEnemyToBeSpawnedEvent.java:32) ~[?:1.0.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_734_OnEnemyToBeSpawnedEvent_onSpawn_SpecialSpawn.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus$$Lambda$2609/709500270.invoke(Unknown Source) ~[?:?] {}
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.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:214) ~[?:?] {re:mixin,re:classloading}
at net.minecraft.world.spawner.WorldEntitySpawner.func_234966_a_(WorldEntitySpawner.java:174) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:blame.mixins.json:WorldEntitySpawnerMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinEntityWorldSpawner,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:enhancedcelestials.mixins.json:MixinEntityWorldSpawner,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:enhancedcelestials.mixins.json:MixinEntityWorldSpawner,pl:mixin:A}
at net.minecraft.world.server.ServerChunkProvider.func_217220_m(ServerChunkProvider.java:666) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A}
at net.minecraft.world.server.ServerChunkProvider.func_217207_a(ServerChunkProvider.java:321) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderMixin,pl:mixin:APP:performant.mixins.json:world.chunk.ServerChunkProviderThreadsMixin,pl:mixin:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:333) ~[?:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:betterweather.mixins.json:server.MixinServerWorld,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A}
-- Affected level --
Details:
All players: 2 total; [ServerPlayerEntity['gabrielizak01'/238, l='ServerLevel[Show dark]', x=186.09, y=126.00, z=260.47], ServerPlayerEntity['UmIdiotaQualquer'/388, l='ServerLevel[Show dark]', x=222.50, y=66.00, z=47.50]]
Chunk stats: ServerChunkCache: 2454
Level dimension: minecraft:overworld
Level spawn location: World: (186,126,258), Chunk: (at 10,7,2 in 11,16; contains blocks 176,0,256 to 191,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 328760 game time, 56225 day time
Level name: Show dark
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
Level weather: Rain time: 2147483097 (now: false), thunder time: 0 (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,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:787) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:classloading,xf:OptiFine:default}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:betterweather.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:enhancedcelestials.mixins.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:A}
at net.minecraft.server.MinecraftServer$$Lambda$11419/246987741.run(Unknown Source) [?:?] {}
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 781997512 bytes (745 MB) / 2421620736 bytes (2309 MB) up to 6443761664 bytes (6145 MB)
CPUs: 4
JVM Flags: 5 total; -Xmn128M -Xmx6157M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseConcMarkSweepGC
ModLauncher: 8.0.9+86+master.3cf110c
ModLauncher launch target: fmlclient
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.23.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.1.23.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.1.23.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.1.23.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/OptiFine-OptiFine-1.16.5_HD_U_G8_pre2.jar OptiFine TRANSFORMATIONSERVICE
/forge-1.16.5-36.1.23.jar fml TRANSFORMATIONSERVICE
FML: 36.1
Forge: net.minecraftforge:36.1.23
FML Language Providers:
[email protected]
minecraft@1
[email protected]
Mod List:
mowziesmobs-1.5.19.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |DONE |NOSIGNATURE
torchslabmod-1.16.4_v1.6.19.jar |Torch Slab Mod |torchslabmod |1.6.18 |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.106.jar |Just Enough Items |jei |7.7.0.106 |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
abnormals_core-1.16.5-3.2.0.jar |Abnormals Core |abnormals_core |3.2.0 |DONE |NOSIGNATURE
wonderful-enchantments-1.16.4-1.3.5.jar |Wonderful Enchantments |wonderful_enchantments |1.3.5 |DONE |NOSIGNATURE
InsaneLib-1.1.0-mc1.16.5.jar |InsaneLib |insanelib |1.1.0-mc1.16.5 |DONE |NOSIGNATURE
Unique+Enchantments+Battle-1.16.5-1.0.jar |Unique Battle Enchantments |uniquebattle |1.0.0 |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |NOSIGNATURE
totaldarkness-1.3-1.16.5.jar |Total Darkness |totaldarkness |1.3-1.16.5 |DONE |NOSIGNATURE
TerraForged-1.16.5-0.2.10.jar |TerraForged |terraforged |0.2.10 |DONE |7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
Fallingleaves-1.16.5-1.0.1.jar |Falling Leaves |fallingleaves |1.0.1 |DONE |NOSIGNATURE
EpicFightMod-1.16.5-4.0.2.jar |Epic Fight Mod |epicfight |4.0.2 |DONE |NOSIGNATURE
MoreEnchantments_MC_1.16.4_Vers.1.2.1.jar |More Enchantments |more_enchantments |1.2.0 |DONE |NOSIGNATURE
citadel-1.7.1-1.16.5.jar |Citadel |citadel |1.7.1 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-6.jar |YUNG's API |yungsapi |1.16.4-Forge-6 |DONE |NOSIGNATURE
environmental-1.16.5-1.0.0.jar |Environmental |environmental |1.0.0 |DONE |NOSIGNATURE
champions-forge-1.16.5-2.0.1.7.jar |Champions |champions |1.16.5-2.0.1.7 |DONE |NOSIGNATURE
branders-spawnermod-1.16.5-1.7.11.jar |Enhanced Mob Spawners |spawnermod |1.7.11 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.1.11.jar |Bookshelf |bookshelf |10.1.11 |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
RealisticTorches-1.16.5-3.1.2.jar |Realistic Torches |realistictorches |1.16.5-3.1.2 |DONE |NOSIGNATURE
mahoutsukai-1.16.5-v1.31.22.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.31.22 |DONE |NOSIGNATURE
iceandfire-2.1.8-1.16.5.jar |Ice and Fire |iceandfire |2.1.8-1.16.5 |DONE |NOSIGNATURE
FpsReducer-mc1.16.5-1.20.jar |FPS Reducer |fpsreducer |mc1.16.5-1.20 |DONE |NOSIGNATURE
cameraoverhaul-1.0-1.16.4.jar |Camera Overhaul |cameraoverhaul |1.0.0 |DONE |NOSIGNATURE
forge-1.16.5-36.1.23-universal.jar |Forge |forge |36.1.23 |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.2.3-forge.jar |Blame! |blame |1.16.5-3.2.3-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
dungeonsarise1.16.5-1.2.72a.jar |Dungeons Arise |dungeons_arise |1.2.72a |DONE |NOSIGNATURE
anviltweaks-3.1.jar |Anvil Tweaks |anviltweaks |3.1 |DONE |NOSIGNATURE
forge-1.16.5-36.1.23-client.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
horsecombatcontrols-1.16.5-1.0.3.jar |Horse Combat Controls |horsecombatcontrols |1.16.5-1.0.3 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.12.jar |EnchantmentDescriptions |enchdesc |7.0.12 |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
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |NOSIGNATURE
ToolBelt-1.16.5-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |DONE |NOSIGNATURE
netherportalspread_1.16.5-5.1.jar |Nether Portal Spread |netherportalspread |5.1 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |DONE |NOSIGNATURE
projectvibrantjourneys-1.16.5-3.1.0.jar |Project: Vibrant Journeys |projectvibrantjourneys |1.16.5-3.1.0 |DONE |NOSIGNATURE
ShoulderSurfing-1.16.5-2.1.jar |Shoulder Surfing |shouldersurfing |1.16.5-2.1 |DONE |NOSIGNATURE
ChunkAnimator-1.16.5-1.2.4.jar |Chunk Animator |chunkanimator |1.16.5-1.2.4 |DONE |NOSIGNATURE
CreativeCore_v2.2.0_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
IguanaTweaksReborn-2.5.9-mc1.16.x.jar |IguanaTweaks Reborn |iguanatweaksreborn |2.5.9 |DONE |NOSIGNATURE
majrusz-library-1.16.4-2.0.0.jar |Majrusz Library |majrusz_library |2.0.0 |DONE |NOSIGNATURE
playerex-1.1.8-1.16.5.jar |Player Ex |playerex |1.1.8 |DONE |NOSIGNATURE
whisperwoods-1.16.5-2.0.2.jar |Whisperwoods |whisperwoods |2.0.2 |DONE |NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |NOSIGNATURE
armorpointspp-1.16.5-2.0.0.jar |ArmorPoints++ |armorpointspp |1.16.5-2.0.0 |DONE |NOSIGNATURE
collective-1.16.5-2.26.jar |Collective |collective |2.26 |DONE |NOSIGNATURE
betterweather-1.2.9.jar |Better Weather |betterweather |1.2.8 |DONE |NOSIGNATURE
Unique+Enchantments-1.16.5-2.0.1.jar |Unique Enchantments |uniquee |1.9.0 |DONE |NOSIGNATURE
Unique+Enchantments+Utils-1.16.5-1.3.jar |Unique Util Enchantments |uniqueutil |1.0.0 |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.66m.jar |Performant |performant |3.56m |DONE |NOSIGNATURE
DoubleSlabs-1.16-3.5.2.jar |Double Slabs |doubleslabs |3.5.2 |DONE |NOSIGNATURE
Desolation+1.1.0-1+1.16.5.jar |Desolation (Forge) |desolation |1.1.0-1 |DONE |NOSIGNATURE
majruszs-difficulty-1.16.4-1.0.0.jar |Majrusz's Progressive Difficul|majruszs_difficulty |1.0.0 |DONE |NOSIGNATURE
majruszsaccessories-1.16.5-0.1.3.jar |Majrusz's Accessories |majruszs_accessories |0.1.3 |DONE |NOSIGNATURE
SpartanWeaponry-1.16.4-2.1.0-beta-4.jar |Spartan Weaponry |spartanweaponry |2.1.0 beta 4 |DONE |NOSIGNATURE
[BETA]dannys_expansion1.16.5-1.0.9.1.jar |Danny's Expansion |dannys_expansion |1.0.9 |DONE |NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |NOSIGNATURE
enhancedcelestials-1.0.4-1.16.4.jar |Enhanced Celestials |enhancedcelestials |1.0.4-1.16.4 |DONE |NOSIGNATURE
byg-1.2.9.jar |Oh The Biomes You'll Go |byg |1.2.9 |DONE |NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |NOSIGNATURE
DynamicTrees-1.16.5-0.10.0-Beta17.jar |Dynamic Trees |dynamictrees |1.16.5-0.10.0-Beta17|DONE |NOSIGNATURE
healingcampfire_1.16.5-3.2.jar |Healing Campfire |healingcampfire |3.2 |DONE |NOSIGNATURE
BetterFoliage-2.6.5-Forge-1.16.5.jar |Better Foliage |betterfoliage |2.6.5 |DONE |NOSIGNATURE
Crash Report UUID: 6749750d-d87d-4df3-9487-e645710e6e97
Player Count: 2 / 8; [ServerPlayerEntity['gabrielizak01'/238, l='ServerLevel[Show dark]', x=186.09, y=126.00, z=260.47], ServerPlayerEntity['UmIdiotaQualquer'/388, l='ServerLevel[Show dark]', x=222.50, y=66.00, z=47.50]]
Data Packs: vanilla, mod:horsecombatcontrols, mod:mowziesmobs (incompatible), mod:mousetweaks, mod:biomesoplenty, mod:projectvibrantjourneys, mod:shouldersurfing (incompatible), mod:chunkanimator, mod:creativecore, mod:attributefix, mod:abnormals_core, mod:iguanatweaksreborn (incompatible), mod:playerex, mod:whisperwoods, mod:insanelib, mod:spartanshields, mod:armorpointspp, mod:totaldarkness, mod:terraforged, mod:fallingleaves, mod:collective, mod:betterweather (incompatible), mod:citadel (incompatible), mod:performant (incompatible), mod:environmental, mod:champions (incompatible), mod:desolation, mod:realistictorches (incompatible), mod:spartanweaponry, mod:dannys_expansion, mod:aiimprovements, mod:mahoutsukai (incompatible), mod:iceandfire (incompatible), mod:enhancedcelestials, mod:byg, mod:cameraoverhaul, mod:forge, mod:blame, mod:dynamictrees, mod:healingcampfire, mod:dsurround, mod:betterfoliage (incompatible), mod:dungeons_arise, mod:jei, mod:torchslabmod (incompatible), mod:spiderstpo, mod:wonderful_enchantments, mod:uniquebattle (incompatible), mod:bettercaves (incompatible), mod:more_enchantments, mod:yungsapi, mod:spawnermod (incompatible), mod:bookshelf, mod:anviltweaks (incompatible), mod:enchdesc, mod:toolbelt (incompatible), mod:netherportalspread, mod:majrusz_library, mod:uniquee (incompatible), mod:uniqueutil (incompatible), mod:autoreglib (incompatible), mod:quark (incompatible), mod:doubleslabs (incompatible), mod:soundfilters (incompatible), mod:fpsreducer, mod:majruszs_difficulty, mod:majruszs_accessories, mod:epicfight
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'
OptiFine Version: OptiFine_1.16.5_HD_U_G8_pre2
OptiFine Build: 20210305-002749
Render Distance Chunks: 8
Mipmaps: 2
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.6.0 NVIDIA 446.14
OpenGlRenderer: GeForce GTX 1050/PCIe/SSE2
OpenGlVendor: NVIDIA Corporation
CpuCount: 4

Server crash with forge 1.16.5 36.00.13

---- Minecraft Crash Report ----
// Hey, that tickles! Hehehe!

Time: 2/28/21 11:17 PM
Description: Ticking entity

java.util.ConcurrentModificationException: null
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719) ~[?:1.8.0_272] {}
at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742) ~[?:1.8.0_272] {}
at com.performant.coremod.entity.ai.CustomGoalSelector.func_75774_a(CustomGoalSelector.java:336) ~[performant:1.16.2-4-3.30m] {re:classloading}
at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:682) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.MobEntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2411) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:performant.mixins.json:entity.LivingEntityUpdateEventMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:488) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.MobEntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.monster.MonsterEntity.func_70636_d(SourceFile:43) ~[?:?] {re:classloading}
at net.minecraft.entity.monster.AbstractSkeletonEntity.func_70636_d(AbstractSkeletonEntity.java:116) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:forge:bows.5,xf:fml:forge:bows.4}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2158) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:performant.mixins.json:entity.LivingEntityUpdateEventMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:300) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.MobEntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,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.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.WorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,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:850) ~[?:?] {re:classloading,pl:accesstransformer:B,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:786) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] {}

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

-- Head --
Thread: Server thread
Stacktrace:
at java.util.LinkedHashMap$LinkedHashIterator.nextNode(LinkedHashMap.java:719) ~[?:1.8.0_272] {}
at java.util.LinkedHashMap$LinkedKeyIterator.next(LinkedHashMap.java:742) ~[?:1.8.0_272] {}
at com.performant.coremod.entity.ai.CustomGoalSelector.func_75774_a(CustomGoalSelector.java:336) ~[performant:1.16.2-4-3.30m] {re:classloading}
at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:682) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.MobEntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2411) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:performant.mixins.json:entity.LivingEntityUpdateEventMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:488) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.MobEntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.monster.MonsterEntity.func_70636_d(SourceFile:43) ~[?:?] {re:classloading}
at net.minecraft.entity.monster.AbstractSkeletonEntity.func_70636_d(AbstractSkeletonEntity.java:116) ~[?:?] {re:classloading,pl:accesstransformer:B,xf:fml:forge:bows.5,xf:fml:forge:bows.4}
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2158) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:performant.mixins.json:entity.LivingEntityUpdateEventMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:300) ~[?:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:entity.MobEntityMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,pl:mixin:APP:performant.mixins.json:world.ServerWorldMixin,pl:mixin:APP:performant.mixins.json:entity.MobServerWorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
-- Entity being ticked --
Details:
Entity Type: majruszs_difficulty:elite_skeleton (com.majruszs_difficulty.entities.EliteSkeletonEntity)
Entity ID: 78307
Entity Name: Elite Skeleton
Entity's Exact location: -609.13, 49.00, 238.85
Entity's Block location: World: (-610,49,238), Chunk: (at 14,3,14 in -39,14; contains blocks -624,0,224 to -609,255,239), Region: (-2,0; contains chunks -64,0 to -33,31, blocks -1024,0,0 to -513,255,511)
Entity's Momentum: -0.36, 0.32, -0.17
Entity's Passengers: []
Entity's Vehicle: ERROR NullPointerException: null
Stacktrace:
at net.minecraft.world.World.func_217390_a(World.java:554) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:performant.mixins.json:world.WorldMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:performant.mixins.json:world.ServerWorldBlockUpdateMixin,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: 5 total; [ServerPlayerEntity['OuOsonyOuO'/1342, l='ServerLevel[KumakumacyanWorld]', x=11988.70, y=63.00, z=1505.16], ServerPlayerEntity['killCow1012'/3791, l='ServerLevel[KumakumacyanWorld]', x=-608.22, y=49.00, z=239.29], ServerPlayerEntity['flandersLLBBA'/56151, l='ServerLevel[KumakumacyanWorld]', x=-559.77, y=84.30, z=201.78], ServerPlayerEntity['nekomiyatomoka'/19264, l='ServerLevel[KumakumacyanWorld]', x=-492.02, y=119.06, z=18.66], ServerPlayerEntity['eric31318'/67561, l='ServerLevel[KumakumacyanWorld]', x=-407.66, y=188.00, z=506.05]]
Chunk stats: ServerChunkCache: 6098
Level dimension: minecraft:overworld
Level spawn location: World: (-383,65,181), Chunk: (at 1,4,5 in -24,11; contains blocks -384,0,176 to -369,255,191), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
Level time: 132153134 game time, 187827101 day time
Level name: KumakumacyanWorld
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:850) ~[?:?] {re:classloading,pl:accesstransformer:B,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:786) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_272] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 4.18.0-240.1.1.el8_3.x86_64
Java Version: 1.8.0_272, Red Hat, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Red Hat, Inc.
Memory: 1139059400 bytes (1086 MB) / 3201892352 bytes (3053 MB) up to 5349376000 bytes (5101 MB)
CPUs: 6
JVM Flags: 17 total; -Xmx5G -Xms3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:ParallelGCThreads=4 -XX:+AggressiveOpts -Xincgc -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+DisableExplicitGC -XX:MaxGCPauseMillis=500 -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -Xnoclassgc -XX:LargePageSizeInBytes=2m
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
/Kumakumacyan.jar object_holder_definalize PLUGINSERVICE
/Kumakumacyan.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/Kumakumacyan.jar capability_inject_definalize PLUGINSERVICE
/Kumakumacyan.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/Kumakumacyan.jar fml TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.13
FML Language Providers:
[email protected]
minecraft@1
Mod List:
mining-helmet-1.16.4-2.0.0-tw.jar |Mining Helmet |mining_helmet |2.0.0 |DONE |NOSIGNATURE
Bountiful+Baubles+FORGE-1.16.3-0.0.2.jar |Bountiful Baubles |bountifulbaubles |NONE |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71-tw.jar |Just Enough Items |jei |7.6.1.71 |DONE |NOSIGNATURE
DoggyTalents-1.16.4-2.0.1.3.jar |Doggy Talents 2 |doggytalents |2.0.1.3 |DONE |NOSIGNATURE
caelus-forge-1.16.5-2.1.2.2.jar |Caelus API |caelus |1.16.5-2.1.2.2 |DONE |NOSIGNATURE
wonderful-enchantments-1.16.4-1.1.1.jar |Wonderful Enchantments |wonderful_enchantments |1.1.1 |DONE |NOSIGNATURE
reap-1.16.5-1.0.0.jar |Reap Mod |reap |1.16.5-1.0.0 |DONE |NOSIGNATURE
colytra-forge-1.16.4-5.1.0.0.jar |Colytra |colytra |1.16.4-5.1.0.0 |DONE |NOSIGNATURE
RingsOfAscension-1.16.3-1.5.6.jar |Rings of Ascension |ringsofascension |1.5.6 |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
XaerosWorldMap_1.12.0.2_Forge_1.16.5-tw.jar |Xaero's World Map |xaeroworldmap |1.12.0 |DONE |NOSIGNATURE
Controlling-7.0.0.13-1.16.5-tw.jar |Controlling |controlling |7.0.0.13 |DONE |NOSIGNATURE
curioofundying-forge-1.16.4-5.1.0.0.jar |Curio of Undying |curioofundying |1.16.4-5.1.0.0 |DONE |NOSIGNATURE
Bookshelf-1.16.5-10.0.1.jar |Bookshelf |bookshelf |10.0.1 |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
randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
simpleplanes-1.16.4-4.0.8.jar |Simple Planes |simpleplanes |1.16.4-4.0.8 |DONE |NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2-tw.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
forge-1.16.5-36.0.13-universal.jar |Forge |forge |36.0.13 |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
scuba-gear-1.16.5-1.0.2.jar |Scuba Gear |scuba_gear |1.0.2 |DONE |NOSIGNATURE
forge-1.16.5-36.0.13-server.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.2-tw.jar |EnchantmentDescriptions |enchdesc |7.0.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
swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |NOSIGNATURE
BiomesOPlenty-1.16.4-13.0.0.431-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.4-13.0.0.431 |DONE |NOSIGNATURE
ironfurnaces-1.16.5-2.6.4-tw.jar |Iron Furnaces |ironfurnaces |2.6.4 |DONE |NOSIGNATURE
forbidden_arcanus-1.16.3-1.0.2-tw.jar |Forbidden & Arcanus |forbidden_arcanus |1.16.3-1.0.2 |DONE |NOSIGNATURE
smoothboot-forge-1.16.4-1.2.0.jar |Smooth Boot |smoothboot |1.16.4-1.2.0 |DONE |NOSIGNATURE
simplefarming-1.16.4-1.3.5.jar |Simple Farming |simplefarming |1.16.4-1.3.5 |DONE |NOSIGNATURE
fairylights-4.0.5-1.16.5.jar |Fairy Lights |fairylights |4.0.5 |DONE |NOSIGNATURE
SpawnerFix-1.16.2-1.0.0.1.jar |Spawner Fix |sf |1.0.0.1 |DONE |NOSIGNATURE
simplybackpacks-1.16.3-1.4.13.jar |Simply Backpacks |simplybackpacks |1.16.3-1.4.13 |DONE |NOSIGNATURE
majrusz-library-1.16.4-1.4.0.jar |Majrusz Library |majrusz_library |1.4.0 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.4.0.jar |Curios API |curios |1.16.5-4.0.4.0 |DONE |NOSIGNATURE
SpartanShields-1.16.4-2.1.1.jar |Spartan Shields |spartanshields |2.1.1 |DONE |NOSIGNATURE
Patchouli-1.16.4-50-tw.jar |Patchouli |patchouli |1.16.4-50 |DONE |NOSIGNATURE
Xaeros_Minimap_21.4.0_Forge_1.16.5-tw.jar |Xaero's Minimap |xaerominimap |21.4.0 |DONE |NOSIGNATURE
gravestone-1.16.5-1.0.1.jar |Gravestone Mod |gravestone |1.16.5-1.0.1 |DONE |NOSIGNATURE
extlights-3.3.jar |Extended Lights |extlights |3.3 |DONE |NOSIGNATURE
StorageDrawers-1.16.3-8.2.2-tw.jar |Storage Drawers |storagedrawers |8.2.2 |DONE |NOSIGNATURE
sit-1.16.2-v1.3.jar |Sit |sit |v1.3 |DONE |NOSIGNATURE
performant-1.16.2-4-3.30m.jar |Performant |performant |3.30m |DONE |NOSIGNATURE
angelring-1.16.3-1.3.3.jar |Angel Ring |angelring |1.3.3 |DONE |NOSIGNATURE
backpacked-1.7.1-1.16.3.jar |Backpacked |backpacked |1.7.1 |DONE |NOSIGNATURE
backpacker-1.2.1-1.16.3.jar |Backpacker |backpacker |1.2.1 |DONE |NOSIGNATURE
InventoryHud_[1.16.2-1.16.5].forge-3.2.1.jar |Inventory HUD+(Forge edition) |inventoryhud |3.2.1 |DONE |NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.48.jar |Gobber 2 |gobber2 |2.3.48 |DONE |NOSIGNATURE
miraisoftloginmessages-1.16.2-1.16.5-1.0.2b.jar |Custom login messages |miraisoftloginmessages |1.0.2b |DONE |NOSIGNATURE
majruszs-difficulty-1.16.4-0.5.1.jar |Majrusz's Progressive Difficul|majruszs_difficulty |0.5.1 |DONE |NOSIGNATURE
architectury-1.8.128-forge.jar |Architectury |architectury |1.8.128 |DONE |NOSIGNATURE
ftb-gui-library-1605.2.1.39-forge.jar |FTB GUI Library |ftbguilibrary |1605.2.1.39 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
AI-Improvements-1.16.2-0.3.0.jar |AI-Improvements |aiimprovements |0.3.0 |DONE |NOSIGNATURE
Aquaculture-1.16.5-2.1.15.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.15 |DONE |NOSIGNATURE
switchbow-1.7.jar |Switch-Bow |switchbow |1.7 |DONE |NOSIGNATURE
valhelsia_core-16.0.5.jar |Valhelsia Core |valhelsia_core |16.0.5 |DONE |NOSIGNATURE
GameMenuModOption-1.16.4-1.4.jar |Game Menu Mod Option |gamemenumodoption |1.4 |DONE |NOSIGNATURE
supertools-1.16.5-4.1.jar |Vanilla+ Tools |supertools |version |DONE |NOSIGNATURE
Crash Report UUID: aa927a20-a030-4993-9e74-20ce91681b05
Player Count: 5 / 50; [ServerPlayerEntity['OuOsonyOuO'/1342, l='ServerLevel[KumakumacyanWorld]', x=11988.70, y=63.00, z=1505.16], ServerPlayerEntity['killCow1012'/3791, l='ServerLevel[KumakumacyanWorld]', x=-608.22, y=49.00, z=239.29], ServerPlayerEntity['nekomiyatomoka'/19264, l='ServerLevel[KumakumacyanWorld]', x=-492.02, y=119.06, z=18.66], ServerPlayerEntity['flandersLLBBA'/56151, l='ServerLevel[KumakumacyanWorld]', x=-559.77, y=84.30, z=201.78], ServerPlayerEntity['eric31318'/67561, l='ServerLevel[KumakumacyanWorld]', x=-407.66, y=188.00, z=506.05]]
Data Packs: vanilla, mod:biomesoplenty, mod:mining_helmet (incompatible), mod:ironfurnaces, mod:jei, mod:forbidden_arcanus (incompatible), mod:simplefarming, mod:fairylights, mod:simplybackpacks (incompatible), mod:wonderful_enchantments, mod:reap, mod:patchouli (incompatible), mod:waystones (incompatible), mod:gravestone, mod:xaeroworldmap, mod:controlling, mod:storagedrawers (incompatible), mod:backpacked (incompatible), mod:backpacker, mod:ftbguilibrary (incompatible), mod:inventoryhud, mod:simpleplanes (incompatible), mod:forge, mod:xaerominimap, mod:waila, mod:sf, mod:aquaculture (incompatible), mod:bookshelf, mod:caelus, mod:enchdesc, mod:randompatches, mod:supertools (incompatible), mod:appleskin, mod:swingthroughgrass (incompatible), mod:miraisoftloginmessages, mod:majrusz_library, mod:curios, mod:smoothboot, mod:spartanshields, mod:sit, mod:performant (incompatible), mod:angelring (incompatible), mod:architectury, mod:aiimprovements, mod:bountifulbaubles (incompatible), mod:doggytalents (incompatible), mod:ringsofascension (incompatible), mod:curioofundying, mod:scuba_gear (incompatible), mod:extlights, mod:gobber2, mod:switchbow, mod:gamemenumodoption, mod:majruszs_difficulty, mod:valhelsia_core, mod:colytra (incompatible)
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)

Evoker totem feature no longer working

Forge Version: 36.1.31
Minecraft Version: 1.16.5
Majruszs Difficulty Version: 0.7.0
Majruszs Library Version: 1.7.0
Latest Log: https://gist.github.com/NJL5390/273c40455a6a57f8aa6533901723fe06

Hi,

I noticed that in a recent version the Evoker totem feature (Where the evoker uses a totem of undying to save himself) is no longer working, where it was working when I first started using this mod.

I'm not sure why this feature isn't working anymore, maybe one of the recent updates or forge changes broke it? I'm not sure. I know that this issue still occurs without any other mods installed though. If you need any more information about this issue then let me know and I'd be happy to provide it.

Thanks for the great mod!

Pillager's Wolves don't despawn like other hostile mobs after all players have left the area.

Majruszs Difficulty Version: 0.5.2
Majruszs Library Version: 1.5.0
Forge Version: 36.1.4
Minecraft Version: 1.16.5

Hi,
I've noticed when testing the increased difficulty modes this mod offers that when I have moved away from the area and came back after a while, the pillager's wolves that had spawned were still there and had not despawned as you would expect from any other hostile mob. After leaving the area and returning back a short while later their pillager leader had despawned and the wolves would just be left to wander aimlessly and would stick around forever because they never despawn.

This could eventually lead to a build up of these mobs over time which could end up taking up the mob cap and potentially causing a lot of lag if big enough groups are allowed to build up.
2021-04-16_21 04 27
2021-04-16_21 04 17
They should be able to despawn to be consistent with every other hostile mob that exhibits this behaviour (E.g Pillagers, Zombies, Skeletons). This will also help performance in the long run too.

[Incompatibility] Mod crashing with Better Animals Plus mod

crash-2021-04-06_01.18.48-server.txt

Disabling (yes, it is not enabling...strange...) "do_spawning" config (I did for butterfly/dragonfly) in Better animals plus mod somehow crashes the game.

I asked the author there, but it seems like the issue needs to be fixed here.
(They said an item with negative damage is given to a mob, but I guess I don't have any items like that...)

I'm not sure this is fixable, but reporting here :)

(1.16.5) Difficulty Increase Message Not Appearing

If you enter the nether/beat the ender dragon for the first time on one save, exit that save, and then enter the nether/beat the ender dragon for the first time on a different save; the "You have released the ancient spirits"/"Impending doom" message does not appear the second time round.

This bug only occurs if you do not restart Minecraft for this whole process, if you restart Minecraft at any stage in between entering the nether/beating the dragon for the first time and the second it will play the message both times.

The bug will also occur though if you load a save where you have already entered the nether/beaten the dragon, exit that save, and then enter the nether/beat the dragon on a different save. Again, only if you don't restart Minecraft in between.

Tbh I can't see this being an issue for anyone other than speed runners so it's not a massive problem and definitely won't be for me personally, only noticed it while testing for a modpack. :)

Regular spiders apply poison in normal mode

According to the description at curseforge.com spiders should only have a chance to apply poison in expert and master modes. However, I just got poisoned in normal mode (confirmed through the console just in case)

server crash with forge 1.16.5 version 36.0.26 and custom modpack

I'd like to start off by saying I love your mod and used it on my last playthrough with a few of my friends on my server, however with this version and mod combination it causes a world of issues.

I will be able to get into the server and play for a minute or two but then I believe a ticking entity issue occurs and causes the server to crash.

without progressive difficulty installed the server and modpack function perfectly, but with it, they do not.

below is the crash report

---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 2/19/21 8:51 PM
Description: Watching Server

java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:43) [?:?] {re:classloading}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271] {}

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

-- Thread Dump --
Details:
Threads: "Netty Epoll Server IO #2" Id=123 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:748)

"Netty Epoll Server IO #1" Id=122 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:748)

"Server Watchdog" Id=118 RUNNABLE
at sun.management.ThreadImpl.dumpThreads0(Native Method)
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:41)
at java.lang.Thread.run(Thread.java:748)

"Thread-12" Id=107 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)

"Netty Epoll Server IO #0" Id=106 RUNNABLE
at io.netty.channel.epoll.Native.epollWait0(Native Method)
at io.netty.channel.epoll.Native.epollWait(Native.java:114)
at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
at java.lang.Thread.run(Thread.java:748)

"ObjectCleanerThread" Id=105 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@360a137
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@360a137
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
at java.lang.Thread.run(Thread.java:748)

"DestroyJavaVM" Id=103 RUNNABLE

"Snooper Timer" Id=101 WAITING on java.util.TaskQueue@da75f2b
at java.lang.Object.wait(Native Method)
- waiting on java.util.TaskQueue@da75f2b
at java.lang.Object.wait(Object.java:502)
at java.util.TimerThread.mainLoop(Timer.java:526)
at java.util.TimerThread.run(Timer.java:505)

"TF-Scheduler" Id=92 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@998ca47
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@998ca47
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
...

"Java2D Disposer" Id=91 WAITING on java.lang.ref.ReferenceQueue$Lock@4c9a5510
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@4c9a5510
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
at sun.java2d.Disposer.run(Disposer.java:148)
at java.lang.Thread.run(Thread.java:748)

"Keep-Alive-SocketCleaner" Id=89 WAITING on sun.net.www.http.KeepAliveStreamCleaner@4af53cad
at java.lang.Object.wait(Native Method)
- waiting on sun.net.www.http.KeepAliveStreamCleaner@4af53cad
at sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
at java.lang.Thread.run(Thread.java:748)

"modloading-worker-16" Id=75 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"Thread-4" Id=74 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)

"modloading-worker-0" Id=71 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-14" Id=68 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-10" Id=64 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-17" Id=62 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-31" Id=61 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-6" Id=60 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-2" Id=56 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-5" Id=51 TIMED_WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-12" Id=50 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-19" Id=49 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-15" Id=46 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-29" Id=43 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-11" Id=41 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-18" Id=40 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"modloading-worker-25" Id=39 WAITING on java.util.concurrent.ForkJoinPool@7d1c7cdf
at sun.misc.Unsafe.park(Native Method)
- waiting on java.util.concurrent.ForkJoinPool@7d1c7cdf
at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1835)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1704)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:172)

"Timer hack thread" Id=38 TIMED_WAITING
at java.lang.Thread.sleep(Native Method)
at net.minecraft.util.Util$6.run(Util.java:505)

"Thread-2" Id=29 RUNNABLE (in native)
at sun.nio.fs.LinuxWatchService.poll(Native Method)
at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
at java.lang.Thread.run(Thread.java:748)

"Thread-1" Id=28 TIMED_WAITING
at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)

"Signal Dispatcher" Id=5 RUNNABLE

"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@32994bc9
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.ReferenceQueue$Lock@32994bc9
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)

"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@2cb5aa5f
at java.lang.Object.wait(Native Method)
- waiting on java.lang.ref.Reference$Lock@2cb5aa5f
at java.lang.Object.wait(Object.java:502)
at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)

-- Performance stats --
Details:
Random tick rate: 3
Level stats: ResourceKey[minecraft:dimension / minecraft:overworld]: players: 0, entities: 256 [alexsmobs:cockroach:42,minecraft:item:26,minecraft:zombie:23,minecraft:creeper:22,alexsmobs:crow:19], block_entities: 554 [minecraft:chest:228,minecraft:mob_spawner:205,quark:monster_box:99,minecraft:furnace:8,lucky:lucky_block:4], block_ticks: 6, fluid_ticks: 32, chunk_source: ServerChunkCache: 3491,
ResourceKey[minecraft:dimension / minecraft:the_nether]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / minecraft:the_end]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / twilightforest:twilightforest]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0,
ResourceKey[minecraft:dimension / twilightforest:skylight_forest]: players: 0, entities: 0 [], block_entities: 0 [], block_ticks: 0, fluid_ticks: 0, chunk_source: ServerChunkCache: 0
Stacktrace:
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:43) [?:?] {re:classloading}
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_271] {}

-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Linux (amd64) version 4.15.0-135-generic
Java Version: 1.8.0_271, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2772254328 bytes (2643 MB) / 6366953472 bytes (6072 MB) up to 6442450944 bytes (6144 MB)
CPUs: 32
JVM Flags: 3 total; -Xmx6144M -Xms512M -XX:+UseG1GC
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
/custom.jar object_holder_definalize PLUGINSERVICE
/custom.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/custom.jar capability_inject_definalize PLUGINSERVICE
/custom.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE
/custom.jar fml TRANSFORMATIONSERVICE
FML: 36.0
Forge: net.minecraftforge:36.0.26
FML Language Providers:
[email protected]
minecraft@1
Mod List:
TreeChop-1.16.4-0.12.1.jar |HT's TreeChop |treechop |0.12.1 |DONE |NOSIGNATURE
SaveMyStronghold-1.16.4-1.0.jar |Save My Stronghold! |savemystronghold |1.16.4-1.0 |DONE |NOSIGNATURE
QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |NOSIGNATURE
DungeonsMod-1.16.3-1.1.18.jar |Dungeons Mod |dungeonsmod |1.16.3-1.1.18 |DONE |NOSIGNATURE
pamhc2trees-1.16.3-1.0.0.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.0 |DONE |NOSIGNATURE
someassemblyrequired-1.16.5-1.3.4.jar |Some Assembly Required |someassemblyrequired |1.16.5-1.3.4 |DONE |NOSIGNATURE
spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |NOSIGNATURE
jei-1.16.4-7.6.1.71.jar |Just Enough Items |jei |7.6.1.71 |DONE |NOSIGNATURE
prefab-1.6.4.3.jar |Prefab |prefab |1.6.4.3 |DONE |NOSIGNATURE
coffee-mod_1.16.4-1.1.1.jar |Coffee mod |coffeemod |1.1.1 |DONE |NOSIGNATURE
mcw-windows-1.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |1.0.3 |DONE |NOSIGNATURE
caelus-forge-1.16.5-2.1.2.2.jar |Caelus API |caelus |1.16.5-2.1.2.2 |DONE |NOSIGNATURE
windowlogging-mc1.16.3_v0.0.2.jar |Windowlogging |windowlogging |0.0.2 |DONE |NOSIGNATURE
pitg-1.16.3-1.4.1.jar |Pane In The Glass |pitg |1.16.3-1.4.1 |DONE |NOSIGNATURE
gildedarmor-1.16.3-1.0.3.jar |Gilded Armor |gildedarmor |1.0.3 |DONE |NOSIGNATURE
create-mc1.16.3_v0.3e.jar |Create |create |mc1.16.3_v0.3e |DONE |NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.1 (1).jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.1 |DONE |NOSIGNATURE
Waystones_1.16.3-7.3.1.jar |Waystones |waystones |7.3.1 |DONE |NOSIGNATURE
TerraForged-1.16.4-0.2.7.jar |TerraForged |terraforged |0.2.7 |DONE |7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
EpicFightMod-1.16.4-1.2.0.jar |Epic Fight Mod |epicfight |1.0.0 |DONE |NOSIGNATURE
WeaponThrow-1.16.X-3.7.jar |Weapon Throw |weaponthrow |1.16.X-3.7 |DONE |NOSIGNATURE
mcw-paintings-1.0.0-mc1.16.4-5.jar |Macaw's Paintings |mcwpaintings |1.0.0 |DONE |NOSIGNATURE
mgui-1.16.4-3.1.3.jar |mgui |mgui |3.1.3 |DONE |NOSIGNATURE
EnhancedVisuals_v1.3.24_mc1.16.5.jar |EnhancedVisuals |enhancedvisuals |1.3.0 |DONE |NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |NOSIGNATURE
Placebo-1.16.4-4.4.1.jar |Placebo |placebo |4.4.1 |DONE |NOSIGNATURE
citadel-1.6.1.jar |Citadel |citadel |1.6.1 |DONE |NOSIGNATURE
alexsmobs-1.5.1.jar |Alex's Mobs |alexsmobs |1.5.1 |DONE |NOSIGNATURE
TravelersBackpack-1.16.4-5.3.8.jar |Traveler's Backpack |travelersbackpack |5.3.8 |DONE |NOSIGNATURE
YungsApi-1.16.4-Forge-4.jar |YUNG's API |yungsapi |1.16.4-Forge-4 |DONE |NOSIGNATURE
decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |NOSIGNATURE
randompatches-2.4.0-forge.jar |RandomPatches |randompatches |2.4.0-forge |DONE |92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7
simpleplanes-1.16.3-3.2.0.3.jar |Simple Planes |simpleplanes |1.16.3-3.2.0.3 |DONE |NOSIGNATURE
mcw-doors-1.0.2-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.2 |DONE |NOSIGNATURE
outvoted-1.16.5-1.1.2.jar |Outvoted |outvoted |1.1.2 |DONE |NOSIGNATURE
additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |DONE |NOSIGNATURE
Hwyla-forge-1.10.11-B78_1.16.2.jar |Waila |waila |1.10.11-B78_1.16.2 |DONE |NOSIGNATURE
walljump-forge-1.16.4-1.3.6.jar |Wall-Jump! |walljump |1.16.4-1.3.6 |DONE |NOSIGNATURE
BlockDiversity-1.16.5-1.2.jar |Block Diversity |buildersplus |1.0 |DONE |NOSIGNATURE
forge-1.16.5-36.0.26-universal.jar |Forge |forge |36.0.26 |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
twilightforest-1.16.5-4.0.334-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |NOSIGNATURE
supplementaries-1.16.5-0.9.23c.jar |Supplementaries |supplementaries |1.16.5-0.9.23c |DONE |NOSIGNATURE
betterendforge-1.16.4-1.4.1.jar |BetterEnd Forge |betterendforge |1.16.4-1.4.1 |DONE |NOSIGNATURE
moblocks-v0.8.1b.jar |Mo'Blocks |moblocks |v0.8.1b |DONE |NOSIGNATURE
DynamicSurroundings-1.16.4-4.0.3.8.jar |§3Dynamic Surroundings |dsurround |1.16.4-4.0.3.8 |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
structure_gel-1.16.4-1.7.5.jar |Structure Gel API |structure_gel |1.7.5 |DONE |NOSIGNATURE
forge-1.16.5-36.0.26-server.jar |Minecraft |minecraft |1.16.5 |DONE |NOSIGNATURE
mcw-bridges-1.0.5-mc1.16.5-4.jar |Macaw's Bridges |mcwbridges |1.0.5 |DONE |NOSIGNATURE
luckyblock-1.16.4-3.jar |Lucky Block |lucky |1.16.4-3 |DONE |NOSIGNATURE
SilentLib-1.16.3-4.9.1+64.jar |Silent Lib |silentlib |4.9.1+64 |DONE |NOSIGNATURE
EndRemastered-R352.jar |End Remastered 3.5.2 |endrem |1.16.3 |DONE |NOSIGNATURE
pamhc2crops-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |NOSIGNATURE
dungeons_plus-1.16.4-1.1.3.jar |Dungeons Plus |dungeons_plus |1.1.3 |DONE |NOSIGNATURE
CreativeCore_v2.0.10_mc1.16.4.jar |CreativeCore |creativecore |2.0.0 |DONE |NOSIGNATURE
mcw-trapdors-1.0.1-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.1 |DONE |NOSIGNATURE
SilentGear-1.16.3-2.6.0+217.jar |Silent Gear |silentgear |2.6.0+217 |DONE |NOSIGNATURE
movingelevators-1.2.32-mc1.16.5.jar |Moving Elevators |movingelevators |1.2.32 |DONE |NOSIGNATURE
Botania-1.16.4-411.jar |Botania |botania |1.16.4-411 |DONE |NOSIGNATURE
managear-1.16.3-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |DONE |NOSIGNATURE
CannabisCraft1.16.4v4.1.5.jar |CannabisCraft |cannabiscraft |4.1.5 |DONE |NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |NOSIGNATURE
car-1.16.5-1.0.1.jar |Ultimate Car Mod |car |1.16.5-1.0.1 |DONE |NOSIGNATURE
majrusz-library-1.16.4-1.3.0.jar |Majrusz Library |majrusz_library |1.3.0 |DONE |NOSIGNATURE
easy_villagers-1.16.4-1.1.28.jar |Easy Villagers |easy_villagers |1.16.4-1.1.28 |DONE |NOSIGNATURE
curios-forge-1.16.5-4.0.4.0.jar |Curios API |curios |1.16.5-4.0.4.0 |DONE |NOSIGNATURE
tetra-1.16.4-3.6.0.jar |Tetra |tetra |3.6.0 |DONE |NOSIGNATURE
Patchouli-1.16.4-48.jar |Patchouli |patchouli |1.16.4-48 |DONE |NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |NOSIGNATURE
extlights-3.3.jar |Extended Lights |extlights |3.3 |DONE |NOSIGNATURE
polymorph-forge-1.16.5-0.24.jar |Polymorph |polymorph |1.16.5-0.24 |DONE |NOSIGNATURE
AutoRegLib-1.6-47.jar |AutoRegLib |autoreglib |1.6-47 |DONE |NOSIGNATURE
Quark-r2.4-304.jar |Quark |quark |r2.4-304 |DONE |NOSIGNATURE
Apotheosis-1.16.3-4.4.1.jar |Apotheosis |apotheosis |4.4.1 |DONE |NOSIGNATURE
BetterDiving-1.16.5-1.1.1.jar |Better Diving |better_diving |1.1.1 |DONE |NOSIGNATURE
elevatorid-1.16.5-1.7.12.jar |Elevator Mod |elevatorid |1.16.5-1.7.12 |DONE |NOSIGNATURE
buildersaddition-1.16.4-20210127a.jar |Builders Crafts & Addition |buildersaddition |1.16.4-20210127a |DONE |NOSIGNATURE
majruszs-difficulty-1.16.4-0.5.1.jar |Majrusz's Progressive Difficul|majruszs_difficulty |0.5.1 |DONE |NOSIGNATURE
mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |NOSIGNATURE
AppleSkin-mc1.16.2-forge-1.0.14.jar |AppleSkin |appleskin |1.0.14 |DONE |NOSIGNATURE
mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |DONE |NOSIGNATURE
BetterMineshafts-Forge-1.16.4-2.0.1 (1).jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.1 |DONE |NOSIGNATURE
geckolib-forge-1.16.5-3.0.13.jar |GeckoLib |geckolib3 |3.0.13 |DONE |NOSIGNATURE
Crash Report UUID: 4ad6ee98-b927-4516-bea8-8084b72721bb
Player Count: 0 / 72; []
Data Packs: vanilla, mod:treechop, mod:savemystronghold, mod:quarkoddities (incompatible), mod:dungeonsmod, mod:pamhc2trees (incompatible), mod:someassemblyrequired, mod:spiderstpo, mod:jei, mod:prefab (incompatible), mod:coffeemod, mod:mcwwindows, mod:caelus, mod:windowlogging (incompatible), mod:pitg (incompatible), mod:gildedarmor, mod:create (incompatible), mod:bettercaves (incompatible), mod:waystones (incompatible), mod:terraforged, mod:epicfight, mod:weaponthrow, mod:mcwpaintings (incompatible), mod:mgui (incompatible), mod:enhancedvisuals, mod:ctm (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:alexsmobs, mod:travelersbackpack (incompatible), mod:yungsapi, mod:decorative_blocks, mod:randompatches, mod:simpleplanes (incompatible), mod:mcwdoors, mod:outvoted, mod:additional_lights, mod:waila, mod:walljump (incompatible), mod:buildersplus, mod:forge, mod:twilightforest, mod:supplementaries, mod:betterendforge, mod:moblocks, mod:dsurround, mod:structure_gel, mod:mcwbridges, mod:lucky (incompatible), mod:silentlib (incompatible), mod:endrem, mod:pamhc2crops (incompatible), mod:dungeons_plus, mod:creativecore, mod:mcwtrpdoors, mod:silentgear, mod:movingelevators, mod:botania, mod:managear, mod:cannabiscraft, mod:pamhc2foodextended (incompatible), mod:car, mod:majrusz_library, mod:easy_villagers, mod:curios, mod:tetra, mod:patchouli (incompatible), mod:pamhc2foodcore (incompatible), mod:extlights, mod:autoreglib (incompatible), mod:quark (incompatible), mod:apotheosis (incompatible), mod:better_diving, mod:elevatorid, mod:buildersaddition (incompatible), mod:mcwroofs, mod:appleskin, mod:mcwfurnitures, mod:bettermineshafts (incompatible), mod:geckolib3 (incompatible), mod:polymorph, mod:majruszs_difficulty
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)

Mobs in structures that are assigned to it (Piglins in bastions, villagers in village, Illagers in mansion or even illagers durring raids) has vanila hp that is not modified

i've seen the issue about the mod that the mobs in the vanilla raid and for example piglin brutes or piglins in bastion or drowneds in the ocean ruins does not get extrahp from modifiers. The bug is even on the version 0.1.0 so it's from the beggining of the mod. Here's the recorded example by me on version 0.1.0 https://www.youtube.com/watch?v=XWJ3mrnI0No&feature=emb_title

[suggestion]Add a recycle mechanism of item like "giant seed" and "lucky rock".

Now these two functional items are just two functional items, player get them, then not need to get again. Extra of these two items are useless. Will you consider to add a recycle mechanism like trigger limits of one item, or make them be materials to craft consumables like potion? This will make extra of them useful and more balanced.

Crash on world load.

"""
****************** Blame Report 1.9.2 ******************

A crash is most likely going to happen right after this report!
It seems flying_end_ship | majruszs_difficulty:flying_end_ship is the cause because it is not added
to the FlatGenerationSettings.STRUCTURES map. Please let the mod owner
of that structure know about this crash. That way they can add their structure
to that map since someone is trying to spawn it in a flat/custom dimension.
"""

[21:17:08] [Render thread/ERROR] [minecraft/SaveFormat]: Exception reading C:\Users\nicho\Games\multi-mc-minecraft-launcher\mmc-stable-win32\MultiMC\instances\1.16.5.minecraft\saves\New World\level.dat
java.lang.NullPointerException: null

Stuck on creating world screen with latest update

The Issue I'm experiencing is really hard to replicate because the mod doesn't crashes my game, instead the percentage that shows that the world is being generated stops advancing but everything works fine, even when I check on the task manager it shows that Minecraft is indeed using both RAM and CPU, but it just stays still on the same percentage without doing anything, the only way to close it is by stop it via task manager, and no crash log is generated.
After downgrading both the mod and the library the problem stopped.
if there is any more information I could provide please let me know and I do my best to provide it

Spawners float in air from undead army event

Playing on my server, when an undead army event happens mob spawners are placed in the air. Typically where the player started the event. The spawners don't disappear after the event as well. It also appears that during an undead event where the spawner is, is where the army runs to.
2021-01-23_10 30 14

The server is on 1.16.4. Everyone's client is Forge 35.1.37. Mod version: 0.4.0
If you need any additional info, let me know. Thanks for the mod! Me and my friends are having a lot of fun with it!

Elite Skeletons spawn too frequently in certain nether biomes

Progressive difficulty: 0.3.2
Forge: 36.0.1
Minecraft: 1.16.5

Hello,
When I've been exploring the nether, I've noticed that certain nether biomes such as Crimson forests and Warped forests, seem to spawn elite skeletons way too frequently, which often leads to these skeletons crowding out other mobs which should be spawning more frequently.
2021-01-21_17 42 21
This is especially true with modded nether biomes such as the ones from biomes o plenty:
2021-01-21_17 43 44

I feel like these elite skeletons should be limited to only being able to spawn where regular skeletons appear, such as soul sand valleys and nether fortresses and not in places such as crimson forests or warped forests where they could crowd out other mobs and make them much rarer.

Their spawn rate in the overworld is fine though.

Alternatively, A config option could be added to determine which nether biomes these elite skeletons can spawn in.

[Feature Request] Configuration for which dimension triggers modes

I'm creating a modpack with a bunch of different dimensions and I'd love to use this mod. However, I'm having the player spawn in the Nether first. I'd like to change the dimension that triggers Expert Mode, as well as a dimension trigger for Master Mode.

This would really help for modpack devs and allow for some creative packs :D

Thank you! <3

[Bug Report] Conflict with End Remastered

MPDM: 0.5.3
Forge:36.1.4
Minecraft:1.16.5

Problem:
The End Remastered Mod lets you have to explore the minecraft world to unlock the end by getting Custom ender eyes. One of those Ender eyes you have to kill a Guardian to Obtain.

But it seems that your mod is overriding the Guardian loot Table for the loot Boxes. Making these eyes unobtainable which makes the game unwinnable.

Datapack error on world loading

Forge: 36.0.44

I tested with only this mod, worlds load correctly but with my custom modpack always crash on world loading.
Recently BetterEndForge fix the same error, I checked the two mods and didn't find a way to port this fix due to a difference between the method used to register Structures (I'm new in forge and java code).

Modpack Link: https://github.com/Chofito/YAMM

BlameReport gives this crash log

****************** Blame Report 1.9.2 ******************

A crash is most likely going to happen right after this report!
It seems flying_end_ship | majruszs_difficulty:flying_end_ship is the cause because it is not added
to the FlatGenerationSettings.STRUCTURES map. Please let the mod owner
of that structure know about this crash. That way they can add their structure
to that map since someone is trying to spawn it in a flat/custom dimension.

Config to turn off Skykeeper structure?

Heya!
I love the mod, but I was wondering if there is a config to turn off the giant Skykeeper structure?
It's very well built, but it just ruins the "immersion" or general view when watching large landscapes.

If there is none, and/or if there is no config setting to turn the generation of these structures off, could you please consider this for the next update? ( or a quick hotfix? ;) )

Zombified Piglin Groups in the nether spawn zombies instead of zombified piglins

Progressive difficulty version: 0.3.2
Forge version: 36.0.1
Minecraft Version: 1.16.5

Hello!

I've noticed when testing out this mod and finding mob "groups" in the nether, that zombified piglin groups spawn as zombies instead of zombified piglins.
2021-01-21_16 43 27
In this case the leader (who has leather armour) has spawned as a zombified piglin as normal but the rest of his group spawned as zombies, I've noticed this happen quite frequently in the latest version of the mod and always happens whenever a zombified piglin spawns with a group.

Trying to cast to EntityLiving

Check instanceof Entity before trying to cast to EntityLiving.

java.lang.ClassCastException: net.minecraft.entity.projectile.FireballEntity cannot be cast to net.minecraft.entity.LivingEntity
at com.majruszs_difficulty.events.when_damaged.WhenDamagedEvent.onAttack(WhenDamagedEvent.java:33) ~[majruszs_difficulty:1.0] {re:classloading}
at net.minecraftforge.eventbus.ASMEventHandler_395_WhenDamagedEvent_onAttack_LivingHurtEvent.invoke(.dynamic) ~[?:?] {}
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:343) ~[forge:?] {re:classloading,re:mixin}
at net.minecraft.entity.LivingEntity.func_70665_d(LivingEntity.java:1472) ~[?:?]

It looks like Entities that are not an EntityLiving can show up in this event through event.getSource().getTrueSource().

Feature Request: Blacklist entities from getting the bleed effect

So I've set up a rather decent (if small) villager trading hall in my single player survival world- there's just one problem. Despite playing on hard mode, the villagers didn't seem to have a 100% chance of converting into a zombie. I'm pretty sure, after some simple tests that this is due to them bleeding out before the zombie kills them. (have not gone into creative to confirm, but I'm pretty sure you can simply name a villager egg so they all are named on spawn, then set zombies loose on them and see the death messages.)

It'd be nice if I was able to blacklist certain entities from having the bleed effect.

Config File mistake

In the config file there are two changeable effects called "#Spider inflicts poison."

#Spider inflicts poison.
[Features.EndermanTeleport]
	#Is this feature enabled?
	is_enabled = true
	#Chance of this feature to happen. (this value is scaled by Clamped Regional Difficulty)
	#Range: 0.0 ~ 1.0
	chance = 0.5

#Spider inflicts poison.
[Features.SpiderPoison]
	#Is this feature enabled?
	is_enabled = true
	#Chance of this feature to happen. (this value is scaled by Clamped Regional Difficulty)
	#Range: 0.0 ~ 1.0
	chance = 0.25

I have to assume that the top one is meant to be the effect of how players teleport when attacked.

Feature request

Just a small feature request.

•A config option to change the duration of the regen effect from bandages
• Be able to use bandages any time, for healing aside from when you're bleeding

I very much enjoy your mod, thank you for making it!

Crashes when Undead Army Spawns in

On my singleplayer world, 1.16.4, when an undead army spawns in, no matter where I am it'll crash the game. Specifically, when the bar fills up.

While I am here, would it at all be possible to add a config to disable raids? Thanks in advance.

java.lang.NullPointerException: Exception in server tick loop
	at net.minecraft.particles.ItemParticleData.<init>(ItemParticleData.java:40) ~[?:?] {re:mixin,re:classloading}
	at net.minecraft.entity.EntityType.handler$zgb000$spawnFromItemStack(EntityType.java:640) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabrication.mixins.json:c_tweaks.cracking_spawn_eggs.MixinEntityType,pl:mixin:A}
	at net.minecraft.entity.EntityType.func_220331_a(EntityType.java:313) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabrication.mixins.json:c_tweaks.cracking_spawn_eggs.MixinEntityType,pl:mixin:A}
	at com.majruszs_difficulty.events.UndeadArmy.spawnWaveEnemies(UndeadArmy.java:288) ~[?:1.0] {re:classloading}
	at com.majruszs_difficulty.events.UndeadArmy.nextWave(UndeadArmy.java:234) ~[?:1.0] {re:classloading}
	at com.majruszs_difficulty.events.UndeadArmy.tickBetweenWaves(UndeadArmy.java:191) ~[?:1.0] {re:classloading}
	at com.majruszs_difficulty.events.UndeadArmy.tick(UndeadArmy.java:153) ~[?:1.0] {re:classloading}
	at com.majruszs_difficulty.events.undead_army.UndeadArmyManager.tickArmies(UndeadArmyManager.java:150) ~[?:1.0] {re:classloading}
	at com.majruszs_difficulty.events.undead_army.UndeadArmyManager.tick(UndeadArmyManager.java:92) ~[?:1.0] {re:classloading}
	at com.majruszs_difficulty.events.undead_army.UndeadArmyManager.onUpdate(UndeadArmyManager.java:129) ~[?:1.0] {re:classloading}
	at net.minecraftforge.eventbus.ASMEventHandler_446_UndeadArmyManager_onUpdate_ServerTickEvent.invoke(.dynamic) ~[?:?] {}
	at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?] {}
	at net.minecraftforge.fml.hooks.BasicEventHooks.onPreServerTick(BasicEventHooks.java:115) ~[?:?] {re:classloading}
	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:784) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:good_nights_sleep.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.alternate_dimension.MixinMinecraftServer_A,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A}
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:118) ~[?:?] {re:classloading,xf:OptiFine:default}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:good_nights_sleep.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.alternate_dimension.MixinMinecraftServer_A,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A}
	at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:good_nights_sleep.mixins.json:MinecraftServerMixin,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftServerAccessor,pl:mixin:APP:imm_ptl_mixins.json:common.MixinMinecraftServer,pl:mixin:APP:imm_ptl_mixins.json:common.portal_generation.MixinMinecraftServer_P,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.alternate_dimension.MixinMinecraftServer_A,pl:mixin:APP:imm_ptl_peripheral_mixins.json:common.altius_world.MixinMinecraftServer_A,pl:mixin:A}
	at net.minecraft.server.MinecraftServer$$Lambda$16039/1165951546.run(Unknown Source) [?:?] {}
	at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {}

"Structures not correctly registered to flatlands generation" breaks datapacks in saves after first save and reload

I have come across one heck of an issue which only surfaced when I installed the compact machines mod with this. The brunt of the issue and the eventual testing can be found here:

CompactMods/CompactMachines#476

The versions can be seen in the pictures if you really need them. But I'm told that the issue is:

I've narrowed down the issue to a bug with majruszs_difficulty. This needs to be reported to them. The issue is they are not correctly registering their structures to the flat world generation, which Compact Machines utilize for the Machine dimension. This is not an issue with Compact Machines and needs to be reported to them.

Relevant logs with Blame installed: https://gist.github.com/SizableShrimp/2113d067d2bd69210474bf8e9b93cdb5

Entering nether on multiplayer gives internal Server error and crashes server

net.minecraft.crash.ReportedException: Ticking player
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:467) ~[?:?]
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:207) ~[?:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:226) ~[?:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:134) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:864) ~[?:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:291) ~[?:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:786) ~[?:?]
at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:641) ~[?:?]
at net.minecraft.server.MinecraftServer.lambda$startServer$0(MinecraftServer.java:232) ~[?:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]
Caused by: java.lang.NoSuchMethodError: net.minecraft.world.DimensionType.func_242725_p()Lnet/minecraft/util/ResourceLocation;
at com.majruszs_difficulty.events.IncreaseGameDifficulty.enableExpertMode(IncreaseGameDifficulty.java:22) ~[majruszs_difficulty:1.0]
at net.minecraftforge.eventbus.ASMEventHandler_220_IncreaseGameDifficulty_enableExpertMode_PlayerChangedDimensionEvent.invoke(.dynamic) ~[?:?]
at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:297) ~[eventbus-3.0.5-service.jar:?]
at net.minecraftforge.fml.hooks.BasicEventHooks.firePlayerChangedDimensionEvent(BasicEventHooks.java:39) ~[forge:?]
at net.minecraft.entity.player.ServerPlayerEntity.changeDimension(ServerPlayerEntity.java:679) ~[?:?]
at net.minecraft.entity.Entity.func_241206_a_(Entity.java:2120) ~[?:?]
at net.minecraft.entity.Entity.func_213284_aV(Entity.java:1779) ~[?:?]
at net.minecraft.entity.Entity.func_70030_z(Entity.java:403) ~[?:?]
at net.minecraft.entity.LivingEntity.func_70030_z(LivingEntity.java:295) ~[?:?]
at net.minecraft.entity.Entity.func_70071_h_(Entity.java:387) ~[?:?]
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2113) ~[?:?]
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:223) ~[?:?]
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:404) ~[?:?]
... 9 more
[31Dez2020 01:12:14.251] [Server thread/INFO] [net.minecraft.network.play.ServerPlayNetHandler/]: Kiriniko lost connection: Internal server error
[31Dez2020 01:12:14.252] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: [pogchamp] Kiriniko left the game
[31Dez2020 01:12:14.659] [Server thread/WARN] [net.minecraft.world.server.ServerWorld/]: Trying to add entity with duplicated UUID 11ccc35a-d161-4733-88a1-07790a34f7fc. Existing minecraft:chest_minecart#234, new: minecraft:chest_minecart#349
[31Dez2020 01:13:36.209] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer/]: Stopping the server

Feature Request: Damage based slowness + nausea on fall

So I've got a mod that lets me overenchant various enchantments- and one of them is Feather Falling V, which completely negates fall damage at the cost of damaging the boots. However, when I jump off cliffs I still get the slowness effect despite being perfectly fine otherwise, which is kind of off-putting. Especially since one of the main entrances to my base is a roughly 30 block drop onto stone (has a ladder, but falling is faster and more fun).

It'd be nice if I could configure it to give me the effects based on damage, rather than simple height.

Wither kill dropped 16 bags even though it was off.

The "This item is disabled and is not available in Survival Mode!" was still on the item, but the players were able to open it still. It also dropped 16 bags.

This is a modded test Server. Possible interaction with End Remastered? It changes Wither Loot Table. That is why I had to turn the bag off. Tested on Single player and didn't drop.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.