Jump to content

[1.16.5] Ticking Entity and java.lang.BootstrapMethodError


Recommended Posts

Posted

This is going to be complicated to explain.

For starters, I am testing my mod by playing it with a Modpack to see any compatibility issues and the Health of my entities. The Modpack I'm using it All the Mods 6.

So, the problem I'm experiencing is something that I've encountered when I was testing my mod using my Workspace, only to stop appearing after some tweaking and is now been appearing all over when playing with the Modpack.

Here's the Crash Report on my Workspace:

---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.

Time: 6/6/22 7:36 PM
Description: Ticking entity

java.lang.BootstrapMethodError: java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "org/apache/logging/log4j/util/MessageSupplier"
	at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:363) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.actuallyHurt(LivingEntity.java:1472) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.hurt(LivingEntity.java:978) ~[forge:?] {re:classloading}
	at net.minecraft.entity.monster.MonsterEntity.hurt(MonsterEntity.java:73) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.doHurtTarget(MobEntity.java:1364) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.monster.ZombieEntity.doHurtTarget(ZombieEntity.java:310) ~[forge:?] {re:classloading}
	at com.Polarice3.Goety.common.entities.hostile.dead.FallenEntity.doHurtTarget(FallenEntity.java:62) ~[?:?] {re:classloading}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.checkAndPerformAttack(MeleeAttackGoal.java:138) ~[forge:?] {re:classloading}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.tick(MeleeAttackGoal.java:130) ~[forge:?] {re:classloading}
	at net.minecraft.entity.ai.goal.ZombieAttackGoal.tick(ZombieAttackGoal.java:28) ~[forge:?] {re:classloading}
	at net.minecraft.entity.ai.goal.PrioritizedGoal.tick(PrioritizedGoal.java:55) ~[forge:?] {re:classloading}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_261] {}
	at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_261] {}
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_261] {}
	at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:88) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.serverAiStep(MobEntity.java:682) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.LivingEntity.aiStep(LivingEntity.java:2411) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.aiStep(MobEntity.java:488) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.monster.MonsterEntity.aiStep(MonsterEntity.java:43) ~[forge:?] {re:classloading}
	at net.minecraft.entity.monster.ZombieEntity.aiStep(ZombieEntity.java:231) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2158) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.tick(MobEntity.java:300) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.monster.ZombieEntity.tick(ZombieEntity.java:205) ~[forge:?] {re:classloading}
	at net.minecraft.world.server.ServerWorld.tickNonPassenger(ServerWorld.java:611) ~[forge:?] {re:classloading}
	at net.minecraft.world.World.guardEntityTick(World.java:554) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404) ~[forge:?] {re:classloading}
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:851) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:787) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.integrated.IntegratedServer.tickServer(IntegratedServer.java:78) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:642) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:232) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261] {}
Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "org/apache/logging/log4j/util/MessageSupplier"
	at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_261] {}
	at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_261] {}
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_261] {}
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_261] {}
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_261] {}
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) ~[?:1.8.0_261] {}
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_261] {}
	... 42 more


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

-- Head --
Thread: Server thread
Stacktrace:
	at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:363) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.actuallyHurt(LivingEntity.java:1472) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.hurt(LivingEntity.java:978) ~[forge:?] {re:classloading}
	at net.minecraft.entity.monster.MonsterEntity.hurt(MonsterEntity.java:73) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.doHurtTarget(MobEntity.java:1364) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.monster.ZombieEntity.doHurtTarget(ZombieEntity.java:310) ~[forge:?] {re:classloading}
	at com.Polarice3.Goety.common.entities.hostile.dead.FallenEntity.doHurtTarget(FallenEntity.java:62) ~[?:?] {re:classloading}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.checkAndPerformAttack(MeleeAttackGoal.java:138) ~[forge:?] {re:classloading}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.tick(MeleeAttackGoal.java:130) ~[forge:?] {re:classloading}
	at net.minecraft.entity.ai.goal.ZombieAttackGoal.tick(ZombieAttackGoal.java:28) ~[forge:?] {re:classloading}
	at net.minecraft.entity.ai.goal.PrioritizedGoal.tick(PrioritizedGoal.java:55) ~[forge:?] {re:classloading}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_261] {}
	at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_261] {}
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_261] {}
	at net.minecraft.entity.ai.goal.GoalSelector.tick(GoalSelector.java:88) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.serverAiStep(MobEntity.java:682) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.LivingEntity.aiStep(LivingEntity.java:2411) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.aiStep(MobEntity.java:488) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.monster.MonsterEntity.aiStep(MonsterEntity.java:43) ~[forge:?] {re:classloading}
	at net.minecraft.entity.monster.ZombieEntity.aiStep(ZombieEntity.java:231) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2158) ~[forge:?] {re:classloading}
	at net.minecraft.entity.MobEntity.tick(MobEntity.java:300) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.entity.monster.ZombieEntity.tick(ZombieEntity.java:205) ~[forge:?] {re:classloading}
	at net.minecraft.world.server.ServerWorld.tickNonPassenger(ServerWorld.java:611) ~[forge:?] {re:classloading}
-- Entity being ticked --
Details:
	Entity Type: goety:fallen (com.Polarice3.Goety.common.entities.hostile.dead.FallenEntity)
	Entity ID: 338
	Entity Name: Fallen
	Entity's Exact location: -101.32, 73.17, 33.27
	Entity's Block location: World: (-102,73,33), Chunk: (at 10,4,1 in -7,2; contains blocks -112,0,32 to -97,255,47), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
	Entity's Momentum: 0.08, 0.08, -0.02
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
	at net.minecraft.world.World.guardEntityTick(World.java:554) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.world.server.ServerWorld.tick(ServerWorld.java:404) ~[forge:?] {re:classloading}


-- Affected level --
Details:
	All players: 1 total; [ServerPlayerEntity['Dev'/228, l='ServerLevel[New World]', x=-57.47, y=77.38, z=24.22]]
	Chunk stats: ServerChunkCache: 2351
	Level dimension: minecraft:overworld
	Level spawn location: World: (0,69,-192), Chunk: (at 0,4,0 in 0,-12; contains blocks 0,0,-192 to 15,255,-177), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
	Level time: 83491 game time, 70455 day time
	Level name: New World
	Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: true
	Level weather: Rain time: 31177 (now: false), thunder time: 35338 (now: false)
	Known server brands: forge
	Level was modded: true
	Level storage version: 0x04ABD - Anvil
Stacktrace:
	at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:851) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:787) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.integrated.IntegratedServer.tickServer(IntegratedServer.java:78) ~[forge:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:642) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:232) ~[forge:?] {re:classloading,pl:accesstransformer:B}
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261] {}


-- System Details --
Details:
	Minecraft Version: 1.16.5
	Minecraft Version ID: 1.16.5
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_261, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 589776920 bytes (562 MB) / 1896873984 bytes (1809 MB) up to 3799515136 bytes (3623 MB)
	CPUs: 8
	JVM Flags: 2 total; -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
	ModLauncher: 8.0.9+86+master.3cf110c
	ModLauncher launch target: fmluserdevclient
	ModLauncher naming: mcp
	ModLauncher services: 
		/mixin-0.8.4.jar mixin PLUGINSERVICE 
		/eventbus-4.0.0.jar eventbus PLUGINSERVICE 
		/forge-1.16.5-36.2.20_mapped_parchment_2021.10.17-1.16.5-launcher.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.20_mapped_parchment_2021.10.17-1.16.5-launcher.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
		/forge-1.16.5-36.2.20_mapped_parchment_2021.10.17-1.16.5-launcher.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.20_mapped_parchment_2021.10.17-1.16.5-launcher.jar runtimedistcleaner PLUGINSERVICE 
		/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE 
		/forge-1.16.5-36.2.20_mapped_parchment_2021.10.17-1.16.5-launcher.jar fml TRANSFORMATIONSERVICE 
	FML: 36.2
	Forge: net.minecraftforge:36.2.20
	FML Language Providers: 
		javafml@36.2
		minecraft@1
	Mod List: 
		client-extra.jar                                  |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
		forge-1.16.5-36.2.20_mapped_parchment_2021.10.17-1|Forge                         |forge                         |36.2.20             |DONE      |Manifest: NOSIGNATURE
		curios-forge-1.16.5-4.0.5.3_mapped_parchment_2021.|Curios API                    |curios                        |1.16.5-4.0.5.3      |DONE      |Manifest: NOSIGNATURE
		Patchouli-1.16.4-53.2_mapped_parchment_2021.10.17-|Patchouli                     |patchouli                     |1.16.4-53.2         |DONE      |Manifest: NOSIGNATURE
		main                                              |Goety                         |goety                         |NONE                |DONE      |Manifest: NOSIGNATURE
		jei-1.16.5-7.7.1.144_mapped_parchment_2021.10.17-1|Just Enough Items             |jei                           |7.7.1.144           |DONE      |Manifest: NOSIGNATURE
	Crash Report UUID: 4adc53fb-b5a0-417e-8a3e-66ab7fe726d3
	Patchouli open book context: n/a
	Player Count: 1 / 8; [ServerPlayerEntity['Dev'/228, l='ServerLevel[New World]', x=-57.47, y=77.38, z=24.22]]
	Data Packs: vanilla, mod:forge, mod:curios, mod:patchouli (incompatible), mod:goety, mod:jei
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'forge'

And Here's the Crash Report when I was playing with the Modpack:

---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 6/9/22 6:16 PM
Description: Ticking entity

java.lang.BootstrapMethodError: java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "org/apache/logging/log4j/util/MessageSupplier"
	at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:363) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.func_70665_d(LivingEntity.java:1474) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:978) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.monster.MonsterEntity.func_70097_a(SourceFile:73) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at com.ma.entities.faction.EntityMushroomSoldier.func_70097_a(EntityMushroomSoldier.java:193) ~[mana-and-artifice:1.5.1.7] {re:classloading}
	at net.minecraft.entity.MobEntity.func_70652_k(MobEntity.java:1364) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_190102_a(MeleeAttackGoal.java:138) ~[?:?] {re:classloading}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_75246_d(MeleeAttackGoal.java:130) ~[?:?] {re:classloading}
	at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {re:classloading}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_261] {}
	at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_261] {}
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_261] {}
	at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:88) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorGoalSelector,pl:mixin:A}
	at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:682) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2413) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:488) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.entity.monster.MonsterEntity.func_70636_d(SourceFile:43) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	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:2160) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:300) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:mixins.zycraft.json:world.server.ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
	at net.minecraft.world.World.func_217390_a(World.java:1685) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,re:computing_frames,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:mixin:APP:lootr.mixins.json:MixinWorld,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:flywheel.mixins.json:TileWorldHookMixin,pl:mixin:A}
	at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:mixins.zycraft.json:world.server.ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261] {}
Caused by: java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "org/apache/logging/log4j/util/MessageSupplier"
	at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_261] {}
	at java.lang.ClassLoader.defineClass(ClassLoader.java:756) ~[?:1.8.0_261] {}
	at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader.defineClass(URLClassLoader.java:468) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader.access$100(URLClassLoader.java:74) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader$1.run(URLClassLoader.java:369) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader$1.run(URLClassLoader.java:363) ~[?:1.8.0_261] {}
	at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_261] {}
	at java.net.URLClassLoader.findClass(URLClassLoader.java:362) ~[?:1.8.0_261] {}
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418) ~[?:1.8.0_261] {}
	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) ~[?:1.8.0_261] {}
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351) ~[?:1.8.0_261] {}
	... 39 more


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

-- Head --
Thread: Server thread
Stacktrace:
	at net.minecraftforge.eventbus.EventBus.handleException(EventBus.java:316) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:307) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
	at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:363) ~[forge:?] {re:classloading}
	at net.minecraft.entity.LivingEntity.func_70665_d(LivingEntity.java:1474) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.LivingEntity.func_70097_a(LivingEntity.java:978) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.monster.MonsterEntity.func_70097_a(SourceFile:73) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	at com.ma.entities.faction.EntityMushroomSoldier.func_70097_a(EntityMushroomSoldier.java:193) ~[mana-and-artifice:1.5.1.7] {re:classloading}
	at net.minecraft.entity.MobEntity.func_70652_k(MobEntity.java:1364) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_190102_a(MeleeAttackGoal.java:138) ~[?:?] {re:classloading}
	at net.minecraft.entity.ai.goal.MeleeAttackGoal.func_75246_d(MeleeAttackGoal.java:130) ~[?:?] {re:classloading}
	at net.minecraft.entity.ai.goal.PrioritizedGoal.func_75246_d(SourceFile:55) ~[?:?] {re:classloading}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:1.8.0_261] {}
	at java.util.Iterator.forEachRemaining(Iterator.java:116) ~[?:1.8.0_261] {}
	at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:482) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:1.8.0_261] {}
	at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:1.8.0_261] {}
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_261] {}
	at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418) ~[?:1.8.0_261] {}
	at net.minecraft.entity.ai.goal.GoalSelector.func_75774_a(SourceFile:88) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorGoalSelector,pl:mixin:A}
	at net.minecraft.entity.MobEntity.func_70626_be(MobEntity.java:682) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2413) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.MobEntity.func_70636_d(MobEntity.java:488) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.entity.monster.MonsterEntity.func_70636_d(SourceFile:43) ~[?:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B}
	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:2160) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:set_player_field,xf:fml:placebo:placeboshieldblock,xf:fml:apotheosis:apothshieldblock,xf:fml:apotheosis:apothpotiondmg,xf:fml:astralsorcery:water_movement_slowdown_prevention,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin,pl:mixin:APP:caelus.mixins.json:LivingEntityMixin,pl:mixin:APP:curioofundying.mixins.json:LivingEntityMixin,pl:mixin:APP:eidolon.mixins.json:LivingEntityMixin,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin,pl:mixin:APP:resourcefulbees.mixins.json:LivingEntityAccessor,pl:mixin:APP:resourcefulbees.mixins.json:MixinLivingEntity,pl:mixin:APP:ars_nouveau.mixins.json:ExpInvokerMixin,pl:mixin:APP:ars_nouveau.mixins.json:MixinLivingEntity,pl:mixin:APP:upgrade_aquatic.mixins.json:LivingEntityMixin,pl:mixin:APP:kubejs-common.mixins.json:LivingEntityMixin,pl:mixin:APP:expandability.mixins.json:swimming.LivingEntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinLivingEntity,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorLivingEntity,pl:mixin:A}
	at net.minecraft.entity.MobEntity.func_70071_h_(MobEntity.java:300) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMobEntity,pl:mixin:A}
	at net.minecraft.world.server.ServerWorld.func_217479_a(ServerWorld.java:611) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:mixins.zycraft.json:world.server.ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}
-- Entity being ticked --
Details:
	Entity Type: goety:desiccated (com.Polarice3.Goety.common.entities.hostile.dead.DesiccatedEntity)
	Entity ID: 82768
	Entity Name: Desiccated
	Entity's Exact location: 4250.71, 74.00, -3141.69
	Entity's Block location: World: (4250,74,-3142), Chunk: (at 10,4,10 in 265,-197; contains blocks 4240,0,-3152 to 4255,255,-3137), Region: (8,-7; contains chunks 256,-224 to 287,-193, blocks 4096,0,-3584 to 4607,255,-3073)
	Entity's Momentum: 0.00, 0.16, 0.05
	Entity's Passengers: []
	Entity's Vehicle: ~~ERROR~~ NullPointerException: null
Stacktrace:
	at net.minecraft.world.World.func_217390_a(World.java:1685) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,re:computing_frames,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,re:classloading,pl:accesstransformer:B,xf:fml:observerlib:coremodmethod,xf:fml:astralsorcery:sun_brightness_server,xf:fml:twilightforest:hitbox,pl:mixin:APP:lootr.mixins.json:MixinWorld,pl:mixin:APP:observable.common.json:LevelMixin,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:flywheel.mixins.json:TileWorldHookMixin,pl:mixin:A}
	at net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:404) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,re:classloading,pl:accesstransformer:B,xf:fml:forgeendertech:coremod,pl:mixin:APP:observable.common.json:ServerLevelMixin,pl:mixin:APP:abnormals_core.mixins.json:ServerWorldMixin,pl:mixin:APP:mixins.zycraft.json:world.server.ServerWorldMixin,pl:mixin:APP:immersiveengineering.mixins.json:coremods.ServerWorldMixin,pl:mixin:APP:quark.mixins.json:ServerWorldMixin,pl:mixin:A}


-- Affected level --
Details:
	All players: 1 total; [ServerPlayerEntity['Scourath'/1236, l='ServerLevel[Salvation]', x=4302.97, y=77.96, z=-3167.54]]
	Chunk stats: ServerChunkCache: 4603
	Level dimension: minecraft:overworld
	Level spawn location: World: (3217,84,-4159), Chunk: (at 1,5,1 in 201,-260; contains blocks 3216,0,-4160 to 3231,255,-4145), Region: (6,-9; contains chunks 192,-288 to 223,-257, blocks 3072,0,-4608 to 3583,255,-4097)
	Level time: 958267 game time, 1119622 day time
	Level name: Salvation
	Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
	Level weather: Rain time: 107775 (now: false), thunder time: 3418 (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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:78) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
	at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:642) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,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:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:mixin.terraforged.json:common.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:A}
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_261] {}


-- System Details --
Details:
	Minecraft Version: 1.16.5
	Minecraft Version ID: 1.16.5
	Operating System: Windows 10 (amd64) version 10.0
	Java Version: 1.8.0_261, Oracle Corporation
	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 2758981904 bytes (2631 MB) / 12334923776 bytes (11763 MB) up to 13049004032 bytes (12444 MB)
	CPUs: 8
	JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4000m -Xmx14000m
	ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
	ModLauncher launch target: fmlclient
	ModLauncher naming: srg
	ModLauncher services: 
		/mixin-0.8.4.jar mixin PLUGINSERVICE 
		/eventbus-4.0.0.jar eventbus PLUGINSERVICE 
		/forge-1.16.5-36.2.31-launcher.jar object_holder_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.31-launcher.jar runtime_enum_extender PLUGINSERVICE 
		/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE 
		/forge-1.16.5-36.2.31-launcher.jar capability_inject_definalize PLUGINSERVICE 
		/forge-1.16.5-36.2.31-launcher.jar runtimedistcleaner PLUGINSERVICE 
		/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE 
		/forge-1.16.5-36.2.31-launcher.jar fml TRANSFORMATIONSERVICE 
	FML: 36.2
	Forge: net.minecraftforge:36.2.31
	FML Language Providers: 
		javafml@36.2
		minecraft@1
		kotlinforforge@1.17.0
		kotori_scala@2.13.5-build-2
		scorge@3.1.3
	Mod List: 
		BetterDungeons-1.16.4-1.2.1.jar                   |YUNG's Better Dungeons        |betterdungeons                |1.16.4-1.2.1        |DONE      |Manifest: NOSIGNATURE
		ftb-essentials-1605.1.5-build.32.jar              |FTB Essentials                |ftbessentials                 |1605.1.5-build.32   |DONE      |Manifest: NOSIGNATURE
		supermartijn642configlib-1.0.9-mc1.16.jar         |SuperMartijn642's Config Lib  |supermartijn642configlib      |1.0.9               |DONE      |Manifest: NOSIGNATURE
		AdditionalEnchantedMiner-1.16.5-16.1.11.jar       |QuarryPlus                    |quarryplus                    |16.1.11             |DONE      |Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
		simplemagnets-1.1.6-mc1.16.jar                    |Simple Magnets                |simplemagnets                 |1.1.6               |DONE      |Manifest: NOSIGNATURE
		IntegratedTerminals-1.16.5-1.2.13.jar             |IntegratedTerminals           |integratedterminals           |1.2.13              |DONE      |Manifest: NOSIGNATURE
		HammerLib-1.16.5-16.3.27.jar                      |HammerLib                     |hammerlib                     |16.3.27             |DONE      |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
		mcw-windows-2.0.3-mc1.16.5.jar                    |Macaw's Windows               |mcwwindows                    |2.0.3               |DONE      |Manifest: NOSIGNATURE
		windowlogging-mc1.16.5_v0.0.5.jar                 |Windowlogging                 |windowlogging                 |0.0.4               |DONE      |Manifest: NOSIGNATURE
		modnametooltip_1.16.2-1.15.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.15.0              |DONE      |Manifest: NOSIGNATURE
		IronJetpacks-1.16.5-4.2.3.jar                     |Iron Jetpacks                 |ironjetpacks                  |4.2.3               |DONE      |Manifest: NOSIGNATURE
		ForgeEndertech-1.16.5-7.2.2.0-build.0202.jar      |Forge Endertech               |forgeendertech                |7.2.2.0             |DONE      |Manifest: NOSIGNATURE
		Goety-1.13.0.jar                                  |Goety                         |goety                         |1.13.0              |DONE      |Manifest: NOSIGNATURE
		CTM-MC1.16.1-1.1.2.6.jar                          |ConnectedTexturesMod          |ctm                           |MC1.16.1-1.1.2.6    |DONE      |Manifest: NOSIGNATURE
		YungsApi-1.16.4-Forge-13.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |DONE      |Manifest: NOSIGNATURE
		Powah-1.16.5-2.3.16.jar                           |Powah                         |powah                         |2.3.16              |DONE      |Manifest: NOSIGNATURE
		cabletiers-1.16.5-0.544.jar                       |Cable Tiers                   |cabletiers                    |1.16.5-0.544        |DONE      |Manifest: NOSIGNATURE
		rangedpumps-0.8.2.jar                             |Ranged Pumps                  |rangedpumps                   |0.8.2               |DONE      |Manifest: NOSIGNATURE
		jumbofurnace-1.16.4-2.2.0.1.jar                   |Jumbo Furnace                 |jumbofurnace                  |1.16.4-2.2.0.1      |DONE      |Manifest: NOSIGNATURE
		WitherSkeletonTweaks-1.16.5-5.4.1.jar             |Wither Skeleton Tweaks        |wstweaks                      |5.4.1               |DONE      |Manifest: NOSIGNATURE
		Shrink-1.16.5-1.1.6.jar                           |Shrink                        |shrink                        |1.1.6               |DONE      |Manifest: NOSIGNATURE
		reliquary-1.16.5-1.3.5.1124.jar                   |Reliquary                     |xreliquary                    |1.16.5-1.3.5.1124   |DONE      |Manifest: NOSIGNATURE
		universalgrid-1.16.5-1.031.jar                    |Universal Grid                |universalgrid                 |1.16.5-1.031        |DONE      |Manifest: NOSIGNATURE
		randompatches-2.4.4-forge.jar                     |RandomPatches                 |randompatches                 |2.4.4-forge         |DONE      |Manifest: 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
		Apotheosis-1.16.5-4.8.4.jar                       |Apotheosis                    |apotheosis                    |4.8.4               |DONE      |Manifest: NOSIGNATURE
		WaterStrainer-1.16.3-10.0.0.jar                   |Water Strainer                |waterstrainer                 |1.16.3-10.0.0       |DONE      |Manifest: NOSIGNATURE
		dynviewdist-2.0.jar                               |Dynamic view distance         |dynview                       |1.8                 |DONE      |Manifest: NOSIGNATURE
		TMechworks-1.16.3+-2.2.5.jar                      |Tinkers' Mechworks            |tmechworks                    |2.2.5               |DONE      |Manifest: NOSIGNATURE
		JustEnoughResources-1.16.5-0.12.1.133.jar         |Just Enough Resources         |jeresources                   |0.12.1.133          |DONE      |Manifest: NOSIGNATURE
		DeLogger-3.0.4-build.20+mc1.16.5.jar              |DeLogger                      |delogger                      |3.0.4-build.20+mc1.1|DONE      |Manifest: NOSIGNATURE
		shetiphiancore-1.16-3.8.6.jar                     |ShetiPhian-Core               |shetiphiancore                |3.8.6               |DONE      |Manifest: NOSIGNATURE
		supplementaries-1.16.5-0.18.4.jar                 |Supplementaries               |supplementaries               |0.18.2              |DONE      |Manifest: NOSIGNATURE
		refinedstorage-1.9.17.jar                         |Refined Storage               |refinedstorage                |1.9.17              |DONE      |Manifest: NOSIGNATURE
		novillagerdm-1.0.1.jar                            |No Villager Death Messages    |novillagerdm                  |1.0.1               |DONE      |Manifest: NOSIGNATURE
		AdvancementPlaques-1.16.5-1.4.1.jar               |Advancement Plaques           |advancementplaques            |1.4.1               |DONE      |Manifest: NOSIGNATURE
		PackMenu-1.16.5-2.5.0.jar                         |PackMenu                      |packmenu                      |2.5.0               |DONE      |Manifest: NOSIGNATURE
		alltheores-1.3.6-1.16.5-36.1.0.jar                |AllTheOres                    |alltheores                    |1.3.6-1.16.5-36.1.0 |DONE      |Manifest: NOSIGNATURE
		industrial-foregoing-1.16.5-3.2.14.7-16.jar       |Industrial Foregoing          |industrialforegoing           |3.2.14.7            |DONE      |Manifest: NOSIGNATURE
		cleancut-mc1.16-2.2-forge.jar                     |Clean Cut                     |cleancut                      |2.2                 |DONE      |Manifest: NOSIGNATURE
		torchmaster-2.3.8.jar                             |Torchmaster                   |torchmaster                   |2.3.8               |DONE      |Manifest: NOSIGNATURE
		repurposed_structures_forge-3.4.7+1.16.5.jar      |Repurposed Structures         |repurposed_structures         |3.4.7+1.16.5        |DONE      |Manifest: NOSIGNATURE
		fastfurnaceminusreplacement-1.1-1.16.3.jar        |Fast Furnace Minus Replacement|fastfurnaceminusreplacement   |1.1-1.16.3          |DONE      |Manifest: NOSIGNATURE
		BiomesOPlenty-1.16.5-13.1.0.485-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.5-13.1.0.485   |DONE      |Manifest: NOSIGNATURE
		ironfurnaces-1.16.5-2.7.7.jar                     |Iron Furnaces                 |ironfurnaces                  |2.7.7               |DONE      |Manifest: NOSIGNATURE
		mcw-trapdoors-1.0.5-mc1.16.5.jar                  |Macaw's Trapdoors             |mcwtrpdoors                   |1.0.5               |DONE      |Manifest: NOSIGNATURE
		silent-gear-1.16.5-2.6.30.jar                     |Silent Gear                   |silentgear                    |2.6.30              |DONE      |Manifest: NOSIGNATURE
		supermartijn642corelib-1.0.16-mc1.16.5.jar        |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.16              |DONE      |Manifest: NOSIGNATURE
		Botania-1.16.5-420.2.jar                          |Botania                       |botania                       |1.16.5-420.2        |DONE      |Manifest: NOSIGNATURE
		SpawnerFix-1.16.2-1.0.0.2.jar                     |Spawner Fix                   |sf                            |1.0.0.2             |DONE      |Manifest: NOSIGNATURE
		spark-forge.jar                                   |spark                         |spark                         |1.6.0               |DONE      |Manifest: NOSIGNATURE
		portality-1.16.5-3.2.5.jar                        |Portality                     |portality                     |3.2.5               |DONE      |Manifest: NOSIGNATURE
		curios-forge-1.16.5-4.0.5.3.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.3      |DONE      |Manifest: NOSIGNATURE
		corail_woodcutter-1.16-2.0.1.jar                  |Corail Woodcutter             |corail_woodcutter             |2.0.1               |DONE      |Manifest: NOSIGNATURE
		tanknull-2.3-1.16.4.jar                           |Tank Null                     |tanknull                      |2.3-1.16.4          |DONE      |Manifest: NOSIGNATURE
		angelring-1.16.5-1.3.4.1.jar                      |Angel Ring                    |angelring                     |1.3.4.1             |DONE      |Manifest: NOSIGNATURE
		tombstone-6.7.4-1.16.5.jar                        |Corail Tombstone              |tombstone                     |6.7.4               |DONE      |Manifest: NOSIGNATURE
		ExtraStorage-1.16.5-1.6.1.jar                     |Extra Storage                 |extrastorage                  |1.6.1               |DONE      |Manifest: NOSIGNATURE
		NaturesAura-34.3.jar                              |Nature's Aura                 |naturesaura                   |34.3                |DONE      |Manifest: NOSIGNATURE
		constructionwand-1.16.5-2.6.jar                   |Construction Wand             |constructionwand              |1.16.5-2.6          |DONE      |Manifest: NOSIGNATURE
		mcw-roofs-2.1.1-mc1.16.5.jar                      |Macaw's Roofs                 |mcwroofs                      |2.1.1               |DONE      |Manifest: NOSIGNATURE
		cfm-7.0.0pre22-1.16.3.jar                         |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre22         |DONE      |Manifest: NOSIGNATURE
		observerlib-1.16.5-1.5.3.jar                      |ObserverLib                   |observerlib                   |1.16.5-1.5.3        |DONE      |Manifest: NOSIGNATURE
		globalxp-1.16.5-v1.9.jar                          |Global XP                     |globalxp                      |v1.9                |DONE      |Manifest: NOSIGNATURE
		cloth-config-4.14.54-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.14.54             |DONE      |Manifest: NOSIGNATURE
		AdChimneys-1.16.5-6.0.12.3-build.0207.jar         |Advanced Chimneys             |adchimneys                    |6.0.12.3            |DONE      |Manifest: NOSIGNATURE
		FastLeafDecay-v25.2.jar                           |FastLeafDecay                 |fastleafdecay                 |v25.2               |DONE      |Manifest: NOSIGNATURE
		CodeChickenLib-1.16.5-4.0.7.445-universal.jar     |CodeChicken Lib               |codechickenlib                |4.0.7.445           |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
		CBMultipart-1.16.5-3.0.4.123-universal.jar        |CBMultipart                   |cb_multipart                  |3.0.4.123           |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
		Babel-1.0.5.jar                                   |Babel                         |babel                         |1.0.5               |DONE      |Manifest: NOSIGNATURE
		JEPB-1.0.0.jar                                    |Just Enough Piglin Bartering  |jepb                          |1.0.0               |DONE      |Manifest: NOSIGNATURE
		BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |DONE      |Manifest: NOSIGNATURE
		geckolib-forge-1.16.5-3.0.65.jar                  |GeckoLib                      |geckolib3                     |3.0.65              |DONE      |Manifest: NOSIGNATURE
		SaveMyStronghold-1.16.4-1.0.jar                   |Save My Stronghold!           |savemystronghold              |1.16.4-1.0          |DONE      |Manifest: NOSIGNATURE
		ClientTweaks_1.16.3-5.3.0.jar                     |Client Tweaks                 |clienttweaks                  |5.3.0               |DONE      |Manifest: NOSIGNATURE
		nomowanderer_MC1.16.5_1.2.jar                     |NoMoWanderer                  |nomowanderer                  |1.16.5_1.2          |DONE      |Manifest: NOSIGNATURE
		woot-1.16.5-1.0.8.3.jar                           |Woot                          |woot                          |1.16.5-1.0.8.3      |DONE      |Manifest: NOSIGNATURE
		bagofyurting-1.16.4-1.2.0.1.jar                   |Bag of Yurting                |bagofyurting                  |1.2.0.1             |DONE      |Manifest: NOSIGNATURE
		jei-1.16.5-7.7.1.152.jar                          |Just Enough Items             |jei                           |7.7.1.152           |DONE      |Manifest: NOSIGNATURE
		jei-professions-1.0.0-1.16.4.jar                  |JEI Professions               |jeiprofessions                |1.0.0               |DONE      |Manifest: NOSIGNATURE
		AttributeFix-1.16.5-10.1.3.jar                    |AttributeFix                  |attributefix                  |10.1.3              |DONE      |Manifest: 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
		Mekanism-1.16.5-10.1.2.457.jar                    |Mekanism                      |mekanism                      |10.1.2              |DONE      |Manifest: NOSIGNATURE
		caelus-forge-1.16.5-2.1.3.2.jar                   |Caelus API                    |caelus                        |1.16.5-2.1.3.2      |DONE      |Manifest: NOSIGNATURE
		AllTheCompressed-1.0.4-1.16.5-36.2.29.jar         |AllTheCompressed              |allthecompressed              |1.0.4-1.16.5-36.2.29|DONE      |Manifest: NOSIGNATURE
		invtweaks-1.16.4-1.0.1.jar                        |Inventory Tweaks Renewed      |invtweaks                     |1.16.4-1.0.1        |DONE      |Manifest: NOSIGNATURE
		shutupexperimentalsettings-1.0.3.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.3               |DONE      |Manifest: NOSIGNATURE
		NaturesCompass-1.16.5-1.9.1-forge.jar             |Nature's Compass              |naturescompass                |1.16.5-1.9.1-forge  |DONE      |Manifest: NOSIGNATURE
		catjammies-1.1.0.jar                              |CatJammies                    |catjammies                    |NONE                |DONE      |Manifest: NOSIGNATURE
		LibX-1.16.3-1.0.76.jar                            |LibX                          |libx                          |1.16.3-1.0.76       |DONE      |Manifest: NOSIGNATURE
		compactmachines-4.0.0-beta.2.jar                  |Compact Machines 4            |compactmachines               |4.0.0-beta.2        |DONE      |Manifest: NOSIGNATURE
		phosphophyllite-1.16.5-0.5.1.jar                  |Phosphophyllite               |phosphophyllite               |0.5.1               |DONE      |Manifest: NOSIGNATURE
		engineerstools-1.16.5-1.1.7.jar                   |Engineer's Tools              |engineerstools                |1.1.7               |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
		curioofundying-forge-1.16.5-5.2.0.0.jar           |Curio of Undying              |curioofundying                |1.16.5-5.2.0.0      |DONE      |Manifest: NOSIGNATURE
		FarmingForBlockheads_1.16.5-7.3.1.jar             |Farming for Blockheads        |farmingforblockheads          |7.3.1               |DONE      |Manifest: NOSIGNATURE
		pneumaticcraft-repressurized-1.16.5-2.15.4-312.jar|PneumaticCraft: Repressurized |pneumaticcraft                |1.16.5-2.15.4-312   |DONE      |Manifest: NOSIGNATURE
		pedestals-0.8s_hotfix_6.jar                       |Pedestals                     |pedestals                     |0.8s_hotfix_6       |DONE      |Manifest: NOSIGNATURE
		extradisks-1.16.4-1.5.1.jar                       |Extra Disks                   |extradisks                    |1.5.1               |DONE      |Manifest: NOSIGNATURE
		ImmersivePetroleum-1.16.5-3.3.0-11.jar            |Immersive Petroleum           |immersivepetroleum            |3.3.0-11            |DONE      |Manifest: NOSIGNATURE
		ironchest-1.16.5-11.2.21.jar                      |Iron Chests                   |ironchest                     |1.16.5-11.2.21      |DONE      |Manifest: NOSIGNATURE
		MythicBotany-1.16.5-1.4.19.jar                    |MythicBotany                  |mythicbotany                  |1.16.5-1.4.19       |DONE      |Manifest: NOSIGNATURE
		IntegratedCrafting-1.16.5-1.0.20.jar              |IntegratedCrafting            |integratedcrafting            |1.0.20              |DONE      |Manifest: NOSIGNATURE
		forge-1.16.5-36.2.31-client.jar                   |Minecraft                     |minecraft                     |1.16.5              |DONE      |Manifest: NOSIGNATURE
		logprot-1.16-1.5.jar                              |Logprot                       |logprot                       |1.4                 |DONE      |Manifest: NOSIGNATURE
		theoneprobe-1.16-3.1.5.jar                        |The One Probe                 |theoneprobe                   |1.16-3.1.5          |DONE      |Manifest: NOSIGNATURE
		MouseTweaks-2.14-mc1.16.2.jar                     |Mouse Tweaks                  |mousetweaks                   |2.14                |DONE      |Manifest: NOSIGNATURE
		useful_railroads-1.16.5-1.4.6.38.jar              |Useful Railroads              |usefulrailroads               |1.4.6.38            |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
		pamhc2crops-1.16.3-1.0.2.jar                      |Pam's HarvestCraft 2 Crops    |pamhc2crops                   |version             |DONE      |Manifest: NOSIGNATURE
		creativeapiary-1.16.5-1.72.jar                    |Creative Apiary               |creativeapiary                |1.16.5-1.72         |DONE      |Manifest: NOSIGNATURE
		Ding-1.16.5-1.3.0.jar                             |Ding                          |ding                          |1.3.0               |DONE      |Manifest: NOSIGNATURE
		jeiintegration_1.16.5-7.0.1.15.jar                |JEI Integration               |jeiintegration                |7.0.1.15            |DONE      |Manifest: NOSIGNATURE
		pipez-1.16.5-1.2.15.jar                           |Pipez                         |pipez                         |1.16.5-1.2.15       |DONE      |Manifest: NOSIGNATURE
		flywheel-1.16-0.2.5.jar                           |Flywheel                      |flywheel                      |1.16-0.2.5          |DONE      |Manifest: NOSIGNATURE
		Mantle-1.16.5-1.6.157.jar                         |Mantle                        |mantle                        |1.6.157             |DONE      |Manifest: NOSIGNATURE
		IntegratedDynamics-1.16.5-1.10.8.jar              |IntegratedDynamics            |integrateddynamics            |1.10.8              |DONE      |Manifest: NOSIGNATURE
		integratednbt-1.16.4-1.4.2.jar                    |Integrated NBT                |integratednbt                 |version             |DONE      |Manifest: NOSIGNATURE
		pamhc2foodcore-1.16.3-1.0.2.jar                   |Pam's HarvestCraft 2 Food Core|pamhc2foodcore                |version             |DONE      |Manifest: NOSIGNATURE
		ftb-backups-2.1.2.2.jar                           |FTB Backups                   |ftbbackups                    |2.1.2.2             |DONE      |Manifest: NOSIGNATURE
		polymorph-forge-1.16.5-0.25.jar                   |Polymorph                     |polymorph                     |1.16.5-0.25         |DONE      |Manifest: NOSIGNATURE
		AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |DONE      |Manifest: NOSIGNATURE
		entityculling-forge-mc1.16.5-1.5.1.jar            |EntityCulling                 |entityculling                 |1.5.1               |DONE      |Manifest: NOSIGNATURE
		structurize-1.16.5-1.0.355-ALPHA.jar              |Structurize                   |structurize                   |1.16.5-1.0.355-ALPHA|DONE      |Manifest: NOSIGNATURE
		norecipeadvancements-1.0.1.jar                    |No Recipe Advancements        |norecipeadvancements          |1.0.1               |DONE      |Manifest: NOSIGNATURE
		creativecrafter-1.16.5-0.1521.jar                 |Creative Crafter              |creativecrafter               |1.16.5-0.1521       |DONE      |Manifest: NOSIGNATURE
		PickleTweaks-1.16.5-5.2.6.jar                     |Pickle Tweaks                 |pickletweaks                  |5.2.6               |DONE      |Manifest: NOSIGNATURE
		lootr-1.16.5-0.1.12.40.jar                        |Lootr                         |lootr                         |0.1.12.40           |DONE      |Manifest: NOSIGNATURE
		allthetweaks-1.4.5-1.16.5-36.1.13.jar             |All The Tweaks                |allthetweaks                  |1.4.5-1.16.5-36.1.13|DONE      |Manifest: NOSIGNATURE
		byg-1.3.5.jar                                     |Oh The Biomes You'll Go       |byg                           |1.3.4               |DONE      |Manifest: NOSIGNATURE
		extremeSoundMuffler-3.18_1.16.5.jar               |Extreme Sound Muffler         |extremesoundmuffler           |3.18_forge-1.16.5   |DONE      |Manifest: NOSIGNATURE
		CosmeticArmorReworked-1.16.5-v4a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.16.5-v4a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
		xptome-1.16.5-v2.1.4.jar                          |XP Tome                       |xpbook                        |v2.1.4              |DONE      |Manifest: NOSIGNATURE
		DefaultOptions_1.16.5-12.2.1.jar                  |Default Options               |defaultoptions                |12.2.1              |DONE      |Manifest: NOSIGNATURE
		rsrequestify-1.16.5-2.1.6.jar                     |RSRequestify                  |rsrequestify                  |2.1.6               |DONE      |Manifest: NOSIGNATURE
		CyclopsCore-1.16.5-1.12.2.jar                     |Cyclops Core                  |cyclopscore                   |1.12.2              |DONE      |Manifest: NOSIGNATURE
		astralsorcery-1.16-1.16.5-1.13.12.jar             |Astral Sorcery                |astralsorcery                 |1.16.5-1.13.12      |DONE      |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7
		NetherPortalFix_1.16.3-7.2.1.jar                  |NetherPortalFix               |netherportalfix               |7.2.1               |DONE      |Manifest: NOSIGNATURE
		aiotbotania-1.16.5-1.8.4.jar                      |AIOT Botania                  |aiotbotania                   |1.8.4               |DONE      |Manifest: NOSIGNATURE
		advancedperipherals-1.16.5-0.7.7.1r.jar           |Advanced Peripherals          |advancedperipherals           |0.7.7.1r            |DONE      |Manifest: NOSIGNATURE
		tinyredstone-1.16.5-1.13.3.jar                    |Tiny Redstone                 |tinyredstone                  |1.16.5-1.13.3       |DONE      |Manifest: NOSIGNATURE
		eidolon-0.2.7.jar                                 |Eidolon                       |eidolon                       |0.2.7               |DONE      |Manifest: NOSIGNATURE
		managear-1.16.3-2.2.3.jar                         |Mana Gear                     |managear                      |1.16.3-2.2.3        |DONE      |Manifest: NOSIGNATURE
		JustEnoughCalculation-1.16.5-3.8.6.jar            |Just Enough Calculation       |jecalculation                 |3.8.6               |DONE      |Manifest: NOSIGNATURE
		incontrol-1.16-5.2.6.jar                          |InControl                     |incontrol                     |1.16-5.2.6          |DONE      |Manifest: NOSIGNATURE
		connectivity-2.4-1.16.5.jar                       |Connectivity Mod              |connectivity                  |2.4-1.16.5          |DONE      |Manifest: NOSIGNATURE
		rsgauges-1.16.5-1.2.14.jar                        |Gauges and Switches           |rsgauges                      |1.2.14              |DONE      |Manifest: NOSIGNATURE
		findme-1.16.3-2.2.1.0.jar                         |Find Me                       |findme                        |2.2.1               |DONE      |Manifest: NOSIGNATURE
		glassential-forge-1.16.5-1.1.7.jar                |Glassential                   |glassential                   |1.1.7               |DONE      |Manifest: NOSIGNATURE
		TerraForged-1.16.5-0.2.16-BETA-2.jar              |TerraForged                   |terraforged                   |0.2.16-BETA-2       |DONE      |Manifest: 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
		configurableextramobdrops_1.16.5-1.8.jar          |Configurable Extra Mob Drops  |configurableextramobdrops     |1.8                 |DONE      |Manifest: NOSIGNATURE
		CookingForBlockheads_1.16.5-9.3.4.jar             |Cooking for Blockheads        |cookingforblockheads          |9.3.4               |DONE      |Manifest: NOSIGNATURE
		Controlling-7.0.0.28.jar                          |Controlling                   |controlling                   |7.0.0.28            |DONE      |Manifest: NOSIGNATURE
		Placebo-1.16.5-4.6.1.jar                          |Placebo                       |placebo                       |4.6.1               |DONE      |Manifest: NOSIGNATURE
		dankstorage-1.16.5-3.20.jar                       |Dank Storage                  |dankstorage                   |1.16.5-3.20         |DONE      |Manifest: NOSIGNATURE
		citadel-1.8.1-1.16.5.jar                          |Citadel                       |citadel                       |1.8.1               |DONE      |Manifest: NOSIGNATURE
		iceandfire-2.1.9-1.16.5.jar                       |Ice and Fire                  |iceandfire                    |2.1.9-1.16.5        |DONE      |Manifest: NOSIGNATURE
		allthemodium-1.5.18-1.16.5-36.1.23.jar            |Allthemodium                  |allthemodium                  |1.5.18-1.16.5-36.1.2|DONE      |Manifest: NOSIGNATURE
		mightyarchitect-mc1.16.3_v0.5.jar                 |The Mighty Architect          |mightyarchitect               |0.5                 |DONE      |Manifest: NOSIGNATURE
		potionsmaster-0.2.2-1.16.5-36.1.0.jar             |Potions Master                |potionsmaster                 |0.2.2-1.16.5-36.1.0 |DONE      |Manifest: NOSIGNATURE
		moreminecarts-1.3.15.jar                          |More Minecarts                |moreminecarts                 |1.3.15              |DONE      |Manifest: NOSIGNATURE
		culinaryconstruct-forge-1.16.5-4.0.0.7.jar        |Culinary Construct            |culinaryconstruct             |1.16.5-4.0.0.7      |DONE      |Manifest: NOSIGNATURE
		cartographer-0.0.2-1.16.5-36.0.52.jar             |Cartographer                  |cartographer                  |0.0.2-1.16.5-36.0.52|DONE      |Manifest: NOSIGNATURE
		Bookshelf-Forge-1.16.5-10.4.31.jar                |Bookshelf                     |bookshelf                     |10.4.31             |DONE      |Manifest: 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
		DarkUtilities-1.16.5-8.0.11.jar                   |Dark Utilities                |darkutils                     |8.0.11              |DONE      |Manifest: 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
		BotanyPots-1.16.5-7.1.31.jar                      |BotanyPots                    |botanypots                    |7.1.31              |DONE      |Manifest: 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
		BotanyTrees-1.16.5-3.0.6.jar                      |BotanyTrees                   |botanytrees                   |3.0.6               |DONE      |Manifest: 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
		sophisticatedbackpacks-1.16.5-3.15.13.560.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.16.5-3.15.13.560  |DONE      |Manifest: NOSIGNATURE
		u_team_core-1.16.5-3.2.1.196.jar                  |U Team Core                   |uteamcore                     |3.2.1.196           |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
		buildinggadgets-1.16.5-3.8.2.jar                  |Building Gadgets              |buildinggadgets               |3.8.2               |DONE      |Manifest: NOSIGNATURE
		FramedBlocks-2.14.2.jar                           |FramedBlocks                  |framedblocks                  |2.14.2              |DONE      |Manifest: NOSIGNATURE
		forge-1.16.5-36.2.31-universal.jar                |Forge                         |forge                         |36.2.31             |DONE      |Manifest: 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
		cofh_core-1.16.5-1.4.2.9.jar                      |CoFH Core                     |cofh_core                     |1.4.2.9             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		thermal_foundation-1.16.5-1.4.3.10.jar            |Thermal Series                |thermal                       |1.4.3.10            |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		thermal_innovation-1.16.5-1.4.1.3.jar             |Thermal Innovation            |thermal_innovation            |1.4.1.3             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		thermal_locomotion-1.16.5-1.4.1.2.jar             |Thermal Locomotion            |thermal_locomotion            |1.4.1.2             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		Psi 1.16-97.jar                                   |Psi                           |psi                           |1.16-96             |DONE      |Manifest: NOSIGNATURE
		thermal_cultivation-1.16.5-1.4.1.3.jar            |Thermal Cultivation           |thermal_cultivation           |1.4.1.3             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		appleskin-forge-mc1.16.x-2.4.0.jar                |AppleSkin                     |appleskin                     |2.4.0+mc1.16.4      |DONE      |Manifest: NOSIGNATURE
		Aquaculture-1.16.5-2.1.22.jar                     |Aquaculture 2                 |aquaculture                   |1.16.5-2.1.22       |DONE      |Manifest: NOSIGNATURE
		mcw-doors-1.0.6-mc1.16.5.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.6               |DONE      |Manifest: NOSIGNATURE
		LightingWand-1.16.4-1.8.1.jar                     |Lighting Wand                 |lightingwand                  |1.8.1               |DONE      |Manifest: NOSIGNATURE
		jeed-1.16.5-1.6.jar                               |Just Enough Effect Description|jeed                          |1.16.5-1.6          |DONE      |Manifest: NOSIGNATURE
		MekanismGenerators-1.16.5-10.1.2.457.jar          |Mekanism: Generators          |mekanismgenerators            |10.1.2              |DONE      |Manifest: NOSIGNATURE
		FpsReducer-forge-1.24-mc1.16.5.jar                |FPS Reducer                   |fpsreducer                    |1.24-mc1.16.5       |DONE      |Manifest: NOSIGNATURE
		XNetGases-1.16.5-2.3.9.jar                        |XNet Gases                    |xnetgases                     |2.3.9               |DONE      |Manifest: NOSIGNATURE
		MmmMmmMmmMmm-1.16.5-1.3.1.jar                     |MmmMmmMmmMmm                  |dummmmmmy                     |1.3.0               |DONE      |Manifest: NOSIGNATURE
		absentbydesign-1.16.5-1.5.2.jar                   |Absent By Design Mod          |absentbydesign                |1.16.5-1.5.2        |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		twilightforest-1.16.5-4.0.870-universal.jar       |The Twilight Forest           |twilightforest                |NONE                |DONE      |Manifest: NOSIGNATURE
		mob_grinding_utils-1.16.5-0.4.32.jar              |Mob Grinding Utils            |mob_grinding_utils            |1.16.5-0.4.32       |DONE      |Manifest: NOSIGNATURE
		RSInfinityBooster-1.16.5-1.1+13.jar               |RSInfinityBooster             |rsinfinitybooster             |1.16.5-1.1+13       |DONE      |Manifest: NOSIGNATURE
		EquipmentCompare-1.16.5-1.2.7.jar                 |Equipment Compare             |equipmentcompare              |1.2.7               |DONE      |Manifest: NOSIGNATURE
		chipped-1.16.5-1.2.1-forge.jar                    |Chipped                       |chipped                       |1.16.5-1.2.1-forge  |DONE      |Manifest: NOSIGNATURE
		chocolate-1.3.0-1.16.4.jar                        |Chocolate                     |chocolate                     |1.3.0-1.16.4        |DONE      |Manifest: NOSIGNATURE
		mcw-bridges-2.0.2-mc1.16.5.jar                    |Macaw's Bridges               |mcwbridges                    |2.0.2               |DONE      |Manifest: NOSIGNATURE
		useful_backpacks-1.16.5-1.12.1.90.jar             |Useful Backpacks              |usefulbackpacks               |1.12.1.90           |DONE      |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
		ResourcefulBees-1.16.5-0.10.5.jar                 |Resourceful Bees              |resourcefulbees               |1.16.5-0.10.5       |DONE      |Manifest: NOSIGNATURE
		HostileNeuralNetworks-1.16.5-1.0.6.jar            |Hostile Neural Networks       |hostilenetworks               |1.0.6               |DONE      |Manifest: NOSIGNATURE
		entangled-1.3.10-mc1.16.jar                       |Entangled                     |entangled                     |1.3.10              |DONE      |Manifest: NOSIGNATURE
		endertanks-1.16-1.9.7.jar                         |EnderTanks                    |endertanks                    |1.9.7               |DONE      |Manifest: NOSIGNATURE
		CommonCapabilities-1.16.5-2.8.0.jar               |CommonCapabilities            |commoncapabilities            |2.8.0               |DONE      |Manifest: NOSIGNATURE
		crashutilities-3.13.jar                           |Crash Utilities               |crashutilities                |3.13                |DONE      |Manifest: NOSIGNATURE
		Compressium-1.16.5-1.2.3.jar                      |Compressium                   |compressium                   |1.2.custom          |DONE      |Manifest: NOSIGNATURE
		getittogetherdrops-1.16.5-v1.2.jar                |Get It Together, Drops!       |getittogetherdrops            |1.16.5-v1.2         |DONE      |Manifest: NOSIGNATURE
		MekanismAdditions-1.16.5-10.1.2.457.jar           |Mekanism: Additions           |mekanismadditions             |10.1.2              |DONE      |Manifest: NOSIGNATURE
		valkyrielib-1.16.5-3.0.9.5.jar                    |ValkyrieLib                   |valkyrielib                   |1.16.5-3.0.9.5      |DONE      |Manifest: NOSIGNATURE
		envirocore-1.16.5-3.0.9.3.jar                     |Environmental Core            |envirocore                    |1.16.5-3.0.9.3      |DONE      |Manifest: NOSIGNATURE
		envirotech-1.16.5-3.0.9.4.jar                     |Environmental Tech            |envirotech                    |1.16.5-3.0.9.4      |DONE      |Manifest: NOSIGNATURE
		Lollipop-1.16.5-3.2.9.jar                         |Lollipop                      |lollipop                      |3.2.9               |DONE      |Manifest: NOSIGNATURE
		mcw-fences-1.0.3-mc1.16.5.jar                     |Macaw's Fences and Walls      |mcwfences                     |1.0.3               |DONE      |Manifest: NOSIGNATURE
		simplylight-1.16.5-1.4.0-build.24.jar             |Simply Light                  |simplylight                   |1.16.5-1.4.0-build.2|DONE      |Manifest: NOSIGNATURE
		tgcropesmod-1.16.2-1.1.0.jar                      |Ropes Mod                     |tgcropesmod                   |1.16.2-1.1.0        |DONE      |Manifest: NOSIGNATURE
		atmadditions-1.16.5-1.0.2.jar                     |All The Mods: Additions       |atmadditions                  |1.16.5-1.0.2        |DONE      |Manifest: NOSIGNATURE
		pamhc2foodextended-1.16.3-1.0.4.jar               |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended            |version             |DONE      |Manifest: NOSIGNATURE
		SolarFluxReborn-1.16.5-16.3.9.jar                 |Solar Flux Reborn             |solarflux                     |16.3.9              |DONE      |Manifest: NOSIGNATURE
		dpanvil-1.16.5-1.3.1.jar                          |DataPack Anvil                |dpanvil                       |1.16.5-1.3.1        |DONE      |Manifest: NOSIGNATURE
		Patchouli-1.16.4-53.2.jar                         |Patchouli                     |patchouli                     |1.16.4-53.2         |DONE      |Manifest: NOSIGNATURE
		ars_nouveau-1.16.5-1.24.20.jar                    |Ars Nouveau                   |ars_nouveau                   |1.24.20             |DONE      |Manifest: NOSIGNATURE
		collective-1.16.5-4.25.jar                        |Collective                    |collective                    |4.25                |DONE      |Manifest: NOSIGNATURE
		betterbiomeblend-1.16.4-1.2.9-forge.jar           |Better Biome Blend            |betterbiomeblend              |1.16.4-1.2.9-forge  |DONE      |Manifest: NOSIGNATURE
		time-in-a-bottle-1.1.0.jar                        |Time In A Bottle              |tiab                          |1.1.0               |DONE      |Manifest: NOSIGNATURE
		thermal_expansion-1.16.5-1.4.2.4.jar              |Thermal Expansion             |thermal_expansion             |1.4.2.4             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		IntegratedTunnels-1.16.5-1.8.9.jar                |IntegratedTunnels             |integratedtunnels             |1.8.9               |DONE      |Manifest: NOSIGNATURE
		DrawersTooltip-1.16.2-2.1.1.jar                   |Drawers Tooltip               |drawerstooltip                |2.1.1               |DONE      |Manifest: NOSIGNATURE
		MysticalCustomization-1.16.5-2.1.7.jar            |Mystical Customization        |mysticalcustomization         |2.1.7               |DONE      |Manifest: NOSIGNATURE
		lostcities-1.16-4.0.11-beta.jar                   |LostCities                    |lostcities                    |1.16-4.0.11-beta    |DONE      |Manifest: NOSIGNATURE
		elevatorid-1.16.5-1.7.13.jar                      |Elevator Mod                  |elevatorid                    |1.16.5-1.7.13       |DONE      |Manifest: NOSIGNATURE
		GunpowderLib-1.16.5-1.2.2.jar                     |GunpowderLib                  |gunpowderlib                  |1.16.5-1.2.2        |DONE      |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20
		ftb-ultimine-forge-1605.3.1-build.45.jar          |FTB Ultimine                  |ftbultimine                   |1605.3.1-build.45   |DONE      |Manifest: NOSIGNATURE
		BetterStrongholds-1.16.4-1.2.1.jar                |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.2.1        |DONE      |Manifest: NOSIGNATURE
		buildersaddition-1.16.5-20210807a.jar             |Builders Crafts & Addition    |buildersaddition              |1.16.5-20210807a    |DONE      |Manifest: NOSIGNATURE
		Runelic-1.16.5-7.0.2.jar                          |Runelic                       |runelic                       |7.0.2               |DONE      |Manifest: 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
		starterkit_1.16.5-3.1.jar                         |Starter Kit                   |starterkit                    |3.1                 |DONE      |Manifest: NOSIGNATURE
		MekanismTools-1.16.5-10.1.2.457.jar               |Mekanism: Tools               |mekanismtools                 |10.1.2              |DONE      |Manifest: NOSIGNATURE
		architectury-1.30.56.jar                          |Architectury                  |architectury                  |1.30.56             |DONE      |Manifest: NOSIGNATURE
		ftb-library-forge-1605.3.4-build.90.jar           |FTB Library                   |ftblibrary                    |1605.3.4-build.90   |DONE      |Manifest: NOSIGNATURE
		ftb-teams-forge-1605.2.3-build.40.jar             |FTB Teams                     |ftbteams                      |1605.2.3-build.40   |DONE      |Manifest: NOSIGNATURE
		ftb-ranks-forge-1605.1.5-build.16.jar             |FTB Ranks                     |ftbranks                      |1605.1.5-build.16   |DONE      |Manifest: NOSIGNATURE
		curiouselytra-forge-1.16.5-4.0.2.4.jar            |Curious Elytra                |curiouselytra                 |1.16.5-4.0.2.4      |DONE      |Manifest: NOSIGNATURE
		cc-tweaked-1.16.5-1.100.4.jar                     |CC: Tweaked                   |computercraft                 |1.100.4             |DONE      |Manifest: NOSIGNATURE
		ProjectRed-1.16.5-4.11.0-core.jar                 |ProjectRed Core               |projectred-core               |4.11.0              |DONE      |Manifest: NOSIGNATURE
		energymeter-1.16.5-1.6.1.jar                      |Energy Meter                  |energymeter                   |1.6.1               |DONE      |Manifest: NOSIGNATURE
		ProjectRed-1.16.5-4.11.0-exploration.jar          |ProjectRed Exploration        |projectred-exploration        |4.11.0              |DONE      |Manifest: NOSIGNATURE
		ProjectRed-1.16.5-4.11.0-integration.jar          |ProjectRed Integration        |projectred-integration        |4.11.0              |DONE      |Manifest: NOSIGNATURE
		ProjectRed-1.16.5-4.11.0-illumination.jar         |ProjectRed Illumination       |projectred-illumination       |4.11.0              |DONE      |Manifest: NOSIGNATURE
		ProjectRed-1.16.5-4.11.0-transmission.jar         |ProjectRed Transmission       |projectred-transmission       |4.11.0              |DONE      |Manifest: NOSIGNATURE
		light-overlay-5.8.1.jar                           |Light Overlay                 |lightoverlay                  |5.8.1               |DONE      |Manifest: NOSIGNATURE
		trashcans-1.0.13-mc1.16.jar                       |Trash Cans                    |trashcans                     |1.0.13              |DONE      |Manifest: NOSIGNATURE
		TrampleStopper-2.6.1-build.22+mc1.16.5.jar        |Trample Stopper               |tramplestopper                |version             |DONE      |Manifest: NOSIGNATURE
		smallships-1.16.5-1.10.3.jar                      |Small Ships Mod               |smallships                    |1.10.3              |DONE      |Manifest: NOSIGNATURE
		bwncr-1.16.5-3.10.16.jar                          |Bad Wither No Cookie Reloaded |bwncr                         |1.16.5-3.10.16      |DONE      |Manifest: NOSIGNATURE
		observable-0.2.1-forge.jar                        |Observable                    |observable                    |0.2.1               |DONE      |Manifest: NOSIGNATURE
		Cyclic-1.16.5-1.5.14.jar                          |Cyclic                        |cyclic                        |1.16.5-1.5.14       |DONE      |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
		BetterAdvancements-1.16.5-0.1.1.115.jar           |Better Advancements           |betteradvancements            |0.1.1.115           |DONE      |Manifest: NOSIGNATURE
		rhino-forge-1605.1.5-build.75.jar                 |Rhino                         |rhino                         |1605.1.5-build.75   |DONE      |Manifest: NOSIGNATURE
		biggerreactors-1.16.5-0.5.1.jar                   |Bigger Reactors               |biggerreactors                |0.5.1               |DONE      |Manifest: NOSIGNATURE
		Cucumber-1.16.5-4.1.12.jar                        |Cucumber Library              |cucumber                      |4.1.12              |DONE      |Manifest: NOSIGNATURE
		TrashSlot_1.16.3-12.2.1.jar                       |TrashSlot                     |trashslot                     |12.2.1              |DONE      |Manifest: NOSIGNATURE
		pamhc2trees-1.16.3-1.0.1.jar                      |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees                   |1.0.1               |DONE      |Manifest: NOSIGNATURE
		flatbedrock-1.2.0-build.2+mc1.16.5.jar            |Flat Bedrock                  |flatbedrock                   |1.2.0-build.2+mc1.16|DONE      |Manifest: NOSIGNATURE
		craftingstation-4.2.jar                           |Crafting Station              |craftingstation               |4.2                 |DONE      |Manifest: NOSIGNATURE
		item-filters-forge-1605.2.5-build.9.jar           |Item Filters                  |itemfilters                   |1605.2.5-build.9    |DONE      |Manifest: NOSIGNATURE
		elementalcraft-1.16.5-2.7.17.jar                  |ElementalCraft                |elementalcraft                |1.16.5-2.7.17       |DONE      |Manifest: NOSIGNATURE
		platforms-1.16-1.7.12.jar                         |Platforms                     |platforms                     |1.7.12              |DONE      |Manifest: NOSIGNATURE
		metalbarrels-1.16.2-3.3b.jar                      |Metal Barrels                 |metalbarrels                  |1.16.2-3.3b         |DONE      |Manifest: NOSIGNATURE
		abnormals_core-1.16.5-3.3.1.jar                   |Abnormals Core                |abnormals_core                |3.3.1               |DONE      |Manifest: NOSIGNATURE
		upgrade_aquatic-1.16.5-3.1.2.jar                  |Upgrade Aquatic               |upgrade_aquatic               |3.1.2               |DONE      |Manifest: NOSIGNATURE
		ponderjs-1.16.5-1.0.3d.jar                        |Ponderjs                      |ponderjs                      |1.16.5-1.0.3d       |DONE      |Manifest: NOSIGNATURE
		ae2extras-1.3.1-1.16.5.jar                        |AE2 Extras                    |ae2extras                     |1.3.1-1.16.5        |DONE      |Manifest: NOSIGNATURE
		ensorcellation-1.16.5-1.4.1.2.jar                 |Ensorcellation                |ensorcellation                |1.4.1.2             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		create-mc1.16.5_v0.3.2g.jar                       |Create                        |create                        |v0.3.2g             |DONE      |Manifest: NOSIGNATURE
		ZYCraft-1.16.5-3.1.34.jar                         |ZYCraft                       |zycraft                       |3.1.34              |DONE      |Manifest: NOSIGNATURE
		Waystones_1.16.5-7.6.4.jar                        |Waystones                     |waystones                     |7.6.4               |DONE      |Manifest: NOSIGNATURE
		Clumps-6.0.0.28.jar                               |Clumps                        |clumps                        |6.0.0.28            |DONE      |Manifest: NOSIGNATURE
		enviromats-1.16.5-2.0.9.0.jar                     |Environmental Materials       |enviromats                    |2.0.9.0             |DONE      |Manifest: NOSIGNATURE
		comforts-forge-1.16.5-4.0.1.5.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.5      |DONE      |Manifest: NOSIGNATURE
		appliedenergistics2-8.4.7.jar                     |Applied Energistics 2         |appliedenergistics2           |8.4.7               |DONE      |Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
		lazierae2-1.16.5-1.1.4.jar                        |LazierAE2                     |lazierae2                     |1.1.4               |DONE      |Manifest: NOSIGNATURE
		Artifacts-1.16.5-2.10.5.jar                       |Artifacts                     |artifacts                     |1.16.5-2.10.5       |DONE      |Manifest: NOSIGNATURE
		framedcompactdrawers-1.16-2.2.1.jar               |Framed Compacting Drawers     |framedcompactdrawers          |1.16-2.2.1          |DONE      |Manifest: NOSIGNATURE
		configured-1.5.1-1.16.5.jar                       |Configured                    |configured                    |1.5.1               |DONE      |Manifest: NOSIGNATURE
		DimStorage-1.16.5-4.4.1.jar                       |DimStorage                    |dimstorage                    |4.4.1               |DONE      |Manifest: NOSIGNATURE
		DungeonCrawl-1.16.5-2.3.5.jar                     |Dungeon Crawl                 |dungeoncrawl                  |2.3.5               |DONE      |Manifest: NOSIGNATURE
		demagnetize-forge-1.16.2-1.2.2.jar                |Demagnetize                   |demagnetize                   |1.16.2-1.2.2        |DONE      |Manifest: NOSIGNATURE
		TravelAnchors-2.4.jar                             |Travel Anchors                |travel_anchors                |2.4                 |DONE      |Manifest: NOSIGNATURE
		lazydfu-0.1.3.jar                                 |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
		mcjtylib-1.16-5.1.4.jar                           |McJtyLib                      |mcjtylib                      |1.16-5.1.4          |DONE      |Manifest: NOSIGNATURE
		rftoolsbase-1.16-2.1.2.jar                        |RFToolsBase                   |rftoolsbase                   |1.16-2.1.2          |DONE      |Manifest: NOSIGNATURE
		xnet-1.16-3.0.16.jar                              |XNet                          |xnet                          |1.16-3.0.16         |DONE      |Manifest: NOSIGNATURE
		rftoolsdim-1.16-7.0.20-beta.jar                   |RFToolsDimensions             |rftoolsdim                    |1.16-7.0.20-beta    |DONE      |Manifest: NOSIGNATURE
		rftoolspower-1.16-3.0.13.jar                      |RFToolsPower                  |rftoolspower                  |1.16-3.0.13         |DONE      |Manifest: NOSIGNATURE
		rftoolsbuilder-1.16-3.1.7.jar                     |RFToolsBuilder                |rftoolsbuilder                |1.16-3.1.7          |DONE      |Manifest: NOSIGNATURE
		rftoolsstorage-1.16-2.0.18.jar                    |RFToolsStorage                |rftoolsstorage                |1.16-2.0.18         |DONE      |Manifest: NOSIGNATURE
		rftoolscontrol-1.16-4.0.14.jar                    |RFToolsControl                |rftoolscontrol                |1.16-4.0.14         |DONE      |Manifest: NOSIGNATURE
		restrictions-1.16-3.0.6.jar                       |Restrictions                  |restrictions                  |1.16-3.0.6          |DONE      |Manifest: NOSIGNATURE
		ExplorersCompass-1.16.5-1.1.2-forge.jar           |Explorer's Compass            |explorerscompass              |1.16.5-1.1.2-forge  |DONE      |Manifest: NOSIGNATURE
		mahoutsukai-1.16.5-v1.34.9.jar                    |Mahou Tsukai                  |mahoutsukai                   |1.16.5-v1.34.9      |DONE      |Manifest: NOSIGNATURE
		ToastControl-1.16.5-4.4.0.jar                     |Toast Control                 |toastcontrol                  |4.4.0               |DONE      |Manifest: NOSIGNATURE
		mininggadgets-1.7.5.jar                           |Mining Gadgets                |mininggadgets                 |1.7.5               |DONE      |Manifest: NOSIGNATURE
		EnderStorage-1.16.5-2.8.0.168-universal.jar       |EnderStorage                  |enderstorage                  |2.8.0.168           |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
		AkashicTome-1.4-16.jar                            |Akashic Tome                  |akashictome                   |1.4-16              |DONE      |Manifest: NOSIGNATURE
		ftb-chunks-forge-1605.3.2-build.115.jar           |FTB Chunks                    |ftbchunks                     |1605.3.2-build.115  |DONE      |Manifest: NOSIGNATURE
		kubejs-forge-1605.3.19-build.299.jar              |KubeJS                        |kubejs                        |1605.3.19-build.299 |DONE      |Manifest: NOSIGNATURE
		kubejs-thermal-1605.1.4-build.4.jar               |KubeJS Thermal                |kubejs_thermal                |1605.1.4-build.4    |DONE      |Manifest: NOSIGNATURE
		ftb-quests-forge-1605.3.6-build.98.jar            |FTB Quests                    |ftbquests                     |1605.3.6-build.98   |DONE      |Manifest: NOSIGNATURE
		kubejs-create-1605.1.4-build.12.jar               |KubeJS Create                 |kubejs_create                 |1605.1.4-build.12   |DONE      |Manifest: NOSIGNATURE
		kubejs-mekanism-1605.1.2-build.2.jar              |KubeJS Mekanism               |kubejs_mekanism               |1605.1.2-build.2    |DONE      |Manifest: NOSIGNATURE
		BloodMagic-1.16.4-3.1.7-27.jar                    |Blood Magic                   |bloodmagic                    |1.16.4-3.1.7-27     |DONE      |Manifest: NOSIGNATURE
		tomeofblood-1.16.5-1.2.3.jar                      |Tome of Blood                 |tomeofblood                   |1.16.5-1.2.3        |DONE      |Manifest: NOSIGNATURE
		kubejs-blood-magic-1605.1.1-build.3.jar           |KubeJS Blood Magic            |kubejs_blood_magic            |1605.1.1-build.3    |DONE      |Manifest: NOSIGNATURE
		scuba-gear-1.16.5-1.0.3.jar                       |Scuba Gear                    |scuba_gear                    |1.0.3               |DONE      |Manifest: NOSIGNATURE
		BrandonsCore-1.16.5-3.0.13.244-universal.jar      |Brandon's Core                |brandonscore                  |3.0.13.244          |DONE      |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
		Draconic-Evolution-1.16.5-3.0.22.444-universal.jar|Draconic Evolution            |draconicevolution             |3.0.22.444          |DONE      |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
		ImmersivePosts-1.16.5-4.3.0-1.jar                 |Immersive Posts               |immersiveposts                |4.3.0-1             |DONE      |Manifest: d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0
		ImmersiveEngineering-1.16.5-5.0.7-143.jar         |Immersive Engineering         |immersiveengineering          |1.16.5-5.0.7-143    |DONE      |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
		kubejs-immersive-engineering-1605.1.2-build.28.jar|KubeJS Immersive Engineering  |kubejs_immersive_engineering  |1605.1.2-build.28   |DONE      |Manifest: NOSIGNATURE
		selene-1.16.5-1.9.0.jar                           |Selene                        |selene                        |1.16.5-1.0          |DONE      |Manifest: NOSIGNATURE
		MysticalAgriculture-1.16.5-4.2.6.jar              |Mystical Agriculture          |mysticalagriculture           |4.2.6               |DONE      |Manifest: NOSIGNATURE
		MysticalAgradditions-1.16.5-4.2.4.jar             |Mystical Agradditions         |mysticalagradditions          |4.2.4               |DONE      |Manifest: NOSIGNATURE
		sounddeviceoptions-1.4.3.jar                      |Sound Device Options          |sounddeviceoptions            |1.4.3               |DONE      |Manifest: NOSIGNATURE
		CraftingTweaks_1.16.5-12.2.1.jar                  |Crafting Tweaks               |craftingtweaks                |12.2.1              |DONE      |Manifest: NOSIGNATURE
		TConstruct-1.16.5-3.3.4.335.jar                   |Tinkers' Construct            |tconstruct                    |3.3.4.335           |DONE      |Manifest: NOSIGNATURE
		rftoolsutility-1.16-3.1.11.jar                    |RFToolsUtility                |rftoolsutility                |1.16-3.1.11         |DONE      |Manifest: NOSIGNATURE
		EnchantmentDescriptions-1.16.5-7.0.18.jar         |EnchantmentDescriptions       |enchdesc                      |7.0.18              |DONE      |Manifest: 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
		ToolBelt-1.16.5-1.16.2.jar                        |Tool Belt                     |toolbelt                      |1.16.2              |DONE      |Manifest: NOSIGNATURE
		titanium-1.16.5-3.2.8.7-22.jar                    |Titanium                      |titanium                      |3.2.8.7             |DONE      |Manifest: NOSIGNATURE
		mana-and-artifice-1.5.1.7.jar                     |Mana and Artifice             |mana-and-artifice             |1.5.1.7             |DONE      |Manifest: NOSIGNATURE
		silent-lib-1.16.3-4.9.6.jar                       |Silent Lib                    |silentlib                     |4.9.6               |DONE      |Manifest: NOSIGNATURE
		Exchangers-1.16.5-3.0.2.jar                       |Exchangers                    |exchangers                    |1.16.5-3.0.2        |DONE      |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20
		ctiers-1.16.5-1.4.jar                             |Centrifuge Tiers              |ctiers                        |1.16.5-1.4          |DONE      |Manifest: NOSIGNATURE
		archers_paradox-1.16.5-1.4.0.1.jar                |Archer's Paradox              |archers_paradox               |1.4.0.1             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		omgourd-1.16.5-1.4.0.1.jar                        |Oh My Gourd                   |omgourd                       |1.4.0.1             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
		enviroenergy-1.16.5-3.0.9.1.jar                   |Environmental Energy          |enviroenergy                  |1.16.5-3.0.9.1      |DONE      |Manifest: NOSIGNATURE
		actuallycompatible-0.1.2.jar                      |Actually Compatible           |actuallycompatible            |0.1.2               |DONE      |Manifest: NOSIGNATURE
		Iceberg-1.16.5-1.0.38.jar                         |Iceberg                       |iceberg                       |1.0.38              |DONE      |Manifest: NOSIGNATURE
		Quark-r2.4-322.jar                                |Quark                         |quark                         |r2.4-322            |DONE      |Manifest: NOSIGNATURE
		LegendaryTooltips-1.16.5-1.1.6.jar                |Legendary Tooltips            |legendarytooltips             |1.1.6               |DONE      |Manifest: NOSIGNATURE
		creativewirelesstransmitter-1.16x-1.12.jar        |Creative Wireless Transmitter |creativewirelesstransmitter   |1.16x-1.12          |DONE      |Manifest: NOSIGNATURE
		FastWorkbench-1.16.5-4.6.1.jar                    |Fast Workbench                |fastbench                     |4.6.1               |DONE      |Manifest: NOSIGNATURE
		StorageDrawers-1.16.3-8.5.1.jar                   |Storage Drawers               |storagedrawers                |8.5.1               |DONE      |Manifest: NOSIGNATURE
		topaddons-1.16.5-2.2.0-beta.jar                   |TOP Addons                    |topaddons                     |1.16.5-2.2.0-beta   |DONE      |Manifest: NOSIGNATURE
		FluxNetworks-1.16.5-6.2.1.14.jar                  |Flux Networks                 |fluxnetworks                  |6.2.1.14            |DONE      |Manifest: NOSIGNATURE
		enderchests-1.16-1.7.9.jar                        |EnderChests                   |enderchests                   |1.7.9               |DONE      |Manifest: NOSIGNATURE
		minecolonies-1.16.5-1.0.507-BETA.jar              |MineColonies                  |minecolonies                  |1.16.5-1.0.507-BETA |DONE      |Manifest: NOSIGNATURE
		pylons-1.16.5-1.0.5.jar                           |Pylons                        |pylons                        |1.0.5               |DONE      |Manifest: NOSIGNATURE
		ferritecore-2.1.0-forge.jar                       |Ferrite Core                  |ferritecore                   |2.1.0               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
		engineersdecor-1.16.5-1.1.16.jar                  |Engineer's Decor              |engineersdecor                |1.1.16              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
		Chisel-MC1.16.5-2.0.1-alpha.4.jar                 |Chisel                        |chisel                        |MC1.16.5-2.0.1-alpha|DONE      |Manifest: NOSIGNATURE
		SoL-Carrot-1.16.5-1.10.1.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.16.5-1.10.1       |DONE      |Manifest: NOSIGNATURE
		modular-routers-1.16.5-7.5.2-83.jar               |Modular Routers               |modularrouters                |task ':jar' property|DONE      |Manifest: NOSIGNATURE
		refinedstorageaddons-0.7.4.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.7.4               |DONE      |Manifest: NOSIGNATURE
		expandability-2.0.1-forge.jar                     |ExpandAbility                 |expandability                 |2.0.1               |DONE      |Manifest: NOSIGNATURE
		botanicalmachinery-1.16.4-0.4.6.jar               |Botanical Machinery           |botanicalmachinery            |0.4.6               |DONE      |Manifest: NOSIGNATURE
		valhelsia_core-16.0.13a.jar                       |Valhelsia Core                |valhelsia_core                |16.0.13a            |DONE      |Manifest: NOSIGNATURE
		forbidden_arcanus-16.2.3.jar                      |Forbidden & Arcanus           |forbidden_arcanus             |16.2.3              |DONE      |Manifest: NOSIGNATURE
		overloadedarmorbar-5.1.0.jar                      |Overloaded Armor Bar          |overloadedarmorbar            |5.1.0               |DONE      |Manifest: NOSIGNATURE
		Morph-o-Tool-1.4-27.jar                           |Morph-o-Tool                  |morphtool                     |1.4-27              |DONE      |Manifest: NOSIGNATURE
		Translocators-1.16.5-2.6.0.82-universal.jar       |Translocators                 |translocators                 |2.6.0.82            |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
		flickerfix-1.0.1.jar                              |FlickerFix                    |flickerfix                    |1.0.1               |DONE      |Manifest: NOSIGNATURE
		createaddition-1.16.5-20220129a.jar               |Create Crafts & Additions     |createaddition                |1.16.5-20220129a    |DONE      |Manifest: NOSIGNATURE
		balancedenchanting-1.16.2-1.1.jar                 |Balanced Enchanting           |balancedenchanting            |1.16.2-1.1          |DONE      |Manifest: NOSIGNATURE
	Crash Report UUID: 87b4a59d-6bc4-4251-a908-b7567e8adcde
	FramedBlocks BlockEntity Warning: Not applicable
	[Psi] Active spell: None
	Patchouli open book context: n/a
	Player Count: 1 / 8; [ServerPlayerEntity['Scourath'/1236, l='ServerLevel[Salvation]', x=4302.97, y=77.96, z=-3167.54]]
	Data Packs: vanilla, mod:betterdungeons, mod:ftbessentials, mod:supermartijn642configlib, mod:quarryplus, mod:simplemagnets, mod:integratedterminals, mod:hammerlib (incompatible), mod:mcwwindows, mod:windowlogging (incompatible), mod:modnametooltip, mod:ironjetpacks, mod:forgeendertech, mod:goety, mod:ctm (incompatible), mod:yungsapi, mod:powah, mod:cabletiers, mod:rangedpumps, mod:jumbofurnace (incompatible), mod:wstweaks (incompatible), mod:shrink (incompatible), mod:xreliquary, mod:universalgrid (incompatible), mod:randompatches, mod:apotheosis (incompatible), mod:waterstrainer, mod:dynview (incompatible), mod:tmechworks (incompatible), mod:jeresources, mod:delogger (incompatible), mod:shetiphiancore, mod:supplementaries, mod:refinedstorage, mod:novillagerdm, mod:advancementplaques, mod:packmenu (incompatible), mod:alltheores, mod:industrialforegoing (incompatible), mod:cleancut (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:fastfurnaceminusreplacement (incompatible), mod:biomesoplenty, mod:ironfurnaces, mod:mcwtrpdoors, mod:silentgear, mod:supermartijn642corelib, mod:botania, mod:sf, mod:spark, mod:portality (incompatible), mod:curios, mod:corail_woodcutter (incompatible), mod:tanknull (incompatible), mod:angelring (incompatible), mod:tombstone, mod:extrastorage, mod:naturesaura (incompatible), mod:constructionwand, mod:mcwroofs, mod:cfm (incompatible), mod:observerlib, mod:globalxp, mod:cloth-config (incompatible), mod:adchimneys, mod:fastleafdecay, mod:codechickenlib (incompatible), mod:cb_multipart (incompatible), mod:babel, mod:jepb, mod:bettermineshafts, mod:geckolib3 (incompatible), mod:savemystronghold, mod:clienttweaks (incompatible), mod:nomowanderer (incompatible), mod:woot, mod:bagofyurting (incompatible), mod:jei, mod:jeiprofessions (incompatible), mod:attributefix, mod:mekanism, mod:caelus, mod:allthecompressed, mod:invtweaks (incompatible), mod:shutupexperimentalsettings (incompatible), mod:naturescompass (incompatible), mod:catjammies (incompatible), mod:libx, mod:compactmachines, mod:phosphophyllite, mod:engineerstools, mod:curioofundying, mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:pedestals (incompatible), mod:extradisks, mod:immersivepetroleum, mod:ironchest, mod:mythicbotany, mod:integratedcrafting, mod:logprot (incompatible), mod:theoneprobe, mod:mousetweaks, mod:usefulrailroads, mod:pamhc2crops (incompatible), mod:creativeapiary (incompatible), mod:ding, mod:jeiintegration, mod:pipez, mod:flywheel, mod:mantle (incompatible), mod:integrateddynamics, mod:integratednbt (incompatible), mod:pamhc2foodcore (incompatible), mod:ftbbackups (incompatible), mod:polymorph, mod:autoreglib (incompatible), mod:entityculling, mod:structurize, mod:norecipeadvancements, mod:creativecrafter (incompatible), mod:pickletweaks, mod:lootr (incompatible), mod:allthetweaks, mod:byg, mod:extremesoundmuffler, mod:cosmeticarmorreworked (incompatible), mod:xpbook, mod:defaultoptions (incompatible), mod:rsrequestify (incompatible), mod:cyclopscore, mod:astralsorcery, mod:netherportalfix (incompatible), mod:aiotbotania (incompatible), mod:advancedperipherals, mod:tinyredstone, mod:eidolon, mod:managear, mod:jecalculation (incompatible), mod:incontrol (incompatible), mod:connectivity, mod:rsgauges, mod:findme (incompatible), mod:glassential (incompatible), mod:terraforged, mod:configurableextramobdrops, mod:cookingforblockheads (incompatible), mod:controlling, mod:placebo (incompatible), mod:dankstorage, mod:citadel (incompatible), mod:iceandfire (incompatible), mod:allthemodium, mod:mightyarchitect (incompatible), mod:potionsmaster, mod:moreminecarts, mod:culinaryconstruct (incompatible), mod:cartographer, mod:bookshelf, mod:darkutils (incompatible), mod:botanypots, mod:botanytrees, mod:sophisticatedbackpacks, mod:uteamcore, mod:buildinggadgets, mod:framedblocks (incompatible), mod:forge, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_innovation (incompatible), mod:thermal_locomotion (incompatible), mod:psi (incompatible), mod:thermal_cultivation (incompatible), mod:appleskin, mod:aquaculture (incompatible), mod:mcwdoors, mod:lightingwand, mod:jeed, mod:mekanismgenerators, mod:fpsreducer, mod:xnetgases, mod:dummmmmmy (incompatible), mod:absentbydesign (incompatible), mod:twilightforest, mod:mob_grinding_utils, mod:rsinfinitybooster, mod:equipmentcompare, mod:chipped, mod:chocolate, mod:mcwbridges, mod:usefulbackpacks, mod:resourcefulbees (incompatible), mod:hostilenetworks (incompatible), mod:entangled, mod:endertanks, mod:commoncapabilities, mod:crashutilities (incompatible), mod:compressium (incompatible), mod:getittogetherdrops, mod:mekanismadditions, mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:lollipop, mod:mcwfences, mod:simplylight, mod:tgcropesmod (incompatible), mod:atmadditions (incompatible), mod:pamhc2foodextended (incompatible), mod:solarflux, mod:dpanvil, mod:patchouli (incompatible), mod:ars_nouveau, mod:collective, mod:betterbiomeblend, mod:tiab, mod:thermal_expansion (incompatible), mod:integratedtunnels, mod:drawerstooltip, mod:mysticalcustomization (incompatible), mod:lostcities, mod:elevatorid, mod:gunpowderlib, mod:ftbultimine (incompatible), mod:betterstrongholds, mod:buildersaddition (incompatible), mod:runelic, mod:starterkit, mod:mekanismtools, mod:architectury, mod:ftblibrary, mod:ftbteams, mod:ftbranks, mod:curiouselytra, mod:computercraft, mod:projectred-core (incompatible), mod:energymeter, mod:projectred-exploration (incompatible), mod:projectred-integration (incompatible), mod:projectred-illumination (incompatible), mod:projectred-transmission (incompatible), mod:lightoverlay (incompatible), mod:trashcans, mod:tramplestopper, mod:smallships, mod:bwncr, mod:observable, mod:cyclic (incompatible), mod:betteradvancements, mod:rhino, mod:biggerreactors, mod:cucumber, mod:trashslot (incompatible), mod:pamhc2trees (incompatible), mod:flatbedrock (incompatible), mod:craftingstation (incompatible), mod:itemfilters, mod:elementalcraft, mod:platforms, mod:metalbarrels (incompatible), mod:abnormals_core, mod:upgrade_aquatic, mod:ponderjs, mod:ae2extras (incompatible), mod:ensorcellation (incompatible), mod:create, mod:zycraft, mod:waystones (incompatible), mod:clumps, mod:enviromats (incompatible), mod:comforts, mod:appliedenergistics2 (incompatible), mod:lazierae2, mod:artifacts, mod:framedcompactdrawers (incompatible), mod:configured, mod:dimstorage, mod:dungeoncrawl, mod:demagnetize (incompatible), mod:travel_anchors, mod:lazydfu, mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolsdim, mod:rftoolspower, mod:rftoolsbuilder, mod:rftoolsstorage, mod:rftoolscontrol, mod:restrictions (incompatible), mod:explorerscompass, mod:mahoutsukai (incompatible), mod:toastcontrol (incompatible), mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:akashictome, mod:ftbchunks, mod:kubejs, mod:kubejs_thermal, mod:ftbquests, mod:kubejs_create, mod:kubejs_mekanism, mod:bloodmagic, mod:tomeofblood, mod:kubejs_blood_magic, mod:scuba_gear (incompatible), mod:brandonscore (incompatible), mod:draconicevolution (incompatible), mod:immersiveposts, mod:immersiveengineering, mod:kubejs_immersive_engineering, mod:selene, mod:mysticalagriculture, mod:mysticalagradditions, mod:sounddeviceoptions (incompatible), mod:craftingtweaks (incompatible), mod:tconstruct, mod:rftoolsutility, mod:enchdesc, mod:toolbelt (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:silentlib (incompatible), mod:exchangers, mod:ctiers (incompatible), mod:archers_paradox (incompatible), mod:omgourd (incompatible), mod:enviroenergy, mod:actuallycompatible, mod:iceberg, mod:quark (incompatible), mod:legendarytooltips, mod:creativewirelesstransmitter (incompatible), mod:fastbench (incompatible), mod:storagedrawers (incompatible), mod:topaddons (incompatible), mod:fluxnetworks, mod:enderchests, mod:minecolonies (incompatible), mod:pylons, mod:ferritecore (incompatible), mod:engineersdecor, mod:chisel (incompatible), mod:solcarrot, mod:modularrouters, mod:refinedstorageaddons, mod:expandability, mod:botanicalmachinery, mod:valhelsia_core, mod:forbidden_arcanus (incompatible), mod:overloadedarmorbar (incompatible), mod:morphtool (incompatible), mod:translocators (incompatible), mod:flickerfix, mod:createaddition, mod:balancedenchanting (incompatible), resourcefulbees:internals (incompatible), Solar Flux Generated Resources
	Type: Integrated Server (map_client.txt)
	Is Modded: Definitely; Client brand changed to 'forge'

The reason why I put both these crash reports is due to the fact that I can no longer replicate the Crash my workspace used to have. I fixed my workspace crash my removing all instances of doHurtTarget boolean from my new entities I was making and testing. When playing with the Modpack, this problem keeps happening, but in my workspace, I can spawn a ton of my new entities and have them attack a lot of mobs and no problems will arise at all.

What's weird about my Workspace crash is that when I try to go to some of the lines laid out on it, it seems to lead to empty lines, so perhaps that's the reason for the crash. 

I don't know, the entities that I'm testing aren't complicated at all, they're just special Zombies, Skeletons and Spiders. I can give more information if needed, but this are the gist of it.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • We've discovered an exclusive offer that will provide maximum benefits for our valued users in Western countries. The code ALB496107 is specifically designed to bring fantastic savings to people in the USA, Canada, and various European nations, ensuring you get the most out of your Temu purchases. Prepare to be amazed by the deals you're about to unlock! We understand that everyone loves a good deal, which is why we're excited to share insights into how both new and existing customers can take advantage of these incredible savings. Whether you're looking for a Temu coupon code 2025 for existing customers or a phenomenal Temu 70% discount coupon, we've got you covered with strategies to maximize your savings this year. What Is The Temu Coupon Code 70% Off? We are delighted to share that both new and existing customers can unlock truly amazing benefits when they utilize our exclusive 70% off coupon code on both the Temu app and website. This Temu coupon 70% off is your gateway to significant savings, transforming your shopping experience into an exciting treasure hunt for deals. Get ready to experience the joy of fantastic discounts with our 70% off Temu coupon code! Here's a breakdown of the incredible benefits you can expect when you use ALB496107: ALB496107: Offers up to 70% off for new users, making your first Temu shopping spree incredibly rewarding and budget-friendly. ALB496107: Provides an impressive 70% extra off for existing users, a fantastic way to reward your continued loyalty and make your next purchase even more economical. ALB496107: Grants a flat $100 off for new Temu users, giving a substantial immediate discount on their initial order.
    • Add crash-reports with sites like https://mclo.gs/   Remove the Create addons - maybe one or more of these are not compatible with Create 6: create_hypertube create_jetpack create_missiled
    • this is the latest.log file :   [15:34:29] [main/INFO]: ModLauncher running: args [--username, Este_17000, --version, forge-47.4.0, --gameDir, C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1), --assetsDir, C:\Users\esteb\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 146b16bc1d204d99876f65014406b450, --accessToken, ????????, --clientId, MTdiNGM1M2QtMjQzYS00ZDZjLTliOTctMjFiZDY4ZGVkZWQ3, --xuid, 2535454605082131, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\esteb\curseforge\minecraft\Install\quickPlay\java\1751031268199.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [15:34:29] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 11 arch amd64 version 10.0 [15:34:30] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [15:34:30] [main/INFO]: Trying GL version 4.6 [15:34:30] [main/INFO]: Requested GL version 4.6 got version 4.6 [15:34:31] [pool-2-thread-1/INFO]: GL info: Intel(R) UHD Graphics GL version 4.6.0 - Build 32.0.101.6737, Intel [15:34:31] [main/INFO]: Starting Essential Loader (stage2) version 1.6.5 (1425fa2d69fa2b31e49c42a2d84be645) [stable] [15:34:31] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/esteb/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [15:34:32] [main/WARN]: Found newer Essential version 1.3.8.3 [stable], skipping at user request [15:34:33] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ad_astra-forge-1.20.1-1.15.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file adastraextra-forge-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file aether-1.20.1-1.5.2-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file amendments-1.20-1.2.19.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file appliedenergistics2-forge-15.4.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Aquaculture-1.20.1-2.5.5.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file aquaculturedelight-1.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.30-all.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file beautify-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file BetterThirdPerson-Forge-1.20-1.9.0.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file botarium-forge-1.20.1-2.3.4.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file BrandonsCore-1.20.1-3.2.1.302-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file cfm-forge-1.20.1-7.0.0-pre36.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file chefs-delight-1.0.3-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ChickenChunks-1.20.1-2.10.0.100-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file CodeChickenLib-1.20.1-4.4.0.516-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create-1.20.1-6.0.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create_hypertube-0.1.5-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create_jetpack-forge-4.4.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file create_missiled-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file CTM-1.20.1-1.1.10.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Cucumber-1.20.1-7.0.13.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Draconic-Evolution-1.20.1-3.1.2.604-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file easy_gamma-1.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file elevatorid-1.20.1-lex-1.9.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ExtremeReactors2-1.20.1-2.0.92.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file FluxNetworks-1.20.1-7.2.1.15.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.15.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file fusion-1.2.7b-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.1.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file gravestone-forge-1.20.1-1.0.24.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file green_screen_mod-2.5.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file guideme-20.1.7.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file HammerLib-1.20.1-20.1.50.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file immersive_aircraft-1.2.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ImmersiveEngineering-1.20.1-10.2.0-183.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ironchest-1.20.1-14.4.4.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file IronJetpacks-1.20.1-7.0.8.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Jade-1.20.1-Forge-11.13.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file journeymap-1.20.1-5.10.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file JustEnoughProfessions-forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file JustEnoughResources-1.20.1-1.4.0.247.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file lios_overhauled_villages-1.18.2-1.21.5-v0.0.7.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file man_of_many_planes-0.2.0+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file markdown_manual-MC1.20.1-forge-1.2.5+c3f0b88.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcef-forge-2.1.6-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcjtylib-1.20-8.0.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-bridges-3.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-doors-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-fences-1.2.0-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-furniture-3.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-holidays-1.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-lights-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-paintings-1.0.5-1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-paths-1.1.0forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-roofs-2.3.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-trapdoors-1.1.4-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mcw-windows-2.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor ART 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor BATH 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor COOKERY 1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor ELECTRONICS 1.20.1.A.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor GARDEN 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor HOLIDAYS 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor LIGHTS 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor SCIENCE 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MOAdecor TOYS 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file moneymoneymoney-1.0.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file moonlight-1.20-2.14.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file MoreAndMoreArmorFORGE1201UPDATE.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file moresswords-1.1.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file mowziesmobs-1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file nethersdelight-1.20.1-4.0.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file oc2r-1.20.1-forge-2.1.3-all.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file oceansdelight-1.0.2-1.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Patchouli-1.20.1-84.1-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file quarry-1.20.1-1.6.5r.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rechiseled-1.1.6-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file reforgedplaymod-1.20.1-0.3.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.12.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rftoolsbase-1.20-5.0.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rftoolsbuilder-1.20-6.0.8.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file rftoolspower-1.20-6.0.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file simplemissiles-1.6.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file SimpleQuarry-1.20.1-20.1.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.23.18.1247.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.2.66.997.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file Steam_Rails-1.6.7+forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file StorageDrawers-1.20.1-12.9.14.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file supermartijn642configlib-1.1.8-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file supermartijn642corelib-1.1.18-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file supplementaries-1.20-3.1.30.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file suppsquared-1.20-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file tacz-1.20.1-1.1.6.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file torchmaster-20.1.9.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2508-universal.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file veggiesdelight-1.7.2.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file voicechat-forge-1.20.1-2.5.30.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file waystones-forge-1.20.1-14.1.13.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file webdisplays-2.0.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/INFO]: Found mod file ZeroCore2-1.20.1-2.1.47.jar of type MOD with provider {mods folder locator at C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1)\mods} [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.0\fmlcore-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.0\javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.0\lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/WARN]: Mod file C:\Users\esteb\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.0\mclanguage-1.20.1-47.4.0.jar is missing mods.toml file [15:34:33] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:33] [main/INFO]: Found mod file forge-1.20.1-47.4.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@6c9320c2 [15:34:34] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File: [15:34:34] [main/INFO]: Found 37 dependencies adding them to mods collection [15:34:34] [main/INFO]: Found mod file bcel-6.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kuma-api-forge-20.1.10+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file aspectjrt-1.8.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file sedna.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file Ponder-Forge-1.20.1-1.0.80.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-api-client-java6-1.20.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file flywheel-forge-1.20.1-1.0.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file curios-forge-5.6.1+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file jgltf-model-3af6de4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file lwjgl-utils-27dcd66.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file opennbt-0a02214.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file luaj-jse-3.0.8-figura.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file luaj-core-3.0.8-figura.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file MathParser.org-mXparser-5.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file cumulus_menus-1.20.1-1.0.1-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file commons-exec-1.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file flightlib-forge-2.1.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file nitrogen_internals-1.20.1-1.0.12-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file 2.79.0-a0696f8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-api-client-gson-1.20.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-oauth-client-jetty-1.20.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file google-api-services-youtube-v3-rev178-1.22.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file isoparser-1.1.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file jlayer-1.0.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found mod file lwjgl-tinyexr-3.3.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@5f14761c [15:34:34] [main/INFO]: Found Kotlin-containing mod Jar[union:/C:/Users/esteb/curseforge/minecraft/Instances/Engineering%20(1)/essential/libraries/forge_1.20.1/kotlin-for-forge-4.3.0-slim.jar%23281!/], checking whether we need to upgrade it.. [15:34:34] [main/INFO]: Found outdated Kotlin core libs 0.0.0 (we ship 1.9.23) [15:34:34] [main/INFO]: Found outdated Kotlin Coroutines libs 0.0.0 (we ship 1.8.0) [15:34:34] [main/INFO]: Found outdated Kotlin Serialization libs 0.0.0 (we ship 1.6.3) [15:34:34] [main/INFO]: Generating jar with updated Kotlin at C:\Users\esteb\AppData\Local\Temp\kff-updated-kotlin-12908758738589143542-4.3.0-slim.jar [15:34:35] [main/INFO]: Found Kotlin-containing mod Jar[union:/C:/Users/esteb/curseforge/minecraft/Instances/Engineering%20(1)/mods/kotlinforforge-4.11.0-all.jar%23332!/], checking whether we need to upgrade it.. [15:34:35] [main/INFO]: Found up-to-date Kotlin core libs 2.0.0 (we ship 1.9.23) [15:34:35] [main/INFO]: Found up-to-date Kotlin Coroutines libs 1.8.1 (we ship 1.8.0) [15:34:35] [main/INFO]: Found up-to-date Kotlin Serialization libs 1.6.3 (we ship 1.6.3) [15:34:35] [main/INFO]: All good, no update needed: Jar[union:/C:/Users/esteb/curseforge/minecraft/Instances/Engineering%20(1)/mods/kotlinforforge-4.11.0-all.jar%23332!/] [15:34:38] [main/INFO]: Compatibility level set to JAVA_17 [15:34:38] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.4.0, --gameDir, C:\Users\esteb\curseforge\minecraft\Instances\Engineering (1), --assetsDir, C:\Users\esteb\curseforge\minecraft\Install\assets, --uuid, 146b16bc1d204d99876f65014406b450, --username, Este_17000, --assetIndex, 5, --accessToken, ????????, --clientId, MTdiNGM1M2QtMjQzYS00ZDZjLTliOTctMjFiZDY4ZGVkZWQ3, --xuid, 2535454605082131, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\esteb\curseforge\minecraft\Install\quickPlay\java\1751031268199.json] [15:34:38] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [15:34:39] [main/INFO]: Starting Essential v1.3.8.2 (#0a59fb020d) [stable] [15:34:39] [main/WARN]: Error loading class: dev/latvian/mods/kubejs/recipe/RecipesEventJS (java.lang.ClassNotFoundException: dev.latvian.mods.kubejs.recipe.RecipesEventJS) [15:34:39] [main/WARN]: @Mixin target dev.latvian.mods.kubejs.recipe.RecipesEventJS was not found mixins.hammerlib.json:bs.kubejs.RecipeEventJSMixin [15:34:40] [main/WARN]: Error loading class: net/optifine/render/ChunkVisibility (java.lang.ClassNotFoundException: net.optifine.render.ChunkVisibility) [15:34:40] [main/WARN]: Error loading class: shadersmod/client/ShadersRender (java.lang.ClassNotFoundException: shadersmod.client.ShadersRender) [15:34:40] [main/WARN]: Error loading class: net/optifine/shaders/ShadersRender (java.lang.ClassNotFoundException: net.optifine.shaders.ShadersRender) [15:34:40] [main/WARN]: Error loading class: net/irisshaders/iris/uniforms/CommonUniforms (java.lang.ClassNotFoundException: net.irisshaders.iris.uniforms.CommonUniforms) [15:34:40] [main/WARN]: Error loading class: net/irisshaders/iris/Iris (java.lang.ClassNotFoundException: net.irisshaders.iris.Iris)     Please help me ! Thanks !
    • We are excited to announce that the code ALB496107 is your key to unlocking maximum benefits, especially for our valued customers in European nations. This code is specifically tailored to provide significant discounts across various countries, ensuring you can enjoy premium products at unbeatable prices. Whether you're searching for a Temu coupon code 2025 for existing customers or a Temu 30% discount coupon to kickstart your shopping spree, we've got you covered. Get ready to explore an endless marketplace of deals and discounts that will leave you smiling. What Is The Temu Coupon Code 30% Off? We're excited to let you know that both new and existing customers can unlock incredible value using our verified Temu coupon 30% off. This is your chance to redeem a 30% off Temu coupon code instantly and save big! Whether you're making your very first purchase or you're a seasoned Temu shopper, this code is designed to bring you fantastic savings. Here are some of the incredible offers you can unlock with our coupon code ALB496107: ALB496107: Enjoy a flat 30% discount for new users, allowing for substantial savings right from the start. ALB496107: Get 30% extra off for existing users, rewarding your continued loyalty with impressive discounts. ALB496107: Unlock a 100€ coupon pack for multiple uses, allowing you to spread your savings across several future purchases. ALB496107: Avail 100€ flat discount as a new Temu customer, providing a substantial immediate saving on your initial order. ALB496107: Grab a 100€-300€ coupon for European users, maximizing benefits across your region. Temu Coupon Code 30% Off For New Users New users are in for a special treat! We guarantee that you can get the highest benefits if you use our coupon code on the Temu app. Claim your Temu coupon 30% off or your Temu coupon code 30 off for existing users (yes, it works for new users too!) today, and prepare to be amazed by the savings. Here's what awaits you with the ALB496107 code: ALB496107: A flat 30% discount for new users on their very first order, making your initial purchase remarkably affordable. ALB496107: A 30% extra discount for old users, an unexpected bonus even for new sign-ups engaging with the platform. ALB496107: Receive a 100€ coupon bundle for new customers, providing you with a versatile set of discounts. ALB496107: Get up to 100€ in coupon bundles for multiple uses, ensuring you keep saving on future orders. ALB496107: Enjoy vouchers worth 100€-300€, giving you significant reductions on a wide range of items. ALB496107: Benefit from free shipping to 68 countries, making your initial purchases even more cost-effective by eliminating delivery fees. ALB496107: Get an extra 30% off on any purchase for first-time users, supercharging your savings on top of the already incredible discounts. ALB496107: Access special deals of up to 90% off, giving you unparalleled opportunities to snag items at a fraction of their original price. How To Redeem The Temu 30% Off Coupon Code For New Customers? Redeeming your Temu 30% off coupon code is a breeze! We want to make sure you get your savings as quickly and effortlessly as possible. This step-by-step guide will walk you through the process of applying your Temu 30 off coupon code to your first order. Download the Temu app or visit the official website: Start by accessing Temu through their user-friendly mobile application or by heading to their official website on your desktop. Register as a new customer: If you haven't already, create a new Temu account. This process is quick and simple, typically requiring just your email address or phone number. Creating a new account is essential to qualify for the exclusive new user benefits associated with our coupon. Browse and add items to your shopping cart: Explore Temu's vast selection of products, from electronics to fashion, home goods, and more. Add all the items you wish to purchase to your cart. Proceed to checkout: Once you've finished shopping, navigate to your shopping cart and click on the "Checkout" button to begin the payment process. Find the coupon code field: On the checkout page, look for a field labeled "Enter Coupon Code," "Promo Code," or "Discount Code." This is where you'll input your exclusive code. Enter the coupon code ALB496107: Carefully type or paste the code ALB496107 into the designated field. It's crucial to enter the code precisely to ensure it is recognized by the system. Click "Apply": After entering the code, click on the "Apply" or "Redeem" button next to the field. You should immediately see the 30% discount reflected in your order total, showing the reduced price. Complete your purchase: With your savings applied, review your order and proceed to finalize your purchase by entering your shipping address and preferred payment information. Congratulations, you've just saved big on your first Temu order! Temu Coupon Code 30% Off For Existing Users Returning users, rejoice! You can also grab huge savings using our Temu 30 off coupon code and enjoy the Temu coupon code for existing customers. We value your continued support, and that's why we've ensured our exclusive code ALB496107 brings incredible benefits for loyal Temu shoppers. Here are the exciting benefits existing Temu users can unlock with the ALB496107 code: ALB496107: Provides a 30% extra discount for existing Temu users, directly rewarding your continued patronage with significant price reductions. ALB496107: Unlocks a 100€ coupon bundle for multiple purchases, ensuring you have a continuous stream of discounts for your shopping needs. ALB496107: Includes a free gift with express shipping all over Europe, adding an extra delightful surprise and faster delivery to your order. ALB496107: Grants an extra 40% off on top of existing discounts, allowing you to combine savings for even greater overall value. ALB496107: Provides special deals of up to 90% off, giving you access to deeply discounted items across various categories. ALB496107: Comes with 100€-300€ discount vouchers, enabling you to save substantially on higher-value purchases. ALB496107: Ensures free shipping to 68 countries, providing a cost-effective and hassle-free delivery for your international orders. How To Use The Temu Coupon Code 30% Off For Existing Customers? Using the Temu coupon code 30 off and Temu discount code for existing users is just as simple as it is for new users! We want to make sure our loyal customers can continue to enjoy fantastic savings effortlessly. Follow these easy steps to apply your discount and maximize your shopping experience. Open the Temu app or go to the website: Launch the Temu mobile application on your smartphone or tablet, or access the Temu website through your preferred web browser. Log in using your existing account: Enter your login credentials (email/phone number and password) to access your current Temu account. Add items to your cart: Browse through the extensive range of products and add the items you wish to purchase to your shopping cart. Take your time to find everything you need or desire! Proceed to checkout: Once your cart is full, click on the checkout button to begin the purchase process. Locate the "Apply Coupon" or "Promo Code" section: On the checkout page, look for the field where you can enter a coupon code or promo code. It's usually prominently displayed to ensure you don't miss it. Enter the coupon code ALB496107: Carefully type or paste the code ALB496107 into this designated field. Double-check for any typos to ensure the code is applied successfully. Click "Apply": Hit the "Apply" button, and you'll see the discount instantly applied to your order total. The system will reflect the reduced price, showing your savings. Confirm the discount and finalize your order: Verify that the 30% off (or other associated benefits) has been applied correctly. Then, proceed to complete your purchase by confirming your shipping details and payment method. Enjoy your fantastic savings! How To Find The Temu Coupon Code 30% Off? Looking for the Temu coupon code 30% off first order or hunting for the latest Temu coupons 30% off? We understand you want to ensure you're getting the best possible deals, and we're here to guide you to the most reliable sources. One of the most straightforward ways to get verified and tested coupons is by signing up for the Temu newsletter. When you subscribe, you'll receive exclusive deals and promotions delivered directly to your inbox, often including codes specifically for a 30% discount or substantial coupon bundles. This is a direct line to savings that you won't want to miss. Additionally, visiting Temu’s social media pages is a fantastic way to stay in the loop about the latest offers and promotions. Temu frequently announces flash sales, limited-time deals, and new coupon codes on platforms like Facebook, Instagram, and Twitter. Following their official accounts ensures you're always among the first to know when a great deal drops. Finally, you can always find the latest and working Temu coupon codes by visiting any trusted coupon site, like ours! We diligently collect, verify, and update coupon codes from various e-commerce sites to ensure our users have access to the most current and effective discounts. We pride ourselves on providing reliable information so you can shop with confidence, knowing you're getting the best deal available. How Do Temu 30% Off Coupons Work? A Temu coupon code 30% off first time user or any Temu coupon code 30 percent off works by providing a substantial discount on your total purchase amount when applied during the checkout process. It's designed to be a straightforward and beneficial tool for your shopping. When you enter a valid coupon code like ALB496107 into the designated "Coupon Code" or "Promo Code" field at checkout, Temu's system automatically calculates the discount. It then deducts that percentage (in this case, 30%) from your order total. For new users, this typically applies to your first order, making it an incredibly attractive incentive to try the platform and explore its vast offerings. For existing users, these codes often provide additional savings on top of ongoing promotions or serve as a loyalty reward, giving you an extra percentage off your next purchase. The system is designed to apply the maximum eligible savings, so you can be confident you're getting the best deal. How To Earn 30% Off Coupons In Temu As A New Customer? As a new customer, earning a Temu coupon code 30% off or a Temu 30 off coupon code first order is remarkably easy and often a built-in part of the Temu new user experience. Temu is keen to welcome new shoppers and provides attractive incentives to get you started on your savings journey. Primarily, new customers can earn 30% off benefits by simply using exclusive coupon codes like ALB496107 during their very first purchase. When you download the Temu app or visit the website for the first time and create an account, you'll often be presented with opportunities to apply a welcome code. Additionally, signing up for Temu's newsletter is a great way to receive these exclusive first-time user coupons directly to your inbox. Sometimes, Temu also offers pop-up promotions on their website or app for new visitors, encouraging them to make their initial purchase with a significant discount. By taking advantage of these readily available new user incentives, you can effortlessly secure a 30% discount right from the start. What Are The Advantages Of Using Temu 30% Off Coupons? Using our Temu 30% off coupon code legit and coupon code for Temu 30 off provides a plethora of advantages that significantly enhance your shopping experience on Temu. We believe in maximizing your savings, and these coupons are designed to do just that. Here are all the incredible benefits you can enjoy: 30% discount on the first order: This is a fantastic welcome for new users, instantly reducing the cost of your initial purchase and making it incredibly appealing to explore Temu's offerings. 100€ coupon bundle for multiple uses: Beyond the initial discount, you gain access to a valuable bundle of coupons totaling 100€, ensuring continuous savings on your future shopping sprees. 75% discount on popular items: Imagine getting your hands on highly sought-after products at a fraction of their original price. Our coupons often unlock substantial discounts on trending items. Extra 30% off for existing Temu customers: Your loyalty is rewarded! Even if you're a returning shopper, you can enjoy additional savings on top of existing promotions, making every purchase more economical. Up to 90% off in selected items: Dive into clearance sales and special promotions where our coupons can combine with already reduced prices to give you mind-blowing discounts of up to 90%. Free gift for new users: As a welcome gesture, new users often receive a complimentary gift with their first order, adding an extra layer of delight to your shopping. 100€-300€ discount vouchers: For larger purchases or specific categories, these high-value vouchers offer substantial fixed discounts, making expensive items much more affordable. Free delivery to 68 countries: Say goodbye to shipping fees! Our coupon code can grant you free shipping to a wide range of countries, including those across Europe, making your shopping experience even more convenient and cost-effective. Temu Free Gift And Special Discount For New And Existing Users We are thrilled to tell you that there are multiple benefits to using our Temu 30% off coupon code and 30% off Temu coupon code. This code is a powerhouse of savings, designed to provide incredible value for both first-time shoppers and our loyal returning customers. You'll be amazed at how much you can save and the extra perks you'll receive. Here are the fantastic benefits you can unlock with the ALB496107 code: ALB496107: Get a 30% extra discount on your first order, making your introduction to Temu incredibly economical and rewarding. ALB496107: Unlock extra 30% off on any item, giving you flexibility to apply significant savings to whatever you choose to purchase. ALB496107: Claim a free gift as a new Temu user, a delightful bonus to celebrate your first shopping experience with us. ALB496107: Score up to 90% discount on any item on the Temu app, providing access to extraordinary deals on a vast selection of products. ALB496107: Receive a free gift with free shipping in 68 countries including the UK, making your delivery not only free but also accompanied by a pleasant surprise. Pros And Cons Of Using Temu Coupon Code 30% Off We believe in transparency, so let's look at the good and the not-so-bad of using the Temu coupon 30% off code and Temu free coupon code 30 off. We want you to be fully informed to make the most of your shopping experience. Pros: Flat 30% off instantly on your purchases. Works for both new and existing users, ensuring everyone benefits. Access to substantial 100€-300€ coupon bundles for more savings. Potential for free gifts and express delivery, enhancing your overall experience. Can often be stacked with existing promotions and flash sales for even deeper discounts. Cons: Availability might depend on your specific region or country (though our code covers 68 countries). Some highly specialized or extremely low-priced items might have limited additional discounts. The "free gift" might be a surprise item, which may not always align with your exact needs or preferences. Terms And Conditions Of The Temu 30% Off Coupon Code In 2025 When using the Temu coupon code 30% off free shipping and our verified Temu coupon code 30% off reddit mentioned code, it's important to be aware of the terms and conditions to ensure a smooth and successful redemption. We've made these terms as favorable as possible for our users. Here are the important details you need to know: Our coupon code doesn’t have any expiration date; you can use them anytime you want throughout 2025 and beyond. Our coupon code is valid for both new and existing users, ensuring everyone can benefit from these amazing discounts. The code is applicable in 68 countries worldwide, including all major European nations, expanding your savings reach globally. There are no minimum purchase requirements for using our Temu coupon code, so you can enjoy the discount even on small orders. The code can be used on both the Temu mobile application and the official website, offering flexibility in how you shop. While the 30% off is a guaranteed discount, additional benefits like coupon bundles or free gifts might be subject to stock availability. In some cases, the 30% discount may be applied as a flat amount rather than a percentage, depending on the specific promotion or item. Final Note We hope this comprehensive guide has empowered you to unlock incredible savings with the Temu coupon code 30% off. We are committed to helping you make the most of your online shopping, ensuring you get quality products at unbeatable prices. Don't miss out on this fantastic opportunity to enhance your shopping experience with the Temu 30% off coupon. Start exploring Temu today and enjoy a world of savings right at your fingertips! FAQs Of Temu 30% Off Coupon  What is the best Temu coupon code for 30% off? Use code ALB496107 for the best 30% discount, valid across Europe for all users. This code is designed to give you maximum benefits, whether you're a new or existing customer, ensuring significant savings on your purchases.  Can I use the ALB496107 code more than once? Yes, the ALB496107 code is valid for multiple uses and works for both new and returning customers. This means you can keep enjoying continuous savings on your subsequent Temu orders.  Is the 30% Temu coupon code available worldwide? While our ALB496107 code is broadly applicable, it is specifically designed and optimized for use in 68 supported countries, primarily focusing on European nations. It aims to provide the best value in these regions.  Does the Temu 30% coupon expire? No, our exclusive coupon code ALB496107 does not have a set expiration date. You can use it anytime throughout 2025 and beyond, making it a reliable source for ongoing discounts.  How can I verify if the 30% Temu coupon code is legit? We assure you that our Temu coupon code ALB496107 is 100% legitimate and verified. We regularly test and confirm its functionality to ensure you receive the promised discounts without any issues.  
    • The magic code, ALB496107, is specifically designed to give maximum benefits, especially for our valued shoppers in European nations. Whether you're in the bustling cities of the UK or across the continent, this code is your passport to unparalleled discounts and a delightful shopping spree. We believe everyone deserves access to quality products without breaking the bank, and this code helps us deliver on that promise. For those wondering about ongoing savings, we have great news! We also cater to returning customers, ensuring that loyalty is rewarded. You’ll be excited to discover that both Temu coupon code 2025 for existing customers and a substantial Temu 40% discount coupon are available through our platform, ensuring everyone can enjoy amazing deals on their favorite items. What Is The Temu Coupon Code 40% off? We are delighted to share that our exclusive 40% off coupon code for Temu provides incredible benefits for both new and existing customers when used on the Temu app and website. This special offer ensures that everyone can enjoy substantial savings, whether they are making their first purchase or are a loyal shopper. We've worked hard to bring you this Temu coupon 40% off, ensuring it’s a truly rewarding experience for all. You'll find that this 40% discount Temu coupon is designed to maximize your savings. Here are the amazing benefits you can expect from using our code ALB496107: ALB496107: Enjoy a flat 40% discount exclusively for all new users on their very first order. ALB496107: Existing users are also included in the savings, receiving a generous 40% off their purchases. ALB496107: Unlock a massive 100€ coupon pack, giving you multiple opportunities to save on various future orders. ALB496107: New customers can revel in a fantastic 100€ flat discount right on their initial order, making it an unbeatable start. ALB496107: Loyal existing customers are not left out; they receive an extra 100€ off promo code, rewarding their continued support. ALB496107: Specifically for our new European users, there's an incredible 100€-300€ coupon bundle to kickstart their savings journey. Temu Coupon Code 40% Off For New Users For our new users, the benefits are truly exceptional when you apply our coupon code on the Temu app. We aim to give you the warmest welcome possible to the world of Temu, and this offer is designed to maximize your savings right from the start. This Temu coupon 40% off is tailored to provide the highest value, ensuring your first experience is both exciting and economical. You’ll be delighted to know that there are also perks similar to a Temu coupon code 40 off for existing users, making it a win-win for everyone! Here's how ALB496107 empowers new users: ALB496107: Get a flat 40% discount immediately applied to your first order as a new user. ALB496107: Receive a valuable 100€ coupon bundle, perfect for saving on subsequent purchases as you explore Temu’s vast offerings. ALB496107: Enjoy access to an incredible up to 100€ coupon bundle that can be used multiple times, ensuring ongoing savings. ALB496107: Unlock generous 100€-300€ discount vouchers, giving you substantial price reductions on a wide range of items. ALB496107: Benefit from free shipping to 68 countries worldwide, making your initial delivery smooth and cost-free. ALB496107: Receive an extra 40% off on any purchase for first-time users, an exceptional bonus that sweetens the deal even further. How To Redeem The Temu 40% Off Coupon Code For New Customers? Redeeming your Temu 40% off coupon code is incredibly simple, ensuring you can start saving immediately on your first purchase. We’ve streamlined the process to make it as smooth and user-friendly as possible, so you can focus on enjoying your new items. This Temu 40 off coupon code is designed for your convenience. Here’s a step-by-step guide on how to use the coupon in Temu: Download the Temu app or visit the official website: Begin by downloading the Temu application on your smartphone or by navigating to Temu’s official website through your web browser. Register as a new user: Create a new account using your email address or mobile number. The process is quick and straightforward, welcoming you to the Temu community. Browse and add your desired products to the cart: Explore Temu’s extensive catalog of products, from fashion and electronics to home goods and accessories. Add all the items you wish to purchase to your shopping cart. Proceed to checkout: Once you’ve finished shopping, click on the shopping cart icon and proceed to the checkout page. Enter ALB496107 during checkout: On the checkout page, you will find a designated field for "Coupon Code" or "Promo Code." Carefully type or paste ALB496107 into this box. Click “Apply”: After entering the code, click the "Apply" button. You will instantly see the 40% discount reflected in your total purchase amount. Complete your payment: Finalize your order by selecting your preferred payment method and completing the purchase. Enjoy your incredible savings! Temu Coupon Code 40% Off For Existing Users We understand that loyalty deserves to be rewarded, which is why existing users can also enjoy fantastic benefits by using our coupon code on the Temu app. This ensures that every time you shop with Temu, you have the opportunity to save even more. The Temu 40 off coupon code is not just for new customers; it's also a treat for our loyal shoppers. We are committed to providing the best deals, and this Temu coupon code for existing customers is a testament to that commitment. Here's how ALB496107 brings extra value to existing Temu users: ALB496107: Receive a 40% extra discount on your purchases as an existing Temu user, making your continued shopping even more rewarding. ALB496107: Gain access to a valuable 100€ coupon bundle that can be utilized for multiple purchases, allowing you to spread your savings across various orders. ALB496107: Enjoy a free gift with express shipping all over Europe, adding an extra touch of delight to your shopping experience. ALB496107: Benefit from an extra 30% off on top of any existing discounts, maximizing your overall savings on already reduced items. ALB496107: Continue to enjoy free shipping to 68 countries, making repeat orders even more convenient and cost-effective. How To Use The Temu Coupon Code 40% Off For Existing Customers? Applying the Temu coupon code 40 off as an existing customer is just as easy and rewarding as it is for new users. We want to ensure that your continued loyalty is acknowledged and celebrated with fantastic savings. This Temu discount code for existing users is straightforward to apply, so you can keep enjoying great prices. Follow these simple steps to apply the coupon in Temu as an existing user: Open the Temu app or visit the website: Launch the Temu application on your device or go to the official Temu website. Log in to your existing account: Enter your credentials to log in to your established Temu account. Add items to your cart: Browse through the vast selection of products and add the items you wish to purchase to your shopping cart. Proceed to checkout: Click on your shopping cart and navigate to the checkout page. Enter ALB496107 in the promo section at checkout: Locate the "Coupon Code" or "Promo Code" field on the checkout page. Enter ALB496107 into this box. Apply the code: Click the "Apply" button. The discount will be automatically adjusted in your total, reflecting your savings. Complete your purchase: Review your updated order total and proceed to complete your payment. Enjoy the added savings! How To Find The Temu Coupon Code 40% Off? Finding a reliable Temu coupon code 40% off first order or hunting for the latest Temu coupons 40 off can be an exciting quest, and we’re here to guide you to the best sources. We understand the importance of verified and working coupon codes to truly enhance your shopping experience. Here’s how you can get your hands on legitimate and tested coupons: Firstly, a smart move for any savvy shopper is to sign up for the official Temu newsletter. Temu frequently sends out exclusive coupon codes, promotions, and early access to sales directly to their subscribers. This is often where you'll find some of the most lucrative offers, ensuring you're always in the loop. Secondly, we highly recommend visiting Temu’s official social media pages. Platforms like Facebook, Instagram, and Twitter are vibrant hubs where Temu regularly announces flash sales, limited-time promotions, and sometimes even unique coupon codes as part of their marketing campaigns. Following them ensures you catch these time-sensitive opportunities. Lastly, and perhaps most effectively, you can find the latest and working Temu coupon codes by visiting trusted coupon sites like ours. We diligently update our listings with verified codes, ensuring that what you find here is current and effective. We take pride in curating the best deals so you don’t have to waste time searching for non-working coupons. Bookmark our page and check back regularly to unlock consistent savings! How Temu 40% Off coupons work? The Temu coupon code 40% off first time user and the Temu coupon code 40 percent off work by applying a direct discount to your purchase once the valid code is entered at checkout. It's a straightforward process designed to give you instant savings. When you enter a valid Temu 40% off coupon code, the system immediately recognizes the code and assesses its applicability to your order. If you are a new user, this could mean a flat 40% reduction on your entire first purchase. For existing users, the 40% off might manifest as a specific discount on certain categories, a percentage off your total, or contribute to a larger coupon bundle. The technology behind it automatically calculates the savings based on the coupon's terms and the items in your cart, reflecting the reduced price before you finalize your payment. This ensures transparency and immediate gratification, making your shopping experience more affordable and enjoyable. The goal is to make high-quality products accessible at lower prices, and these coupons are a key tool in achieving that for our users. How To Earn 40% Off Coupons In Temu As A New Customer? Earning Temu coupon code 40% off and Temu 40 off coupon code first order as a new customer is designed to be incredibly rewarding and easy, ensuring you start your Temu journey with significant savings. The primary way to earn these fantastic 40% off coupons as a new Temu customer is by simply signing up for a new account and making your initial purchase. Temu often provides substantial welcome bonuses, and our exclusive code ALB496107 is specifically tailored to unlock these maximum benefits for first-time users. When you download the Temu app, you'll often be presented with immediate offers or prompts to use a new user code. Furthermore, participating in Temu's referral programs (if available) or completing simple onboarding tasks, such as creating your profile or linking a payment method, can sometimes trigger additional coupon bundles. The platform is designed to encourage new sign-ups with attractive discounts, making it effortless to receive a flat 40% discount on your first order, free shipping, and often even bonus coupons worth 100€ or more to use on future purchases. Always keep an eye out for these initial prompts when you join, as they are your golden ticket to unlocking the best deals. What Are The Advantages Of Using Temu 40% Off Coupons? Using our Temu 40% off coupon code legit offers a wealth of incredible advantages that significantly enhance your shopping experience on the platform. We are committed to helping you save money, and this coupon code for Temu 40 off is your gateway to unparalleled value. Here are all the fantastic benefits you stand to gain: 40% discount on the first order: Instantly save big on your initial purchase, making your introduction to Temu incredibly cost-effective. 40% discount for existing customers: Loyalty is celebrated! Our existing users also enjoy a generous 40% off, ensuring continued savings. 100€ coupon bundle for multiple uses: Unlock a valuable coupon pack that can be applied to several different orders, maximizing your long-term savings. 75% discount on popular items: Get astonishing discounts on some of Temu's most sought-after products, allowing you to grab incredible deals. Extra 30% off for existing Temu customers: On top of your 40% discount, loyal customers can often enjoy an additional 30% off on various items. Up to 90% off in selected items: Discover mind-blowing reductions on special selections, giving you access to premium products at unbelievably low prices. Free gift for new users: As a welcome gesture, new customers often receive a complimentary gift with their first purchase, adding extra delight. 100€-300€ discount vouchers: Access a range of high-value vouchers that provide substantial monetary reductions on your orders. Free delivery to 68 countries: Enjoy the convenience and added savings of free shipping to a vast number of countries, including all major European nations. Temu Free Gift And Special Discount For New And Existing Users We are excited to share that there are truly multiple benefits to using our Temu 40% off coupon code, extending beyond just a straightforward discount. This 40% off Temu coupon code is a comprehensive package designed to offer exceptional value to both our new and existing users. We want your Temu experience to be as rewarding and delightful as possible, filled with amazing savings and pleasant surprises. Here are the diverse benefits you can unlock with ALB496107: ALB496107: Receive a fantastic 40% discount on your very first order, setting you up for incredible savings from the start. ALB496107: Existing customers also get to enjoy a generous 40% off, ensuring that your continued patronage is truly valued. ALB496107: Unlock an extra 30% off on any item, giving you an additional layer of savings on top of other potential discounts. ALB496107: New Temu users are treated to a special free gift with their initial purchase, adding a delightful surprise to their order. ALB496107: Gain access to discounts of up to 90% on various items available on the Temu app, allowing you to snag extraordinary deals. ALB496107: Enjoy a free gift accompanied by free shipping in 68 countries, including the UK, making your shopping experience even more convenient and cost-effective. Pros And Cons Of Using Temu Coupon Code 40% Off Every great offer comes with its advantages and a few considerations, and our Temu coupon 40% off code is no exception. We believe in transparency, so let’s look at the pros and cons of using this Temu free coupon code 40 off. Pros: Flat 40% savings: Enjoy a substantial and immediate reduction on your purchases. Available to both new and existing users: Inclusive benefits mean everyone can save. 100€-300€ coupon bundles: Access to significant coupon packs for ongoing discounts. Free gifts and shipping: Added value through complimentary items and delivery. Stacks with flash deals on Temu: Potentially combine with existing sales for even deeper discounts. Cons: Limited to 68 eligible countries: While extensive, it's not universally applicable. May not combine with other exclusive coupons: Sometimes, only one major discount can be applied per order. App download may be required for some promotions: Certain offers might necessitate using the Temu mobile application. Terms And Conditions Of The Temu 40% Off Coupon Code In 2025 Understanding the terms and conditions of the Temu coupon code 40% off free shipping is crucial for maximizing your savings. We want to ensure clarity and transparency, so you can confidently use our code. While you might stumble upon discussions like Temu coupon code 40% off reddit, we provide direct and verified information. Here are the key terms and conditions for our Temu coupon code in 2025: Our specific coupon code, ALB496107, does not have any expiration date, allowing you the flexibility to use it anytime you wish. The coupon code, ALB496107, is valid for both new and existing users, ensuring that everyone can benefit from the incredible discounts. This versatile coupon code is applicable in a wide range of locations, specifically valid in 68 countries worldwide, including numerous European nations. There are no minimum purchase requirements for using our Temu coupon code, meaning you can enjoy the 40% discount on orders of any size. Final Note We truly hope this comprehensive guide on the Temu coupon code 40% off empowers you to shop smarter and save more. It's our mission to provide you with the best deals available, ensuring your online shopping is always a rewarding experience. Don't miss out on this fantastic opportunity to elevate your shopping game! Grab your Temu 40% off coupon and start exploring the incredible world of Temu with unbeatable discounts today. FAQs Of Temu 40% Off Coupon Is the Temu 40% off coupon code available for all users? Yes, our specific coupon code ALB496107 is valid for both new and existing customers. You can use it on the Temu app or website to unlock significant savings, regardless of whether it's your first purchase or a repeat order.  How many times can I use the Temu 40% off coupon?  For new users, the flat 40% discount generally applies to your first order. Existing users may receive coupon bundles, like the 100€ coupon pack, which can be used multiple times for various purchases, maximizing ongoing savings.  Is the Temu 40% off coupon code legitimate? Absolutely! Our code ALB496107 is verified, tested, and regularly updated to ensure it works seamlessly for all eligible users. We are a trusted source for coupon codes and are committed to providing genuine discounts.  Does the Temu 40% off coupon code have an expiration date?  No, our specific Temu coupon code ALB496107 does not have an expiration date. You can use it whenever you're ready to make a purchase on Temu, without worrying about it running out.  Can I combine the Temu 40% off coupon with other deals? While our 40% off coupon offers substantial savings, its combinability with other ongoing flash deals or exclusive promotions on Temu may vary. Always check the specific terms of any other offers to see if they can be stacked.
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.