PaperMC / Starlight

Rewrites the light engine to fix lighting performance and lighting errors
Other
1.27k stars 136 forks source link

Unable to start server #118

Closed DizzyPrime closed 2 years ago

DizzyPrime commented 2 years ago

Unsure what the actual issue is, but while making and testing singleplayer worked excellently, when I attempted to start a server on Forge version 39.0.19, it would fail. There were a lot of mods in this pack but removing starlight allows it to run.

Log: https://pastebin.com/vvyaizPK

There's also an extra bit here that isn't caught in the log for some reason, but details the issue more: https://imgur.com/a/14h9wI3

100chilly commented 2 years ago

I'm also running a modpack and can confirm that either removing or downgrading starlight fixes the issue.

itsdinkd commented 2 years ago

I can confirm the same thing, and then downgrading to 1.0.0 causes a crash with Flywheel

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

Time: 1/14/22, 11:14 AM
Description: Unexpected error

com.google.common.util.concurrent.ExecutionError: java.lang.ExceptionInInitializerError
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2053) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4863) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterial.model(InstancedMaterial.java:56) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.api.Material.getModel(Material.java:34) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.api.Material.getModel(Material.java:30) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.saw.SawInstance.getModel(SawInstance.java:28) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.base.SingleRotatingInstance.init(SingleRotatingInstance.java:19) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.InstanceManager.createInternal(InstanceManager.java:309) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.InstanceManager.addInternal(InstanceManager.java:291) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.InstanceManager.add(InstanceManager.java:158) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.buildInstancedTiles(FlwContraption.java:153) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.<init>(FlwContraption.java:55) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:82) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:20) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.getRenderInfo(ContraptionRenderingWorld.java:94) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap$ValueSpliterator.forEachRemaining(Unknown Source) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:?] {}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.tick(ContraptionRenderingWorld.java:67) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:28) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:63) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:143) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at net.minecraftforge.eventbus.ASMEventHandler_2054_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?] {}
    at net.minecraftforge.event.ForgeEventFactory.onPostClientTick(ForgeEventFactory.java:876) ~[forge-1.18.1-39.0.19-universal.jar%23358!:?] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1733) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:itlt.mixins.json:WindowTitleMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1015) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:itlt.mixins.json:WindowTitleMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:660) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:itlt.mixins.json:WindowTitleMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {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(Unknown Source) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.19.jar%2323!:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) [bootstraplauncher-0.1.17.jar:?] {}
Caused by: java.lang.ExceptionInInitializerError
    at com.jozufozu.flywheel.core.model.ModelUtil.getBufferBuilder(ModelUtil.java:49) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.core.model.BlockModel.<init>(BlockModel.java:32) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.api.Material.lambda$getModel$1(Material.java:34) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterial.lambda$model$1(InstancedMaterial.java:56) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4868) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar%2321!:?] {}
    ... 52 more
Caused by: java.lang.ClassCastException: class com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter cannot be cast to class net.minecraft.world.level.Level (com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter is in module flywheel@1.18-0.5.1 of loader 'TRANSFORMER' @29bd85db; net.minecraft.world.level.Level is in module minecraft@1.18.1 of loader 'TRANSFORMER' @29bd85db)
    at ca.spottedleaf.starlight.common.light.StarLightInterface.<init>(StarLightInterface.java:62) ~[starlight-1.0.0+forge.4fd2e63.jar%23314!:1.0.0+forge.4fd2e63] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at net.minecraft.world.level.lighting.LevelLightEngine.handler$bep000$construct(LevelLightEngine.java:560) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:starlight.mixins.json:common.lightengine.LevelLightEngineMixin,pl:mixin:A,pl:epic_rei_lmao:A}
    at net.minecraft.world.level.lighting.LevelLightEngine.<init>(LevelLightEngine.java:28) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:starlight.mixins.json:common.lightengine.LevelLightEngineMixin,pl:mixin:A,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter$2.<init>(VirtualEmptyBlockGetter.java:38) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter.<init>(VirtualEmptyBlockGetter.java:28) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.core.virtual.VirtualEmptyBlockGetter.<clinit>(VirtualEmptyBlockGetter.java:26) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.core.model.ModelUtil.getBufferBuilder(ModelUtil.java:49) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.core.model.BlockModel.<init>(BlockModel.java:32) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.api.Material.lambda$getModel$1(Material.java:34) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterial.lambda$model$1(InstancedMaterial.java:56) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.google.common.cache.LocalCache$LocalManualCache$1.load(LocalCache.java:4868) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3533) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2282) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2159) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2049) ~[guava-31.0.1-jre.jar%2321!:?] {}
    ... 52 more

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

-- Head --
Thread: Render thread
Stacktrace:
    at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2053) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.google.common.cache.LocalCache$LocalManualCache.get(LocalCache.java:4863) ~[guava-31.0.1-jre.jar%2321!:?] {}
    at com.jozufozu.flywheel.backend.instancing.instancing.InstancedMaterial.model(InstancedMaterial.java:56) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.api.Material.getModel(Material.java:34) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.api.Material.getModel(Material.java:30) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.saw.SawInstance.getModel(SawInstance.java:28) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.base.SingleRotatingInstance.init(SingleRotatingInstance.java:19) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.InstanceManager.createInternal(InstanceManager.java:309) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.InstanceManager.addInternal(InstanceManager.java:291) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at com.jozufozu.flywheel.backend.instancing.InstanceManager.add(InstanceManager.java:158) ~[flywheel-forge-1.18-0.5.1.jar%23176!:1.18-0.5.1] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.buildInstancedTiles(FlwContraption.java:153) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraption.<init>(FlwContraption.java:55) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:82) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.create(FlwContraptionManager.java:20) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.getRenderInfo(ContraptionRenderingWorld.java:94) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$2$1.accept(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:?] {}
    at java.util.HashMap$ValueSpliterator.forEachRemaining(Unknown Source) ~[?:?] {}
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:?] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(Unknown Source) ~[?:?] {}
    at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(Unknown Source) ~[?:?] {}
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:?] {}
    at java.util.stream.ReferencePipeline.forEach(Unknown Source) ~[?:?] {}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderingWorld.tick(ContraptionRenderingWorld.java:67) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.FlwContraptionManager.tick(FlwContraptionManager.java:28) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at com.simibubi.create.content.contraptions.components.structureMovement.render.ContraptionRenderDispatcher.tick(ContraptionRenderDispatcher.java:63) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at com.simibubi.create.events.ClientEvents.onTick(ClientEvents.java:143) ~[create-mc1.18.1_v0.4c.jar%23127!:mc1.18.1_v0.4c] {re:classloading,pl:epic_rei_lmao:A}
    at net.minecraftforge.eventbus.ASMEventHandler_2054_ClientEvents_onTick_ClientTickEvent.invoke(.dynamic) ~[?:?] {}
    at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-5.0.3.jar%232!:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232!:?] {}
    at net.minecraftforge.event.ForgeEventFactory.onPostClientTick(ForgeEventFactory.java:876) ~[forge-1.18.1-39.0.19-universal.jar%23358!:?] {re:mixin,re:classloading,pl:epic_rei_lmao:A}
-- Affected level --
Details:
    All players: 1 total; [LocalPlayer['No_Shiz'/1225, l='ClientLevel', x=1214.17, y=51.50, z=770.49]]
    Chunk stats: 441, 249
    Level dimension: minecraft:overworld
    Level spawn location: World: (-54,80,68), Section: (at 10,0,4 in -4,5,4; chunk contains blocks -64,-64,64 to -49,319,79), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511)
    Level time: 23632336 game time, 26230543 day time
    Server brand: forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:407) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:blue_skies.mixins.json:ClientLevelMixin,pl:mixin:APP:waterdripsound.mixins.json:client.MixinClientWorld,pl:mixin:APP:krypton.mixins.json:client.fastchunkentityaccess.ClientWorldMixin,pl:mixin:APP:starlight.mixins.json:client.world.ClientLevelMixin,pl:mixin:APP:terrablender.mixins.json:client.MixinClientLevel,pl:mixin:APP:create.mixins.json:DestroyProgressMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2248) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:itlt.mixins.json:WindowTitleMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:682) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:mixins.ipnext.json:MixinMinecraftClient,pl:mixin:APP:itlt.mixins.json:WindowTitleMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:notenoughcrashes.mixins.json:client.MixinMinecraftClient,pl:mixin:APP:terrablender_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:epic_rei_lmao:A,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.1-20211210.034407-srg.jar%23354!:?] {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(Unknown Source) ~[?:?] {}
    at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:45) ~[fmlloader-1.18.1-39.0.19.jar%2323!:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.0.7.jar%235!:?] {}
    at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:90) [bootstraplauncher-0.1.17.jar:?] {}

-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: Default, Mod Resources, quark-emote-pack, Copper Legacy Pack.zip, KubeJS Resource Pack [assets]

-- System Details --
Details:
    Minecraft Version: 1.18.1
    Minecraft Version ID: 1.18.1
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.1, Eclipse Adoptium
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
    Memory: 1084744936 bytes (1034 MiB) / 3024093184 bytes (2884 MiB) up to 4294967296 bytes (4096 MiB)
    CPUs: 4
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-4210H CPU @ 2.90GHz
    Identifier: Intel64 Family 6 Model 60 Stepping 3
    Microarchitecture: Haswell (Client)
    Frequency (GHz): 2.89
    Number of physical packages: 1
    Number of physical CPUs: 2
    Number of logical CPUs: 4
    Graphics card #0 name: Intel(R) HD Graphics 4600
    Graphics card #0 vendor: Intel Corporation (0x8086)
    Graphics card #0 VRAM (MB): 1024.00
    Graphics card #0 deviceId: 0x0416
    Graphics card #0 versionInfo: DriverVersion=20.19.15.4963
    Graphics card #1 name: NVIDIA GeForce 940M
    Graphics card #1 vendor: NVIDIA (0x10de)
    Graphics card #1 VRAM (MB): 2048.00
    Graphics card #1 deviceId: 0x1347
    Graphics card #1 versionInfo: DriverVersion=30.0.14.9709
    Memory slot #0 capacity (MB): 8192.00
    Memory slot #0 clockSpeed (GHz): 1.60
    Memory slot #0 type: DDR3
    Virtual memory max (MB): 16291.45
    Virtual memory used (MB): 9569.44
    Swap memory total (MB): 8182.09
    Swap memory used (MB): 392.90
    JVM Flags: 5 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms4096m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms256m
    Launched Version: 1.18.1
    Backend library: LWJGL version 3.2.2 SNAPSHOT
    Backend API: NVIDIA GeForce 940M/PCIe/SSE2 GL version 3.2.0 NVIDIA 497.09, NVIDIA Corporation
    Window size: 1600x900
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, mod_resources, quark:emote_resources (incompatible), file/Copper Legacy Pack.zip
    Current Language: English (US)
    CPU: 4x Intel(R) Core(TM) i5-4210H CPU @ 2.90GHz
    Client Crashes Since Restart: 1
    Integrated Server Crashes Since Restart: 0
    ModLauncher: 9.0.7+91+master.8569cdf
    ModLauncher launch target: forgeclient
    ModLauncher naming: srg
    ModLauncher services: 
         mixin PLUGINSERVICE 
         eventbus PLUGINSERVICE 
         object_holder_definalize PLUGINSERVICE 
         runtime_enum_extender PLUGINSERVICE 
         capability_token_subclass PLUGINSERVICE 
         accesstransformer PLUGINSERVICE 
         runtimedistcleaner PLUGINSERVICE 
         mixin TRANSFORMATIONSERVICE 
         fml TRANSFORMATIONSERVICE 
    FML Language Providers: 
        minecraft@1.0
        javafml@null
    Mod List: 
        supermartijn642configlib-1.0.9-mc1.18.jar         |SuperMartijn642's Config Lib  |supermartijn642configlib      |1.0.9               |DONE      |Manifest: NOSIGNATURE
        bigbrain-1.4.0.jar                                |Big Brain                     |bigbrain                      |1.4.0               |DONE      |Manifest: NOSIGNATURE
        DeathCounter-1.18-1.2.1.jar                       |Death Counter                 |deathcounter                  |1.2.1               |DONE      |Manifest: NOSIGNATURE
        Public GUI Announcement-forge-1.18.1-3.1.0.3.jar  |Public GUI Announcement       |publicguiannouncement         |1.1.0.1             |DONE      |Manifest: NOSIGNATURE
        prefab-1.8.1.0.jar                                |Prefab                        |prefab                        |1.8.1.0             |DONE      |Manifest: NOSIGNATURE
        SlashBlade-1.18-0.0.6.jar                         |Slash Blade                   |slashblade                    |0.0.6               |DONE      |Manifest: NOSIGNATURE
        Uppers-0.4.0.jar                                  |Uppers                        |uppers                        |0.4.0               |DONE      |Manifest: NOSIGNATURE
        JAVD-2.7.4-build.51+mc1.18.jar                    |Just Another Void Dim         |javd                          |2.7.4-build.51+mc1.1|DONE      |Manifest: NOSIGNATURE
        GameMenuRemoveGFARB-1.18-Forge-1.4.jar            |Game Menu Remove GFARB        |gamemenuremovegfarb           |1.4                 |DONE      |Manifest: NOSIGNATURE
        mcw-windows-2.0.2-mc1.18.1.jar                    |Macaw's Windows               |mcwwindows                    |2.0.2               |DONE      |Manifest: NOSIGNATURE
        Neat 1.8-30.jar                                   |Neat                          |neat                          |1.8-30              |DONE      |Manifest: NOSIGNATURE
        essentials-1.18.1-2.13.2.jar                      |Essentials                    |essentials                    |1.18.1-2.13.2       |DONE      |Manifest: NOSIGNATURE
        CoffeeSpawner-1.18-9.0.0.jar                      |Coffee Spawner                |coffeespawner                 |1.18-9.0.0          |DONE      |Manifest: NOSIGNATURE
        ForgeEndertech-1.18.1-8.0.0.0-build.0040.jar      |ForgeEndertech                |forgeendertech                |08.0.0.0            |DONE      |Manifest: NOSIGNATURE
        rangedpumps-0.9.0.jar                             |Ranged Pumps                  |rangedpumps                   |0.9.0               |DONE      |Manifest: NOSIGNATURE
        WitherSkeletonTweaks-1.18.1-7.0.1.jar             |Wither Skeleton Tweaks        |wstweaks                      |7.0.1               |DONE      |Manifest: NOSIGNATURE
        TheVeggieWay-Forge-1.18.1-2.4.3.jar               |The Veggie Way                |veggie_way                    |2.4.3               |DONE      |Manifest: NOSIGNATURE
        guardvillagers-1.18.1.4.0.jar                     |Guard Villagers               |guardvillagers                |1.4.0               |DONE      |Manifest: NOSIGNATURE
        PickUpNotifier-v3.1.0-1.18.1-Forge.jar            |Pick Up Notifier              |pickupnotifier                |3.1.0               |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
        balm-2.4.0+0.jar                                  |Balm                          |balm                          |2.4.0+0             |DONE      |Manifest: NOSIGNATURE
        WaterStrainer-1.18-12.1.0.jar                     |Water Strainer                |waterstrainer                 |1.18-12.1.0         |DONE      |Manifest: NOSIGNATURE
        JustEnoughResources-1.18.1-0.13.1.138.jar         |Just Enough Resources         |jeresources                   |0.13.1.138          |DONE      |Manifest: NOSIGNATURE
        ToolKit-2.2.0-build.3+mc1.18.1.jar                |Tool Kit                      |toolkit                       |2.2.0-build.3+mc1.18|DONE      |Manifest: NOSIGNATURE
        ninjaphenix-container-library-1.2.10+1.18.jar     |NinjaPhenix's Container Librar|ninjaphenix_container_lib     |1.2.10              |DONE      |Manifest: NOSIGNATURE
        cloth-config-6.1.48-forge.jar                     |Cloth Config v4 API           |cloth_config                  |6.1.48              |DONE      |Manifest: NOSIGNATURE
        revampedwolf-1.18.1-1.1.0.jar                     |RevampedWolf                  |revampedwolf                  |1.18.1-1.1.0        |DONE      |Manifest: NOSIGNATURE
        MiniEffects-1.18-forge-4.0.0.jar                  |MiniEffects                   |minieffects                   |4.0.0               |DONE      |Manifest: NOSIGNATURE
        supplementaries-1.18.1-1.1.8.jar                  |Supplementaries               |supplementaries               |1.1.7               |DONE      |Manifest: NOSIGNATURE
        emojiful-1.18-3.0.0.jar                           |Emojiful                      |emojiful                      |1.18-3.0.0          |DONE      |Manifest: NOSIGNATURE
        TKLib-1.18.1_0.0.3.jar                            |TKLib                         |tklib                         |1.18.1_0.0.3        |DONE      |Manifest: NOSIGNATURE
        refinedstorage-1.10.0-beta.4.jar                  |Refined Storage               |refinedstorage                |1.10.0-beta.4       |DONE      |Manifest: NOSIGNATURE
        durabilitytooltip-1.0.1-mc1.18.jar                |durabilitytooltip             |durabilitytooltip             |1.0.1               |DONE      |Manifest: NOSIGNATURE
        structure_gel-1.18.1-2.1.1.jar                    |Structure Gel API             |structure_gel                 |2.1.1               |DONE      |Manifest: NOSIGNATURE
        AdvancementPlaques-1.18.1-1.4.2.jar               |Advancement Plaques           |advancementplaques            |1.4.2               |DONE      |Manifest: NOSIGNATURE
        cleancut-mc1.18-3.0-forge.jar                     |Clean Cut                     |cleancut                      |3.0                 |DONE      |Manifest: NOSIGNATURE
        torchmaster-18.0.3-beta.jar                       |Torchmaster                   |torchmaster                   |18.0.3-beta         |DONE      |Manifest: NOSIGNATURE
        repurposed_structures_forge-4.1.0+1.18.1.jar      |Repurposed Structures         |repurposed_structures         |4.1.0+1.18.1        |DONE      |Manifest: NOSIGNATURE
        morevillagers-FORGE-1.18.1-3.1.1.jar              |More Villagers                |morevillagers                 |3.1.1               |DONE      |Manifest: NOSIGNATURE
        BetterCompatibilityChecker-1.1.10-build.21+mc1.18.|Better Compatibility Checker  |bcc                           |1.1.10-build.21+mc1.|DONE      |Manifest: NOSIGNATURE
        burgermod-2.6.0-1.18.jar                          |Burger Mod                    |burgermod                     |2.6.0               |DONE      |Manifest: NOSIGNATURE
        BiomesOPlenty-1.18.1-15.0.0.96-universal.jar      |Biomes O' Plenty              |biomesoplenty                 |1.18.1-15.0.0.96    |DONE      |Manifest: NOSIGNATURE
        ToolStats-Forge-1.18.1-8.0.1.jar                  |ToolStats                     |toolstats                     |8.0.1               |DONE      |Manifest: NOSIGNATURE
        ironfurnaces-1.18.1-3.1.3.jar                     |Iron Furnaces                 |ironfurnaces                  |3.1.3               |DONE      |Manifest: NOSIGNATURE
        ediblebugs-1.3.00_MC1.18.1.jar                    |Edible Bugs Mod               |ediblebugs                    |1.3.00_MC1.18.1     |DONE      |Manifest: NOSIGNATURE
        silent-gear-1.18.1-2.8.4.jar                      |Silent Gear                   |silentgear                    |2.8.4               |DONE      |Manifest: NOSIGNATURE
        supermartijn642corelib-1.0.16-mc1.18.jar          |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.0.16              |DONE      |Manifest: NOSIGNATURE
        TelePass-1.18-1.1.2.jar                           |Telepass                      |telepass                      |1.1.2               |DONE      |Manifest: NOSIGNATURE
        Trapcraft-1.18.1-3.6.3.jar                        |Trapcraft                     |trapcraft                     |3.6.3               |DONE      |Manifest: NOSIGNATURE
        einsteins_library-2.0-1.18.jar                    |Einstein's Library            |einsteins_library             |2.0                 |DONE      |Manifest: NOSIGNATURE
        corail_woodcutter-1.18-2.2.1.jar                  |Corail Woodcutter             |corail_woodcutter             |2.2.1               |DONE      |Manifest: NOSIGNATURE
        randomite-1.18-1.1.1.jar                          |Randomite Classic             |randomite                     |1.1.1               |DONE      |Manifest: NOSIGNATURE
        FramedBlocks-4.0.2.jar                            |FramedBlocks                  |framedblocks                  |4.0.2               |DONE      |Manifest: NOSIGNATURE
        tombstone-7.3.4-1.18.jar                          |Corail Tombstone              |tombstone                     |7.3.4               |DONE      |Manifest: NOSIGNATURE
        NaturesAura-35.4.jar                              |Nature's Aura                 |naturesaura                   |35.4                |DONE      |Manifest: NOSIGNATURE
        wormhole-1.1.9a-mc1.18.jar                        |Wormhole (Portals)            |wormhole                      |1.1.9a              |DONE      |Manifest: NOSIGNATURE
        Project_MMO-1.18.1-3.67.4.jar                     |Project MMO                   |pmmo                          |1.18.1-3.67.4       |DONE      |Manifest: NOSIGNATURE
        furniture-7.0.0-pre27-1.18.1.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre27         |DONE      |Manifest: NOSIGNATURE
        Chargers-1.18.1-4.0.0.11.jar                      |Chargers                      |chargers                      |4.0.0.11            |DONE      |Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
        curios-forge-1.18.1-5.0.5.1.jar                   |Curios API                    |curios                        |1.18.1-5.0.5.1      |DONE      |Manifest: NOSIGNATURE
        angelring-1.18-1.5.0.jar                          |Angel Ring                    |angelring                     |1.5.0               |DONE      |Manifest: NOSIGNATURE
        biomeinfo-1.18-1.3.1.jar                          |BiomeInfo                     |biomeinfo                     |1.3.1               |DONE      |Manifest: NOSIGNATURE
        globalxp-1.18.1-1.9.1.jar                         |Global XP                     |globalxp                      |1.9.1               |DONE      |Manifest: NOSIGNATURE
        AdChimneys-1.18.1-7.0.0.1-build.0043.jar          |Advanced Chimneys             |adchimneys                    |07.0.0.1            |DONE      |Manifest: NOSIGNATURE
        FallingTree-1.18.1-2.16.1.jar                     |FallingTree                   |fallingtree                   |2.16.1              |DONE      |Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29
        krypton-1.0.0.jar                                 |Krypton Reforged              |krypton                       |1.0.0               |DONE      |Manifest: NOSIGNATURE
        ScalingHealth-1.18.1-6.0.0+0.jar                  |Scaling Health                |scalinghealth                 |6.0.0+0             |DONE      |Manifest: NOSIGNATURE
        PlayerRevive_v2.0.0-pre06_mc1.18.1.jar            |PlayerRevive                  |playerrevive                  |2.0.0               |DONE      |Manifest: NOSIGNATURE
        geckolib-1.18-forge-3.0.5.jar                     |GeckoLib                      |geckolib3                     |3.0.5               |DONE      |Manifest: NOSIGNATURE
        BetterModsButton-v3.1.0-1.18.1-Forge.jar          |Better Mods Button            |bettermodsbutton              |3.1.0               |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
        ReSkin-forge-2.5.0.jar                            |Re:Skin                       |reskin                        |2.5.0               |DONE      |Manifest: NOSIGNATURE
        mcw-lights-1.0.2-mc1.18.1.jar                     |Macaw's Lights and Lamps      |mcwlights                     |1.0.2               |DONE      |Manifest: NOSIGNATURE
        DripSounds-1.18-0.3.0.jar                         |Drip Sounds                   |waterdripsound                |0.3.0               |DONE      |Manifest: NOSIGNATURE
        fallingthrough-1.18-1.8.jar                       |Fallingthrough mod            |fallingthrough                |1.18-1.8            |DONE      |Manifest: NOSIGNATURE
        ConfigMenusForge-v3.1.0-1.18.1-Forge.jar          |Config Menus for Forge        |configmenusforge              |3.1.0               |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
        VisualWorkbench-v3.1.0-1.18.1-Forge.jar           |Visual Workbench              |visualworkbench               |3.1.0               |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
        The_Graveyard_1.1_(FORGE)_for_1.18.1.jar          |The Graveyard                 |graveyard                     |1.1                 |DONE      |Manifest: NOSIGNATURE
        tesseract-1.0.24-mc1.18.jar                       |Tesseract                     |tesseract                     |1.0.24              |DONE      |Manifest: NOSIGNATURE
        LibraryFerret-Forge-1.18.1-1.0.3.jar              |Library ferret                |libraryferret                 |1.0.3               |DONE      |Manifest: NOSIGNATURE
        caelus-forge-1.18-3.0.0.1.jar                     |Caelus API                    |caelus                        |1.18-3.0.0.1        |DONE      |Manifest: NOSIGNATURE
        shutupexperimentalsettings-1.0.4-1.18+.jar        |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.4               |DONE      |Manifest: NOSIGNATURE
        awesomedungeon-2.0.3.jar                          |Awesome Dungeon               |awesomedungeon                |2.0.3               |DONE      |Manifest: NOSIGNATURE
        NaturesCompass-1.18.1-1.9.4-forge.jar             |Nature's Compass              |naturescompass                |1.18.1-1.9.4-forge  |DONE      |Manifest: NOSIGNATURE
        HQM-1.18.1-5.9.0-forge.jar                        |Hardcore Questing Mode        |hardcorequesting              |1.18.1-5.9.0        |DONE      |Manifest: NOSIGNATURE
        LibX-1.18.1-3.1.8.jar                             |LibX                          |libx                          |1.18.1-3.1.8        |DONE      |Manifest: NOSIGNATURE
        compactmachines-4.0.0-beta.4.jar                  |Compact Machines 4            |compactmachines               |4.0.0-beta.4        |DONE      |Manifest: NOSIGNATURE
        assemblylinemachines-1.18-1.3.6.jar               |Assembly Line Machines        |assemblylinemachines          |1.18-1.3.6          |DONE      |Manifest: NOSIGNATURE
        AdHooks-1.18.1-7.0.0.0-build.0041.jar             |Advanced Hook Launchers       |adhooks                       |07.0.0.0            |DONE      |Manifest: NOSIGNATURE
        farmingforblockheads-forge-1.18.1-9.0.2.jar       |Farming for Blockheads        |farmingforblockheads          |9.0.2               |DONE      |Manifest: NOSIGNATURE
        starlight-1.0.0+forge.4fd2e63.jar                 |Starlight                     |starlight                     |1.0.0+forge.b1f6a10 |DONE      |Manifest: NOSIGNATURE
        catalogue-1.6.0-1.18.1.jar                        |Catalogue                     |catalogue                     |1.6.0               |DONE      |Manifest: NOSIGNATURE
        ExtraDisks-1.18.1-2.0.2.jar                       |Extra Disks                   |extradisks                    |1.18.1-2.0.2        |DONE      |Manifest: NOSIGNATURE
        restored_earth-1.18.1-1.4.0.jar                   |Restored Earth                |restored_earth                |1.4.0               |DONE      |Manifest: NOSIGNATURE
        chalk-1.18.1-1.1.1.jar                            |Chalk                         |chalk                         |1.1.1               |DONE      |Manifest: NOSIGNATURE
        infernalmobs-1.18.1.jar                           |Infernal Mobs                 |infernalmobs                  |1.18.1              |DONE      |Manifest: NOSIGNATURE
        NoFog-1.2.0_1.18.1-forge.jar                      |No Fog                        |no_fog                        |1.2.0+1.18.1-forge  |DONE      |Manifest: NOSIGNATURE
        DungeonsArise-1.18.1-2.1.49c-beta.jar             |When Dungeons Arise           |dungeons_arise                |2.1.49c-1.18.1      |DONE      |Manifest: NOSIGNATURE
        ZeroCore2-1.18.1-2.1.11.jar                       |Zero CORE 2                   |zerocore                      |1.18.1-2.1.11       |DONE      |Manifest: NOSIGNATURE
        TerraBlender-forge-1.18.1-1.1.0.45.jar            |TerraBlender                  |terrablender                  |1.18.1-1.1.0.45     |DONE      |Manifest: NOSIGNATURE
        MouseTweaks-forge-mc1.18-2.21.jar                 |Mouse Tweaks                  |mousetweaks                   |2.21                |DONE      |Manifest: NOSIGNATURE
        ImmersiveEngineering-1.18.1-7.1.0-145.jar         |Immersive Engineering         |immersiveengineering          |1.18.1-7.1.0-145    |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
        ShoulderSurfing-1.18-2.2.2.jar                    |Shoulder Surfing              |shouldersurfing               |1.18-2.2.2          |DONE      |Manifest: NOSIGNATURE
        Ding-1.18-1.3.0.jar                               |Ding                          |ding                          |1.3.0               |DONE      |Manifest: NOSIGNATURE
        ceilingtorch-1.18-1.13.2.jar                      |Ceiling Torch                 |ceilingtorch                  |1.13.2              |DONE      |Manifest: NOSIGNATURE
        ObsidianBoat-1.2.0-build.9+mc1.18.jar             |Obsidian Boat                 |obsidianboat                  |1.2.0-build.9+mc1.18|DONE      |Manifest: NOSIGNATURE
        domum_ornamentum-1.18-1.0.33-ALPHA-universal.jar  |Domum Ornamentum              |domum_ornamentum              |1.18-1.0.33-ALPHA   |DONE      |Manifest: NOSIGNATURE
        betterfpsdist-1.18-1.3.jar                        |betterfpsdist mod             |betterfpsdist                 |1.18-1.3            |DONE      |Manifest: NOSIGNATURE
        majrusz-library-1.18.1-2.7.1.jar                  |Majrusz Library               |majrusz_library               |2.7.1               |DONE      |Manifest: NOSIGNATURE
        dimdungeons-1.13.1-forge-1.18.1.jar               |Dimensional Dungeons          |dimdungeons                   |1.13.1              |DONE      |Manifest: NOSIGNATURE
        pipez-1.18.1-1.0.1.jar                            |Pipez                         |pipez                         |1.18.1-1.0.1        |DONE      |Manifest: NOSIGNATURE
        flywheel-forge-1.18-0.5.1.jar                     |Flywheel                      |flywheel                      |1.18-0.5.1          |DONE      |Manifest: NOSIGNATURE
        itemcollectors-1.1.3-mc1.18.jar                   |Item Collectors               |itemcollectors                |1.1.3               |DONE      |Manifest: NOSIGNATURE
        Croptopia-1.18-FORGE-1.8.0.jar                    |Croptopia                     |croptopia                     |1.8.0               |DONE      |Manifest: NOSIGNATURE
        serverconfigupdater-2.0.jar                       |ServerConfig Updater          |serverconfigupdater           |2.0                 |DONE      |Manifest: NOSIGNATURE
        oauth-1.1.8-1.18.1.jar                            |OAuth                         |oauth                         |1.0                 |DONE      |Manifest: NOSIGNATURE
        polymorph-forge-1.18.1-0.36.jar                   |Polymorph                     |polymorph                     |1.18.1-0.36         |DONE      |Manifest: NOSIGNATURE
        JustEnoughProfessions-1.18-1.2.2.jar              |Just Enough Professions (JEP) |justenoughprofessions         |1.2.2               |DONE      |Manifest: NOSIGNATURE
        AutoRegLib-1.7-52.jar                             |AutoRegLib                    |autoreglib                    |1.7-52              |DONE      |Manifest: NOSIGNATURE
        [1.18.1] SecurityCraft v1.9.0.2-beta1.jar         |SecurityCraft                 |securitycraft                 |1.9.0.2-beta1       |DONE      |Manifest: NOSIGNATURE
        sit-1.18-1.3.1.jar                                |Sit                           |sit                           |1.3.1               |DONE      |Manifest: NOSIGNATURE
        structurize-1.18.1-1.0.321-ALPHA.jar              |Structurize                   |structurize                   |1.18.1-1.0.321-ALPHA|DONE      |Manifest: NOSIGNATURE
        FastFurnace-1.18.1-6.0.1.jar                      |FastFurnace                   |fastfurnace                   |6.0.1               |DONE      |Manifest: NOSIGNATURE
        portabletanks-1.1.4-mc1.18.jar                    |portabletanks                 |portabletanks                 |1.1.4               |DONE      |Manifest: NOSIGNATURE
        lootr-1.18-0.1.13.40.jar                          |Lootr                         |lootr                         |0.0.12.38           |DONE      |Manifest: NOSIGNATURE
        connectedglass-1.1.1-mc1.18.jar                   |Connected Glass               |connectedglass                |1.1.1               |DONE      |Manifest: NOSIGNATURE
        occultism-1.18.1-1.25.3.jar                       |Occultism                     |occultism                     |1.18.1-1.25.3       |DONE      |Manifest: NOSIGNATURE
        thedragonlib-1.18.1-1.0.0.jar                     |TheDragonLib                  |thedragonlib                  |1.18.1-1.0.0        |DONE      |Manifest: NOSIGNATURE
        PuzzlesLib-v3.1.3-1.18.1-Forge.jar                |Puzzles Lib                   |puzzleslib                    |3.1.3               |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
        MineMenu-1.18-1.10.0.jar                          |MineMenu                      |minemenu                      |1.18-1.10.0         |DONE      |Manifest: NOSIGNATURE
        CosmeticArmorReworked-1.18.1-v1a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.18.1-v1a          |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
        convenientcurioscontainer-1.1-1.18.jar            |Convenient Curios Container   |convenientcurioscontainer     |1_forge-1.18        |DONE      |Manifest: NOSIGNATURE
        MagicMirror-1.18.0-1.0.0.571.jar                  |Magic Mirror                  |magic_mirror                  |1.18.0-1.0.0.571    |DONE      |Manifest: NOSIGNATURE
        xptome-1.18-2.1.3.jar                             |XP Tome                       |xpbook                        |2.1.3               |DONE      |Manifest: NOSIGNATURE
        defaultoptions-forge-1.18-14.0.0.jar              |Default Options               |defaultoptions                |14.0.0              |DONE      |Manifest: NOSIGNATURE
        SlabMachines-1.18.1-1.1.1.jar                     |Slab Machines                 |slabmachines                  |1.1.1               |DONE      |Manifest: NOSIGNATURE
        SuperCircuitMaker2-1.18.1_0.1.4.jar               |Super Circuit Maker           |supercircuitmaker             |1.18.1_0.1.4        |DONE      |Manifest: NOSIGNATURE
        notenoughcrashes-4.1.3+1.18.1-forge.jar           |Not Enough Crashes            |notenoughcrashes              |4.1.3+1.18.1        |DONE      |Manifest: NOSIGNATURE
        glasscutter-1.18-2.0.1.jar                        |Glass Harvesters              |glasscutter                   |1.18-2.0.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
        Instrumental-Mobs-1.18-1.3.4.jar                  |Instrumental Mobs             |instrumentalmobs              |1.3.4               |DONE      |Manifest: NOSIGNATURE
        blue_skies-1.18.1-1.3.1.jar                       |Blue Skies                    |blue_skies                    |1.3.1               |DONE      |Manifest: NOSIGNATURE
        no_null_processors_forge-2.0.2+1.18.1.jar         |No Null Processors            |no_null_processors            |2.0.2+1.18.1        |DONE      |Manifest: NOSIGNATURE
        autorun-1.18-1.1.0.jar                            |Auto-Sprint                   |autorun                       |1.18-1.1.0          |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
        netherportalfix-forge-1.18-9.0.0.jar              |NetherPortalFix               |netherportalfix               |9.0.0               |DONE      |Manifest: NOSIGNATURE
        advancedperipherals-1.18.1-0.7.8.1r.jar           |Advanced Peripherals          |advancedperipherals           |0.7.8.1r            |DONE      |Manifest: NOSIGNATURE
        beenfo-1.18.1-forge39.0.9-1.2.jar                 |Beenfo                        |beenfo                        |1.18.1-forge39.0.9-1|DONE      |Manifest: NOSIGNATURE
        chanceglobe-1.18-1.3.6.jar                        |Chance Globe                  |chanceglobe                   |1.3.6               |DONE      |Manifest: NOSIGNATURE
        HealthOverlay-1.18.1-6.0.0.jar                    |Health Overlay                |healthoverlay                 |6.0.0               |DONE      |Manifest: NOSIGNATURE
        DoggyTalents-1.18.1-2.4.0.jar                     |Doggy Talents 2               |doggytalents                  |2.4.0               |DONE      |Manifest: NOSIGNATURE
        connectivity-1.18-2.6.jar                         |Connectivity Mod              |connectivity                  |1.18-2.6            |DONE      |Manifest: NOSIGNATURE
        kleeslabs-forge-1.18-11.0.0.jar                   |KleeSlabs                     |kleeslabs                     |11.0.0              |DONE      |Manifest: NOSIGNATURE
        InsaneLib-1.4.2-mc1.18.1.jar                      |InsaneLib                     |insanelib                     |1.4.2               |DONE      |Manifest: NOSIGNATURE
        glassential-forge-1.18-1.2.1.jar                  |Glassential                   |glassential                   |1.18-1.2.1          |DONE      |Manifest: NOSIGNATURE
        cookingforblockheads-forge-1.18-11.0.0.jar        |CookingForBlockheads          |cookingforblockheads          |11.0.0              |DONE      |Manifest: NOSIGNATURE
        Controlling-forge-1.18.1-9.0.11.jar               |Controlling                   |controlling                   |9.0.11              |DONE      |Manifest: NOSIGNATURE
        Placebo-1.18.1-6.0.2.jar                          |Placebo                       |placebo                       |6.0.2               |DONE      |Manifest: NOSIGNATURE
        citadel-1.10.8-1.18.jar                           |Citadel                       |citadel                       |1.10.8              |DONE      |Manifest: NOSIGNATURE
        alexsmobs-1.16.0.jar                              |Alex's Mobs                   |alexsmobs                     |1.16.0              |DONE      |Manifest: NOSIGNATURE
        zombieawareness-1.18.1-1.12.3.jar                 |Zombie Awareness              |zombieawareness               |1.18.1-1.12.3       |DONE      |Manifest: NOSIGNATURE
        itemzoom-1.18.1-2.5.0.jar                         |Item Zoom                     |itemzoom                      |2.5.0               |DONE      |Manifest: NOSIGNATURE
        sophisticatedbackpacks-1.18.1-3.15.1.505.jar      |Sophisticated Backpacks       |sophisticatedbackpacks        |1.18.1-3.15.1.505   |DONE      |Manifest: NOSIGNATURE
        Roads-1.18.1-1.4.0.jar                            |Roads Mod                     |roads                         |1.4.0               |DONE      |Manifest: NOSIGNATURE
        buildinggadgets-3.10.1-build.3+mc1.18.jar         |Building Gadgets              |buildinggadgets               |3.9.0               |DONE      |Manifest: NOSIGNATURE
        simpleplanes-1.18-4.6.3.jar                       |Simple Planes                 |simpleplanes                  |1.18-4.6.3          |DONE      |Manifest: NOSIGNATURE
        ProgressiveBosses-3.5.0-mc1.18.1.jar              |Progressive Bosses            |progressivebosses             |3.5.0               |DONE      |Manifest: NOSIGNATURE
        mcw-doors-1.0.5-mc1.18.1.jar                      |Macaw's Doors                 |mcwdoors                      |1.0.5               |DONE      |Manifest: NOSIGNATURE
        DirtFlinger-0.2.0.jar                             |DirtFlinger                   |dirt_flinger                  |0.2.0               |DONE      |Manifest: NOSIGNATURE
        shulkerbox-1.18.1-1.0.0.jar                       |Advanced Shulkerboxes         |shulkerbox                    |1.18.1-1.0.0        |DONE      |Manifest: NOSIGNATURE
        carryon-1.18.1-1.17.0.7.jar                       |Carry On                      |carryon                       |1.17.0.7            |DONE      |Manifest: NOSIGNATURE
        Beyond-Earth-1.18.1-5.9c.jar                      |Beyond Earth                  |beyond_earth                  |5.9b                |DONE      |Manifest: NOSIGNATURE
        MmmMmmMmmMmm-1.18-1.5.0.jar                       |MmmMmmMmmMmm                  |dummmmmmy                     |1.18-1.5.0          |DONE      |Manifest: NOSIGNATURE
        Buddycards-1.18.1-3.0.3.jar                       |Buddycards Core               |buddycards                    |1.18.1-3.0.3        |DONE      |Manifest: NOSIGNATURE
        konkrete_forge_1.3.3_MC_1.18-1.18.1.jar           |Konkrete                      |konkrete                      |1.3.3               |DONE      |Manifest: NOSIGNATURE
        PrettyPipes-1.10.4.jar                            |Pretty Pipes                  |prettypipes                   |1.10.4              |DONE      |Manifest: NOSIGNATURE
        chipped-1.18.1-1.2.1-forge.jar                    |Chipped                       |chipped                       |1.18.1-1.2.1-forge  |DONE      |Manifest: NOSIGNATURE
        JAMD-1.4.3-build.21+mc1.18.jar                    |Just Another Mining Dimension |jamd                          |1.4.3-build.21+mc1.1|DONE      |Manifest: NOSIGNATURE
        mcw-bridges-2.0.1-mc1.18.1.jar                    |Macaw's Bridges               |mcwbridges                    |2.0.1               |DONE      |Manifest: NOSIGNATURE
        FarmersDelight-1.18.1-1.0.1.jar                   |Farmer's Delight              |farmersdelight                |1.18.1-1.0.1        |DONE      |Manifest: NOSIGNATURE
        DustrialDecor-1.3.1-1.18.jar                      |'Dustrial Decor               |dustrial_decor                |1.2.8               |DONE      |Manifest: NOSIGNATURE
        curious-armor-stands-1.18.1-4.0.0.jar             |Curious Armor Stands          |curious_armor_stands          |1.18.1-4.0.0        |DONE      |Manifest: NOSIGNATURE
        entangled-1.3.10-mc1.18.jar                       |Entangled                     |entangled                     |1.3.10              |DONE      |Manifest: NOSIGNATURE
        Compressium-1.4.0-build.4+mc1.18.jar              |Compressium                   |compressium                   |1.4.0-build.4+mc1.18|DONE      |Manifest: NOSIGNATURE
        signpost-1.18.1-2.00.4.jar                        |Signpost                      |signpost                      |1.18.1-2.00.4       |DONE      |Manifest: NOSIGNATURE
        Ping-1.18-1.8.0.jar                               |Ping                          |ping                          |1.18-1.8.0          |DONE      |Manifest: NOSIGNATURE
        BetterCrates-1.18.1-1.0.0.jar                     |Better Crates                 |bettercrates                  |1.0.0               |DONE      |Manifest: NOSIGNATURE
        assortedstorage-1.18.1-4.1.0.jar                  |Assorted Storage              |assortedstorage               |1.18.1-4.1.0        |DONE      |Manifest: NOSIGNATURE
        getittogetherdrops-1.18-1.1.jar                   |Get It Together, Drops!       |getittogetherdrops            |1.1                 |DONE      |Manifest: NOSIGNATURE
        drawerfps-1.18.1-1.7.jar                          |Example Mod                   |drawerfps                     |1.18.1-1.7          |DONE      |Manifest: NOSIGNATURE
        simplylight-1.18.1-1.4.0-build.26.jar             |Simply Light                  |simplylight                   |1.18.1-1.4.0-build.2|DONE      |Manifest: NOSIGNATURE
        jousting-1.18.0-v1.0.4.jar                        |Jousting                      |jousting                      |1.18.0-v1.0.4       |DONE      |Manifest: NOSIGNATURE
        FuelCanister [1.18]-1.4.jar                       |Fuel Canister                 |fuel_canister                 |1.4                 |DONE      |Manifest: NOSIGNATURE
        Patchouli-1.18.1-64.jar                           |Patchouli                     |patchouli                     |1.18.1-64           |DONE      |Manifest: NOSIGNATURE
        ars_nouveau-1.18.1-2.0.6.jar                      |Ars Nouveau                   |ars_nouveau                   |2.0.6               |DONE      |Manifest: NOSIGNATURE
        blockui-1.18-0.0.34-ALPHA.jar                     |UI Library Mod                |blockui                       |1.18-0.0.34-ALPHA   |DONE      |Manifest: NOSIGNATURE
        multi-piston-1.18-1.2.2-ALPHA.jar                 |Multi-Piston                  |multipiston                   |1.18-1.2.2-ALPHA    |DONE      |Manifest: NOSIGNATURE
        BetterThanLlamas-1.18-1.1.1.jar                   |Better Than Llamas            |betterthanllamas              |1.1.1               |DONE      |Manifest: NOSIGNATURE
        DrawersTooltip-1.18.1-forge-4.1.0.jar             |Drawers Tooltip               |drawerstooltip                |4.1.0               |DONE      |Manifest: NOSIGNATURE
        MysticalCustomization-1.18.1-3.0.0.jar            |Mystical Customization        |mysticalcustomization         |3.0.0               |DONE      |Manifest: NOSIGNATURE
        elevatorid-1.18-1.8.3.jar                         |Elevator Mod                  |elevatorid                    |1.18-1.8.3          |DONE      |Manifest: NOSIGNATURE
        Gobber2-Forge-1.18.1-2.6.10.jar                   |Gobber 2                      |gobber2                       |2.6.10              |DONE      |Manifest: NOSIGNATURE
        expandedstorage-7.3.6+1.18.jar                    |Expanded Storage              |expandedstorage               |7.3.6               |DONE      |Manifest: NOSIGNATURE
        buildersaddition-1.18-20211208a.jar               |Builders Crafts & Addition    |buildersaddition              |1.18-20211208a      |DONE      |Manifest: NOSIGNATURE
        InventoryProfilesNext-forge-1.18-1.2.3.jar        |Inventory Profiles Next       |inventoryprofilesnext         |1.2.3               |DONE      |Manifest: NOSIGNATURE
        architectury-3.3.7.jar                            |Architectury                  |architectury                  |3.3.7               |DONE      |Manifest: NOSIGNATURE
        cc-tweaked-1.18.1-1.100.1.jar                     |CC: Tweaked                   |computercraft                 |1.100.1             |DONE      |Manifest: NOSIGNATURE
        AI-Improvements-1.18-0.4.0.jar                    |AI-Improvements               |aiimprovements                |0.4.0               |DONE      |Manifest: NOSIGNATURE
        Fancy Battleaxes [1.18]-1.4.1.jar                 |Fancy Battleaxes              |fancy_battleaxes              |1.4.1               |DONE      |Manifest: NOSIGNATURE
        client-1.18.1-20211210.034407-srg.jar             |Minecraft                     |minecraft                     |1.18.1              |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
        ExtremeReactors2-1.18.1-2.0.38.jar                |Extreme Reactors              |bigreactors                   |1.18.1-2.0.38       |DONE      |Manifest: NOSIGNATURE
        productivebees-1.18.1-0.8.0.5.jar                 |Productive Bees               |productivebees                |1.18.1-0.8.0.5      |DONE      |Manifest: NOSIGNATURE
        light-overlay-6.0.4-forge.jar                     |Light Overlay                 |lightoverlay                  |6.0.4               |DONE      |Manifest: NOSIGNATURE
        trashcans-1.0.11-mc1.18.jar                       |Trash Cans                    |trashcans                     |1.0.11              |DONE      |Manifest: NOSIGNATURE
        cursery-1.18-2.7.jar                              |Cursery Mod                   |cursery                       |1.18-2.7            |DONE      |Manifest: NOSIGNATURE
        speedyladders-1.18-1.jar                          |Speedy Ladders                |speedyladders                 |1.18-1              |DONE      |Manifest: NOSIGNATURE
        ServerTabInfo-1.18-1.3.4.jar                      |Server Tab Info               |servertabinfo                 |1.3.4               |DONE      |Manifest: NOSIGNATURE
        armorplus-1.18.1-18.0.2-beta.jar                  |ArmorPlus                     |armorplus                     |1.18.1-18.0.2-beta  |DONE      |Manifest: NOSIGNATURE
        corail_pillar-5.4.0-1.18.1.jar                    |Corail Pillar                 |corail_pillar                 |5.4.0               |DONE      |Manifest: NOSIGNATURE
        Cyclic-1.18.1-1.6.9.jar                           |Cyclic                        |cyclic                        |1.18.1-1.6.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
        BetterAdvancements-1.18.1-0.1.2.122.jar           |Better Advancements           |betteradvancements            |0.1.2.122           |DONE      |Manifest: NOSIGNATURE
        rhino-forge-1800.1.7-build.92.jar                 |Rhino                         |rhino                         |1800.1.7-build.92   |DONE      |Manifest: NOSIGNATURE
        MCDoom-1.18.1-4.0.0.jar                           |Doom Mod                      |doom                          |4.0.0               |DONE      |Manifest: NOSIGNATURE
        Cucumber-1.18.1-5.0.2.jar                         |Cucumber Library              |cucumber                      |5.0.2               |DONE      |Manifest: NOSIGNATURE
        trashslot-forge-1.18-11.0.1.jar                   |TrashSlot                     |trashslot                     |11.0.1              |DONE      |Manifest: NOSIGNATURE
        jmi-1.18.1-0.6-32.jar                             |JourneyMap Integration        |jmi                           |1.18.1-0.6-32       |DONE      |Manifest: NOSIGNATURE
        Shrines-1.18.1-3.0.0-Beta8.jar                    |Shrines                       |shrines                       |1.18.1-3.0.0-Beta8  |DONE      |Manifest: NOSIGNATURE
        BetterThanBunnies-1.18-1.2.0.jar                  |Better Than Bunnies           |betterthanbunnies             |1.2.0               |DONE      |Manifest: NOSIGNATURE
        simple-rpc-1.18-2.7.jar                           |Simple RPC                    |simplerpc                     |2.7                 |DONE      |Manifest: NOSIGNATURE
        create-mc1.18.1_v0.4c.jar                         |Create                        |create                        |0.4c                |DONE      |Manifest: NOSIGNATURE
        waystones-forge-1.18.1-9.0.1.jar                  |Waystones                     |waystones                     |9.0.1               |DONE      |Manifest: NOSIGNATURE
        MerchantMarkers-1.18.1-1.1.0.jar                  |Merchant Markers              |merchantmarkers               |1.1.0               |DONE      |Manifest: NOSIGNATURE
        WeaponThrow-1.18-5.5.jar                          |Weapon Throw                  |weaponthrow                   |1.18-5.5            |DONE      |Manifest: NOSIGNATURE
        FastSuite-1.18.1-3.0.0.jar                        |Fast Suite                    |fastsuite                     |3.0.0               |DONE      |Manifest: NOSIGNATURE
        Clumps-forge-1.18.1-8.0.4.jar                     |Clumps                        |clumps                        |8.0.4               |DONE      |Manifest: NOSIGNATURE
        journeymap-1.18.1-5.8.0beta7.jar                  |Journeymap                    |journeymap                    |5.8.0beta7          |DONE      |Manifest: NOSIGNATURE
        EnderBags-1.18.1-8.0.0.jar                        |Ender Bags                    |ender_bags                    |8.0.0               |DONE      |Manifest: NOSIGNATURE
        artifacts-1.18.1-4.0.2.jar                        |Artifacts                     |artifacts                     |1.18.1-4.0.2        |DONE      |Manifest: NOSIGNATURE
        SimpleStorageNetwork-1.18.1-1.5.2.jar             |Simple Storage Network        |storagenetwork                |1.18.1-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
        configured-1.5.1-1.18.1.jar                       |Configured                    |configured                    |1.5.1               |DONE      |Manifest: NOSIGNATURE
        gardentools-1.18-1.1.3.jar                        |Garden Tools                  |gardentools                   |1.18-1.1.3          |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
        DungeonCrawl-1.18.1-2.3.6.jar                     |Dungeon Crawl                 |dungeoncrawl                  |2.3.6               |DONE      |Manifest: NOSIGNATURE
        MagicDoorknob-1.18.0-1.0.0.572.jar                |Magic Doorknob                |magic_doorknob                |1.18.0-1.0.0.572    |DONE      |Manifest: NOSIGNATURE
        Nimble-1.18-forge-2.0.0.jar                       |Nimble                        |nimble                        |2.0.0               |DONE      |Manifest: NOSIGNATURE
        creeperconfetti-3.10.jar                          |Creeper Confetti              |creeperconfetti               |3.10                |DONE      |Manifest: NOSIGNATURE
        bonsaitrees3-3.0.0.jar                            |Bonsai Trees 3                |bonsaitrees3                  |3.0.0               |DONE      |Manifest: NOSIGNATURE
        TravelAnchors-1.18.1-3.2.3.jar                    |Travel Anchors                |travel_anchors                |1.18.1-3.2.3        |DONE      |Manifest: NOSIGNATURE
        lazydfu-1.0-1.18+.jar                             |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
        HyperLighting-1.18.1-1.1.jar                      |Hyper Lighting                |hyperlighting                 |1.1                 |DONE      |Manifest: NOSIGNATURE
        ExplorersCompass-1.18.1-1.1.2-forge.jar           |Explorer's Compass            |explorerscompass              |1.18.1-1.1.2-forge  |DONE      |Manifest: NOSIGNATURE
        mahoutsukai-1.18.1-v1.34.0.jar                    |Mahou Tsukai                  |mahoutsukai                   |1.18.1-v1.34.0      |DONE      |Manifest: NOSIGNATURE
        walljump-forge-1.18.1-1.3.7.jar                   |Wall-Jump!                    |walljump                      |1.18.1-1.3.7        |DONE      |Manifest: NOSIGNATURE
        RoughlyEnoughItems-jei-internals-workaround-7.1.36|REI Internals Workaround      |rei_internals_workaround      |7.1.361             |DONE      |Manifest: NOSIGNATURE
        mininggadgets-1.10.2.jar                          |Mining Gadgets                |mininggadgets                 |1.10.2              |DONE      |Manifest: NOSIGNATURE
        3dSkinLayers-forge-mc1.18-1.3.1.jar               |3dSkinLayers                  |skinlayers3d                  |1.3.1               |DONE      |Manifest: NOSIGNATURE
        tbouncepad-2.1-1.18.jar                           |Tinkers' Bounce Pad           |tbouncepad                    |2.1                 |DONE      |Manifest: NOSIGNATURE
        meetyourfight-1.18-1.2.2.jar                      |Meet Your Fight               |meetyourfight                 |1.18-1.2.2          |DONE      |Manifest: NOSIGNATURE
        chococraft-1.18.1-0.2.1.jar                       |Chococraft 4                  |chococraft                    |0.2.1               |DONE      |Manifest: NOSIGNATURE
        selene-1.18-1.11.jar                              |Selene                        |selene                        |1.18-1.11.0         |DONE      |Manifest: NOSIGNATURE
        MysticalAgriculture-1.18.1-5.0.1.jar              |Mystical Agriculture          |mysticalagriculture           |5.0.1               |DONE      |Manifest: NOSIGNATURE
        MysticalAgradditions-1.18.1-5.0.2.jar             |Mystical Agradditions         |mysticalagradditions          |5.0.2               |DONE      |Manifest: NOSIGNATURE
        matc-1.2.0.jar                                    |Mystical Agriculture Tiered Cr|matc                          |1.2.0               |DONE      |Manifest: NOSIGNATURE
        craftingtweaks-forge-1.18.1-14.0.2.jar            |CraftingTweaks                |craftingtweaks                |14.0.2              |DONE      |Manifest: NOSIGNATURE
        itlt-1.18-2.1.0.jar                               |It's The Little Things        |itlt                          |2.1.0               |DONE      |Manifest: NOSIGNATURE
        EnchantmentDescriptions-Forge-1.18.1-9.0.9.jar    |EnchantmentDescriptions       |enchdesc                      |9.0.9               |DONE      |Manifest: NOSIGNATURE
        ToolBelt-1.18-1.18.0.jar                          |Tool Belt                     |toolbelt                      |1.18.0              |DONE      |Manifest: NOSIGNATURE
        silent-lib-1.18-6.0.0.jar                         |Silent Lib                    |silentlib                     |6.0.0               |DONE      |Manifest: NOSIGNATURE
        Jade-1.18-4.1.1.jar                               |Jade                          |jade                          |4.1.1               |DONE      |Manifest: NOSIGNATURE
        forge-1.18.1-39.0.19-universal.jar                |Forge                         |forge                         |39.0.19             |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
        Bibliotheca-1.18-1.7.0.jar                        |Bibliotheca                   |bibliotheca                   |1.7.0               |DONE      |Manifest: NOSIGNATURE
        appleskin-forge-mc1.18-2.2.0.jar                  |AppleSkin                     |appleskin                     |2.2.0               |DONE      |Manifest: NOSIGNATURE
        Aquaculture-1.18.1-2.3.2.jar                      |Aquaculture 2                 |aquaculture                   |1.18.1-2.3.2        |DONE      |Manifest: NOSIGNATURE
        Waddles-1.18-0.8.18.jar                           |Waddles                       |waddles                       |1.18-0.8.18         |DONE      |Manifest: NOSIGNATURE
        ITank-1.18-1.7.0.jar                              |ITank                         |itank                         |1.7.0               |DONE      |Manifest: NOSIGNATURE
        VanillaTweaks-forge-1.18.1-1.5.53.jar             |VanillaTweaks                 |vanillatweaks                 |1.5.53              |DONE      |Manifest: NOSIGNATURE
        CreativeCore_v2.4.1_mc1.18.1.jar                  |CreativeCore                  |creativecore                  |2.4.0               |DONE      |Manifest: NOSIGNATURE
        movingelevators-1.2.34a-mc1.18.jar                |Moving Elevators              |movingelevators               |1.2.34a             |DONE      |Manifest: NOSIGNATURE
        RoughlyEnoughItems-7.1.361.jar                    |Roughly Enough Items (REI)    |roughlyenoughitems            |7.1.361             |DONE      |Manifest: NOSIGNATURE
        kubejs-forge-1801.4.1-build.271.jar               |KubeJS                        |kubejs                        |1801.4.1-build.271  |DONE      |Manifest: NOSIGNATURE
        kubejs-create-1801.2.0-build.14.jar               |KubeJS Create                 |kubejs_create                 |1801.2.0-build.14   |DONE      |Manifest: NOSIGNATURE
        kubejs-immersive-engineering-1801.2.0-build.20.jar|KubeJS Immersive Engineering  |kubejs_immersive_engineering  |1801.2.0-build.20   |DONE      |Manifest: NOSIGNATURE
        easy_villagers-1.18.1-1.0.0.jar                   |Easy Villagers                |easy_villagers                |1.18.1-1.0.0        |DONE      |Manifest: NOSIGNATURE
        Iceberg-1.18.1-1.0.33.jar                         |Iceberg                       |iceberg                       |1.0.33              |DONE      |Manifest: NOSIGNATURE
        Quark-3.0-334.jar                                 |Quark                         |quark                         |3.0-334             |DONE      |Manifest: NOSIGNATURE
        LegendaryTooltips-1.18.1-1.2.0.jar                |Legendary Tooltips            |legendarytooltips             |1.2.0}              |DONE      |Manifest: NOSIGNATURE
        FastWorkbench-1.18.1-6.0.0.jar                    |Fast Workbench                |fastbench                     |6.0.0               |DONE      |Manifest: NOSIGNATURE
        Beyond-Earth-Giselle-Addon-1.18.1-1.2.jar         |Beyond Earth: Giselle Addon   |beyond_earth_giselle_addon    |1.2                 |DONE      |Manifest: NOSIGNATURE
        StorageDrawers-1.18.1-10.1.0.jar                  |Storage Drawers               |storagedrawers                |10.1.0              |DONE      |Manifest: NOSIGNATURE
        InventoryHud_[1.18].forge-3.4.4.jar               |Inventory HUD+(Forge edition) |inventoryhud                  |3.4.4               |DONE      |Manifest: NOSIGNATURE
        fancymenu_forge_2.5.1_MC_1.18-1.18.1.jar          |FancyMenu                     |fancymenu                     |2.5.1               |DONE      |Manifest: NOSIGNATURE
        coroutil-1.18.1-1.2.37.jar                        |CoroUtil                      |coroutil                      |1.18.1-1.2.37       |DONE      |Manifest: NOSIGNATURE
        minecolonies-1.18.1-1.0.349-ALPHA.jar             |MineColonies                  |minecolonies                  |1.18.1-1.0.349-ALPHA|DONE      |Manifest: NOSIGNATURE
        Colony4ComputerCraft-1.18.1-2.1.0.jar             |MineColonies for ComputerCraft|colony4cc                     |2.1.0               |DONE      |Manifest: NOSIGNATURE
        HunterIllager-1.18.1-3.1.0.jar                    |Hunter Illager                |hunterillager                 |1.18.1-3.1.0        |DONE      |Manifest: NOSIGNATURE
        MagmaMonsters-0.6.0.jar                           |MagmaMonsters                 |magma_monsters                |0.6.0               |DONE      |Manifest: NOSIGNATURE
        ferritecore-4.0.0-forge.jar                       |Ferrite Core                  |ferritecore                   |4.0.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.18.1-1.1.19-b1.jar               |Engineer's Decor              |engineersdecor                |1.1.19-b1           |DONE      |Manifest: NOSIGNATURE
        SoL-Carrot-1.18.1-1.12.0.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.18.1-1.12.0       |DONE      |Manifest: NOSIGNATURE
        modular-routers-1.18.1-9.0.1-79.jar               |Modular Routers               |modularrouters                |9.0.1-79            |DONE      |Manifest: NOSIGNATURE
        BetterF3-1.2.2-Forge-1.18.jar                     |BetterF3                      |betterf3                      |1.2.2               |DONE      |Manifest: NOSIGNATURE
        ArmorSoundTweak-5.0.0-forge.jar                   |Armor Sound Tweak             |armorsoundtweak               |5.0.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
        refinedstorageaddons-0.8.1.jar                    |Refined Storage Addons        |refinedstorageaddons          |0.8.1               |DONE      |Manifest: NOSIGNATURE
        expandability-5.0.0-forge.jar                     |ExpandAbility                 |expandability                 |5.0.0               |DONE      |Manifest: NOSIGNATURE
        valhelsia_core-1.18.1-0.3.0.jar                   |Valhelsia Core                |valhelsia_core                |1.18.1-0.3.0        |DONE      |Manifest: NOSIGNATURE
        valhelsia_structures-1.18.1-0.1.0.jar             |Valhelsia Structures          |valhelsia_structures          |1.18.1-0.1.0        |DONE      |Manifest: NOSIGNATURE
        no-telemetry-1.3.0.jar                            |No Telemetry                  |no_telemetry                  |1.3.0               |DONE      |Manifest: NOSIGNATURE
        createaddition-1.18.1-20220111b.jar               |Create Crafts & Additions     |createaddition                |1.18.1-20220111b    |DONE      |Manifest: NOSIGNATURE
    Flywheel Backend: GL33 Instanced Arrays
    Crash Report UUID: 7733cce0-84b3-4089-a153-550e4a5dc8f7
    FML: 39.0
    Forge: net.minecraftforge:39.0.19
    Suspected Mods: Forge (forge), Minecraft (minecraft)
WFPhantom commented 2 years ago

It's incompatible with Quark for some reason.

itsdinkd commented 2 years ago

I no longer have this issue and using latest quark, starlight. Flywheel.

WFPhantom commented 2 years ago

How? Im still having the issue, latest everything. Yeah I just checked and updated forge, same issue there is no way you are running it all :D

itsdinkd commented 2 years ago

Not sure. There had to have been a conflicting mod that I had that possibly updated and unknowingly fixed the issue

WFPhantom commented 2 years ago

Having just Starlight and Quark doesnt work tho

electronicboy commented 2 years ago

need full logs on latest version

WFPhantom commented 2 years ago

https://imgur.com/a/owtdp2W This is the error that doesn't show up in logs log: https://pastebin.com/EaMaEWLZ Problem is: Starlight 1.0.1 is incompatible with quark (latest both mods, latest quark dependency and latest forge) but its only for server side. Starlight 1.0.1 and quark work fine client side.

electronicboy commented 2 years ago

The fact that something is causing a client class to attempt to be loaded on the server is highly sus, am not 100% sure how starlight would do that especially when involving others code, I'd suggest reporting it to them if you've not already

WFPhantom commented 2 years ago

Other people already have, but I'm pretty sure it's starlight because starlight 1.0.0 works fine and when I upgrade to 1.0.1, servers just won't work

electronicboy commented 2 years ago

something is leaking a reference to client only classes, starlight does not appear to reference such classes anywhere Somebody is leaking client references into the server classes somewhere, the fact that the issue on the quark repo appears to reference another class suggests that something is leaking somewhere and the fact that starlight is blowing up is not really a starlight issue, nor much that can be avoided here

This is gonna need a much deeper investigation otherwise, but, at this point, I'd be inclined to see what quark has to say as starlight appears to potentially be not the only thing impacted/ing here

WFPhantom commented 2 years ago

Alright, i'm going to mention this in the quark issue :) thank you for your help

electronicboy commented 2 years ago

closing, commented on quark as to what the issue is