Skip to content

Instantly share code, notes, and snippets.

@SavageKiller13
Created November 27, 2021 19:30
Show Gist options
  • Save SavageKiller13/8c83f49a5bccac6e705e866278239945 to your computer and use it in GitHub Desktop.
Save SavageKiller13/8c83f49a5bccac6e705e866278239945 to your computer and use it in GitHub Desktop.
[27Nov2021 12:19:59.616] [Render thread/ERROR] [net.minecraftforge.eventbus.EventBus/EVENTBUS]: Exception caught during firing event: Cannot invoke "net.minecraft.entity.Entity.func_226277_ct_()" because "p_70032_1_" is null
Index: 3
Listeners:
0: HIGHEST
1: ASM: class tcb.spiderstpo.client.ClientEventHandlers onPostRenderLiving(Lnet/minecraftforge/client/event/RenderLivingEvent$Post;)V
2: NORMAL
3: net.minecraftforge.eventbus.EventBus$$Lambda$3015/0x000000080175f780@7b40be77
4: ASM: net.gigabit101.shrink.events.RenderEvents@3a3373f5 onLivingRenderPost(Lnet/minecraftforge/client/event/RenderLivingEvent$Post;)V
5: LOWEST
6: ASM: vazkii.quark.content.tweaks.module.EmotesModule@5a5877de postRenderLiving(Lnet/minecraftforge/client/event/RenderLivingEvent$Post;)V
java.lang.NullPointerException: Cannot invoke "net.minecraft.entity.Entity.func_226277_ct_()" because "p_70032_1_" is null
at net.minecraft.entity.Entity.func_70032_d(Entity.java:1167)
at net.torocraft.torohealth.bars.HealthBarRenderer.renderInWorld(HealthBarRenderer.java:49)
at net.torocraft.torohealth.ClientEventHandler.entityRender(ClientEventHandler.java:28)
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247)
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302)
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283)
at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:131)
at net.minecraft.client.renderer.entity.PlayerRenderer.handler$zon000$onRender(PlayerRenderer.java:1533)
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java)
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java:41)
at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:251)
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_241611_a_(SourceFile:149)
at com.mojang.blaze3d.systems.RenderSystem.runAsFancy(SourceFile:1439)
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_228187_a_(SourceFile:149)
at com.sintinium.oauth.gui.profile.ProfileSelectionScreen.func_230430_a_(ProfileSelectionScreen.java:249)
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:370)
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:363)
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492)
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607)
at net.minecraft.client.main.Main.main(Main.java:184)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:567)
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[27Nov2021 12:19:59.634] [Render thread/FATAL] [net.minecraftforge.common.ForgeMod/]: Preparing crash report with UUID ba895176-0998-4cdd-9d48-7403b9cb08f0
[27Nov2021 12:20:02.696] [Render thread/FATAL] [net.minecraft.client.Minecraft/]: Reported exception thrown!
net.minecraft.crash.ReportedException: Rendering entity in world
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:505) ~[?:?]
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) ~[?:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?]
at net.minecraft.client.main.Main.main(Main.java:184) ~[1.16.5.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?]
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.18.jar:36.2]
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?]
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?]
Caused by: java.lang.NullPointerException: Cannot invoke "net.minecraft.entity.Entity.func_226277_ct_()" because "p_70032_1_" is null
at net.minecraft.entity.Entity.func_70032_d(Entity.java:1167) ~[?:?]
at net.torocraft.torohealth.bars.HealthBarRenderer.renderInWorld(HealthBarRenderer.java:49) ~[torohealth:?]
at net.torocraft.torohealth.ClientEventHandler.entityRender(ClientEventHandler.java:28) ~[torohealth:?]
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?]
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?]
at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:131) ~[?:?]
at net.minecraft.client.renderer.entity.PlayerRenderer.handler$zon000$onRender(PlayerRenderer.java:1533) ~[?:?]
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java) ~[?:?]
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java:41) ~[?:?]
at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:251) ~[?:?]
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_241611_a_(SourceFile:149) ~[?:?]
at com.mojang.blaze3d.systems.RenderSystem.runAsFancy(SourceFile:1439) ~[?:?]
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_228187_a_(SourceFile:149) ~[?:?]
at com.sintinium.oauth.gui.profile.ProfileSelectionScreen.func_230430_a_(ProfileSelectionScreen.java:249) ~[oauth:1.1.1]
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:370) ~[forge:?]
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:363) ~[forge:?]
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492) ~[?:?]
... 13 more
[27Nov2021 12:20:02.728] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: ---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
Time: 11/27/21, 12:20 PM
Description: Rendering entity in world
java.lang.NullPointerException: Cannot invoke "net.minecraft.entity.Entity.func_226277_ct_()" because "p_70032_1_" is null
at net.minecraft.entity.Entity.func_70032_d(Entity.java:1167) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:better_diving:Entity updateFluidOnEyes Transformer,xf:fml:better_diving:Entity getMaxAirSupply Transformer,xf:fml:better_diving:Entity updateFluidHeightAndDoFluidPushing Transformer,xf:fml:entity_culling:Entity Transformer,re:classloading,pl:accesstransformer:B,xf:fml:better_diving:Entity updateFluidOnEyes Transformer,xf:fml:better_diving:Entity getMaxAirSupply Transformer,xf:fml:better_diving:Entity updateFluidHeightAndDoFluidPushing Transformer,xf:fml:entity_culling:Entity Transformer,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinEntity,pl:mixin:APP:shrink.mixins.json:MixinEntity,pl:mixin:APP:randompatches.mixins.json:EntityMixin,pl:mixin:APP:betterendforge.mixins.json:EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.collisions.EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.fast_suffocation_check.EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.skip_fire_check.EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.stream_entity_collisions_lazily.EntityMixin,pl:mixin:APP:unearthed.mixins.json:server.MixinEntity,pl:mixin:APP:spiderstpo.mixins.json:EntityMixin,pl:mixin:APP:abnormals_core.mixins.json:EntityMixin,pl:mixin:APP:upgrade_aquatic.mixins.json:EntityMixin,pl:mixin:APP:endergetic.mixins.json:EntityMixin,pl:mixin:APP:allurement.mixins.json:EntityMixin,pl:mixin:APP:kubejs-common.mixins.json:EntityMixin,pl:mixin:APP:iceberg.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinEntity,pl:mixin:APP:create.mixins.json:EntityContraptionInteractionMixin,pl:mixin:A}
at net.torocraft.torohealth.bars.HealthBarRenderer.renderInWorld(HealthBarRenderer.java:49) ~[torohealth:?] {re:classloading}
at net.torocraft.torohealth.ClientEventHandler.entityRender(ClientEventHandler.java:28) ~[torohealth:?] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:131) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:oauth.mixins.json:LivingRendererMixin,pl:mixin:APP:charm.mixins.json:accessor.LivingRendererAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.PlayerRenderer.handler$zon000$onRender(PlayerRenderer.java:1533) ~[?:?] {re:mixin,xf:fml:forge:crossbows.2,pl:runtimedistcleaner:A,re:classloading,xf:fml:forge:crossbows.2,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java) ~[?:?] {re:mixin,xf:fml:forge:crossbows.2,pl:runtimedistcleaner:A,re:classloading,xf:fml:forge:crossbows.2,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java:41) ~[?:?] {re:mixin,xf:fml:forge:crossbows.2,pl:runtimedistcleaner:A,re:classloading,xf:fml:forge:crossbows.2,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:251) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:infernal-expansion.mixins.json:client.MixinEntityRendererManager,pl:mixin:APP:sodium.mixins.json:features.entity.shadow_clipping.MixinEntityRenderDispatcher,pl:mixin:APP:byg.mixins.json:client.MixinEntityRendererManager,pl:mixin:APP:quark.mixins.json:client.EntityRendererManagerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_241611_a_(SourceFile:149) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:highlighter.mixins.json:InventoryScreenMixin,pl:mixin:A}
at com.mojang.blaze3d.systems.RenderSystem.runAsFancy(SourceFile:1439) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:fpsreducer.mixins.json:RenderSystemMixin,pl:mixin:A}
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_228187_a_(SourceFile:149) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:highlighter.mixins.json:InventoryScreenMixin,pl:mixin:A}
at com.sintinium.oauth.gui.profile.ProfileSelectionScreen.func_230430_a_(ProfileSelectionScreen.java:249) ~[oauth:1.1.1] {re:mixin,re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:370) ~[forge:?] {re:classloading,re:mixin}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:363) ~[forge:?] {re:classloading,re:mixin}
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:better_diving:GameRenderer renderLevel Transformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:better_diving:GameRenderer renderLevel Transformer,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:chat_heads.mixins.json:MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:mixins.dynmus.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:chat_heads.mixins.json:MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:mixins.dynmus.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) ~[1.16.5.jar:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.18.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at net.minecraft.entity.Entity.func_70032_d(Entity.java:1167) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:better_diving:Entity updateFluidOnEyes Transformer,xf:fml:better_diving:Entity getMaxAirSupply Transformer,xf:fml:better_diving:Entity updateFluidHeightAndDoFluidPushing Transformer,xf:fml:entity_culling:Entity Transformer,re:classloading,pl:accesstransformer:B,xf:fml:better_diving:Entity updateFluidOnEyes Transformer,xf:fml:better_diving:Entity getMaxAirSupply Transformer,xf:fml:better_diving:Entity updateFluidHeightAndDoFluidPushing Transformer,xf:fml:entity_culling:Entity Transformer,pl:mixin:APP:infernal-expansion.mixins.json:common.MixinEntity,pl:mixin:APP:shrink.mixins.json:MixinEntity,pl:mixin:APP:randompatches.mixins.json:EntityMixin,pl:mixin:APP:betterendforge.mixins.json:EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.collisions.EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.fast_suffocation_check.EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.skip_fire_check.EntityMixin,pl:mixin:APP:sodium.mixins.json:entity.stream_entity_collisions_lazily.EntityMixin,pl:mixin:APP:unearthed.mixins.json:server.MixinEntity,pl:mixin:APP:spiderstpo.mixins.json:EntityMixin,pl:mixin:APP:abnormals_core.mixins.json:EntityMixin,pl:mixin:APP:upgrade_aquatic.mixins.json:EntityMixin,pl:mixin:APP:endergetic.mixins.json:EntityMixin,pl:mixin:APP:allurement.mixins.json:EntityMixin,pl:mixin:APP:kubejs-common.mixins.json:EntityMixin,pl:mixin:APP:iceberg.mixins.json:EntityMixin,pl:mixin:APP:quark.mixins.json:EntityMixin,pl:mixin:APP:assets/shetiphiancore/shetiphiancore.mixins.json:MixinEntity,pl:mixin:APP:create.mixins.json:EntityContraptionInteractionMixin,pl:mixin:A}
at net.torocraft.torohealth.bars.HealthBarRenderer.renderInWorld(HealthBarRenderer.java:49) ~[torohealth:?] {re:classloading}
at net.torocraft.torohealth.ClientEventHandler.entityRender(ClientEventHandler.java:28) ~[torohealth:?] {re:classloading}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {}
at net.minecraft.client.renderer.entity.LivingRenderer.func_225623_a_(LivingRenderer.java:131) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:oauth.mixins.json:LivingRendererMixin,pl:mixin:APP:charm.mixins.json:accessor.LivingRendererAccessor,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.PlayerRenderer.handler$zon000$onRender(PlayerRenderer.java:1533) ~[?:?] {re:mixin,xf:fml:forge:crossbows.2,pl:runtimedistcleaner:A,re:classloading,xf:fml:forge:crossbows.2,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java) ~[?:?] {re:mixin,xf:fml:forge:crossbows.2,pl:runtimedistcleaner:A,re:classloading,xf:fml:forge:crossbows.2,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.renderer.entity.PlayerRenderer.func_225623_a_(PlayerRenderer.java:41) ~[?:?] {re:mixin,xf:fml:forge:crossbows.2,pl:runtimedistcleaner:A,re:classloading,xf:fml:forge:crossbows.2,pl:mixin:A,pl:runtimedistcleaner:A}
-- Entity being rendered --
Details:
Entity Type: minecraft:player (com.sintinium.oauth.gui.profile.FakePlayer)
Entity ID: 1
Entity Name: Savage_Killer13
Entity's Exact location: 8.50, 65.00, 8.50
Entity's Block location: World: (8,65,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Entity's Momentum: 0.00, 0.00, 0.00
Entity's Passengers: []
Entity's Vehicle: ~~ERROR~~ NullPointerException: Cannot invoke "net.minecraft.entity.Entity.toString()" because the return value of "net.minecraft.entity.Entity.func_184187_bx()" is null
-- Renderer details --
Details:
Assigned renderer: net.minecraft.client.renderer.entity.PlayerRenderer@33ca5e6e
Location: 0.00,0.00,0.00 - World: (0,0,0), Chunk: (at 0,0,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Rotation: 0.0
Delta: 1.0
Stacktrace:
at net.minecraft.client.renderer.entity.EntityRendererManager.func_229084_a_(EntityRendererManager.java:251) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:infernal-expansion.mixins.json:client.MixinEntityRendererManager,pl:mixin:APP:sodium.mixins.json:features.entity.shadow_clipping.MixinEntityRenderDispatcher,pl:mixin:APP:byg.mixins.json:client.MixinEntityRendererManager,pl:mixin:APP:quark.mixins.json:client.EntityRendererManagerMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_241611_a_(SourceFile:149) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:highlighter.mixins.json:InventoryScreenMixin,pl:mixin:A}
at com.mojang.blaze3d.systems.RenderSystem.runAsFancy(SourceFile:1439) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:fpsreducer.mixins.json:RenderSystemMixin,pl:mixin:A}
at net.minecraft.client.gui.screen.inventory.InventoryScreen.func_228187_a_(SourceFile:149) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:highlighter.mixins.json:InventoryScreenMixin,pl:mixin:A}
at com.sintinium.oauth.gui.profile.ProfileSelectionScreen.func_230430_a_(ProfileSelectionScreen.java:249) ~[oauth:1.1.1] {re:mixin,re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:370) ~[forge:?] {re:classloading,re:mixin}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:363) ~[forge:?] {re:classloading,re:mixin}
-- Screen render details --
Details:
Screen name: com.sintinium.oauth.gui.profile.ProfileSelectionScreen
Mouse location: Scaled: (41, 18). Absolute: (82.000000, 37.000000)
Screen size: Scaled: (960, 529). Absolute: (1920, 1057). Scale factor of 2.000000
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:492) ~[?:?] {re:mixin,pl:accesstransformer:B,xf:fml:better_diving:GameRenderer renderLevel Transformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:better_diving:GameRenderer renderLevel Transformer,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:chat_heads.mixins.json:MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:mixins.dynmus.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:chat_heads.mixins.json:MinecraftMixin,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:mixins.dynmus.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:charm.mixins.json:accessor.MinecraftAccessor,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) ~[1.16.5.jar:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) ~[?:?] {}
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:567) ~[?:?] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) ~[forge-1.16.5-36.2.18.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.jar:?] {re:classloading}
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 16.0.1, Oracle Corporation
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 2503386856 bytes (2387 MB) / 4706009088 bytes (4488 MB) up to 7516192768 bytes (7168 MB)
CPUs: 4
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx7168m -Xms7168m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m -XX:+IgnoreUnrecognizedVMOptions
ModLauncher: 8.0.9+86+master.3cf110c
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.18.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.18.jar runtime_enum_extender PLUGINSERVICE
/forge-1.16.5-36.2.18.jar capability_inject_definalize PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.18.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.18.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.18
FML Language Providers:
javafml@36.2
minecraft@1
kotori_scala@2.13.5-build-2
Mod List:
BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE
immersivecooking-1.0.1.jar |Immersive Cooking |immersivecooking |1.0.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
SlimyBoyos-3.1.0.23.jar |SlimyBoyos |slimyboyos |3.1.0.23 |DONE |Manifest: NOSIGNATURE
AdditionalEnchantedMiner-1.16.5-16.1.10.jar |QuarryPlus |quarryplus |16.1.10 |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
infernal-expansion-1.16.5-2.4.0.jar |Infernal Expansion |infernalexp |2.4.0 |DONE |Manifest: NOSIGNATURE
TRansliterationLib-1.0.4.jar |TRansliterationLib Mod |transliterationlib |1.0.4 |DONE |Manifest: NOSIGNATURE
refinedpipes-0.5.jar |Refined Pipes |refinedpipes |0.5 |DONE |Manifest: NOSIGNATURE
torohealth-1.16.4-forge-4.jar |ToroHealth |torohealth |NONE |DONE |Manifest: NOSIGNATURE
modnametooltip_1.16.2-1.15.0.jar |Mod Name Tooltip |modnametooltip |1.15.0 |DONE |Manifest: NOSIGNATURE
pitg-1.16.5-2.0.1.jar |Pane In The Glass |pitg |1.16.5-2.0.1 |DONE |Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE
farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |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.541.jar |Cable Tiers |cabletiers |1.16.5-0.541 |DONE |Manifest: NOSIGNATURE
rangedpumps-0.8.2.jar |Ranged Pumps |rangedpumps |0.8.2 |DONE |Manifest: NOSIGNATURE
ColouredTooltips-1.16.5-11.0.2.jar |ColouredTooltips |colouredtooltips |11.0.2 |DONE |Manifest: NOSIGNATURE
Shrink-1.16.5-1.1.6.jar |Shrink |shrink |1.1.6 |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.3.jar |Apotheosis |apotheosis |4.8.3 |DONE |Manifest: NOSIGNATURE
Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |DONE |Manifest: NOSIGNATURE
chat_heads-0.5.1-forge-1.16.5.jar |Chat Heads |chat_heads |0.5.1 |DONE |Manifest: NOSIGNATURE
shetiphiancore-1.16-3.8.6.jar |ShetiPhian-Core |shetiphiancore |3.8.6 |DONE |Manifest: NOSIGNATURE
RevampedWolf-1.16.4-0.7.1.jar |RevampedWolf |revampedwolf |1.16.4-0.7.1 |DONE |Manifest: NOSIGNATURE
supplementaries-1.16.5-0.17.10.jar |Supplementaries |supplementaries |1.16.5-0.17.10 |DONE |Manifest: NOSIGNATURE
emojiful-1.16.4-2.1.4.jar |Emojiful |emojiful |1.16.4-2.1.4 |DONE |Manifest: NOSIGNATURE
refinedstorage-1.9.16.jar |Refined Storage |refinedstorage |1.9.16 |DONE |Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.3.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.3 |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
TipTheScales-1.16.5-3.0.0.15.jar |TipTheScales |tipthescales |3.0.0.15 |DONE |Manifest: NOSIGNATURE
repurposed_structures_forge-3.4.5+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.5+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
ToolStats-1.16.5-6.0.1.jar |ToolStats |toolstats |6.0.1 |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
supermartijn642corelib-1.0.14a-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.14a |DONE |Manifest: NOSIGNATURE
fishingreal-1.16.3-1.0.0.jar |Fishing Real |fishingreal |1.0.0 |DONE |Manifest: NOSIGNATURE
hostilevillages-3.2-1.16.5.jar |Example Mod |hostilevillages |3.2-1.16.5 |DONE |Manifest: NOSIGNATURE
Highlighter-1.16.5-1.1.1.jar |Highlighter |highlighter |1.1.1 |DONE |Manifest: NOSIGNATURE
spark-forge.jar |spark |spark |1.6.0 |DONE |Manifest: NOSIGNATURE
itemstitchingfix-1.16.5-0.2.jar |Item Stitching Fix |itemstitchingfix |1.0 |DONE |Manifest: NOSIGNATURE
SchoolsOfMagic1.16.5-2.1.04.jar |Schools of Magic: Second Semes|schoolsofmagic |2.1.03 |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
specialai-1.16.5-1.0.2.jar |Special AI |specialai |NONE |DONE |Manifest: NOSIGNATURE
YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE
Chunk Pregenerator-V1.16-3.2.1.jar |Chunk Pregenerator |chunkpregen |V1.16-3.2.1 |DONE |Manifest: NOSIGNATURE
antighost-1.16.4-forge35.0.7-1.1.2.jar |AntiGhost |antighost |1.16.4-forge35.0.7-1|DONE |Manifest: NOSIGNATURE
ExtraStorage-1.16.5-1.5.1.jar |Extra Storage |extrastorage |1.5.1 |DONE |Manifest: NOSIGNATURE
wormhole-1.1.9-mc1.16.5.jar |Wormhole (Portals) |wormhole |1.1.9 |DONE |Manifest: NOSIGNATURE
cloth-config-4.12.41-forge.jar |Cloth Config v4 API |cloth-config |4.12.41 |DONE |Manifest: NOSIGNATURE
fastbenchminusreplacement-1.4.jar |FastWorkbench Minus Replacemen|fastbenchminusreplacement |1.4 |DONE |Manifest: NOSIGNATURE
WellBehavedMobs-v1.2.3-1.16.5.jar |Well-Behaved Mobs |wellbehavedmobs |1.2.3 |DONE |Manifest: 3b:7d:be:d1:e9:dc:c0:ad:9f:f6:3d:4d:65:a8:d0:5e:da:d1:2b:b1:33:11:18:5f:0b:0d:4c:fa:9e:7c:27:41
FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.4.435-universal.jar |CodeChicken Lib |codechickenlib |4.0.4.435 |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
PrettyBeaches_1.16.3-5.2.0.jar |Pretty Beaches |prettybeaches |5.2.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
veinmining-forge-1.16.5-0.14.jar |Vein Mining |veinmining |1.16.5-0.14 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.56.jar |GeckoLib |geckolib3 |3.0.56 |DONE |Manifest: NOSIGNATURE
NekosEnchantedBooks-1.16-1.5.0.jar |Neko’s Enchanted Books |nebs |1.5.0 |DONE |Manifest: NOSIGNATURE
dwarfcoal-1.16.4-1.0.1.jar |Dwarf Coal |dwarfcoal |1.16.4-1.0.0 |DONE |Manifest: NOSIGNATURE
SimplyJetpacks2-1.16.5-2.6.11.2.jar |Simply Jetpacks 2 |simplyjetpacks |1.16.5-2.6.11.2 |DONE |Manifest: NOSIGNATURE
torchslabmod-1.16.4_v1.6.19.jar |Torch Slab Mod |torchslabmod |1.6.18 |DONE |Manifest: NOSIGNATURE
SereneShrubbery-1.16.5-1.1.0.jar |Serene Shrubbery |serene_shrubbery |1.0.0 |DONE |Manifest: NOSIGNATURE
potiondescriptions-1.16.5-1.5.3.jar |Potion Descriptions |potiondescriptions |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE
woot-1.16.5-1.0.8.0.jar |Woot |woot |1.16.5-1.0.8.0 |DONE |Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.137.jar |Just Enough Items |jei |7.7.1.137 |DONE |Manifest: NOSIGNATURE
VisualWorkbench-v1.0.5-1.16.5.jar |Visual Workbench |visualworkbench |1.0.5 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
AttributeFix-1.16.5-10.1.2.jar |AttributeFix |attributefix |10.1.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
tesseract-1.0.24-mc1.16.jar |Tesseract |tesseract |1.0.24 |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
stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |DONE |Manifest: NOSIGNATURE
upstream-1.0.jar |Upstream |upstream |1.0 |DONE |Manifest: NOSIGNATURE
champions-forge-1.16.5-2.0.1.8.jar |Champions |champions |1.16.5-2.0.1.8 |DONE |Manifest: NOSIGNATURE
snowundertrees-1.16.5-v1.3.jar |Snow Under Trees |snowundertrees |v1.3 |DONE |Manifest: NOSIGNATURE
grapple_hooks-1.2.2-33.jar |Grapple Hooks |grapple_hooks |1.2.2-33 |DONE |Manifest: NOSIGNATURE
PackingTape-1.16.5-0.10.1.jar |Packing Tape |packingtape |0.10.1 |DONE |Manifest: NOSIGNATURE
sodium-forge-2.9.10+rev.ea6353c.jar |SodiumReforged |sodium |2.9.10+rev.ea6353c |DONE |Manifest: NOSIGNATURE
extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |DONE |Manifest: NOSIGNATURE
simpletomb-1.16.5-1.0.9.jar |Simple Tombstone |simpletomb |1.16.5-1.0.9 |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
subwild-1.3.1.jar |Subterranean Wilderness |subwild |1.3.1 |DONE |Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.13.jar |Iron Chests |ironchest |1.16.5-11.2.13 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.47-release.jar |When Dungeons Arise |dungeons_arise |2.1.47 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.18-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE
theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE
EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |DONE |Manifest: NOSIGNATURE
chunksavingfix-0.1.0.jar |Chunk Saving Fix |chunksavingfix |0.1.0 |DONE |Manifest: NOSIGNATURE
GeneticAnimals-0_6_29.jar |Genetic Animals |eanimod |0_6_29 |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
Farming in Rain - 1.16.5 - 1.5.1.jar |Farming in Rain |esrainplants |1.5.1 |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.127.jar |Mantle |mantle |1.6.127 |DONE |Manifest: NOSIGNATURE
baubleyheartcanisters-1.16.5-1.1.11.jar |Baubley Heart Canisters |bhc |1.16.5-1.1.11 |DONE |Manifest: NOSIGNATURE
serverconfigupdater-1.3.jar |ServerConfig Updater |serverconfigupdater |1.3 |DONE |Manifest: NOSIGNATURE
oauth-1.1.1-1.16.jar |OAuth |oauth |1.0 |DONE |Manifest: NOSIGNATURE
polymorph-forge-1.16.5-0.33.jar |Polymorph |polymorph |1.16.5-0.33 |DONE |Manifest: NOSIGNATURE
JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE
[1.16.5] SecurityCraft v1.8.23.jar |SecurityCraft |securitycraft |v1.8.23 |DONE |Manifest: NOSIGNATURE
globaldataandresourcepacks-1.16.4-1.7.4.jar |Global Data- & Resourcepacks |globaldataandresourcepacks |1.16.4-1.7.3 |DONE |Manifest: NOSIGNATURE
Titles-1.16.5-3.3.0.jar |Titles |titles |1.16.5-3.3.0 |DONE |Manifest: NOSIGNATURE
lootr-1.16.5-0.0.9.27.jar |Lootr |lootr |0.0.9.27 |DONE |Manifest: NOSIGNATURE
thedragonlib-1.16.3-1.1.0.jar |TheDragonLib |thedragonlib |1.16.3-1.1.0 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |DONE |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE
farmerstea-1.16.5-1.3.jar |Farmer's Tea - A Compat Mod |farmerstea |1.16.5-1.3 |DONE |Manifest: NOSIGNATURE
extremeSoundMuffler-3.17_1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.17_forge-1.16.5 |DONE |Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v4.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4 |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
step-1.16.4-1.1.0.jar |Step |step |1.1.0 |DONE |Manifest: NOSIGNATURE
magipsi-1.16.5-2.0.0.1.jar |Magical Psi |magipsi |1.16.5-2.0.0.1 |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.4.jar |RSRequestify |rsrequestify |2.1.4 |DONE |Manifest: NOSIGNATURE
hexerei-0.1.2.jar |Hexerei |hexerei |0.1.2 |DONE |Manifest: NOSIGNATURE
SkyVillage_1.0.0_1.16.5.jar |Sky Villages |skyvillages |1.0.0 |DONE |Manifest: NOSIGNATURE
Cube++-1.4.5.jar |Cube++ |cubeplus |version |DONE |Manifest: NOSIGNATURE
Instrumental-Mobs-1.16.5-1.3.3.jar |Instrumental Mobs |instrumentalmobs |1.3.3 |DONE |Manifest: NOSIGNATURE
no-potion-offset-1.0.2.jar |No Potion Offset |no-potion-offset |NONE |DONE |Manifest: NOSIGNATURE
NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |Manifest: NOSIGNATURE
advancedperipherals-1.16.5-0.7.5r.jar |Advanced Peripherals |advancedperipherals |0.7.5r |DONE |Manifest: NOSIGNATURE
eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |Manifest: NOSIGNATURE
BetterF3-1.1.3-forge-1.16.5.jar |BetterF3 Forge |betterf3forge |1.1.3 |DONE |Manifest: NOSIGNATURE
fish_in_planks-1.16.5-0.4.jar |Fish in Planks |fish_in_planks |1.16.5-0.4 |DONE |Manifest: NOSIGNATURE
KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE
glassential-forge-1.16.5-1.1.7.jar |Glassential |glassential |1.1.7 |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
moreminecarts-1.3.12.jar |More Minecarts |moreminecarts |1.3.12 |DONE |Manifest: NOSIGNATURE
potionofbees-1.16.4-1.1.0.2.jar |Potion of Bees |potionofbees |1.1.0.2 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.3.29.jar |Bookshelf |bookshelf |10.3.29 |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
Tips-1.16.5-4.0.7.jar |Tips |tips |4.0.7 |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.11.1.390.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.11.1.390 |DONE |Manifest: NOSIGNATURE
buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE
FramedBlocks-2.11.1.jar |FramedBlocks |framedblocks |2.11.1 |DONE |Manifest: NOSIGNATURE
forge-1.16.5-36.2.18-universal.jar |Forge |forge |36.2.18 |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.3.1.jar |CoFH Core |cofh_core |1.3.1 |DONE |Manifest: NOSIGNATURE
thermal_foundation-1.16.5-1.3.2.jar |Thermal Series |thermal |1.3.2 |DONE |Manifest: NOSIGNATURE
topaddons-1.16.5-2.1.5-beta.jar |TOP Addons |topaddons |1.16.5-2.1.5-beta |DONE |Manifest: NOSIGNATURE
Psi 1.16-97.jar |Psi |psi |1.16-96 |DONE |Manifest: NOSIGNATURE
appleskin-forge-mc1.16.x-2.2.0.jar |AppleSkin |appleskin |mc1.16.4-2.2.0 |DONE |Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |DONE |Manifest: NOSIGNATURE
Zetter-0.10.6-1.16.3-rc.jar |Zetter |zetter |0.10.6-1.16.3-rc |DONE |Manifest: NOSIGNATURE
FpsReducer-forge-1.24-mc1.16.5.jar |FPS Reducer |fpsreducer |1.24-mc1.16.5 |DONE |Manifest: NOSIGNATURE
carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
horsestandstill-1.16.5-1.0.2.jar |Stupid Horse Stand Still |horsestandstill |1.16.5-1.0.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
dynmus-1.3.1.jar |Dynamic Music |dynmus |1.3.1 |DONE |Manifest: NOSIGNATURE
absentbydesign-1.16.5-1.5.1.jar |Absent By Design Mod |absentbydesign |1.16.5-1.5.1 |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
konkrete_1.3.0_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.3.0 |DONE |Manifest: NOSIGNATURE
EquipmentCompare-1.16.5-1.2.7.jar |Equipment Compare |equipmentcompare |1.2.7 |DONE |Manifest: NOSIGNATURE
chipped-1.1.2.jar |Chipped |chipped |1.1.2 |DONE |Manifest: NOSIGNATURE
chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.5.1.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.1 |DONE |Manifest: NOSIGNATURE
Curious Armor Stands-1.16.5-2.1.2.jar |Curious Armor Stands |curious_armor_stands |1.16.5-2.1.2 |DONE |Manifest: NOSIGNATURE
AmbientSounds_v3.1.11_mc1.16.5.jar |Ambient Sounds |ambientsounds |3.0.3 |DONE |Manifest: NOSIGNATURE
crashutilities-3.12.jar |Crash Utilities |crashutilities |3.12 |DONE |Manifest: NOSIGNATURE
projectvibrantjourneys-1.16.5-3.2.10.jar |Project: Vibrant Journeys |projectvibrantjourneys |1.16.5-3.2.10 |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
unearthed-1.2.1.jar |Unearthed |unearthed |1.2.1 |DONE |Manifest: NOSIGNATURE
random_plant_heights-1.0.2.jar |Random Plant Heights |random_plant_heights |1.0.2 |DONE |Manifest: NOSIGNATURE
Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE
witchery_rewitched-0.3.0.jar |Witchery: The Rewitchening |witchery_rewitched |0.3.0 |DONE |Manifest: NOSIGNATURE
leap-1.16.4-1.1.1.jar |Leap |leap |1.1.1 |DONE |Manifest: NOSIGNATURE
horse_colors-1.16.5-1.6.1.1.jar |Realistic Horse Genetics |horse_colors |1.16.5-1.6.1.1 |DONE |Manifest: NOSIGNATURE
BetterDiving-1.16.5-1.3.4.jar |Better Diving |better_diving |1.3.4 |DONE |Manifest: NOSIGNATURE
thermal_expansion-1.16.5-1.3.0.jar |Thermal Expansion |thermal_expansion |1.3.0 |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
eidolonrecipes-1.16.5-1.0.jar |Raccpack Eidolon |raccpack-eidolon |1.0-SNAPSHOT |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
architectury-1.25.36-forge.jar |Architectury |architectury |1.25.36 |DONE |Manifest: NOSIGNATURE
ftb-library-forge-1605.3.4-build.87.jar |FTB Library |ftblibrary |1605.3.4-build.87 |DONE |Manifest: NOSIGNATURE
ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |DONE |Manifest: NOSIGNATURE
psipherals-1.4.1.jar |Psionic Peripherals |psipherals |version |DONE |Manifest: NOSIGNATURE
cc-tweaked-1.16.5-1.98.2.jar |CC: Tweaked |computercraft |1.98.2 |DONE |Manifest: NOSIGNATURE
Storage4ComputerCraft-1.16.5-1.3.1.jar |Storage for ComputerCraft |storage4computercraft |1.3.1 |DONE |Manifest: NOSIGNATURE
cherishedworlds-forge-1.16.5-5.1.1.0.jar |Cherished Worlds |cherishedworlds |1.16.5-5.1.1.0 |DONE |Manifest: NOSIGNATURE
kotlin_libraries-1.0-6.jar |Kotlin Libraries |kotlin_libraries |1.0-6 |DONE |Manifest: NOSIGNATURE
light-overlay-5.8.1.jar |Light Overlay |lightoverlay |5.8.1 |DONE |Manifest: NOSIGNATURE
trashcans-1.0.10-mc1.16.5.jar |Trash Cans |trashcans |1.0.10 |DONE |Manifest: NOSIGNATURE
smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |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
armorplus-1.16.5-16.5.1.jar |ArmorPlus |armorplus |1.16.5-16.5.1 |DONE |Manifest: NOSIGNATURE
CraftPresence-Forge-1.16.5-Release-1.8.8.jar |CraftPresence |craftpresence |1.8.8 |DONE |Manifest: NOSIGNATURE
rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |DONE |Manifest: NOSIGNATURE
spiders-2.0-1.16.4-1.0.4.jar |Spiders 2.0 |spiderstpo |1.0.4 |DONE |Manifest: NOSIGNATURE
limitedchunks-1.10.jar |Dynamic view distance |limitedchunks |1.8 |DONE |Manifest: NOSIGNATURE
additionallanterns-1.0.0-mc1.16.jar |Additional Lanterns |additionallanterns |1.0.0 |DONE |Manifest: NOSIGNATURE
OldJavaWarning-1.16.5-7.0.1.jar |OldJavaWarning |oldjavawarning |7.0.1 |DONE |Manifest: NOSIGNATURE
item-filters-forge-1605.2.5-build.9.jar |Item Filters |itemfilters |1605.2.5-build.9 |DONE |Manifest: NOSIGNATURE
GooglyEyes-1.16.5-10.4.0.jar |Googly Eyes |googlyeyes |10.4.0 |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
dungeons_mobs-1.16.5-1.0.10.jar |Dungeons Mobs |dungeons_mobs |1.0.10 |DONE |Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |DONE |Manifest: NOSIGNATURE
environmental-1.16.5-1.1.0.jar |Environmental |environmental |1.1.0 |DONE |Manifest: NOSIGNATURE
Bayou-Blues-1.16.5-1.0.5.jar |Bayou Blues |bayou_blues |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.1.jar |Upgrade Aquatic |upgrade_aquatic |3.1.1 |DONE |Manifest: NOSIGNATURE
endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |Manifest: NOSIGNATURE
neapolitan-1.16.5-2.1.0.jar |Neapolitan |neapolitan |2.1.0 |DONE |Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |DONE |Manifest: NOSIGNATURE
allurement-1.16.5-1.2.1.jar |Allurement |allurement |1.2.1 |DONE |Manifest: NOSIGNATURE
ensorcellation-1.16.5-1.3.1.jar |Ensorcellation |ensorcellation |1.3.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
create-mc1.16.5_v0.3.2f.jar |Create |create |v0.3.2f |DONE |Manifest: NOSIGNATURE
morecreatestuffs-mc1.16-1.4.1b.jar |More Create Stuffs |morecreatestuffs |mc1.16-1.4.1b |DONE |Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE
FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |DONE |Manifest: NOSIGNATURE
journeymap-1.16.5-5.7.3.jar |Journeymap |journeymap |5.7.3 |DONE |Manifest: NOSIGNATURE
configured-1.4.0-1.16.5.jar |Configured |configured |1.4.0 |DONE |Manifest: NOSIGNATURE
OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE
ItemBorders-1.16.5-1.1.2.jar |Item Borders |itemborders |1.1.2 |DONE |Manifest: NOSIGNATURE
MyServerIsCompatible-1.16.5-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE
betteranimalsplus-1.16.5-10.2.0.jar |Better Animals Plus |betteranimalsplus |10.2.0 |DONE |Manifest: NOSIGNATURE
creeperconfetti-3.7.jar |Creeper Confetti |creeperconfetti |3.7 |DONE |Manifest: NOSIGNATURE
lazydfu-0.1.3.jar |LazyDFU |lazydfu |0.1.3 |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
bedspreads-forge-1.16.5-5.1.0.3.jar |Bedspreads |bedspreads |1.16.5-5.1.0.3 |DONE |Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.4.1.jar |iChunUtil |ichunutil |10.4.1 |DONE |Manifest: NOSIGNATURE
AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE
ftb-chunks-forge-1605.3.2-build.81.jar |FTB Chunks |ftbchunks |1605.3.2-build.81 |DONE |Manifest: NOSIGNATURE
kubejs-forge-1605.3.19-build.182.jar |KubeJS |kubejs |1605.3.19-build.182 |DONE |Manifest: NOSIGNATURE
ftb-quests-forge-1605.3.5-build.72.jar |FTB Quests |ftbquests |1605.3.5-build.72 |DONE |Manifest: NOSIGNATURE
creategears-1.16.5-1.3.2.jar |Create Gears |creategears |1.16.5-1.3.2 |DONE |Manifest: NOSIGNATURE
TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE
BloodMagic-1.16.4-3.1.5-25.jar |Blood Magic |bloodmagic |1.16.4-3.1.5-25 |DONE |Manifest: NOSIGNATURE
seasonals-1.16.5-2.0.0.jar |Seasonals |seasonals |1.16.5-2.0.0 |DONE |Manifest: NOSIGNATURE
BrandonsCore-1.16.5-3.0.11.238-universal.jar |Brandon's Core |brandonscore |3.0.11.238 |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.17.420-universal.jar|Draconic Evolution |draconicevolution |3.0.17.420 |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
dash-1.16.4-1.0.1.jar |Dash |dash |1.0.1 |DONE |Manifest: NOSIGNATURE
selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |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.2.1.296.jar |Tinkers' Construct |tconstruct |3.2.1.296 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.0.12.jar |EnchantmentDescriptions |enchdesc |7.0.12 |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.0.jar |Tool Belt |toolbelt |1.16.0 |DONE |Manifest: NOSIGNATURE
Abundance-1.16.5-1.0.5.jar |Abundance |abundance |1.16.5-1.0.5 |DONE |Manifest: NOSIGNATURE
CreativeCore_v2.2.1_mc1.16.5.jar |CreativeCore |creativecore |2.0.0 |DONE |Manifest: NOSIGNATURE
movingelevators-1.2.34-mc1.16.5.jar |Moving Elevators |movingelevators |1.2.34 |DONE |Manifest: NOSIGNATURE
smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |Manifest: NOSIGNATURE
LargeFluidTank-16.1.8.jar |FluidTank |fluidtank |16.1.8 |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
Iceberg-1.16.5-1.0.26.jar |Iceberg |iceberg |1.0.26 |DONE |Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |DONE |Manifest: NOSIGNATURE
Quark-r2.4-319.jar |Quark |quark |r2.4-319 |DONE |Manifest: NOSIGNATURE
charm-forge-1.16.5-2.3.2.jar |Charm |charm |2.3.2 |DONE |Manifest: NOSIGNATURE
charmonium-forge-1.16.5-2.3.2.jar |Charmonium |charmonium |2.3.2 |DONE |Manifest: NOSIGNATURE
malum-1.16.5-0.3.0.jar |Malum |malum |1.16.5-0.3.0 |DONE |Manifest: NOSIGNATURE
adaptive_performance_tweaks_1.16.5-1.1.5.jar |Adaptive Performance Tweaks |adaptive_performance_tweaks |1.1.5 |DONE |Manifest: NOSIGNATURE
abnormals_delight-1.16.5-1.2.0.jar |Abnormals Delight |abnormals_delight |1.2.0 |DONE |Manifest: NOSIGNATURE
simplytea-1.16.5-2.4.0.jar |Simply Tea |simplytea |2.4.0 |DONE |Manifest: NOSIGNATURE
InventoryHud_[1.16.2-1.16.5].forge-3.4.1.jar |Inventory HUD+(Forge edition) |inventoryhud |3.4.1 |DONE |Manifest: NOSIGNATURE
IKnowWhatImDoing-3.2.0-forge.jar |I Know What I'm Doing |iknowwhatimdoing |3.2.0 |DONE |Manifest: 42:2c:5e:4c:e2:f5:d1:07:7f:aa:29:ae:31:88:80:0c:b1:a6:87:6b:6a:2d:0f:67:57:e4:5a:4a:26:73:31:ac
TrampleNoMore-1.16.5-6.0.1.jar |TrampleNoMore |tramplenomore |6.0.1 |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
fancymenu_2.4.0_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.4.0 |DONE |Manifest: NOSIGNATURE
drippyloadingscreen_1.3.1_MC_1.16.2-1.16.5.jar |Drippy Loading Screen |drippyloadingscreen |1.3.1 |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
refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE
SoundFilters-0.14_for_1.16.2.jar |Sound Filters |soundfilters |0.14_for_1.16.2 |DONE |Manifest: NOSIGNATURE
overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE
flickerfix-1.0.1.jar |FlickerFix |flickerfix |1.0.1 |DONE |Manifest: NOSIGNATURE
createaddition-1.16.5-20211122b.jar |Create Crafts & Additions |createaddition |1.16.5-20211122b |DONE |Manifest: NOSIGNATURE
Crash Report UUID: ba895176-0998-4cdd-9d48-7403b9cb08f0
[Psi] Active spell: None
Patchouli open book context: n/a
Launched Version: 1.16.5
Backend library: LWJGL version 3.2.2 build 10
Backend API: Radeon RX 580 Series GL version 4.6.14761 Compatibility Profile Context 21.11.3 30.0.13037.1003, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs:
Current Language: English (US)
CPU: 4x AMD Ryzen 3 3200G with Radeon Vega Graphics
[27Nov2021 12:20:02.802] [Render thread/INFO] [STDOUT/]: [net.minecraft.util.registry.Bootstrap:func_179870_a:123]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Soren\AppData\Roaming\gdlauncher_next\instances\Smashing Mods Together\..\..\instances\Smashing Mods Together\crash-reports\crash-2021-11-27_12.20.02-client.txt
[27Nov2021 12:20:02.914] [CraftPresence-ShutDown-Handler/INFO] [craftpresence/]: Shutting down CraftPresence...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment