
Trying to paste an Ender Tank still crashes the game
Closed this issue ยท 2 comments
Building Gadgets Version
BuildingGadgets2-1.3.8.jar
Describe the bug
Cutting and pasting an Ender Tank Crashes upon rending the paste. However, the crash did not happen on the first time I cut and paste the ender tank. It only crashed upon second or third cut/paste
To Reproduce
Steps to reproduce the behavior:
- Cut a selection with ender tank (I have pumps along with it)
- Paste it
- Cut the selection again
- Paste it on a different area of land
Expected behavior
Cutting and paste works properly, even if rendering the ender tank was not rendering properly
Screenshots
NA
Log Files
Crash logs are extremely important in helping me figure out how I DireDerped.
https://gnomebot.dev/paste/mclogs/7zWtleb
NOTE ON RUBIDIUM
Rubidium contains code that will crash many mods when used in conjunction with them. Unfortunately this includes Building Gadgets 2. There is absolutely nothing I can do on my side to prevent these crashes. If you're using Rubidium and your game crashes when rendering something, please try without rubidium before submitting a bug report.
#114
I saw a previous issue and it seems like it was related. But their logs expired.
My Logs incase the link expires:
---- Minecraft Crash Report ----
// You're mean.
Time: 2025-05-18 14:23:36
Description: Rendering Block Entity
java.lang.IllegalStateException: Missing elements in vertex: Color, UV0, UV1, UV2, Normal
at TRANSFORMER/[email protected]/com.mojang.blaze3d.vertex.BufferBuilder.endLastVertex(MixinBufferBuilder.java:127) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.mojang.blaze3d.vertex.BufferBuilder.beginVertex(MixinBufferBuilder.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.mojang.blaze3d.vertex.BufferBuilder.addVertex(MixinBufferBuilder.java:156) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.model.pipeline.VertexConsumerWrapper.addVertex(VertexConsumerWrapper.java:25) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:classloading}
at TRANSFORMER/codechickenlib@**.**.**.**/codechicken.lib.render.buffer.DelegatingVertexConsumer.addVertex(DelegatingVertexConsumer.java:28) ~[CodeChickenLib-1.21.1-4.6.0.521.jar%23678!/:**.**.**.**] {re:classloading}
at TRANSFORMER/codechickenlib@**.**.**.**/codechicken.lib.render.buffer.TransformingVertexConsumer.addVertex(TransformingVertexConsumer.java:30) ~[CodeChickenLib-1.21.1-4.6.0.521.jar%23678!/:**.**.**.**] {re:classloading}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.RenderCustomEndPortal.render(RenderCustomEndPortal.java:52) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:mixin,re:classloading,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinRenderCustomEndPortal from mod monocle,pl:mixin:A}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.tile.RenderTileEnderTank.renderTank(RenderTileEnderTank.java:71) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:classloading}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.tile.RenderTileEnderTank.render(RenderTileEnderTank.java:65) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:classloading}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.tile.RenderTileEnderTank.render(RenderTileEnderTank.java:28) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.setupAndRender(BlockEntityRenderDispatcher.java:90) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.lambda$render$0(BlockEntityRenderDispatcher.java:79) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.tryRender(BlockEntityRenderDispatcher.java:104) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher.java:79) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.direwolf20.buildinggadgets2.client.renderer.VBORenderer.drawRender(VBORenderer.java:359) ~[buildinggadgets2-1.3.8.jar%23661!/:?] {re:classloading}
at TRANSFORMER/[email protected]/com.direwolf20.buildinggadgets2.client.events.RenderLevelLast.renderWorldLastEvent(RenderLevelLast.java:44) ~[buildinggadgets2-1.3.8.jar%23661!/:?] {re:classloading}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350) ~[bus-8.0.2.jar%23115!/:?] {}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315) ~[bus-8.0.2.jar%23115!/:?] {}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.dispatchRenderStage(ClientHooks.java:292) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-neoforge.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix,pl:mixin:APP:journeymap.neoforge.mixins.json:client.ClientHooksMixin from mod journeymap,pl:mixin:A}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.dispatchRenderStage(ClientHooks.java:299) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-neoforge.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix,pl:mixin:APP:journeymap.neoforge.mixins.json:client.ClientHooksMixin from mod journeymap,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.renderSectionLayer(LevelRenderer.java:23330) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:default,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:default,pl:mixin:APP:auroras.mixins.json:client.LevelRendererMixin from mod auroras,pl:mixin:APP:embeddium.mixins.json:features.render.world.clouds.WorldRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris,pl:mixin:APP:mixins.iris.json:LevelRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_Sky from mod iris,pl:mixin:APP:mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris,pl:mixin:APP:mixins.iris.json:shadows.MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererMixin from mod the_bumblezone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererAccessor from mod nolijium,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererMixin from mod nolijium,pl:mixin:APP:flywheel.backend.mixins.json:LevelRendererAccessor from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel,pl:mixin:APP:bridgingmod.mixins.json:OutlineRendererMixin from mod bridgingmod,pl:mixin:APP:xycraft_core.mixins.json:RainLevelRendererMixin from mod xycraft_core,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator,pl:mixin:APP:supermartijn642corelib.mixins.json:LevelRendererMixin from mod supermartijn642corelib,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess from mod immersiveengineering,pl:mixin:APP:simple_weather.mixins.json:WeatherLevelRendererMixin from mod simple_weather,pl:mixin:APP:geckolib.mixins.json:client.LevelRendererMixin from mod geckolib,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin from mod ars_nouveau,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinLevelRenderer from mod patchouli,pl:mixin:APP:allthearcanistgear.mixins.json:LevelRendererMixin from mod allthearcanistgear,pl:mixin:APP:kubejs.mixins.json:LevelRendererMixin from mod kubejs,pl:mixin:APP:framedblocks.mixin.json:client.MixinLevelRenderer from mod framedblocks,pl:mixin:APP:forbidden_arcanus.mixins.json:LevelRendererAccessor from mod forbidden_arcanus,pl:mixin:APP:create.mixins.json:accessor.LevelRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.LevelRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.options.weather.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.gui.outlines.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.world.sky.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.world.WorldRendererMixin from mod embeddium,pl:mixin:APP:flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinLevelRenderer from mod monocle,pl:mixin:APP:rainbows.mixins.json:client.LevelRendererMixin from mod rainbows,pl:mixin:APP:mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris,pl:mixin:APP:nolijium.mixins.json:neoforge.LevelRendererMixin from mod nolijium,pl:mixin:APP:securitycraft.mixins.json:camera.LevelRendererMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.renderLevel(LevelRenderer.java:1196) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:default,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:default,pl:mixin:APP:auroras.mixins.json:client.LevelRendererMixin from mod auroras,pl:mixin:APP:embeddium.mixins.json:features.render.world.clouds.WorldRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris,pl:mixin:APP:mixins.iris.json:LevelRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_Sky from mod iris,pl:mixin:APP:mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris,pl:mixin:APP:mixins.iris.json:shadows.MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererMixin from mod the_bumblezone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererAccessor from mod nolijium,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererMixin from mod nolijium,pl:mixin:APP:flywheel.backend.mixins.json:LevelRendererAccessor from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel,pl:mixin:APP:bridgingmod.mixins.json:OutlineRendererMixin from mod bridgingmod,pl:mixin:APP:xycraft_core.mixins.json:RainLevelRendererMixin from mod xycraft_core,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator,pl:mixin:APP:supermartijn642corelib.mixins.json:LevelRendererMixin from mod supermartijn642corelib,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess from mod immersiveengineering,pl:mixin:APP:simple_weather.mixins.json:WeatherLevelRendererMixin from mod simple_weather,pl:mixin:APP:geckolib.mixins.json:client.LevelRendererMixin from mod geckolib,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin from mod ars_nouveau,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinLevelRenderer from mod patchouli,pl:mixin:APP:allthearcanistgear.mixins.json:LevelRendererMixin from mod allthearcanistgear,pl:mixin:APP:kubejs.mixins.json:LevelRendererMixin from mod kubejs,pl:mixin:APP:framedblocks.mixin.json:client.MixinLevelRenderer from mod framedblocks,pl:mixin:APP:forbidden_arcanus.mixins.json:LevelRendererAccessor from mod forbidden_arcanus,pl:mixin:APP:create.mixins.json:accessor.LevelRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.LevelRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.options.weather.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.gui.outlines.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.world.sky.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.world.WorldRendererMixin from mod embeddium,pl:mixin:APP:flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinLevelRenderer from mod monocle,pl:mixin:APP:rainbows.mixins.json:client.LevelRendererMixin from mod rainbows,pl:mixin:APP:mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris,pl:mixin:APP:nolijium.mixins.json:neoforge.LevelRendererMixin from mod nolijium,pl:mixin:APP:securitycraft.mixins.json:camera.LevelRendererMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.renderLevel(GameRenderer.java:1271) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:auroras.mixins.json:client.GameRendererMixin from mod auroras,pl:mixin:APP:mixins.iris.json:GameRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinGameRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinModelViewBobbing from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin from mod tombstone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.GameRendererMixin from mod nolijium,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:konkrete.neoforge.mixins.json:client.MixinGameRenderer from mod konkrete,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin from mod darkmodeeverywhere,pl:mixin:APP:mixins.artifacts.common.json:ability.nightvision.client.GameRendererMixin from mod artifacts,pl:mixin:APP:justzoom.mixins.json:client.MixinGameRenderer from mod justzoom,pl:mixin:APP:rarcompat.mixins.json:render.GameRendererMixin from mod rarcompat,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer from mod flickerfix,pl:mixin:APP:ponder.mixins.json:client.accessor.GameRendererAccessor from mod ponder,pl:mixin:APP:eternal_starlight-common.mixins.json:client.GameRendererMixin from mod eternal_starlight,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinGameRenderer from mod monocle,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinGameRenderer from mod monocle,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin from mod ars_nouveau,pl:mixin:APP:kubejs.mixins.json:GameRendererMixin from mod kubejs,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin from mod securitycraft,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:1024) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:auroras.mixins.json:client.GameRendererMixin from mod auroras,pl:mixin:APP:mixins.iris.json:GameRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinGameRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinModelViewBobbing from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin from mod tombstone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.GameRendererMixin from mod nolijium,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:konkrete.neoforge.mixins.json:client.MixinGameRenderer from mod konkrete,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin from mod darkmodeeverywhere,pl:mixin:APP:mixins.artifacts.common.json:ability.nightvision.client.GameRendererMixin from mod artifacts,pl:mixin:APP:justzoom.mixins.json:client.MixinGameRenderer from mod justzoom,pl:mixin:APP:rarcompat.mixins.json:render.GameRendererMixin from mod rarcompat,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer from mod flickerfix,pl:mixin:APP:ponder.mixins.json:client.accessor.GameRendererAccessor from mod ponder,pl:mixin:APP:eternal_starlight-common.mixins.json:client.GameRendererMixin from mod eternal_starlight,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinGameRenderer from mod monocle,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinGameRenderer from mod monocle,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin from mod ars_nouveau,pl:mixin:APP:kubejs.mixins.json:GameRendererMixin from mod kubejs,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin from mod securitycraft,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1195) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[?:?] {}
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {re:mixin}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23109!/:?] {}
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at TRANSFORMER/[email protected]/com.mojang.blaze3d.vertex.BufferBuilder.endLastVertex(MixinBufferBuilder.java:127) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.mojang.blaze3d.vertex.BufferBuilder.beginVertex(MixinBufferBuilder.java:96) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.mojang.blaze3d.vertex.BufferBuilder.addVertex(MixinBufferBuilder.java:156) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.model.pipeline.VertexConsumerWrapper.addVertex(VertexConsumerWrapper.java:25) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:classloading}
at TRANSFORMER/codechickenlib@**.**.**.**/codechicken.lib.render.buffer.DelegatingVertexConsumer.addVertex(DelegatingVertexConsumer.java:28) ~[CodeChickenLib-1.21.1-4.6.0.521.jar%23678!/:**.**.**.**] {re:classloading}
at TRANSFORMER/codechickenlib@**.**.**.**/codechicken.lib.render.buffer.TransformingVertexConsumer.addVertex(TransformingVertexConsumer.java:30) ~[CodeChickenLib-1.21.1-4.6.0.521.jar%23678!/:**.**.**.**] {re:classloading}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.RenderCustomEndPortal.render(RenderCustomEndPortal.java:52) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:mixin,re:classloading,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinRenderCustomEndPortal from mod monocle,pl:mixin:A}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.tile.RenderTileEnderTank.renderTank(RenderTileEnderTank.java:71) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:classloading}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.tile.RenderTileEnderTank.render(RenderTileEnderTank.java:65) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:classloading}
at TRANSFORMER/enderstorage@**.**.**.**/codechicken.enderstorage.client.render.tile.RenderTileEnderTank.render(RenderTileEnderTank.java:28) ~[EnderStorage-1.21.1-2.13.0.191.jar%23720!/:1.21.1-2.13.0.191] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.setupAndRender(BlockEntityRenderDispatcher.java:90) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.lambda$render$0(BlockEntityRenderDispatcher.java:79) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.tryRender(BlockEntityRenderDispatcher.java:104) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher.java:79) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.direwolf20.buildinggadgets2.client.renderer.VBORenderer.drawRender(VBORenderer.java:359) ~[buildinggadgets2-1.3.8.jar%23661!/:?] {re:classloading}
at TRANSFORMER/[email protected]/com.direwolf20.buildinggadgets2.client.events.RenderLevelLast.renderWorldLastEvent(RenderLevelLast.java:44) ~[buildinggadgets2-1.3.8.jar%23661!/:?] {re:classloading}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350) ~[bus-8.0.2.jar%23115!/:?] {}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315) ~[bus-8.0.2.jar%23115!/:?] {}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.dispatchRenderStage(ClientHooks.java:292) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-neoforge.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix,pl:mixin:APP:journeymap.neoforge.mixins.json:client.ClientHooksMixin from mod journeymap,pl:mixin:A}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.dispatchRenderStage(ClientHooks.java:299) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-neoforge.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix,pl:mixin:APP:journeymap.neoforge.mixins.json:client.ClientHooksMixin from mod journeymap,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.renderSectionLayer(LevelRenderer.java:23330) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:default,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:default,pl:mixin:APP:auroras.mixins.json:client.LevelRendererMixin from mod auroras,pl:mixin:APP:embeddium.mixins.json:features.render.world.clouds.WorldRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris,pl:mixin:APP:mixins.iris.json:LevelRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_Sky from mod iris,pl:mixin:APP:mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris,pl:mixin:APP:mixins.iris.json:shadows.MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererMixin from mod the_bumblezone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererAccessor from mod nolijium,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererMixin from mod nolijium,pl:mixin:APP:flywheel.backend.mixins.json:LevelRendererAccessor from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel,pl:mixin:APP:bridgingmod.mixins.json:OutlineRendererMixin from mod bridgingmod,pl:mixin:APP:xycraft_core.mixins.json:RainLevelRendererMixin from mod xycraft_core,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator,pl:mixin:APP:supermartijn642corelib.mixins.json:LevelRendererMixin from mod supermartijn642corelib,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess from mod immersiveengineering,pl:mixin:APP:simple_weather.mixins.json:WeatherLevelRendererMixin from mod simple_weather,pl:mixin:APP:geckolib.mixins.json:client.LevelRendererMixin from mod geckolib,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin from mod ars_nouveau,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinLevelRenderer from mod patchouli,pl:mixin:APP:allthearcanistgear.mixins.json:LevelRendererMixin from mod allthearcanistgear,pl:mixin:APP:kubejs.mixins.json:LevelRendererMixin from mod kubejs,pl:mixin:APP:framedblocks.mixin.json:client.MixinLevelRenderer from mod framedblocks,pl:mixin:APP:forbidden_arcanus.mixins.json:LevelRendererAccessor from mod forbidden_arcanus,pl:mixin:APP:create.mixins.json:accessor.LevelRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.LevelRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.options.weather.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.gui.outlines.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.world.sky.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.world.WorldRendererMixin from mod embeddium,pl:mixin:APP:flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinLevelRenderer from mod monocle,pl:mixin:APP:rainbows.mixins.json:client.LevelRendererMixin from mod rainbows,pl:mixin:APP:mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris,pl:mixin:APP:nolijium.mixins.json:neoforge.LevelRendererMixin from mod nolijium,pl:mixin:APP:securitycraft.mixins.json:camera.LevelRendererMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.renderLevel(LevelRenderer.java:1196) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:default,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:default,pl:mixin:APP:auroras.mixins.json:client.LevelRendererMixin from mod auroras,pl:mixin:APP:embeddium.mixins.json:features.render.world.clouds.WorldRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris,pl:mixin:APP:mixins.iris.json:LevelRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_Sky from mod iris,pl:mixin:APP:mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris,pl:mixin:APP:mixins.iris.json:shadows.MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererMixin from mod the_bumblezone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererAccessor from mod nolijium,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererMixin from mod nolijium,pl:mixin:APP:flywheel.backend.mixins.json:LevelRendererAccessor from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel,pl:mixin:APP:bridgingmod.mixins.json:OutlineRendererMixin from mod bridgingmod,pl:mixin:APP:xycraft_core.mixins.json:RainLevelRendererMixin from mod xycraft_core,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator,pl:mixin:APP:supermartijn642corelib.mixins.json:LevelRendererMixin from mod supermartijn642corelib,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess from mod immersiveengineering,pl:mixin:APP:simple_weather.mixins.json:WeatherLevelRendererMixin from mod simple_weather,pl:mixin:APP:geckolib.mixins.json:client.LevelRendererMixin from mod geckolib,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin from mod ars_nouveau,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinLevelRenderer from mod patchouli,pl:mixin:APP:allthearcanistgear.mixins.json:LevelRendererMixin from mod allthearcanistgear,pl:mixin:APP:kubejs.mixins.json:LevelRendererMixin from mod kubejs,pl:mixin:APP:framedblocks.mixin.json:client.MixinLevelRenderer from mod framedblocks,pl:mixin:APP:forbidden_arcanus.mixins.json:LevelRendererAccessor from mod forbidden_arcanus,pl:mixin:APP:create.mixins.json:accessor.LevelRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.LevelRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.options.weather.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.gui.outlines.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.world.sky.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.world.WorldRendererMixin from mod embeddium,pl:mixin:APP:flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinLevelRenderer from mod monocle,pl:mixin:APP:rainbows.mixins.json:client.LevelRendererMixin from mod rainbows,pl:mixin:APP:mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris,pl:mixin:APP:nolijium.mixins.json:neoforge.LevelRendererMixin from mod nolijium,pl:mixin:APP:securitycraft.mixins.json:camera.LevelRendererMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.renderLevel(GameRenderer.java:1271) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:auroras.mixins.json:client.GameRendererMixin from mod auroras,pl:mixin:APP:mixins.iris.json:GameRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinGameRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinModelViewBobbing from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin from mod tombstone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.GameRendererMixin from mod nolijium,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:konkrete.neoforge.mixins.json:client.MixinGameRenderer from mod konkrete,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin from mod darkmodeeverywhere,pl:mixin:APP:mixins.artifacts.common.json:ability.nightvision.client.GameRendererMixin from mod artifacts,pl:mixin:APP:justzoom.mixins.json:client.MixinGameRenderer from mod justzoom,pl:mixin:APP:rarcompat.mixins.json:render.GameRendererMixin from mod rarcompat,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer from mod flickerfix,pl:mixin:APP:ponder.mixins.json:client.accessor.GameRendererAccessor from mod ponder,pl:mixin:APP:eternal_starlight-common.mixins.json:client.GameRendererMixin from mod eternal_starlight,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinGameRenderer from mod monocle,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinGameRenderer from mod monocle,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin from mod ars_nouveau,pl:mixin:APP:kubejs.mixins.json:GameRendererMixin from mod kubejs,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin from mod securitycraft,pl:mixin:A,pl:runtimedistcleaner:A}
-- Block Entity Details --
Details:
Name: enderstorage:ender_tank // codechicken.enderstorage.tile.TileEnderTank
Block: Block{enderstorage:ender_tank}
Block location: World: (710,63,1312), Section: (at 6,15,0 in 44,3,82; chunk contains blocks 704,-64,1312 to 719,319,1327), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,-64,1024 to 1023,319,1535)
Block: Block{minecraft:cobblestone}
Block location: World: (710,63,1312), Section: (at 6,15,0 in 44,3,82; chunk contains blocks 704,-64,1312 to 719,319,1327), Region: (1,2; contains chunks 32,64 to 63,95, blocks 512,-64,1024 to 1023,319,1535)
Stacktrace:
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.tryRender(BlockEntityRenderDispatcher.java:104) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.blockentity.BlockEntityRenderDispatcher.render(BlockEntityRenderDispatcher.java:79) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
at TRANSFORMER/[email protected]/com.direwolf20.buildinggadgets2.client.renderer.VBORenderer.drawRender(VBORenderer.java:359) ~[buildinggadgets2-1.3.8.jar%23661!/:?] {re:classloading}
at TRANSFORMER/[email protected]/com.direwolf20.buildinggadgets2.client.events.RenderLevelLast.renderWorldLastEvent(RenderLevelLast.java:44) ~[buildinggadgets2-1.3.8.jar%23661!/:?] {re:classloading}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:350) ~[bus-8.0.2.jar%23115!/:?] {}
at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:315) ~[bus-8.0.2.jar%23115!/:?] {}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.dispatchRenderStage(ClientHooks.java:292) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-neoforge.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix,pl:mixin:APP:journeymap.neoforge.mixins.json:client.ClientHooksMixin from mod journeymap,pl:mixin:A}
at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.dispatchRenderStage(ClientHooks.java:299) ~[neoforge-21.1.131-universal.jar%23602!/:?] {re:mixin,re:classloading,pl:mixin:APP:modernfix-neoforge.mixins.json:perf.dynamic_resources.ForgeHooksClientMixin from mod modernfix,pl:mixin:APP:journeymap.neoforge.mixins.json:client.ClientHooksMixin from mod journeymap,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.renderSectionLayer(LevelRenderer.java:23330) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:default,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:default,pl:mixin:APP:auroras.mixins.json:client.LevelRendererMixin from mod auroras,pl:mixin:APP:embeddium.mixins.json:features.render.world.clouds.WorldRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris,pl:mixin:APP:mixins.iris.json:LevelRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_Sky from mod iris,pl:mixin:APP:mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris,pl:mixin:APP:mixins.iris.json:shadows.MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererMixin from mod the_bumblezone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererAccessor from mod nolijium,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererMixin from mod nolijium,pl:mixin:APP:flywheel.backend.mixins.json:LevelRendererAccessor from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel,pl:mixin:APP:bridgingmod.mixins.json:OutlineRendererMixin from mod bridgingmod,pl:mixin:APP:xycraft_core.mixins.json:RainLevelRendererMixin from mod xycraft_core,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator,pl:mixin:APP:supermartijn642corelib.mixins.json:LevelRendererMixin from mod supermartijn642corelib,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess from mod immersiveengineering,pl:mixin:APP:simple_weather.mixins.json:WeatherLevelRendererMixin from mod simple_weather,pl:mixin:APP:geckolib.mixins.json:client.LevelRendererMixin from mod geckolib,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin from mod ars_nouveau,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinLevelRenderer from mod patchouli,pl:mixin:APP:allthearcanistgear.mixins.json:LevelRendererMixin from mod allthearcanistgear,pl:mixin:APP:kubejs.mixins.json:LevelRendererMixin from mod kubejs,pl:mixin:APP:framedblocks.mixin.json:client.MixinLevelRenderer from mod framedblocks,pl:mixin:APP:forbidden_arcanus.mixins.json:LevelRendererAccessor from mod forbidden_arcanus,pl:mixin:APP:create.mixins.json:accessor.LevelRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.LevelRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.options.weather.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.gui.outlines.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.world.sky.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.world.WorldRendererMixin from mod embeddium,pl:mixin:APP:flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinLevelRenderer from mod monocle,pl:mixin:APP:rainbows.mixins.json:client.LevelRendererMixin from mod rainbows,pl:mixin:APP:mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris,pl:mixin:APP:nolijium.mixins.json:neoforge.LevelRendererMixin from mod nolijium,pl:mixin:APP:securitycraft.mixins.json:camera.LevelRendererMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.renderLevel(LevelRenderer.java:1196) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:default,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:default,pl:mixin:APP:auroras.mixins.json:client.LevelRendererMixin from mod auroras,pl:mixin:APP:embeddium.mixins.json:features.render.world.clouds.WorldRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.vertexformat.json:immediate.MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer from mod iris,pl:mixin:APP:iris-batched-entity-rendering.mixins.json:MixinLevelRenderer_EntityListSorting from mod iris,pl:mixin:APP:mixins.iris.json:LevelRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_SkipRendering from mod iris,pl:mixin:APP:mixins.iris.json:MixinLevelRenderer_Sky from mod iris,pl:mixin:APP:mixins.iris.json:fabulous.MixinDisableFabulousGraphics from mod iris,pl:mixin:APP:mixins.iris.json:shadows.MixinLevelRenderer from mod iris,pl:mixin:APP:mixins.iris.json:sky.MixinLevelRenderer_SunMoonToggle from mod iris,pl:mixin:APP:supplementaries.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LevelRendererMixin from mod supplementaries,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererAccessor from mod the_bumblezone,pl:mixin:APP:the_bumblezone-common.mixins.json:client.LevelRendererMixin from mod the_bumblezone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererAccessor from mod nolijium,pl:mixin:APP:nolijium.mixins.json:neoforge.common.LevelRendererMixin from mod nolijium,pl:mixin:APP:flywheel.backend.mixins.json:LevelRendererAccessor from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:fix.FixFabulousDepthMixin from mod flywheel,pl:mixin:APP:flywheel.impl.mixins.json:visualmanage.LevelRendererMixin from mod flywheel,pl:mixin:APP:bridgingmod.mixins.json:OutlineRendererMixin from mod bridgingmod,pl:mixin:APP:xycraft_core.mixins.json:RainLevelRendererMixin from mod xycraft_core,pl:mixin:APP:playerAnimator-common.mixins.json:firstPerson.LevelRendererMixin from mod playeranimator,pl:mixin:APP:supermartijn642corelib.mixins.json:LevelRendererMixin from mod supermartijn642corelib,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.WorldRendererAccess from mod immersiveengineering,pl:mixin:APP:simple_weather.mixins.json:WeatherLevelRendererMixin from mod simple_weather,pl:mixin:APP:geckolib.mixins.json:client.LevelRendererMixin from mod geckolib,pl:mixin:APP:ars_nouveau.mixins.json:light.LevelRendererMixin from mod ars_nouveau,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinLevelRenderer from mod patchouli,pl:mixin:APP:allthearcanistgear.mixins.json:LevelRendererMixin from mod allthearcanistgear,pl:mixin:APP:kubejs.mixins.json:LevelRendererMixin from mod kubejs,pl:mixin:APP:framedblocks.mixin.json:client.MixinLevelRenderer from mod framedblocks,pl:mixin:APP:forbidden_arcanus.mixins.json:LevelRendererAccessor from mod forbidden_arcanus,pl:mixin:APP:create.mixins.json:accessor.LevelRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.LevelRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.options.weather.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.gui.outlines.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:features.render.world.sky.WorldRendererMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.world.WorldRendererMixin from mod embeddium,pl:mixin:APP:flywheel.impl.mixins.json:LevelRendererMixin from mod flywheel,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinLevelRenderer from mod monocle,pl:mixin:APP:rainbows.mixins.json:client.LevelRendererMixin from mod rainbows,pl:mixin:APP:mixins.iris.json:shadows.MixinPreventRebuildNearInShadowPass from mod iris,pl:mixin:APP:nolijium.mixins.json:neoforge.LevelRendererMixin from mod nolijium,pl:mixin:APP:securitycraft.mixins.json:camera.LevelRendererMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.LevelRendererMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.renderLevel(GameRenderer.java:1271) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:auroras.mixins.json:client.GameRendererMixin from mod auroras,pl:mixin:APP:mixins.iris.json:GameRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinGameRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinModelViewBobbing from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin from mod tombstone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.GameRendererMixin from mod nolijium,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:konkrete.neoforge.mixins.json:client.MixinGameRenderer from mod konkrete,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin from mod darkmodeeverywhere,pl:mixin:APP:mixins.artifacts.common.json:ability.nightvision.client.GameRendererMixin from mod artifacts,pl:mixin:APP:justzoom.mixins.json:client.MixinGameRenderer from mod justzoom,pl:mixin:APP:rarcompat.mixins.json:render.GameRendererMixin from mod rarcompat,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer from mod flickerfix,pl:mixin:APP:ponder.mixins.json:client.accessor.GameRendererAccessor from mod ponder,pl:mixin:APP:eternal_starlight-common.mixins.json:client.GameRendererMixin from mod eternal_starlight,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinGameRenderer from mod monocle,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinGameRenderer from mod monocle,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin from mod ars_nouveau,pl:mixin:APP:kubejs.mixins.json:GameRendererMixin from mod kubejs,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin from mod securitycraft,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:1024) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:auroras.mixins.json:client.GameRendererMixin from mod auroras,pl:mixin:APP:mixins.iris.json:GameRendererAccessor from mod iris,pl:mixin:APP:mixins.iris.json:MixinGameRenderer from mod iris,pl:mixin:APP:mixins.iris.json:MixinModelViewBobbing from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin from mod tombstone,pl:mixin:APP:nolijium.mixins.json:neoforge.common.GameRendererMixin from mod nolijium,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:immediatelyfast-common.mixins.json:hud_batching.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:konkrete.neoforge.mixins.json:client.MixinGameRenderer from mod konkrete,pl:mixin:APP:darkmodeeverywhere.mixins.json:GameRenderMixin from mod darkmodeeverywhere,pl:mixin:APP:mixins.artifacts.common.json:ability.nightvision.client.GameRendererMixin from mod artifacts,pl:mixin:APP:justzoom.mixins.json:client.MixinGameRenderer from mod justzoom,pl:mixin:APP:rarcompat.mixins.json:render.GameRendererMixin from mod rarcompat,pl:mixin:APP:flickerfix.mixins.json:MixinGameRenderer from mod flickerfix,pl:mixin:APP:ponder.mixins.json:client.accessor.GameRendererAccessor from mod ponder,pl:mixin:APP:eternal_starlight-common.mixins.json:client.GameRendererMixin from mod eternal_starlight,pl:mixin:APP:mixins.monocle.moddedshaders.json:MixinGameRenderer from mod monocle,pl:mixin:APP:mixins.monocle.moddedshaders.json:mods.MixinGameRenderer from mod monocle,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin from mod ars_nouveau,pl:mixin:APP:kubejs.mixins.json:GameRendererMixin from mod kubejs,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.iris.json:MixinGameRenderer_NightVisionCompat from mod iris,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin from mod securitycraft,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1195) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[?:?] {}
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {re:mixin}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23109!/:?] {}
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
-- Uptime --
Details:
JVM uptime: 224.869s
Wall uptime: 194.377s
High-res time: 222.282s
Client ticks: 2221 ticks / 111.050s
Stacktrace:
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.fillReport(Minecraft.java:2394) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.emergencySaveAndCrash(Minecraft.java:868) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:825) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mffs.mixins.json:MinecraftMixin from mod mffs,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dynamic_resources.MinecraftMixin_ModelTicking from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:omega-config.mixins.json:ClientMixin from mod omegaconfig,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin from mod the_bumblezone,pl:mixin:APP:laserbridges.mixins.json:MixinMinecraft from mod laserbridges,pl:mixin:APP:fusion.mixins.json:MinecraftMixin from mod fusion,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:glassential.mixins.json:MixinMinecraft from mod glassential,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:memorysettings.mixins.json:MinecraftMixin from mod memorysettings,pl:mixin:APP:bridgingmod.mixins.json:MinecraftClientMixin from mod bridgingmod,pl:mixin:APP:monolib.mixins.json:MixinMinecraft from mod monolib,pl:mixin:APP:irons_spellbooks.mixins.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:ponder.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:crash_assistant.mixins.json:MinecraftMixin from mod crash_assistant,pl:mixin:APP:eternal_starlight-common.mixins.json:client.MinecraftMixin from mod eternal_starlight,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:mekanismcovers.mixins.json:MinecraftMixin from mod mekanismcovers,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess from mod immersiveengineering,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft from mod nochatreports,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:neoauth.mixins.json:MinecraftClientAccessor from mod neo_auth,pl:mixin:APP:journeymap.mixins.json:client.MinecraftMixin from mod journeymap,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:ae2wtlib.mixins.json:MinecraftMixin from mod ae2wtlib,pl:mixin:APP:forbidden_arcanus.mixins.json:client.MinecraftMixin from mod forbidden_arcanus,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:embeddium.mixins.json:core.render.MinecraftAccessor from mod embeddium,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:A,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23601!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source) ~[?:?] {}
at java.base/java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {re:mixin}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.38.jar%23116!/:4.0] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.4.jar%23109!/:?] {}
at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.4.jar%23109!/:?] {}
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}
at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {}
-- Affected level --
Details:
All players: 1 total; [LocalPlayer['francisyzy'/3501264, l='ClientLevel', x=710.64, y=63.29, z=1309.16]]
Chunk stats: 729, 453
Level dimension: minecraft:overworld
Level spawn location: World: (160,71,16), Section: (at 0,7,0 in 10,4,1; chunk contains blocks 160,-64,16 to 175,319,31), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 53767277 game time, 55928071 day time
Server brand: neoforge
Server type: Non-integrated multiplayer server
Tracked entity count: 125
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, KubeJS Virtual Resource Pack [Before Mods, assets], mod_resources, mod/betterdungeons, mod/almanac, mod/simplemagnets, mod/integratedterminals,integratedterminalscompat, mod/enderio_base, mod/mffs, mod/endercore, mod/neoforge, mod/modernfix, mod/fabric_block_view_api_v2, mod/evilcraft,evilcraftcompat, mod/yungsapi, mod/mcwstairs, mod/gateways, mod/rechiseled_chipped, mod/iris, mod/keybindspurger, mod/clean_tooltips, mod/betterfortresses, mod/cloth_config, mod/sawmill, mod/supplementaries, mod/embeddium, mod/industrialforegoing, mod/handcrafted, mod/repurposed_structures, mod/bcc, mod/auroras, mod/heyberryshutup, mod/integratedscripting, mod/spark, mod/yungsextras, mod/omegaconfig, mod/naturesaura, mod/mcwroofs, mod/betterendisland, mod/fabric_rendering_data_attachment_v1, mod/the_bumblezone, mod/tombstone, mod/enderio_machines, mod/journeymap_api, mod/sfm, mod/mcwlights, mod/betterjungletemples, mod/byzantine, mod/smartbrainlib, mod/rechiseled, mod/attributefix, mod/caelus, mod/allthecompressed, mod/mcwholidays, mod/epherolib, mod/laserbridges, mod/compactmachines, mod/farmingforblockheads, mod/additional_lights, mod/fusion, mod/edivadlib, mod/integratedcrafting, mod/dungeons_arise, mod/terrablender, mod/livingthings, mod/pamhc2crops, mod/justenoughbreeding, mod/nolijium, mod/alltheleaks, mod/cleanswing, mod/corgilib, mod/sushigocrafting, mod/domum_ornamentum, mod/flywheel, mod/luminax, mod/experiencelib, mod/bhc, mod/justenoughprofessions, mod/securitycraft, mod/almostunified, mod/wits, mod/immediatelyfast, mod/structory_towers, mod/appleskin, mod/lootr, mod/occultism, mod/allthetweaks, mod/rebind_narrator, mod/extremesoundmuffler, mod/cosmeticarmorreworked, mod/euphoria_patcher, mod/morered, mod/keybindbundles, mod/kuma_api, mod/fabric_renderer_api_v1, mod/advancedperipherals, mod/towntalk, mod/fireproofboats, mod/betteroceanmonuments, mod/sophisticatedcore, mod/glassential, mod/prism, mod/placebo, mod/wstweaks, mod/fastfurnace, mod/cobweb, mod/bookshelf, mod/sophisticatedbackpacks, mod/immeng, mod/mcwdoors, mod/moreredxcctcompat, mod/utilitarian, mod/fzzy_config, mod/konkrete, mod/chipped, mod/mcwbridges, mod/hostilenetworks, mod/jearchaeology, mod/fuelgoeshere, mod/simplylight, mod/industrialforegoingsouls, mod/lionfishapi, mod/memorysettings, mod/cataclysm, mod/blockui, mod/structurize, mod/tiab, mod/smithingtemplateviewer, mod/mysticalcustomization, mod/elevatorid, mod/bridgingmod, mod/hardenedarmadillos, mod/aiimprovements, mod/moreoverlays, mod/cupboard, mod/ars_ocultas, mod/undergarden, mod/monolib, mod/disenchanting_table, mod/framework, mod/bwncr, mod/observable, mod/atlas_api, mod/darkmodeeverywhere, mod/betteradvancements, mod/pamhc2trees, mod/redstonepen, mod/dyenamics, mod/commonnetworking, mod/reap, mod/productivemetalworks, mod/illagerwarship, mod/clumps, mod/artifacts, mod/explorerscompass, mod/toastcontrol, mod/mininggadgets, mod/theurgy_kubejs, mod/trophymanager, mod/akashictome, mod/xycraft_core, mod/repeatable_trial_vaults, mod/mysticalagriculture, mod/craftingtweaks, mod/endermanoverhaul, mod/apothic_spawners, mod/enderio_conduits, mod/ftbjeiextras, mod/enderio, mod/easy_villagers, mod/reliquary, mod/mes, mod/polyeng, mod/fastbench, mod/fluxnetworks, mod/irons_spellbooks, mod/buildinggadgets2, mod/minecolonies, mod/pylons, mod/ferritecore, mod/functionalstorage, mod/modularrouters, mod/justzoom, mod/rarcompat, mod/overloadedarmorbar, mod/flickerfix, mod/productivetrees, mod/supermartijn642configlib, mod/quarryplus, mod/additionalentityattributes, mod/underground_villages, mod/variantsandventures, mod/playeranimator, mod/ponder, mod/mcwwindows, mod/ironjetpacks, mod/ctm, mod/everythingcopper, mod/powah, mod/rangedpumps, mod/ae2importexportcard, mod/balm, mod/prickle, mod/moderndynamics, mod/crash_assistant, mod/mysticalagradditions, mod/ctov, mod/eternal_starlight, mod/athena, mod/stylecolonies, mod/novillagerdm, mod/lmft, mod/packmenu, mod/alltheores, mod/glodium, mod/torchmaster, mod/sussysniffers, mod/explorify, mod/ironfurnaces, mod/mcwtrpdoors, mod/silentgear, mod/supermartijn642corelib, mod/apothic_attributes, mod/resourcefulconfig, mod/servercore, mod/curios, mod/searchables, mod/measurements, mod/deimos, mod/mcwfurnitures, mod/apothic_enchanting, mod/apotheosis, mod/infiniverse, mod/codechickenlib, mod/bettermineshafts, mod/crafting_on_a_stick, mod/ae2jeiintegration, mod/mekanismcovers, mod/harvest_with_ease, mod/formationsnether, mod/jei, mod/multipiston, mod/lithostitched, mod/mekanism, mod/laserio, mod/mekanismgenerators, mod/gmut, mod/invtweaks, mod/naturescompass, mod/jumpboat, mod/catjammies, mod/pneumaticcraft, mod/formations, mod/crystalix, mod/mcwpaths, mod/zerocore, mod/formationsoverworld, mod/simplebackups, mod/fabric_api_base, mod/mousetweaks, mod/immersiveengineering, mod/nochatreports, mod/allthemodium, mod/ohthetreesyoullgrow, mod/spectrelib, mod/kotlinforforge, mod/pipez, mod/integrateddynamics,integrateddynamicscompat, mod/pamhc2foodcore, mod/megacells, mod/itemcollectors, mod/imfast, mod/polymorph, mod/railcraft, mod/enderio_conduits_modded, mod/monocle, mod/showcaseitem, mod/connectedglass, mod/constructionstick, mod/simple_weather, mod/hyperbox, mod/aquaculture, mod/mns, mod/cristellib, mod/cyclopscore, mod/betterwitchhuts, mod/netherportalfix, mod/geckolib, mod/biomeswevegone, mod/creeperoverhaul, mod/ars_nouveau, mod/ars_elemental, mod/not_enough_glyphs, mod/pocketstorage, mod/connectivity, mod/cookingforblockheads, mod/controlling, mod/potionsmaster, mod/storagedelight, mod/relics, mod/generatorgalore, mod/nuggets, mod/herbsandharvest, mod/grandpower, mod/dummmmmmy, mod/twilightforest, mod/mob_grinding_utils, mod/arseng, mod/modular_machinery_reborn, mod/modular_machinery_reborn_mekanism, mod/modular_machinery_reborn_ars, mod/farmersdelight, mod/entangled, mod/commoncapabilities, mod/crashutilities, mod/getittogetherdrops, mod/mcwfences, mod/xycraft_world, mod/xycraft_machines, mod/colorfulhearts, mod/wirelesschargers, mod/pamhc2foodextended, mod/modelfix, mod/actuallyadditions, mod/patchouli, mod/ars_additions, mod/allthearcanistgear, mod/integratedtunnels,integratedtunnelscompat, mod/ftbultimine, mod/betterstrongholds, mod/mifa, mod/resourcefullib, mod/mekanismtools, mod/deeperdarker, mod/architectury, mod/mostructures, mod/accelerateddecay, mod/ftblibrary, mod/ftbfiltersystem, mod/ftbteams, mod/ftbranks, mod/ftbessentials, mod/ftbchunks, mod/jamlib, mod/ftbquests, mod/computercraft, mod/bigreactors, mod/refurbished_furniture, mod/productivebees, mod/trashcans, mod/inventoryessentials, mod/justdirethings, mod/polylib, mod/shrink, mod/t_and_t, mod/merrymaking, mod/letmedespawn, mod/yeetusexperimentus, mod/irons_jewelry, mod/villagesandpillages, mod/rhino, mod/kubejs, mod/ftbxmodcompat, mod/occultism_kubejs, mod/rootsclassic, mod/neo_auth, mod/cucumber, mod/trashslot, mod/amendments, mod/blueflame, mod/sophisticatedstorage, mod/octolib, mod/mss, mod/allthewizardgear, mod/productivelib, mod/rainbows, mod/create, mod/framedblocks, mod/waystones, mod/structory, mod/journeymap, mod/comforts, mod/dimstorage, mod/dungeoncrawl, mod/charginggadgets, mod/cobblegengalore, mod/xycraft_override, mod/mcjtylib, mod/rftoolsbase, mod/rftoolspower, mod/rftoolsbuilder, mod/restrictions, mod/xnet, mod/betterdeserttemples, mod/guideme, mod/mahoutsukai, mod/enderstorage, mod/factory_blocks, mod/enchdesc, mod/moonlight, mod/cloudglass, mod/toolbelt, mod/titanium, mod/regions_unexplored, mod/silentlib, mod/jade, mod/ae2, mod/soulplied_energistics, mod/aeinfinitybooster, mod/ae2ct, mod/ae2netanalyser, mod/ae2wtlib, mod/extendedae, mod/ae2wtlib_api, mod/advanced_ae, mod/ae2things, mod/appflux, mod/merequester, mod/modern_industrialization, mod/tesseract_api, mod/extended_industrialization, mod/forbidden_arcanus, mod/valhelsia_core, mod/bibliowoods, mod/bibliocraft, mod/enderio_armory, mod/theurgy, mod/stevescarts, mod/iceberg, mod/equipmentcompare, mod/legendarytooltips, mod/treetap, mod/nullscape, mod/jei_mekanism_multiblocks, mod/modonomicon, mod/cryonicconfig, mod/mvs, mod/chisel, mod/yet_another_config_lib_v3, mod/solcarrot, mod/moredragoneggs, mod/appmek, mod/expandability, mod/xtonesreworked, mod/sophisticatedstorageinmotion, add_xycraft_overrides_stone, add_xycraft_overrides_metal, add_xycraft_overrides_glass, moonlight:mods_dynamic_assets, mod/towntalk:respack, mi_generated_pack, KubeJS Virtual Resource Pack [Internal, assets], KubeJS Virtual Resource Pack [After Mods, assets], KubeJS File Resource Pack [assets], packmenu, KubeJS Virtual Resource Pack [Last, assets]
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 21.0.6, Azul Systems, Inc.
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
Memory: 13109051400 bytes (12501 MiB) / 17146314752 bytes (16352 MiB) up to 17146314752 bytes (16352 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 3600X 6-Core Processor
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): 3.79
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce GTX 1660 Ti
Graphics card #0 vendor: NVIDIA
Graphics card #0 VRAM (MiB): 6144.00
Graphics card #0 deviceId: VideoController1
Graphics card #0 versionInfo: 32.0.15.6094
Graphics card #1 name: NVIDIA GeForce GTX 1660 Ti
Graphics card #1 vendor: NVIDIA
Graphics card #1 VRAM (MiB): 6144.00
Graphics card #1 deviceId: VideoController2
Graphics card #1 versionInfo: 32.0.15.6094
Graphics card #2 name: NVIDIA GeForce GTX 1660 Ti
Graphics card #2 vendor: NVIDIA
Graphics card #2 VRAM (MiB): 6144.00
Graphics card #2 deviceId: VideoController3
Graphics card #2 versionInfo: 32.0.15.6094
Memory slot #0 capacity (MiB): 16384.00
Memory slot #0 clockSpeed (GHz): 3.20
Memory slot #0 type: DDR4
Memory slot #1 capacity (MiB): 16384.00
Memory slot #1 clockSpeed (GHz): 3.20
Memory slot #1 type: DDR4
Virtual memory max (MiB): 61360.61
Virtual memory used (MiB): 39951.98
Swap memory total (MiB): 28672.00
Swap memory used (MiB): 258.52
Space in storage for jna.tmpdir (MiB): available: 295650.00, total: 1907088.25
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 295650.00, total: 1907088.25
Space in storage for io.netty.native.workdir (MiB): available: 295650.00, total: 1907088.25
Space in storage for java.io.tmpdir (MiB): available: 295650.00, total: 1907088.25
Space in storage for workdir (MiB): available: 295649.97, total: 1907088.25
JVM Flags: 3 total; -Xmx16352m -Xms16352m -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
Loaded Shaderpack: (off)
Launched Version: 1.21.1
Launcher name: GDLauncher
Backend library: LWJGL version 3.3.3+5
Backend API: NVIDIA GeForce GTX 1660 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation
Window size: 2560x1377
GFLW Platform: win32
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Is Modded: Definitely; Client brand changed to 'neoforge'
Universe: 400921fb54442d18
Type: Client (map_client.txt)
Graphics mode: fancy
Render Distance: 10/12 chunks
Resource Packs: vanilla, mod_resources, mod/betterdungeons, mod/almanac, mod/simplemagnets, mod/integratedterminals,integratedterminalscompat (incompatible), mod/enderio_base, mod/mffs, mod/endercore, mod/neoforge, mod/modernfix (incompatible), mod/fabric_block_view_api_v2, mod/evilcraft,evilcraftcompat (incompatible), mod/yungsapi, mod/mcwstairs, mod/gateways, mod/rechiseled_chipped, mod/iris, mod/keybindspurger, mod/clean_tooltips (incompatible), mod/betterfortresses, mod/cloth_config (incompatible), mod/sawmill (incompatible), mod/supplementaries (incompatible), mod/embeddium (incompatible), mod/industrialforegoing (incompatible), mod/handcrafted, mod/repurposed_structures, mod/bcc, mod/auroras (incompatible), mod/heyberryshutup (incompatible), mod/integratedscripting (incompatible), mod/spark (incompatible), mod/yungsextras, mod/omegaconfig, mod/naturesaura (incompatible), mod/mcwroofs, mod/betterendisland, mod/fabric_rendering_data_attachment_v1, mod/the_bumblezone, mod/tombstone (incompatible), mod/enderio_machines, mod/journeymap_api (incompatible), mod/sfm (incompatible), mod/mcwlights (incompatible), mod/betterjungletemples, mod/byzantine (incompatible), mod/smartbrainlib (incompatible), mod/rechiseled, mod/attributefix (incompatible), mod/caelus (incompatible), mod/allthecompressed (incompatible), mod/mcwholidays, mod/epherolib (incompatible), mod/laserbridges (incompatible), mod/compactmachines (incompatible), mod/farmingforblockheads (incompatible), mod/additional_lights, mod/fusion, mod/edivadlib, mod/integratedcrafting (incompatible), mod/dungeons_arise, mod/terrablender (incompatible), mod/livingthings (incompatible), mod/pamhc2crops, mod/justenoughbreeding, mod/nolijium (incompatible), mod/alltheleaks, mod/cleanswing, mod/corgilib, mod/sushigocrafting (incompatible), mod/domum_ornamentum, mod/flywheel, mod/luminax, mod/experiencelib, mod/bhc, mod/justenoughprofessions (incompatible), mod/securitycraft, mod/almostunified, mod/wits, mod/immediatelyfast (incompatible), mod/structory_towers (incompatible), mod/appleskin (incompatible), mod/lootr, mod/occultism, mod/allthetweaks (incompatible), mod/rebind_narrator (incompatible), mod/extremesoundmuffler (incompatible), mod/cosmeticarmorreworked (incompatible), mod/euphoria_patcher (incompatible), mod/morered, mod/keybindbundles, mod/kuma_api (incompatible), mod/fabric_renderer_api_v1, mod/advancedperipherals (incompatible), mod/towntalk, mod/fireproofboats (incompatible), mod/betteroceanmonuments, mod/sophisticatedcore (incompatible), mod/glassential (incompatible), mod/prism, mod/placebo, mod/wstweaks, mod/fastfurnace, mod/cobweb, mod/bookshelf (incompatible), mod/sophisticatedbackpacks (incompatible), mod/immeng, mod/mcwdoors, mod/moreredxcctcompat, mod/utilitarian (incompatible), mod/fzzy_config, mod/konkrete (incompatible), mod/chipped, mod/mcwbridges, mod/hostilenetworks, mod/jearchaeology (incompatible), mod/fuelgoeshere (incompatible), mod/simplylight, mod/industrialforegoingsouls, mod/lionfishapi (incompatible), mod/memorysettings (incompatible), mod/cataclysm (incompatible), mod/blockui, mod/structurize, mod/tiab (incompatible), mod/smithingtemplateviewer, mod/mysticalcustomization, mod/elevatorid, mod/bridgingmod (incompatible), mod/hardenedarmadillos (incompatible), mod/aiimprovements, mod/moreoverlays (incompatible), mod/cupboard (incompatible), mod/ars_ocultas (incompatible), mod/undergarden, mod/monolib (incompatible), mod/disenchanting_table (incompatible), mod/framework (incompatible), mod/bwncr, mod/observable (incompatible), mod/atlas_api, mod/darkmodeeverywhere (incompatible), mod/betteradvancements (incompatible), mod/pamhc2trees, mod/redstonepen (incompatible), mod/dyenamics (incompatible), mod/commonnetworking (incompatible), mod/reap, mod/productivemetalworks (incompatible), mod/illagerwarship (incompatible), mod/clumps (incompatible), mod/artifacts, mod/explorerscompass, mod/toastcontrol, mod/mininggadgets (incompatible), mod/theurgy_kubejs, mod/trophymanager (incompatible), mod/akashictome (incompatible), mod/xycraft_core (incompatible), mod/repeatable_trial_vaults (incompatible), mod/mysticalagriculture, mod/craftingtweaks (incompatible), mod/endermanoverhaul, mod/apothic_spawners, mod/enderio_conduits, mod/ftbjeiextras, mod/enderio, mod/easy_villagers, mod/reliquary (incompatible), mod/mes (incompatible), mod/polyeng, mod/fastbench, mod/fluxnetworks (incompatible), mod/irons_spellbooks, mod/buildinggadgets2 (incompatible), mod/minecolonies, mod/pylons, mod/ferritecore (incompatible), mod/functionalstorage (incompatible), mod/modularrouters, mod/justzoom (incompatible), mod/rarcompat (incompatible), mod/overloadedarmorbar, mod/flickerfix, mod/productivetrees (incompatible), mod/supermartijn642configlib, mod/quarryplus, mod/additionalentityattributes, mod/underground_villages, mod/variantsandventures (incompatible), mod/playeranimator, mod/ponder (incompatible), mod/mcwwindows, mod/ironjetpacks, mod/ctm, mod/everythingcopper (incompatible), mod/powah (incompatible), mod/rangedpumps (incompatible), mod/ae2importexportcard, mod/balm (incompatible), mod/prickle (incompatible), mod/moderndynamics, mod/crash_assistant (incompatible), mod/mysticalagradditions, mod/ctov, mod/eternal_starlight (incompatible), mod/athena, mod/stylecolonies, mod/novillagerdm, mod/lmft (incompatible), mod/packmenu, mod/alltheores (incompatible), mod/glodium (incompatible), mod/torchmaster (incompatible), mod/sussysniffers, mod/explorify, mod/ironfurnaces, mod/mcwtrpdoors, mod/silentgear, mod/supermartijn642corelib, mod/apothic_attributes, mod/resourcefulconfig, mod/servercore (incompatible), mod/curios (incompatible), mod/searchables (incompatible), mod/measurements, mod/deimos (incompatible), mod/mcwfurnitures, mod/apothic_enchanting, mod/apotheosis, mod/infiniverse, mod/codechickenlib (incompatible), mod/bettermineshafts, mod/crafting_on_a_stick (incompatible), mod/ae2jeiintegration, mod/mekanismcovers, mod/harvest_with_ease, mod/formationsnether (incompatible), mod/jei (incompatible), mod/multipiston, mod/lithostitched, mod/mekanism, mod/laserio (incompatible), mod/mekanismgenerators, mod/gmut (incompatible), mod/invtweaks (incompatible), mod/naturescompass, mod/jumpboat (incompatible), mod/catjammies, mod/pneumaticcraft, mod/formations, mod/crystalix, mod/mcwpaths, mod/zerocore (incompatible), mod/formationsoverworld (incompatible), mod/simplebackups, mod/fabric_api_base, mod/mousetweaks (incompatible), mod/immersiveengineering (incompatible), mod/nochatreports, mod/allthemodium (incompatible), mod/ohthetreesyoullgrow, mod/spectrelib (incompatible), mod/kotlinforforge (incompatible), mod/pipez, mod/integrateddynamics,integrateddynamicscompat (incompatible), mod/pamhc2foodcore, mod/megacells, mod/itemcollectors, mod/imfast, mod/polymorph (incompatible), mod/railcraft, mod/enderio_conduits_modded, mod/monocle, mod/showcaseitem, mod/connectedglass, mod/constructionstick, mod/simple_weather, mod/hyperbox, mod/aquaculture (incompatible), mod/mns (incompatible), mod/cristellib, mod/cyclopscore (incompatible), mod/betterwitchhuts, mod/netherportalfix (incompatible), mod/geckolib, mod/biomeswevegone, mod/creeperoverhaul, mod/ars_nouveau (incompatible), mod/ars_elemental (incompatible), mod/not_enough_glyphs (incompatible), mod/pocketstorage (incompatible), mod/connectivity (incompatible), mod/cookingforblockheads (incompatible), mod/controlling (incompatible), mod/potionsmaster, mod/storagedelight (incompatible), mod/relics (incompatible), mod/generatorgalore (incompatible), mod/nuggets (incompatible), mod/herbsandharvest, mod/grandpower, mod/dummmmmmy (incompatible), mod/twilightforest, mod/mob_grinding_utils (incompatible), mod/arseng, mod/modular_machinery_reborn, mod/modular_machinery_reborn_mekanism, mod/modular_machinery_reborn_ars, mod/farmersdelight (incompatible), mod/entangled, mod/commoncapabilities (incompatible), mod/crashutilities (incompatible), mod/getittogetherdrops, mod/mcwfences, mod/xycraft_world (incompatible), mod/xycraft_machines (incompatible), mod/colorfulhearts (incompatible), mod/wirelesschargers, mod/pamhc2foodextended, mod/modelfix (incompatible), mod/actuallyadditions, mod/patchouli (incompatible), mod/ars_additions (incompatible), mod/allthearcanistgear (incompatible), mod/integratedtunnels,integratedtunnelscompat (incompatible), mod/ftbultimine (incompatible), mod/betterstrongholds, mod/mifa, mod/resourcefullib, mod/mekanismtools, mod/deeperdarker, mod/architectury (incompatible), mod/mostructures, mod/accelerateddecay (incompatible), mod/ftblibrary (incompatible), mod/ftbfiltersystem (incompatible), mod/ftbteams (incompatible), mod/ftbranks (incompatible), mod/ftbessentials (incompatible), mod/ftbchunks (incompatible), mod/jamlib (incompatible), mod/ftbquests (incompatible), mod/computercraft (incompatible), mod/bigreactors (incompatible), mod/refurbished_furniture (incompatible), mod/productivebees (incompatible), mod/trashcans, mod/inventoryessentials (incompatible), mod/justdirethings, mod/polylib (incompatible), mod/shrink (incompatible), mod/t_and_t, mod/merrymaking, mod/letmedespawn, mod/yeetusexperimentus (incompatible), mod/irons_jewelry, mod/villagesandpillages (incompatible), mod/rhino, mod/kubejs (incompatible), mod/ftbxmodcompat (incompatible), mod/occultism_kubejs, mod/rootsclassic, mod/neo_auth, mod/cucumber, mod/trashslot (incompatible), mod/amendments (incompatible), mod/blueflame (incompatible), mod/sophisticatedstorage (incompatible), mod/octolib, mod/mss (incompatible), mod/allthewizardgear, mod/productivelib (incompatible), mod/rainbows (incompatible), mod/create (incompatible), mod/framedblocks, mod/waystones (incompatible), mod/structory (incompatible), mod/journeymap (incompatible), mod/comforts (incompatible), mod/dimstorage, mod/dungeoncrawl (incompatible), mod/charginggadgets (incompatible), mod/cobblegengalore, mod/xycraft_override, mod/mcjtylib, mod/rftoolsbase, mod/rftoolspower, mod/rftoolsbuilder, mod/restrictions, mod/xnet, mod/betterdeserttemples, mod/guideme, mod/mahoutsukai (incompatible), mod/enderstorage (incompatible), mod/factory_blocks (incompatible), mod/enchdesc (incompatible), mod/moonlight (incompatible), mod/cloudglass, mod/toolbelt (incompatible), mod/titanium, mod/regions_unexplored (incompatible), mod/silentlib (incompatible), mod/jade (incompatible), mod/ae2 (incompatible), mod/soulplied_energistics, mod/aeinfinitybooster (incompatible), mod/ae2ct, mod/ae2netanalyser (incompatible), mod/ae2wtlib (incompatible), mod/extendedae (incompatible), mod/ae2wtlib_api, mod/advanced_ae (incompatible), mod/ae2things (incompatible), mod/appflux (incompatible), mod/merequester, mod/modern_industrialization, mod/tesseract_api, mod/extended_industrialization, mod/forbidden_arcanus (incompatible), mod/valhelsia_core (incompatible), mod/bibliowoods, mod/bibliocraft, mod/enderio_armory, mod/theurgy, mod/stevescarts (incompatible), mod/iceberg, mod/equipmentcompare, mod/legendarytooltips, mod/treetap (incompatible), mod/nullscape (incompatible), mod/jei_mekanism_multiblocks (incompatible), mod/modonomicon, mod/cryonicconfig, mod/mvs (incompatible), mod/chisel (incompatible), mod/yet_another_config_lib_v3 (incompatible), mod/solcarrot, mod/moredragoneggs (incompatible), mod/appmek (incompatible), mod/expandability, mod/xtonesreworked (incompatible), mod/sophisticatedstorageinmotion (incompatible), add_xycraft_overrides_stone, add_xycraft_overrides_metal, add_xycraft_overrides_glass, moonlight:mods_dynamic_assets, mod/towntalk:respack, modern_industrialization/generated, packmenu (incompatible)
Current Language: en_us
Locale: en_SG
System encoding: Cp1252
File encoding: UTF-8
CPU: 12x AMD Ryzen 5 3600X 6-Core Processor
ModLauncher: 11.0.4+main.d2e20e43
ModLauncher launch target: forgeclient
ModLauncher services:
sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
loader-4.0.38.jar slf4jfixer PLUGINSERVICE
loader-4.0.38.jar runtime_enum_extender PLUGINSERVICE
at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
loader-4.0.38.jar runtimedistcleaner PLUGINSERVICE
modlauncher-11.0.4.jar mixin TRANSFORMATIONSERVICE
modlauncher-11.0.4.jar fml TRANSFORMATIONSERVICE
modlauncher-11.0.4.jar crash_assistant TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Mod List:
accelerated-decay-neoforge-21.0.0.jar |Accelerated Decay |accelerateddecay |21.0.0 |Manifest: NOSIGNATURE
actuallyadditions-1.3.15+mc1.21.1.jar |Actually Additions |actuallyadditions |1.3.15 |Manifest: NOSIGNATURE
AdditionalEntityAttributes-2.0.0+1.21.1-neoforge.j|Additional Entity Attributes |additionalentityattributes |2.0.0+1.21.1 |Manifest: NOSIGNATURE
additional_lights-neoforge-1.21-2.1.9.jar |Additional Lights |additional_lights |2.1.9 |Manifest: NOSIGNATURE
AdvancedAE-1.2.5-1.21.1.jar |Advanced AE |advanced_ae |1.2.5-1.21.1 |Manifest: NOSIGNATURE
AdvancedPeripherals-1.21.1-0.7.49a.jar |Advanced Peripherals |advancedperipherals |0.7.49a |Manifest: NOSIGNATURE
ae2importexportcard-1.21-1.4.0.jar |AE2 Import Export Card |ae2importexportcard |1.21-1.4.0 |Manifest: NOSIGNATURE
ae2jeiintegration-1.2.0.jar |AE2 JEI Integration |ae2jeiintegration |1.2.0 |Manifest: NOSIGNATURE
AE2-Things-1.4.2-beta.jar |AE2 Things |ae2things |1.4.2-beta |Manifest: NOSIGNATURE
ae2ct-1.21.1-1.0.5.jar |AE2:Crafting Tree |ae2ct |1.21.1-1.0.5 |Manifest: NOSIGNATURE
AE2NetworkAnalyzer-1.21-2.0.1-neoforge.jar |AE2NetworkAnalyzer |ae2netanalyser |1.21-2.0.1-neoforge |Manifest: NOSIGNATURE
ae2wtlib-19.2.1.jar |AE2WTLib |ae2wtlib |19.2.1 |Manifest: NOSIGNATURE
de.mari_023.ae2wtlib_api-19.2.1.jar |AE2WTLib API |ae2wtlib_api |19.2.1 |Manifest: NOSIGNATURE
aeinfinitybooster-neoforge-1.21.1-1.0.0.49.jar |AEInfinityBooster |aeinfinitybooster |1.21.1-1.0.0.49 |Manifest: NOSIGNATURE
AI-Improvements-1.21-0.5.3.jar |AI-Improvements |aiimprovements |0.5.3 |Manifest: NOSIGNATURE
AkashicTome-1.8-29.jar |Akashic Tome |akashictome |1.8-29 |Manifest: NOSIGNATURE
allthearcanistgear-1.21.1-21.3.0.jar |All The Arcanist Gear |allthearcanistgear |1.21.1-21.3.0 |Manifest: NOSIGNATURE
alltheleaks-0.1.15-beta+1.21.1-neoforge.jar |All The Leaks |alltheleaks |0.1.15-beta+1.21.1-n|Manifest: NOSIGNATURE
allthewizardgear-1.21-1.1.9.jar |All the Wizard Gear |allthewizardgear |1.21-1.1.9 |Manifest: NOSIGNATURE
allthecompressed-1.21.1-4.2.0.jar |AllTheCompressed |allthecompressed |4.2.0 |Manifest: NOSIGNATURE
allthemodium-2.8.10_mc_1.21.1.jar |Allthemodium |allthemodium |2.8.10 |Manifest: NOSIGNATURE
alltheores-3.1.6_neoforge_1.21.1.jar |AllTheOres |alltheores |3.1.6 |Manifest: NOSIGNATURE
allthetweaks-1.21-2.5.4.jar |AllTheTweaks |allthetweaks |2.5.4 |Manifest: NOSIGNATURE
almanac-1.21.x-neoforge-1.0.2.jar |Almanac |almanac |1.0.2 |Manifest: NOSIGNATURE
almostunified-neoforge-1.21.1-1.2.3.jar |AlmostUnified |almostunified |1.21.1-1.2.3 |Manifest: NOSIGNATURE
amendments-1.21-1.2.24-neoforge.jar |Amendments |amendments |1.21-1.2.24 |Manifest: NOSIGNATURE
Apotheosis-1.21.1-8.1.3.jar |Apotheosis |apotheosis |8.1.3 |Manifest: NOSIGNATURE
ApothicAttributes-1.21.1-2.6.2.jar |Apothic Attributes |apothic_attributes |2.6.2 |Manifest: NOSIGNATURE
ApothicEnchanting-1.21.1-1.3.2.jar |Apothic Enchanting |apothic_enchanting |1.3.2 |Manifest: NOSIGNATURE
ApothicSpawners-1.21.1-1.2.1.jar |Apothic Spawners |apothic_spawners |1.2.1 |Manifest: NOSIGNATURE
appleskin-neoforge-mc1.21-3.0.5.jar |AppleSkin |appleskin |3.0.5+mc1.21 |Manifest: NOSIGNATURE
appliedenergistics2-19.2.5-beta.jar |Applied Energistics 2 |ae2 |19.2.5-beta |Manifest: NOSIGNATURE
Applied-Mekanistics-1.6.2.jar |Applied Mekanistics |appmek |1.6.2 |Manifest: NOSIGNATURE
AppliedFlux-1.21-2.0.5-neoforge.jar |AppliedFlux |appflux |1.21-2.0.5-neoforge |Manifest: NOSIGNATURE
Aquaculture-1.21.1-2.7.13.jar |Aquaculture 2 |aquaculture |2.7.13 |Manifest: NOSIGNATURE
architectury-13.0.8-neoforge.jar |Architectury |architectury |13.0.8 |Manifest: NOSIGNATURE
ars_additions-1.21.1-21.1.6.jar |Ars Additions |ars_additions |1.21.1-21.1.6 |Manifest: NOSIGNATURE
ars_elemental-1.21.1-0.7.2.2.jar |Ars Elemental |ars_elemental |**.**.**.** |Manifest: NOSIGNATURE
ars_nouveau-1.21.1-5.5.1-all.jar |Ars Nouveau |ars_nouveau |5.5.1 |Manifest: NOSIGNATURE
ars_ocultas-1.21.1-2.1.0.jar |Ars Ocultas |ars_ocultas |2.1.0 |Manifest: NOSIGNATURE
arseng-2.1.1-beta.jar |Ars รnergistique |arseng |2.1.1-beta |Manifest: NOSIGNATURE
artifacts-neoforge-12.0.5.jar |Artifacts |artifacts |12.0.5 |Manifest: NOSIGNATURE
athena-neoforge-1.21-4.0.1.jar |Athena |athena |4.0.1 |Manifest: NOSIGNATURE
atlas_api-1.21-1.0.2.jar |Atlas API |atlas_api |1.21-1.0.2 |Manifest: NOSIGNATURE
attributefix-neoforge-1.21.1-21.1.2.jar |AttributeFix |attributefix |21.1.2 |Manifest: NOSIGNATURE
Auroras-1.21-1.6.2.jar |Auroras |auroras |1.6.2 |Manifest: NOSIGNATURE
bwncr-neoforge-1.21.1-3.20.3.jar |Bad Wither No Cookie Reloaded |bwncr |3.20.3 |Manifest: NOSIGNATURE
balm-neoforge-1.21.1-21.0.31.jar |Balm |balm |21.0.31 |Manifest: NOSIGNATURE
baubley-heart-canisters-1.21.1-1.2.1.jar |Baubley Heart Canisters |bhc |1.21.1-1.2.1 |Manifest: NOSIGNATURE
BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar |Better Advancements |betteradvancements |**.**.**.** |Manifest: NOSIGNATURE
bcc-21.1.2+mc1.21.1.jar |Better Compatibility Checker |bcc |21.1.2 |Manifest: NOSIGNATURE
bibliocraft-1.21.1-1.4.1.jar |Bibliocraft Legacy |bibliocraft |1.4.1 |Manifest: NOSIGNATURE
bibliowoods-1.21.1-1.4.0.jar |Bibliowoods Legacy |bibliowoods |1.4.0 |Manifest: NOSIGNATURE
blueflame-1.21.1-1.1.1.jar |Blue Flame Burning |blueflame |1.21.1-1.1.1 |Manifest: NOSIGNATURE
bookshelf-neoforge-1.21.1-21.1.50.jar |Bookshelf |bookshelf |21.1.50 |Manifest: NOSIGNATURE
BridgingMod-2.6.2+1.21.1.neoforge-release.jar |Bridging Mod |bridgingmod |2.6.2+1.21.1 |Manifest: NOSIGNATURE
buildinggadgets2-1.3.8.jar |Building Gadgets 2 |buildinggadgets2 |1.3.8 |Manifest: NOSIGNATURE
Byzantine-1.21.1-29.2.jar |Byzantine |byzantine |29.2 |Manifest: NOSIGNATURE
caelus-neoforge-7.0.1+1.21.1.jar |Caelus API |caelus |7.0.1+1.21.1 |Manifest: NOSIGNATURE
catjammies-1.21-1.7.1.jar |CatJammies |catjammies |1.21-1.7.1 |Manifest: NOSIGNATURE
cc-tweaked-1.21.1-forge-1.115.1.jar |CC: Tweaked |computercraft |1.115.1 |Manifest: NOSIGNATURE
charginggadgets-1.14.1.jar |Charging Gadgets |charginggadgets |1.14.1 |Manifest: NOSIGNATURE
chipped-neoforge-1.21.1-4.0.2.jar |Chipped |chipped |4.0.2 |Manifest: NOSIGNATURE
chisel-neoforge-2.0.0+mc1.21.1.jar |Chisel Reborn |chisel |2.0.0+mc1.21.1 |Manifest: NOSIGNATURE
[neoforge]ctov-3.5.6.jar |ChoiceTheorem's Overhauled Vil|ctov |3.5.6 |Manifest: NOSIGNATURE
cleanswing-1.9.jar |Clean Swing |cleanswing |1.9 |Manifest: NOSIGNATURE
clean_tooltips-1.1-neoforge-1.21.1.jar |Clean Tooltips |clean_tooltips |1.1 |Manifest: NOSIGNATURE
cloth-config-15.0.140-neoforge.jar |Cloth Config v15 API |cloth_config |15.0.140 |Manifest: NOSIGNATURE
CloudGlass-1.21.1-1.0.1.jar |Cloud Glass |cloudglass |1.0.1 |Manifest: NOSIGNATURE
Clumps-neoforge-1.21.1-19.0.0.1.jar |Clumps |clumps |**.**.**.** |Manifest: NOSIGNATURE
cobblegengalore-1.21.1-0.2.0.jar |Cobblegen Galore |cobblegengalore |1.21.1-0.2.0 |Manifest: NOSIGNATURE
cobweb-neoforge-1.21-1.3.2.jar |Cobweb |cobweb |1.3.2 |Manifest: NOSIGNATURE
CodeChickenLib-1.21.1-4.6.0.521.jar |CodeChicken Lib |codechickenlib |**.**.**.** |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
colorfulhearts-neoforge-1.21.1-10.3.8.jar |Colorful Hearts |colorfulhearts |10.3.8 |Manifest: NOSIGNATURE
comforts-neoforge-9.0.3+1.21.1.jar |Comforts |comforts |9.0.3+1.21.1 |Manifest: NOSIGNATURE
common-networking-neoforge-1.0.18-1.21.1.jar |Common Networking |commonnetworking |1.0.18-1.21.1 |Manifest: NOSIGNATURE
commoncapabilities-1.21.1-neoforge-2.9.7-197.jar |CommonCapabilities |commoncapabilities |2.9.7 |Manifest: NOSIGNATURE
compactmachines-neoforge-7.0.22.jar |Compact Machines |compactmachines |7.0.22 |Manifest: NOSIGNATURE
connectedglass-1.1.12-neoforge-mc1.21.jar |Connected Glass |connectedglass |1.1.12 |Manifest: NOSIGNATURE
CTM-1.21-1.2.1+3.jar |ConnectedTexturesMod |ctm |1.21-1.2.1+3 |Manifest: NOSIGNATURE
connectivity-1.21.1-7.1.jar |Connectivity Mod |connectivity |7.1 |Manifest: NOSIGNATURE
ConstructionSticks-1.21.1-1.1.5.jar |Construction Sticks |constructionstick |1.1.5 |Manifest: NOSIGNATURE
Controlling-neoforge-1.21.1-19.0.4.jar |Controlling |controlling |19.0.4 |Manifest: NOSIGNATURE
cookingforblockheads-neoforge-1.21.1-21.1.12.jar |Cooking for Blockheads |cookingforblockheads |21.1.12 |Manifest: NOSIGNATURE
tombstone-neoforge-1.21.1-9.2.7.jar |Corail Tombstone |tombstone |9.2.7 |Manifest: NOSIGNATURE
Corgilib-NeoForge-1.21.1-5.0.0.3.jar |CorgiLib |corgilib |**.**.**.** |Manifest: NOSIGNATURE
cosmeticarmorreworked-1.21.1-v1-neoforge.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.21.1-v1-neoforge |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
crafting_on_a_stick-1.21.0.1.jar |Crafting On A Stick |crafting_on_a_stick |**.**.**.** |Manifest: NOSIGNATURE
craftingtweaks-neoforge-1.21.1-21.1.5.jar |Crafting Tweaks |craftingtweaks |21.1.5 |Manifest: NOSIGNATURE
crash_assistant-neoforge.jar |Crash Assistant |crash_assistant |1.4.3 |Manifest: NOSIGNATURE
crashutilities-9.0.4.jar |Crash Utilities |crashutilities |9.0.4 |Manifest: NOSIGNATURE
create-1.21.1-6.0.2.jar |Create |create |6.0.2 |Manifest: NOSIGNATURE
CreeperOverhaul-neoforge-1.21.1-4.0.6.jar |Creeper Overhaul |creeperoverhaul |4.0.6 |Manifest: NOSIGNATURE
cristellib-neoforge-1.2.8.jar |Cristel Lib |cristellib |1.2.8 |Manifest: NOSIGNATURE
cryonicconfig-neoforge-1.0.0+mc1.21.4.jar |Cryonic Config |cryonicconfig |1.0.0+mc1.21.4 |Manifest: NOSIGNATURE
crystalix-1.2.2_neoforge_1.21.1.jar |Crystalix |crystalix |1.2.2 |Manifest: NOSIGNATURE
Cucumber-1.21.1-8.0.10.jar |Cucumber Library |cucumber |8.0.10 |Manifest: NOSIGNATURE
cupboard-1.21-2.9.jar |Cupboard mod |cupboard |2.9 |Manifest: NOSIGNATURE
curios-neoforge-9.2.2+1.21.1.jar |Curios API |curios |9.2.2+1.21.1 |Manifest: NOSIGNATURE
cyclopscore-1.21.1-neoforge-1.25.7.jar |Cyclops Core |cyclopscore |1.25.7 |Manifest: NOSIGNATURE
darkmodeeverywhere-1.21-1.3.4.jar |Dark Mode Everywhere |darkmodeeverywhere |1.21-1.3.4 |Manifest: NOSIGNATURE
deeperdarker-neoforge-1.21-1.3.4.jar |Deeper and Darker |deeperdarker |1.3.4 |Manifest: NOSIGNATURE
deimos-1.21.1-neoforge-2.1.jar |Deimos |deimos |2.1 |Manifest: NOSIGNATURE
DimStorage-1.21-9.0.2.jar |DimStorage |dimstorage |9.0.2 |Manifest: NOSIGNATURE
disenchanting_table-merged-1.21.1-3.1.0.jar |Dis-Enchanting Table |disenchanting_table |3.1.0 |Manifest: NOSIGNATURE
domum_ornamentum-1.0.204-1.21.1-snapshot.jar |Domum Ornamentum |domum_ornamentum |1.0.204-1.21.1-snaps|Manifest: NOSIGNATURE
DungeonCrawl-NeoForge-1.21-2.3.15.jar |Dungeon Crawl |dungeoncrawl |2.3.15 |Manifest: NOSIGNATURE
dyenamics-1.21.1-3.3.0.jar |Dyenamics |dyenamics |1.21.1-3.3.0 |Manifest: NOSIGNATURE
easy-villagers-neoforge-1.21.1-1.1.23.jar |Easy Villagers |easy_villagers |1.21.1-1.1.23 |Manifest: NOSIGNATURE
EdivadLib-1.21-3.0.0.jar |EdivadLib |edivadlib |3.0.0 |Manifest: NOSIGNATURE
elevatorid-neoforge-1.21.1-1.11.4.jar |ElevatorMod |elevatorid |1.21.1-1.11.4 |Manifest: NOSIGNATURE
embeddium-1.0.15+mc1.21.1.jar |Embeddium |embeddium |1.0.15+mc1.21.1 |Manifest: NOSIGNATURE
enchdesc-neoforge-1.21.1-21.1.5.jar |EnchantmentDescriptions |enchdesc |21.1.5 |Manifest: NOSIGNATURE
com.enderio.endercore-7.1.6-alpha.jar |Ender Core |endercore |7.1.6-alpha |Manifest: NOSIGNATURE
enderio-7.1.6-alpha.jar |Ender IO |enderio |7.1.6-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-armory-7.1.6-alpha.jar |Ender IO Armory |enderio_armory |7.1.6-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-base-7.1.6-alpha.jar |Ender IO Base |enderio_base |7.1.6-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-conduits-7.1.6-alpha.jar |Ender IO Conduits |enderio_conduits |7.1.6-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-machines-7.1.6-alpha.jar |Ender IO Machines |enderio_machines |7.1.6-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-conduits-modded-7.1.6-alpha.ja|Ender IO Modded Conduits |enderio_conduits_modded |7.1.6-alpha |Manifest: NOSIGNATURE
endermanoverhaul-neoforge-1.21.1-2.0.2.jar |Enderman Overhaul |endermanoverhaul |2.0.2 |Manifest: NOSIGNATURE
EnderStorage-1.21.1-2.13.0.191.jar |EnderStorage |enderstorage |**.**.**.** |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
entangled-1.3.20a-neoforge-mc1.21.jar |Entangled |entangled |1.3.20+a |Manifest: NOSIGNATURE
EpheroLib-1.21.1-NEO-FORGE-1.2.0.jar |EpheroLib |epherolib |1.2.0 |Manifest: NOSIGNATURE
EquipmentCompare-1.21-neoforge-1.3.12.jar |Equipment Compare |equipmentcompare |1.3.12 |Manifest: NOSIGNATURE
eternalstarlight-0.4.0+1.21.1+neoforge.jar |Eternal Starlight |eternal_starlight |0.4.0+1.21.1+neoforg|Manifest: NOSIGNATURE
EuphoriaPatcher-1.5.2-r5.4-neoforge.jar |Euphoria Patcher |euphoria_patcher |1.5.2-r5.4-neoforge |Manifest: NOSIGNATURE
everythingcopper-1.21.1-2.4.2.jar |Everything is Copper |everythingcopper |1.21.1-2.4.2 |Manifest: NOSIGNATURE
evilcraft-1.21.1-neoforge-1.2.65-597.jar |EvilCraft |evilcraft |1.2.65 |Manifest: NOSIGNATURE
expandability-neoforge-12.0.0.jar |ExpandAbility |expandability |12.0.0 |Manifest: NOSIGNATURE
experiencelib-1.21.1-1.0.3.jar |ExperienceLib |experiencelib |1.0.3 |Manifest: NOSIGNATURE
ExplorersCompass-1.21.1-3.0.3-neoforge.jar |Explorer's Compass |explorerscompass |1.21.1-3.0.3-neoforg|Manifest: NOSIGNATURE
Explorify v1.6.2 f10-48.jar |Explorify |explorify |1.6.2 |Manifest: NOSIGNATURE
extended-industrialization-1.14.5-1.21.1.jar |Extended Industrialization |extended_industrialization |1.14.5-1.21.1 |Manifest: NOSIGNATURE
ExtendedAE-1.21-2.2.5-neoforge.jar |ExtendedAE |extendedae |1.21-2.2.5-neoforge |Manifest: NOSIGNATURE
ExtremeReactors2-1.21.1-2.4.21.jar |Extreme Reactors |bigreactors |1.21.1-2.4.21 |Manifest: NOSIGNATURE
ExtremeSoundMuffler-3.48.3_NeoForge-1.21.jar |Extreme Sound Muffler |extremesoundmuffler |3.48.3 |Manifest: NOSIGNATURE
factory_blocks-neoforge-1.4.0+mc1.21.1.jar |Factory Blocks |factory_blocks |1.4.0+mc1.21.1 |Manifest: NOSIGNATURE
FarmersDelight-1.21.1-1.2.7.jar |Farmer's Delight |farmersdelight |1.2.7 |Manifest: NOSIGNATURE
farmingforblockheads-neoforge-1.21.1-21.1.7.jar |Farming for Blockheads |farmingforblockheads |21.1.7 |Manifest: NOSIGNATURE
FastWorkbench-1.21-9.1.2.jar |Fast Workbench |fastbench |9.1.2 |Manifest: NOSIGNATURE
FastFurnace-1.21.1-9.0.0.jar |FastFurnace |fastfurnace |9.0.0 |Manifest: NOSIGNATURE
ferritecore-7.0.2-neoforge.jar |Ferrite Core |ferritecore |7.0.2 |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
fireproofboats-1.21.0-1.0.3.jar |Fireproof Boats |fireproofboats |1.21.0-1.0.3 |Manifest: NOSIGNATURE
flickerfix-1.21.0.jar |FlickerFix |flickerfix |4.0.1 |Manifest: NOSIGNATURE
FluxNetworks-1.21.1-8.0.0.jar |Flux Networks |fluxnetworks |8.0.0 |Manifest: NOSIGNATURE
flywheel-neoforge-1.21.1-1.0.1-11.jar |Flywheel |flywheel |1.0.1-11 |Manifest: NOSIGNATURE
forbidden_arcanus-1.21.1-2.5.14.jar |Forbidden Arcanus |forbidden_arcanus |2.5.14 |Manifest: NOSIGNATURE
fabric-api-base-0.4.42+d1308ded19.jar |Forgified Fabric API Base |fabric_api_base |0.4.42+d1308ded19 |Manifest: NOSIGNATURE
fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar |Forgified Fabric BlockView API|fabric_block_view_api_v2 |1.0.10+9afaaf8c19 |Manifest: NOSIGNATURE
fabric-renderer-api-v1-3.4.0+acb05a3919.jar |Forgified Fabric Renderer API |fabric_renderer_api_v1 |3.4.0+acb05a3919 |Manifest: NOSIGNATURE
fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19 |Manifest: NOSIGNATURE
formations-1.0.3-neoforge-mc1.21.jar |Formations |formations |1.0.3 |Manifest: NOSIGNATURE
formationsnether-1.0.5-mc1.21+.jar |Formations Nether |formationsnether |1.0.5 |Manifest: NOSIGNATURE
formationsoverworld-1.0.4-mc1.21+.jar |Formations Overworld |formationsoverworld |1.0.4 |Manifest: NOSIGNATURE
FramedBlocks-10.2.5.jar |FramedBlocks |framedblocks |10.2.5 |Manifest: NOSIGNATURE
framework-neoforge-1.21.1-0.9.4.jar |Framework |framework |0.9.4 |Manifest: NOSIGNATURE
ftb-chunks-neoforge-2101.1.7.jar |FTB Chunks |ftbchunks |2101.1.7 |Manifest: NOSIGNATURE
ftb-essentials-neoforge-2101.1.6.jar |FTB Essentials |ftbessentials |2101.1.6 |Manifest: NOSIGNATURE
ftb-filter-system-neoforge-21.1.0.jar |FTB Filter System |ftbfiltersystem |21.1.0 |Manifest: NOSIGNATURE
ftbjeiextras-21.1.5.jar |FTB Jei Extras |ftbjeiextras |21.1.5 |Manifest: NOSIGNATURE
ftb-library-neoforge-2101.1.10.jar |FTB Library |ftblibrary |2101.1.10 |Manifest: NOSIGNATURE
ftb-quests-neoforge-2101.1.6.jar |FTB Quests |ftbquests |2101.1.6 |Manifest: NOSIGNATURE
ftb-ranks-neoforge-2101.1.2.jar |FTB Ranks |ftbranks |2101.1.2 |Manifest: NOSIGNATURE
ftb-teams-neoforge-2101.1.2.jar |FTB Teams |ftbteams |2101.1.2 |Manifest: NOSIGNATURE
ftb-ultimine-neoforge-2101.1.1.jar |FTB Ultimine |ftbultimine |2101.1.1 |Manifest: NOSIGNATURE
ftb-xmod-compat-neoforge-21.1.3.jar |FTB XMod Compat |ftbxmodcompat |21.1.3 |Manifest: NOSIGNATURE
fuelgoeshere-1.21.1-1.2.0.jar |Fuel Goes Here |fuelgoeshere |1.21.1-1.2.0 |Manifest: NOSIGNATURE
functionalstorage-1.21.1-1.4.2.jar |Functional Storage |functionalstorage |1.21.1-1.4.2 |Manifest: NOSIGNATURE
fusion-1.2.4-neoforge-mc1.21.jar |Fusion |fusion |1.2.4 |Manifest: NOSIGNATURE
fzzy_config-0.6.4+1.21+neoforge.jar |Fzzy Config |fzzy_config |0.6.4+1.21+neoforge |Manifest: NOSIGNATURE
GatewaysToEternity-1.21.1-5.0.2.jar |Gateways To Eternity |gateways |5.0.2 |Manifest: NOSIGNATURE
geckolib-neoforge-1.21.1-4.7.3.jar |GeckoLib 4 |geckolib |4.7.3 |Manifest: NOSIGNATURE
generatorgalore-1.21.1-1.3.4.jar |Generator Galore |generatorgalore |1.21.1-1.3.4 |Manifest: NOSIGNATURE
getittogetherdrops-neoforge-1.21-1.3.2.jar |Get It Together, Drops! |getittogetherdrops |1.3.2 |Manifest: NOSIGNATURE
Glassential-renewed-neoforge-1.21.1-3.1.5.jar |Glassential-renewed |glassential |3.1.5 |Manifest: NOSIGNATURE
Glodium-1.21-2.2-neoforge.jar |Glodium |glodium |1.21-2.2-neoforge |Manifest: NOSIGNATURE
GrandPower-3.0.0.jar |Grand Power |grandpower |3.0.0 |Manifest: NOSIGNATURE
GravitationalModulatingAdditionalUnit-1.21.1-6.0.j|Gravitational Modulating Addit|gmut |6.0 |Manifest: NOSIGNATURE
guideme-21.1.1.jar |GuideME |guideme |21.1.1 |Manifest: NOSIGNATURE
handcrafted-neoforge-1.21.1-4.0.2.jar |Handcrafted |handcrafted |4.0.2 |Manifest: NOSIGNATURE
hardenedarmadillos-1.21.1-0.2.0.jar |Hardened Armadillos |hardenedarmadillos |1.21.1-0.2.0 |Manifest: NOSIGNATURE
harvest-with-ease-neoforge-1.21-9.4.0.jar |Harvest with ease |harvest_with_ease |9.4.0 |Manifest: NOSIGNATURE
heyberryshutup-1.21.0-2.0.4.jar |Hey Berry! SHUT UP |heyberryshutup |1.21.0-2.0.4 |Manifest: NOSIGNATURE
HostileNeuralNetworks-1.21.1-6.1.3.jar |Hostile Neural Networks |hostilenetworks |6.1.3 |Manifest: NOSIGNATURE
hyperbox-1.21-6.0.0.1.jar |Hyperbox |hyperbox |**.**.**.** |Manifest: NOSIGNATURE
imfast-NEOFORGE-1.0.2.jar |I'm Fast |imfast |1.0.2 |Manifest: NOSIGNATURE
Iceberg-1.21.1-neoforge-1.2.9.2.jar |Iceberg |iceberg |**.**.**.** |Manifest: NOSIGNATURE
illagerwarship-1.0.0-neoforge-1.21.1.jar |Illager-Warship |illagerwarship |1.0.0 |Manifest: NOSIGNATURE
ImmediatelyFast-NeoForge-1.6.0+1.21.1.jar |ImmediatelyFast |immediatelyfast |1.6.0+1.21.1 |Manifest: NOSIGNATURE
Immersive-Energistics-1.1.0-beta.jar |Immersive Energistics |immeng |1.1.0-beta |Manifest: NOSIGNATURE
ImmersiveEngineering-1.21.1-12.1.0-185.jar |Immersive Engineering |immersiveengineering |12.1.0-185 |Manifest: NOSIGNATURE
industrialforegoing-1.21-3.6.23.jar |Industrial Foregoing |industrialforegoing |1.21-3.6.23 |Manifest: NOSIGNATURE
industrial-foregoing-souls-1.21.1-1.10.4.jar |Industrial Foregoing Souls |industrialforegoingsouls |1.10.4 |Manifest: NOSIGNATURE
infiniverse-1.21-2.0.1.0.jar |Infiniverse |infiniverse |**.**.**.** |Manifest: NOSIGNATURE
integratedcrafting-1.21.1-neoforge-1.1.16-294.jar |IntegratedCrafting |integratedcrafting |1.1.16 |Manifest: NOSIGNATURE
integrateddynamics-1.21.1-neoforge-1.25.7-1115.jar|IntegratedDynamics |integrateddynamics |1.25.7 |Manifest: NOSIGNATURE
integratedscripting-1.21.1-neoforge-1.0.17.jar |IntegratedScripting |integratedscripting |1.0.17 |Manifest: NOSIGNATURE
integratedterminals-1.21.1-neoforge-1.6.9-480.jar |IntegratedTerminals |integratedterminals |1.6.9 |Manifest: NOSIGNATURE
integratedtunnels-1.21.1-neoforge-1.8.35-386.jar |IntegratedTunnels |integratedtunnels |1.8.35 |Manifest: NOSIGNATURE
inventoryessentials-neoforge-1.21.1-21.1.2.jar |Inventory Essentials |inventoryessentials |21.1.2 |Manifest: NOSIGNATURE
invtweaks-1.21.1-1.2.0.jar |Inventory Tweaks Refoxed |invtweaks |1.21.1-1.2.0 |Manifest: NOSIGNATURE
iris-neoforge-1.8.1+mc1.21.1.jar |Iris |iris |1.8.1+mc1.21.1 |Manifest: NOSIGNATURE
ironfurnaces-neoforge-1.21.1-4.2.6.jar |Iron Furnaces |ironfurnaces |4.2.6 |Manifest: NOSIGNATURE
IronJetpacks-1.21.1-8.0.7.jar |Iron Jetpacks |ironjetpacks |8.0.7 |Manifest: NOSIGNATURE
irons_jewelry-1.21.1-1.0.9.jar |Iron's Gems 'n Jewelry |irons_jewelry |1.21.1-1.0.9 |Manifest: NOSIGNATURE
irons_spellbooks-1.21-3.8.10.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.21-3.8.10 |Manifest: NOSIGNATURE
itemcollectors-1.1.10-neoforge-mc1.21.jar |Item Collectors |itemcollectors |1.1.10 |Manifest: NOSIGNATURE
Jade-1.21.1-NeoForge-15.9.4.jar |Jade |jade |15.9.4+neoforge |Manifest: NOSIGNATURE
jamlib-neoforge-1.3.2+1.21.1.jar |JamLib |jamlib |1.3.2+1.21.1 |Manifest: NOSIGNATURE
trophymanager-1.21.1-2.2.1.jar |Jonn's Trophies |trophymanager |1.21.1-2.2.1 |Manifest: NOSIGNATURE
journeymap-neoforge-1.21.1-6.0.0-beta.39.jar |Journeymap |journeymap |1.21.1-6.0.0-beta.39|Manifest: NOSIGNATURE
journeymap-api-neoforge-2.0.0-1.21.1-SNAPSHOT.jar |JourneyMap API |journeymap_api |2.0.0 |Manifest: NOSIGNATURE
jumpboat-1.21.0-1.0.5.jar |Jumpy Boats |jumpboat |1.21.0-1.0.5 |Manifest: NOSIGNATURE
justdirethings-1.5.4.jar |Just Dire Things |justdirethings |1.5.4 |Manifest: NOSIGNATURE
jearchaeology-1.21.0-1.1.5.jar |Just Enough Archaeology |jearchaeology |1.21.0-1.1.5 |Manifest: NOSIGNATURE
justenoughbreeding-neoforge-1.21-1.21.1-1.5.0.jar |Just Enough Breeding |justenoughbreeding |1.5.0 |Manifest: NOSIGNATURE
jei-1.21.1-neoforge-19.21.0.247.jar |Just Enough Items |jei |**.**.**.** |Manifest: NOSIGNATURE
JustEnoughMekanismMultiblocks-1.21.1-7.5.jar |Just Enough Mekanism Multibloc|jei_mekanism_multiblocks |7.5 |Manifest: NOSIGNATURE
JustEnoughProfessions-neoforge-1.21.1-4.0.4.jar |Just Enough Professions (JEP) |justenoughprofessions |4.0.4 |Manifest: NOSIGNATURE
justzoom_neoforge_2.0.0_MC_1.21-1.21.1.jar |Just Zoom |justzoom |2.0.0 |Manifest: NOSIGNATURE
keybindbundles-1.2.0.jar |KeyBind Bundles |keybindbundles |1.2.0 |Manifest: NOSIGNATURE
keybindspurger-1.21.x-neoforge-1.3.3.jar |KeybindsPurger |keybindspurger |1.3.3 |Manifest: NOSIGNATURE
konkrete_neoforge_1.9.9_MC_1.21.jar |Konkrete |konkrete |1.9.9 |Manifest: NOSIGNATURE
kffmod-5.7.0.jar |Kotlin For Forge |kotlinforforge |5.7.0 |Manifest: NOSIGNATURE
kubejs-neoforge-2101.7.1-build.181.jar |KubeJS |kubejs |2101.7.1-build.181 |Manifest: NOSIGNATURE
kuma-api-neoforge-21.0.5-SNAPSHOT.jar |KumaAPI |kuma_api |21.0.5-SNAPSHOT |Manifest: NOSIGNATURE
L_Ender's Cataclysm-2.58-1.21.1.jar |L_Ender's Cataclysm |cataclysm |2.58-1.21.1 |Manifest: NOSIGNATURE
laserbridges-1.21.1-neoforge-5.jar |Laser Bridges & Doors |laserbridges |5 |Manifest: NOSIGNATURE
laserio-1.9.11.jar |LaserIO |laserio |1.9.11 |Manifest: NOSIGNATURE
LegendaryTooltips-1.21-neoforge-1.4.11.jar |Legendary Tooltips |legendarytooltips |1.4.11 |Manifest: NOSIGNATURE
letmedespawn-1.21.x-neoforge-1.4.4.jar |Let Me Despawn |letmedespawn |1.4.4 |Manifest: NOSIGNATURE
lionfishapi-2.6.jar |lionfishapi |lionfishapi |2.6 |Manifest: NOSIGNATURE
lithostitched-neoforge-1.21.1-1.4.5.jar |Lithostitched |lithostitched |1.4.2 |Manifest: NOSIGNATURE
livingthings-neoforge-1.21.1-2.2.0.jar |Living Things |livingthings |1.21.1-2.2.0 |Manifest: NOSIGNATURE
lmft-1.0.4+1.21-neoforge.jar |Load My F***ing Tags |lmft |1.0.4+1.21 |Manifest: NOSIGNATURE
lootr-neoforge-1.21-1.10.35.89.jar |Lootr |lootr |1.21-1.10.35.89 |Manifest: NOSIGNATURE
luminax-1.2.2_neoforge_1.21.1.jar |Luminax |luminax |1.2.2 |Manifest: NOSIGNATURE
mcw-bridges-3.0.0-mc1.21.1neoforge.jar |Macaw's Bridges |mcwbridges |3.0.0 |Manifest: NOSIGNATURE
mcw-doors-1.1.2-mc1.21.1neoforge.jar |Macaw's Doors |mcwdoors |1.1.2 |Manifest: NOSIGNATURE
mcw-fences-1.1.2-mc1.21.1neoforge.jar |Macaw's Fences and Walls |mcwfences |1.1.2 |Manifest: NOSIGNATURE
mcw-furniture-3.3.0-mc1.21.1neoforge.jar |Macaw's Furniture |mcwfurnitures |3.3.0 |Manifest: NOSIGNATURE
mcw-holidays-1.1.0-mc1.21.1neoforge.jar |Macaw's Holidays |mcwholidays |1.1.0 |Manifest: NOSIGNATURE
mcw-lights-1.1.1-mc1.21.1neoforge.jar |Macaw's Lights and Lamps |mcwlights |1.1.1 |Manifest: NOSIGNATURE
mcw-paths-1.1.0neoforge-mc1.21.1.jar |Macaw's Paths and Pavings |mcwpaths |1.1.0 |Manifest: NOSIGNATURE
mcw-roofs-2.3.1-mc1.21.1neoforge.jar |Macaw's Roofs |mcwroofs |2.3.1 |Manifest: NOSIGNATURE
mcw-stairs-1.0.1-1.21.1neoforge.jar |Macaw's Stairs and Balconies |mcwstairs |1.0.1 |Manifest: NOSIGNATURE
mcw-trapdoors-1.1.4-mc1.21.1neoforge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.4 |Manifest: NOSIGNATURE
mcw-windows-2.3.0-mc1.21.1neoforge.jar |Macaw's Windows |mcwwindows |2.3.2 |Manifest: NOSIGNATURE
mahoutsukai-1.21.0-v1.35.42.jar |Mahou Tsukai |mahoutsukai |1.21.0-v1.35.42 |Manifest: NOSIGNATURE
herbsandharvest-1.21.1-1.jar |Mama's Herbs and Harvest |herbsandharvest |1.0.0 |Manifest: NOSIGNATURE
merrymaking-1.21.1-6.jar |Mama's MerryMaking |merrymaking |1.0.0 |Manifest: NOSIGNATURE
mcjtylib-1.21-9.0.5.jar |McJtyLib |mcjtylib |1.21-9.0.5 |Manifest: NOSIGNATURE
merequester-neoforge-1.21.1-1.1.8.jar |ME Requester |merequester |1.21.1-1.1.8 |Manifest: NOSIGNATURE
Measurements-neoforge-1.21-3.0.0.jar |Measurements |measurements |3.0.0 |Manifest: NOSIGNATURE
megacells-4.6.1.jar |MEGA Cells |megacells |4.6.1 |Manifest: NOSIGNATURE
Mekanism-1.21.1-10.7.10.73.jar |Mekanism |mekanism |10.7.10 |Manifest: NOSIGNATURE
mekanismcovers-1.3-BETA+1.21.jar |Mekanism Covers |mekanismcovers |1.3-BETA+1.21 |Manifest: NOSIGNATURE
MekanismGenerators-1.21.1-10.7.10.73.jar |Mekanism: Generators |mekanismgenerators |10.7.10 |Manifest: NOSIGNATURE
MekanismTools-1.21.1-10.7.10.73.jar |Mekanism: Tools |mekanismtools |10.7.10 |Manifest: NOSIGNATURE
memorysettings-1.21-5.9.jar |memorysettings mod |memorysettings |5.9 |Manifest: NOSIGNATURE
minecolonies-1.1.882-1.21.1-snapshot.jar |MineColonies |minecolonies |1.1.882-1.21.1-snaps|Manifest: NOSIGNATURE
client-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
mininggadgets-1.18.6.jar |Mining Gadgets |mininggadgets |1.18.6 |Manifest: NOSIGNATURE
dummmmmmy-1.21-2.0.7-neoforge.jar |MmmMmmMmmMmm |dummmmmmy |1.21-2.0.7 |Manifest: NOSIGNATURE
mostructures-neoforge-1.5.0+1.21.jar |Mo' Structures |mostructures |1.5.0+1.21 |Manifest: NOSIGNATURE
mob_grinding_utils-1.1.7+mc1.21.1.jar |Mob Grinding Utils |mob_grinding_utils |1.1.7+mc1.21.1 |Manifest: NOSIGNATURE
modelfix-1.21-1.10.jar |Model Gap Fix |modelfix |1.21-1.10 |Manifest: NOSIGNATURE
Modern-Dynamics-0.9.4.jar |Modern Dynamics |moderndynamics |0.9.4 |Manifest: NOSIGNATURE
Modern-Industrialization-2.2.34.jar |Modern Industrialization |modern_industrialization |2.2.34 |Manifest: NOSIGNATURE
modernfix-neoforge-5.20.2+mc1.21.1.jar |ModernFix |modernfix |5.20.2+mc1.21.1 |Manifest: NOSIGNATURE
modonomicon-1.21.1-neoforge-1.113.0.jar |Modonomicon |modonomicon |1.113.0 |Manifest: NOSIGNATURE
mffs-5.4.16.jar |Modular Force Field System |mffs |5.4.16 |Manifest: NOSIGNATURE
modular_machinery_reborn-1.21.1-2.1.5.jar |Modular Machinery Reborn |modular_machinery_reborn |2.1.5 |Manifest: NOSIGNATURE
modular_machinery_reborn_ars-1.21.1-2.0.0.jar |Modular Machinery Reborn ArsNo|modular_machinery_reborn_ars |2.0.0 |Manifest: NOSIGNATURE
modular_machinery_reborn_mekanism-1.21.1-2.0.3.jar|Modular Machinery Reborn Mekan|modular_machinery_reborn_mekan|2.0.3 |Manifest: NOSIGNATURE
modular-routers-13.2.1+mc1.21.1.jar |Modular Routers |modularrouters |13.2.1 |Manifest: NOSIGNATURE
monocle-mod-file.jar |Monocle |monocle |0.1.9.ms |Manifest: NOSIGNATURE
monolib-neoforge-1.21.1-2.0.0.jar |MonoLib |monolib |2.0.0 |Manifest: NOSIGNATURE
mes-1.3.5-1.21.jar |Moog's End Structures |mes |1.3.5-1.21 |Manifest: NOSIGNATURE
mns-1.0.8-1.21.jar |Moog's Nether Structures |mns |1.0.8-1.21 |Manifest: NOSIGNATURE
mss-1.2.8-1.21.jar |Moog's Soaring Structures |mss |1.2.8-1.21 |Manifest: NOSIGNATURE
mvs-4.2.8-1.21.jar |Moog's Voyager Structures |mvs |4.2.8-1.21 |Manifest: NOSIGNATURE
moonlight-1.21-2.17.32-neoforge.jar |Moonlight Lib |moonlight |1.21-2.17.32 |Manifest: NOSIGNATURE
moredragoneggs-5.0.jar |More Dragon Eggs |moredragoneggs |5.0 |Manifest: NOSIGNATURE
mifa-neoforge-1.21.x-2.0.0.jar |More Industrial Foregoing Addo|mifa |2.0.0 |Manifest: NOSIGNATURE
moreoverlays-1.23.2-mc1.21-neoforge.jar |More Overlays Updated |moreoverlays |1.23.2-neoforge |Manifest: NOSIGNATURE
morered-1.21.1-6.0.0.3.jar |More Red |morered |**.**.**.** |Manifest: NOSIGNATURE
MoreRed-CCT-Compat-1.21.1-1.3.0.jar |More Red x CC:Tweaked Compat |moreredxcctcompat |1.21.1-1.3.0 |Manifest: NOSIGNATURE
MouseTweaks-neoforge-mc1.21-2.26.1.jar |Mouse Tweaks |mousetweaks |2.26.1 |Manifest: NOSIGNATURE
refurbished_furniture-neoforge-1.21.1-1.0.9.jar |MrCrayfish's Furniture Mod: Re|refurbished_furniture |1.0.9 |Manifest: NOSIGNATURE
multipiston-1.2.51-1.21.1-snapshot.jar |Multi-Piston |multipiston |1.2.51-1.21.1-snapsh|Manifest: NOSIGNATURE
MysticalAgradditions-1.21.1-8.0.4.jar |Mystical Agradditions |mysticalagradditions |8.0.4 |Manifest: NOSIGNATURE
MysticalAgriculture-1.21.1-8.0.13.jar |Mystical Agriculture |mysticalagriculture |8.0.13 |Manifest: NOSIGNATURE
MysticalCustomization-1.21.1-6.0.0.jar |Mystical Customization |mysticalcustomization |6.0.0 |Manifest: NOSIGNATURE
NaturesCompass-1.21.1-3.0.3-neoforge.jar |Nature's Compass |naturescompass |1.21.1-3.0.2-neoforg|Manifest: NOSIGNATURE
NaturesAura-41.6.jar |NaturesAura |naturesaura |41.6 |Manifest: NOSIGNATURE
NeoAuth-1.21.1-1.0.0.jar |NeoAuth |neo_auth |1.0.0 |Manifest: NOSIGNATURE
neoforge-21.1.131-universal.jar |NeoForge |neoforge |21.1.131 |Manifest: NOSIGNATURE
netherportalfix-neoforge-1.21.1-21.1.1.jar |NetherPortalFix |netherportalfix |21.1.1 |Manifest: NOSIGNATURE
NoChatReports-NEOFORGE-1.21.1-v2.9.1.jar |No Chat Reports |nochatreports |1.21.1-v2.9.1 |Manifest: NOSIGNATURE
novillagerdm-1.21.1-6.0.0.jar |No Villager Death Messages |novillagerdm |6.0.0 |Manifest: NOSIGNATURE
nolijium-0.5.6.jar |Nolijium |nolijium |0.5.6 |Manifest: NOSIGNATURE
not_enough_glyphs-1.21.1-4.0.6.jar |Not Enough Glyphs |not_enough_glyphs |4.0.6 |Manifest: NOSIGNATURE
nuggets-neoforge-1.21-1.0.4.35.jar |Nuggets |nuggets |**.**.**.** |Manifest: NOSIGNATURE
Nullscape_1.21.x_v1.2.10.jar |Nullscape |nullscape |1.2.10 |Manifest: NOSIGNATURE
observable-5.4.3.jar |Observable |observable |5.4.3 |Manifest: NOSIGNATURE
occultism-1.21.1-neoforge-1.177.1.jar |Occultism |occultism |1.177.1 |Manifest: NOSIGNATURE
occultism_kubejs-1.21.1-neoforge-1.8.0.jar |Occultism KubeJS |occultism_kubejs |1.8.0 |Manifest: NOSIGNATURE
OctoLib-NEOFORGE-0.5.0.1.jar |OctoLib |octolib |**.**.**.** |Manifest: NOSIGNATURE
Oh-The-Biomes-Weve-Gone-NeoForge-2.3.8.jar |Oh The Biomes We've Gone |biomeswevegone |2.3.8 |Manifest: NOSIGNATURE
Oh-The-Trees-Youll-Grow-neoforge-1.21.1-5.0.6.jar |Oh The Trees You'll Grow |ohthetreesyoullgrow |5.0.6 |Manifest: NOSIGNATURE
omegaconfig-neoforge-1.5.1.jar |Omega Config Architectury |omegaconfig |1.5.1 |Manifest: NOSIGNATURE
overloadedarmorbar-neoforge-1.21-2.jar |OverloadedArmorBar |overloadedarmorbar |2 |Manifest: NOSIGNATURE
PackMenu-1.21-7.0.2.jar |PackMenu |packmenu |7.0.2 |Manifest: NOSIGNATURE
pamhc2crops-NEOFORGE-1.21.1-1.0.0.jar |Pam's HarvestCraft - Crops |pamhc2crops |1.0.0 |Manifest: NOSIGNATURE
pamhc2foodcore-NEOFORGE-1.21.1-1.0.0.jar |Pam's HarvestCraft - Food Core|pamhc2foodcore |1.0.0 |Manifest: NOSIGNATURE
pamhc2foodextended-NEOFORGE-1.21.1-1.0.0.jar |Pam's HarvestCraft - Food Exte|pamhc2foodextended |1.0.0 |Manifest: NOSIGNATURE
pamhc2trees-NEOFORGE-1.21.1-1.0.0.jar |Pam's HarvestCraft - Trees |pamhc2trees |1.0.0 |Manifest: NOSIGNATURE
Patchouli-1.21-88-NEOFORGE.jar |Patchouli |patchouli |1.21-88-NEOFORGE |Manifest: NOSIGNATURE
pipez-neoforge-1.21.1-1.2.19.jar |Pipez |pipez |1.21.1-1.2.19 |Manifest: NOSIGNATURE
Placebo-1.21.1-9.6.5.jar |Placebo |placebo |9.6.5 |Manifest: NOSIGNATURE
player-animation-lib-forge-2.0.1+1.21.1.jar |Player Animator |playeranimator |2.0.1+1.21.1 |Manifest: NOSIGNATURE
pneumaticcraft-repressurized-8.2.10+mc1.21.1.jar |PneumaticCraft: Repressurized |pneumaticcraft |8.2.10 |Manifest: NOSIGNATURE
pocketstorage-1.2.4+1.21.1-b40.jar |Pocket Storage |pocketstorage |1.2.4+1.21.1-b40 |Manifest: NOSIGNATURE
polylib-2100.0.3-build.160-neoforge.jar |PolyLib |polylib |2100.0.3-build.160 |Manifest: NOSIGNATURE
polymorph-neoforge-1.0.7+1.21.1.jar |Polymorph |polymorph |1.0.7+1.21.1 |Manifest: NOSIGNATURE
polyeng-0.4.1.jar |Polymorphic Energistics |polyeng |0.4.1 |Manifest: NOSIGNATURE
Ponder-NeoForge-1.21.1-1.0.44.jar |Ponder |ponder |1.0.44 |Manifest: NOSIGNATURE
potionsmaster-21.1.72-0.6.8-packdev.jar |PotionsMaster |potionsmaster |0.6.8-packdev |Manifest: NOSIGNATURE
Powah-6.1.6.jar |Powah |powah |6.1.6 |Manifest: NOSIGNATURE
prickle-neoforge-1.21.1-21.1.6.jar |PrickleMC |prickle |21.1.6 |Manifest: NOSIGNATURE
Prism-1.21-neoforge-1.0.9.jar |Prism |prism |1.0.9 |Manifest: NOSIGNATURE
productivebees-1.21.1-13.6.11.jar |Productive Bees |productivebees |1.21.1-13.6.11 |Manifest: NOSIGNATURE
productivelib-1.21.0-0.1.11.jar |Productive Lib |productivelib |1.21.0-0.1.11 |Manifest: NOSIGNATURE
productivemetalworks-1.21.1-1.2.3.jar |Productive Metalworks |productivemetalworks |1.21.1-1.2.3 |Manifest: NOSIGNATURE
productivetrees-1.21.1-0.7.0.jar |Productive Trees |productivetrees |1.21.1-0.7.0 |Manifest: NOSIGNATURE
pylons-1.21.1-5.1.1.jar |Pylons |pylons |5.1.1 |Manifest: NOSIGNATURE
AdditionalEnchantedMiner-1.21.1-neoforge-21.1.119.|QuarryPlus |quarryplus |21.1.119 |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
railcraft-reborn-1.21.1-1.2.5.jar |Railcraft Reborn |railcraft |1.2.5 |Manifest: NOSIGNATURE
Rainbows-1.21-1.3.1.jar |Rainbows |rainbows |1.3.1 |Manifest: NOSIGNATURE
rangedpumps-1.3.0.jar |Ranged Pumps |rangedpumps |1.3.0 |Manifest: NOSIGNATURE
rarcompat-1.21-0.9.4.jar |RAR-Compat |rarcompat |0.9.4 |Manifest: NOSIGNATURE
reap-neoforge-1.21.1-1.1.2.jar |Reap Mod |reap |1.21.1-1.1.2 |Manifest: NOSIGNATURE
rebind_narrator-neoforge-1.21.1-2.0.3.jar |Rebind Narrator |rebind_narrator |2.0.3 |Manifest: NOSIGNATURE
rechiseled-1.1.6a-neoforge-mc1.21.jar |Rechiseled |rechiseled |1.1.6+a |Manifest: NOSIGNATURE
rechiseled_chipped-1.2.jar |Rechiseled: Chipped |rechiseled_chipped |1.2 |Manifest: NOSIGNATURE
redstonepen-1.21-neoforge-1.11.42.jar |Redstone Pen |redstonepen |1.11.42 |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
RegionsUnexploredNeoforge-0.5.6.1+1.21.jar |Regions Unexplored |regions_unexplored |**.**.**.** |Manifest: NOSIGNATURE
relics-1.21.1-0.10.6.0.jar |Relics |relics |**.**.**.** |Manifest: NOSIGNATURE
reliquary-1.21.1-2.0.47.1254.jar |Reliquary Reincarnations |reliquary |2.0.47 |Manifest: NOSIGNATURE
repeatable_trial_vaults-neoforge-1.21-1.0.2.jar |Repeatable Trial Vaults |repeatable_trial_vaults |1.0.2 |Manifest: NOSIGNATURE
repurposed_structures-7.5.13+1.21.1-neoforge.jar |Repurposed Structures |repurposed_structures |7.5.13+1.21.1-neofor|Manifest: NOSIGNATURE
resourcefullib-neoforge-1.21-3.0.11.jar |Resourceful Lib |resourcefullib |3.0.11 |Manifest: NOSIGNATURE
resourcefulconfig-neoforge-1.21-3.0.9.jar |Resourcefulconfig |resourcefulconfig |3.0.9 |Manifest: NOSIGNATURE
restrictions-1.21-7.0.3.jar |Restrictions |restrictions |1.21-7.0.3 |Manifest: NOSIGNATURE
rftoolsbase-1.21-6.0.5.jar |RFToolsBase |rftoolsbase |1.21-6.0.5 |Manifest: NOSIGNATURE
rftoolsbuilder-1.21-7.0.1.jar |RFToolsBuilder |rftoolsbuilder |1.21-7.0.1 |Manifest: NOSIGNATURE
rftoolspower-1.21-7.0.1.jar |RFToolsPower |rftoolspower |1.21-7.0.1 |Manifest: NOSIGNATURE
rhino-2101.2.7-build.74.jar |Rhino |rhino |2101.2.7-build.74 |Manifest: NOSIGNATURE
RootsClassic-1.21.1-1.5.5.jar |Roots Classic |rootsclassic |1.21.1-1.5.5 |Manifest: NOSIGNATURE
Searchables-neoforge-1.21.1-1.0.2.jar |Searchables |searchables |1.0.2 |Manifest: NOSIGNATURE
[1.21.1] SecurityCraft v1.9.12.jar |SecurityCraft |securitycraft |1.9.12 |Manifest: NOSIGNATURE
servercore-neoforge-1.5.5+1.21.1.jar |ServerCore |servercore |1.5.5+1.21.1 |Manifest: NOSIGNATURE
showcaseitem-1.21-1.0.1.jar |Showcase Item |showcaseitem |1.21-1.0.1 |Manifest: NOSIGNATURE
shrink-2.0.0.44-neoforge.jar |Shrink |shrink |**.**.**.** |Manifest: NOSIGNATURE
silent-gear-1.21.1-neoforge-4.0.13.jar |Silent Gear |silentgear |4.0.13 |Manifest: NOSIGNATURE
silent-lib-1.21-neoforge-10.3.1.jar |Silent Lib |silentlib |10.3.1 |Manifest: NOSIGNATURE
SimpleBackups-1.21-4.0.8.jar |Simple Backups |simplebackups |1.21-4.0.8 |Manifest: NOSIGNATURE
simplemagnets-1.1.12b-neoforge-mc1.21.jar |Simple Magnets |simplemagnets |1.1.12+b |Manifest: NOSIGNATURE
simple_weather-1.0.13.jar |Simple Weather |simple_weather |1.0.13 |Manifest: NOSIGNATURE
simplylight-1.5.3+1.21.1-b4.jar |Simply Light |simplylight |1.5.3 |Manifest: NOSIGNATURE
SmartBrainLib-neoforge-1.21.1-1.16.7.jar |SmartBrainLib |smartbrainlib |1.16.7 |Manifest: NOSIGNATURE
smithingtemplateviewer-1.0.0.jar |SmithingTemplateViewer |smithingtemplateviewer |1.0.0 |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.21.1-3.24.1.1209.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.24.1 |Manifest: NOSIGNATURE
sophisticatedcore-1.21.1-1.3.2.900.jar |Sophisticated Core |sophisticatedcore |1.3.2 |Manifest: NOSIGNATURE
sophisticatedstorage-1.21.1-1.4.0.1077.jar |Sophisticated Storage |sophisticatedstorage |1.4.0 |Manifest: NOSIGNATURE
sophisticatedstorageinmotion-1.21.1-0.10.5.72.jar |Sophisticated Storage In Motio|sophisticatedstorageinmotion |0.10.5 |Manifest: NOSIGNATURE
soulplied_energistics-1.0.1.jar |Soulplied Energistics |soulplied_energistics |1.0.1 |Manifest: NOSIGNATURE
spark-1.10.124-neoforge.jar |spark |spark |1.10.124 |Manifest: NOSIGNATURE
spectrelib-neoforge-0.17.2+1.21.jar |SpectreLib |spectrelib |0.17.2+1.21 |Manifest: NOSIGNATURE
solcarrot-1.21.1-1.16.5.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5 |Manifest: NOSIGNATURE
stevescarts-1.21-1.2.13-neoforge.jar |StevesCarts2 |stevescarts |1.2.13 |Manifest: NOSIGNATURE
storagedelight-24.12.15-1.21-neoforge.jar |Storage Delight |storagedelight |24.12.15-1.21-neofor|Manifest: NOSIGNATURE
Structory_1.21.x_v1.3.9.jar |Structory |structory |1.3.9 |Manifest: NOSIGNATURE
Structory_Towers_1.21.x_v1.0.10.jar |Structory: Towers |structory_towers |1.0.10 |Manifest: NOSIGNATURE
structurize-1.0.763-1.21.1-snapshot.jar |Structurize |structurize |1.0.763-1.21.1-snaps|Manifest: NOSIGNATURE
stylecolonies-1.12-1.21.1.jar |Stylecolonies |stylecolonies |1.12 |Manifest: NOSIGNATURE
Super Factory Manager-1.21.1-4.19.0.jar |Super Factory Manager |sfm |4.19.0 |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.8-neoforge-mc1.21.jar|SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.18a-neoforge-mc1.21.jar|SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18+a |Manifest: NOSIGNATURE
supplementaries-1.21-3.0.39-beta-neoforge.jar |Supplementaries |supplementaries |1.21-3.0.39-beta |Manifest: NOSIGNATURE
sushigocrafting-1.21-0.6.4.jar |Sushi Go Crafting |sushigocrafting |0.6.4 |Manifest: NOSIGNATURE
sussysniffers-1.21.1-0.1.1.jar |Sussy Sniffers |sussysniffers |1.21.1-0.1.1 |Manifest: NOSIGNATURE
TerraBlender-neoforge-1.21.1-4.1.0.8.jar |TerraBlender |terrablender |**.**.**.** |Manifest: NOSIGNATURE
tesseract-api-neoforge-1.8.2-1.21.1.jar |Tesseract API |tesseract_api |1.8.2-1.21.1 |Manifest: NOSIGNATURE
the_bumblezone-7.7.20+1.21.1-neoforge.jar |The Bumblezone |the_bumblezone |7.7.20+1.21.1-neofor|Manifest: NOSIGNATURE
twilightforest-1.21.1-4.6.3003-universal.jar |The Twilight Forest |twilightforest |4.6.3003 |Manifest: NOSIGNATURE
The_Undergarden-1.21.1-0.8.22.jar |The Undergarden |undergarden |0.8.22 |Manifest: NOSIGNATURE
theurgy-1.21.1-neoforge-1.60.0.jar |Theurgy |theurgy |1.60.0 |Manifest: NOSIGNATURE
theurgy_kubejs-1.21.1-neoforge-1.4.0.jar |Theurgy KubeJS |theurgy_kubejs |1.4.0 |Manifest: NOSIGNATURE
tiab-neoforge-6.4.0.jar |Time In A Bottle |tiab |6.4.0 |Manifest: NOSIGNATURE
titanium-1.21-4.0.34.jar |Titanium |titanium |4.0.34 |Manifest: NOSIGNATURE
ToastControl-1.21-9.0.0.jar |Toast Control |toastcontrol |9.0.0 |Manifest: NOSIGNATURE
ToolBelt-1.21.1-2.2.6.jar |Tool Belt |toolbelt |2.2.6 |Manifest: NOSIGNATURE
torchmaster-neoforge-1.21.1-21.1.5-beta.jar |Torchmaster |torchmaster |21.1.5-beta |Manifest: NOSIGNATURE
t_and_t-neoforge-fabric-1.13.2.jar |Towns and Towers |t_and_t |1.13.2 |Manifest: NOSIGNATURE
towntalk-1.2.0.jar |Towntalk |towntalk |1.2.0 |Manifest: NOSIGNATURE
trashcans-1.0.18c-neoforge-mc1.21.jar |Trash Cans |trashcans |1.0.18+c |Manifest: NOSIGNATURE
trashslot-neoforge-1.21.1-21.1.2.jar |TrashSlot |trashslot |21.1.2 |Manifest: NOSIGNATURE
treetap-1.21.1-0.4.3.jar |Tree Tap |treetap |1.21.1-0.4.3 |Manifest: NOSIGNATURE
blockui-1.0.195-1.21.1-snapshot.jar |UI Library Mod |blockui |1.0.195-1.21.1-snaps|Manifest: NOSIGNATURE
UndergroundVillages-neoforge-1.21-4.0.0.jar |Underground Villages Mod |underground_villages |4.0.0 |Manifest: NOSIGNATURE
sawmill-1.21-1.5.14-neoforge.jar |Universal Sawmill |sawmill |1.21-1.5.14 |Manifest: NOSIGNATURE
utilitarian-1.21.1-0.13.8.jar |Utilitarian |utilitarian |1.21.1-0.13.8 |Manifest: NOSIGNATURE
valhelsia_core-neoforge-1.21.1-1.1.4.jar |Valhelsia Core |valhelsia_core |1.1.4 |Manifest: NOSIGNATURE
variantsandventures-neoforge-mc1.21.1-1.0.10.jar |Variants&Ventures |variantsandventures |1.0.10 |Manifest: NOSIGNATURE
villagesandpillages-neoforge-mc1.21.1-1.0.3.jar |Villages & Pillages |villagesandpillages |1.0.3 |Manifest: NOSIGNATURE
waystones-neoforge-1.21.1-21.1.12.jar |Waystones |waystones |21.1.12 |Manifest: NOSIGNATURE
DungeonsArise-1.21.x-2.1.64-release.jar |When Dungeons Arise |dungeons_arise |2.1.64 |Manifest: NOSIGNATURE
wirelesschargers-1.0.9a-neoforge-mc1.21.jar |Wireless Chargers |wirelesschargers |1.0.9+a |Manifest: NOSIGNATURE
WitherSkeletonTweaks-1.21.1-10.0.2.jar |Wither Skeleton Tweaks |wstweaks |10.0.2 |Manifest: NOSIGNATURE
wits-1.3.0+1.21-neoforge.jar |WITS |wits |1.3.0+1.21-neoforge |Manifest: NOSIGNATURE
xnet-1.21-7.0.3.jar |XNet |xnet |1.21-7.0.3 |Manifest: NOSIGNATURE
xtonesreworked-1.1.0-NF-1.21_21.0.167.jar |XTones Reworked |xtonesreworked |1.1.0 |Manifest: NOSIGNATURE
xycraft_core-0.7.45-all.jar |XyCraft Core |xycraft_core |0.7.45 |Manifest: NOSIGNATURE
xycraft_machines-0.7.45.jar |XyCraft Machines |xycraft_machines |0.7.45 |Manifest: NOSIGNATURE
xycraft_override-0.7.45.jar |XyCraft Override |xycraft_override |0.7.45 |Manifest: NOSIGNATURE
xycraft_world-0.7.45.jar |XyCraft World |xycraft_world |0.7.45 |Manifest: NOSIGNATURE
yeetusexperimentus-neoforge-87.0.0.jar |Yeetus Experimentus |yeetusexperimentus |87.0.0 |Manifest: NOSIGNATURE
YetAnotherConfigLib-3.6.2+1.21-neoforge.jar |YetAnotherConfigLib |yet_another_config_lib_v3 |3.6.2+1.21-neoforge |Manifest: NOSIGNATURE
YungsApi-1.21.1-NeoForge-5.1.4.jar |YUNG's API |yungsapi |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
YungsBetterDesertTemples-1.21.1-NeoForge-4.1.4.jar|YUNG's Better Desert Temples |betterdeserttemples |1.21.1-NeoForge-4.1.|Manifest: NOSIGNATURE
YungsBetterDungeons-1.21.1-NeoForge-5.1.4.jar |YUNG's Better Dungeons |betterdungeons |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
YungsBetterEndIsland-1.21.1-NeoForge-3.1.1.jar |YUNG's Better End Island |betterendisland |1.21.1-NeoForge-3.1.|Manifest: NOSIGNATURE
YungsBetterJungleTemples-1.21.1-NeoForge-3.1.2.jar|YUNG's Better Jungle Temples |betterjungletemples |1.21.1-NeoForge-3.1.|Manifest: NOSIGNATURE
YungsBetterMineshafts-1.21.1-NeoForge-5.1.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
YungsBetterNetherFortresses-1.21.1-NeoForge-3.1.4.|YUNG's Better Nether Fortresse|betterfortresses |1.21.1-NeoForge-3.1.|Manifest: NOSIGNATURE
YungsBetterOceanMonuments-1.21.1-NeoForge-4.1.2.ja|YUNG's Better Ocean Monuments |betteroceanmonuments |1.21.1-NeoForge-4.1.|Manifest: NOSIGNATURE
YungsBetterStrongholds-1.21.1-NeoForge-5.1.3.jar |YUNG's Better Strongholds |betterstrongholds |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
YungsBetterWitchHuts-1.21.1-NeoForge-4.1.1.jar |YUNG's Better Witch Huts |betterwitchhuts |1.21.1-NeoForge-4.1.|Manifest: NOSIGNATURE
YungsExtras-1.21.1-NeoForge-5.1.1.jar |YUNG's Extras |yungsextras |1.21.1-NeoForge-5.1.|Manifest: NOSIGNATURE
ZeroCore2-1.21.1-2.4.16.jar |Zero CORE 2 |zerocore |1.21.1-2.4.16 |Manifest: NOSIGNATURE
Crash Report UUID: 6c6e5dfa-1577-4940-a8cc-6fcb0eeaad16
FML: 4.0.38
NeoForge: 21.1.131
Flywheel Backend: flywheel:indirect
My bad, dupe of: #159