= 创作分享 =
你问我答
1.18.2色度无尽2经常崩溃
TBv587

1.18.2色度无尽2经常崩溃

TBv587 于 2024-4-21 14:14 ( 12天前 ) [复制链接] [只看楼主] [打印]
179 1
5RF
---- Minecraft Crash Report ----
// There are four lights!

Time: 4/21/24, 2:13 PM
Description: Rendering ingredient

java.lang.NullPointerException: Cannot read field "player" because the return value of "java.util.HashMap.get(Object)" is null
        at de.mari_023.ae2wtlib.wct.CraftingTerminalHandler.getCraftingTerminalHandler(CraftingTerminalHandler.java:52) ~[AE2WTLib-11.6.3.jar%2357!/:?] {re:mixin,re:classloading}
        at net.minecraft.client.renderer.entity.ItemRenderer.handler$dhf000$renderGuiItemOverlay(ItemRenderer.java:3531) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ldlib.mixins.json:ItemRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ItemRendererMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorItemRenderer,pl:mixin:APP:mixins.codechickenlib.json:ItemRendererMixin,pl:mixin:APP:ae2.mixins.json:ItemRendererMixin,pl:mixin:APP:puzzleslib.forge.mixins.json:client.ItemRendererForgeMixin,pl:mixin:APP:ae2wtlib.mixins.json:RestockRender,pl:mixin:APP:quark.mixins.json:client.ItemRendererMixin,pl:mixin:APP:lodestone.mixins.json:ItemRendererMixin,pl:mixin:APP:embeddium.mixins.json:features.item.MixinItemRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.renderer.entity.ItemRenderer.m_115169_(ItemRenderer.java:324) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ldlib.mixins.json:ItemRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ItemRendererMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorItemRenderer,pl:mixin:APP:mixins.codechickenlib.json:ItemRendererMixin,pl:mixin:APP:ae2.mixins.json:ItemRendererMixin,pl:mixin:APP:puzzleslib.forge.mixins.json:client.ItemRendererForgeMixin,pl:mixin:APP:ae2wtlib.mixins.json:RestockRender,pl:mixin:APP:quark.mixins.json:client.ItemRendererMixin,pl:mixin:APP:lodestone.mixins.json:ItemRendererMixin,pl:mixin:APP:embeddium.mixins.json:features.item.MixinItemRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
        at mezz.jei.common.render.ItemStackRenderer.render(ItemStackRenderer.java:42) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.ItemStackRenderer.render(ItemStackRenderer.java:25) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.IngredientListRenderer.renderIngredient(IngredientListRenderer.java:118) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.IngredientListRenderer.renderIngredientType(IngredientListRenderer.java:98) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.IngredientListRenderer.render(IngredientListRenderer.java:88) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.overlay.IngredientGrid.draw(IngredientGrid.java:143) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:184) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:188) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.GuiEventHandler.onDrawBackgroundPost(GuiEventHandler.java:60) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.forge.startup.EventRegistration.lambda$registerGuiHandler$12(EventRegistration.java:103) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.core.util.WeakConsumer.accept(WeakConsumer.java:17) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraft.client.gui.screens.Screen.m_96558_(Screen.java:450) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:mixin:APP:mixins.modernui-forge.json:MixinScreen,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:relics.mixins.json:MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:gamemenumodoption.mixins.json:ScreenMixin,pl:mixin:APP:numismaticoverhaul.mixins.json:owomixins.ui.ScreenInvoker,pl:mixin:APP:forbidden_arcanus.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:lodestone.mixins.json:ScreenMixin,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.gui.screens.Screen.m_7333_(Screen.java:444) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:mixin:APP:mixins.modernui-forge.json:MixinScreen,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:relics.mixins.json:MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:gamemenumodoption.mixins.json:ScreenMixin,pl:mixin:APP:numismaticoverhaul.mixins.json:owomixins.ui.ScreenInvoker,pl:mixin:APP:forbidden_arcanus.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:lodestone.mixins.json:ScreenMixin,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.gui.screens.inventory.InventoryScreen.m_6305_(InventoryScreen.java:83) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinInventoryScreen,pl:mixin:APP:numismaticoverhaul.mixins.json:InventoryScreenMixin,pl:mixin:APP:extremesoundmuffler.mixins.json:InventoryScreenMixin,pl:mixin:A}
        at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:403) ~[forge-1.18.2-40.2.5-universal.jar%23410!/:?] {re:mixin,re:classloading,pl:mixin:A}
        at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396) ~[forge-1.18.2-40.2.5-universal.jar%23410!/:?] {re:mixin,re:classloading,pl:mixin:A}
        at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:890) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.modernui-textmc.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:sodium-extra.mixins.json:prevent_shaders.MixinGameRenderer,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:beyond_earth.mixin.json:BobViewer,pl:mixin:APP:mixins.nonvflash.json:GameRendererMixin,pl:mixin:APP:freecam-common.mixins.json:GameRendererMixin,pl:mixin:APP:lychee.mixins.json:GameRendererAccess,pl:mixin:APP:lodestone.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1046) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
        at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.5.jar%2352!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
        at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
        at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) [ForgeWrapper-prism-2024-02-29.jar:prism-2024-02-29] {}
        at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) [NewLaunch.jar:?] {}
        at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) [NewLaunch.jar:?] {}
        at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) [NewLaunch.jar:?] {}


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

-- Head --
Thread: Render thread
Stacktrace:
        at de.mari_023.ae2wtlib.wct.CraftingTerminalHandler.getCraftingTerminalHandler(CraftingTerminalHandler.java:52) ~[AE2WTLib-11.6.3.jar%2357!/:?] {re:mixin,re:classloading}
        at net.minecraft.client.renderer.entity.ItemRenderer.handler$dhf000$renderGuiItemOverlay(ItemRenderer.java:3531) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ldlib.mixins.json:ItemRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ItemRendererMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorItemRenderer,pl:mixin:APP:mixins.codechickenlib.json:ItemRendererMixin,pl:mixin:APP:ae2.mixins.json:ItemRendererMixin,pl:mixin:APP:puzzleslib.forge.mixins.json:client.ItemRendererForgeMixin,pl:mixin:APP:ae2wtlib.mixins.json:RestockRender,pl:mixin:APP:quark.mixins.json:client.ItemRendererMixin,pl:mixin:APP:lodestone.mixins.json:ItemRendererMixin,pl:mixin:APP:embeddium.mixins.json:features.item.MixinItemRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.renderer.entity.ItemRenderer.m_115169_(ItemRenderer.java:324) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:ldlib.mixins.json:ItemRendererMixin,pl:mixin:APP:supplementaries.mixins.json:ItemRendererMixin,pl:mixin:APP:botania_xplat.mixins.json:client.AccessorItemRenderer,pl:mixin:APP:mixins.codechickenlib.json:ItemRendererMixin,pl:mixin:APP:ae2.mixins.json:ItemRendererMixin,pl:mixin:APP:puzzleslib.forge.mixins.json:client.ItemRendererForgeMixin,pl:mixin:APP:ae2wtlib.mixins.json:RestockRender,pl:mixin:APP:quark.mixins.json:client.ItemRendererMixin,pl:mixin:APP:lodestone.mixins.json:ItemRendererMixin,pl:mixin:APP:embeddium.mixins.json:features.item.MixinItemRenderer,pl:mixin:A,pl:runtimedistcleaner:A}
        at mezz.jei.common.render.ItemStackRenderer.render(ItemStackRenderer.java:42) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
-- Ingredient being rendered --
Details:
        Mod Name: Minecraft
        Registry Name: minecraft:green_shulker_box
        Display Name: 绿色潜影盒
        String Name: 1 green_shulker_box
Stacktrace:
        at mezz.jei.common.util.ErrorUtil.createRenderIngredientException(ErrorUtil.java:158) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.IngredientListRenderer.renderIngredient(IngredientListRenderer.java:122) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.IngredientListRenderer.renderIngredientType(IngredientListRenderer.java:98) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.render.IngredientListRenderer.render(IngredientListRenderer.java:88) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.overlay.IngredientGrid.draw(IngredientGrid.java:143) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.overlay.IngredientGridWithNavigation.draw(IngredientGridWithNavigation.java:184) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.overlay.IngredientListOverlay.drawScreen(IngredientListOverlay.java:188) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.common.gui.GuiEventHandler.onDrawBackgroundPost(GuiEventHandler.java:60) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.forge.startup.EventRegistration.lambda$registerGuiHandler$12(EventRegistration.java:103) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at mezz.jei.core.util.WeakConsumer.accept(WeakConsumer.java:17) ~[jei-1.18.2-forge-10.2.1.1005.jar%23221!/:10.2.1.1005] {re:classloading}
        at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%2336!/:?] {}
        at net.minecraft.client.gui.screens.Screen.m_96558_(Screen.java:450) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:mixin:APP:mixins.modernui-forge.json:MixinScreen,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:relics.mixins.json:MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:gamemenumodoption.mixins.json:ScreenMixin,pl:mixin:APP:numismaticoverhaul.mixins.json:owomixins.ui.ScreenInvoker,pl:mixin:APP:forbidden_arcanus.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:lodestone.mixins.json:ScreenMixin,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.gui.screens.Screen.m_7333_(Screen.java:444) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:computing_frames,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:configured:set_background_texture_2,pl:mixin:APP:mixins.modernui-forge.json:MixinScreen,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:relics.mixins.json:MixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:gamemenumodoption.mixins.json:ScreenMixin,pl:mixin:APP:numismaticoverhaul.mixins.json:owomixins.ui.ScreenInvoker,pl:mixin:APP:forbidden_arcanus.mixins.json:ScreenMixin,pl:mixin:APP:quark.mixins.json:client.ScreenMixin,pl:mixin:APP:lodestone.mixins.json:ScreenMixin,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.gui.screens.inventory.InventoryScreen.m_6305_(InventoryScreen.java:83) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:patchouli_xplat.mixins.json:client.MixinInventoryScreen,pl:mixin:APP:numismaticoverhaul.mixins.json:InventoryScreenMixin,pl:mixin:APP:extremesoundmuffler.mixins.json:InventoryScreenMixin,pl:mixin:A}
        at net.minecraftforge.client.ForgeHooksClient.drawScreenInternal(ForgeHooksClient.java:403) ~[forge-1.18.2-40.2.5-universal.jar%23410!/:?] {re:mixin,re:classloading,pl:mixin:A}
        at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:396) ~[forge-1.18.2-40.2.5-universal.jar%23410!/:?] {re:mixin,re:classloading,pl:mixin:A}
        at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:890) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.modernui-textmc.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:sodium-extra.mixins.json:prevent_shaders.MixinGameRenderer,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer,pl:mixin:APP:beyond_earth.mixin.json:BobViewer,pl:mixin:APP:mixins.nonvflash.json:GameRendererMixin,pl:mixin:APP:freecam-common.mixins.json:GameRendererMixin,pl:mixin:APP:lychee.mixins.json:GameRendererAccess,pl:mixin:APP:lodestone.mixins.json:GameRendererMixin,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor,pl:mixin:APP:create.mixins.json:client.GameRendererMixin,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1046) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:665) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
        at net.minecraft.client.main.Main.main(Main.java:205) ~[client-1.18.2-20220404.173914-srg.jar%23405!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A}
        at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
        at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:31) ~[fmlloader-1.18.2-40.2.5.jar%2352!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%2339!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {}
        at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}
        at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:67) [ForgeWrapper-prism-2024-02-29.jar:prism-2024-02-29] {}
        at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87) [NewLaunch.jar:?] {}
        at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129) [NewLaunch.jar:?] {}
        at org.prismlauncher.EntryPoint.main(EntryPoint.java:70) [NewLaunch.jar:?] {}


-- JEI render details --
Details:
        Unique Id (for Blacklist): minecraft:green_shulker_box
        Ingredient Type: class net.minecraft.world.item.ItemStack
        Error Info: 1 green_shulker_box minecraft:green_shulker_box

-- Screen render details --
Details:
        Screen name: net.minecraft.client.gui.screens.inventory.InventoryScreen
        Mouse location: Scaled: (50, 334). Absolute: (200.000000, 1338.000000)
        Screen size: Scaled: (640, 337). Absolute: (2560, 1346). Scale factor of 4.000000

-- Affected level --
Details:
        All players: 1 total; [LocalPlayer['Kinzen'/1363, l='ClientLevel', x=-30355.93, y=68.00, z=26089.45]]
        Chunk stats: 1024, 628
        Level dimension: minecraft:overworld
        Level spawn location: World: (-64,72,-64), Section: (at 0,8,0 in -4,4,-4; chunk contains blocks -64,-64,-64 to -49,319,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
        Level time: 3589041 game time, 903280 day time
        Server brand: forge
        Server type: Integrated singleplayer server

-- Last reload --
Details:
        Reload number: 1
        Reload reason: initial
        Finished: Yes
        Packs: Default, Mod Resources, inmemory:jaopca, Minecraft-Mod-Language-Modpack-Converted-1.18.2.zip, Supplementaries Generated Pack, ldlib, multiblocked, quark-emote-pack, MandalasGUI_Legacy+Modded_Dakmode_v4.6.zip, i18n-patch, mna-l10n.zip, CE2-l10n, KubeJS Resource Pack [assets]

-- System Details --
Details:
        Minecraft Version: 1.18.2
        Minecraft Version ID: 1.18.2
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 21, Azul Systems, Inc.
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
        Memory: 1581816344 bytes (1508 MiB) / 10468982784 bytes (9984 MiB) up to 10468982784 bytes (9984 MiB)
        CPUs: 12
        Processor Vendor: GenuineIntel
        Processor Name: 12th Gen Intel(R) Core(TM) i5-12490F
        Identifier: Intel64 Family 6 Model 151 Stepping 2
        Microarchitecture: unknown
        Frequency (GHz): 3.00
        Number of physical packages: 1
        Number of physical CPUs: 6
        Number of logical CPUs: 12
        Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
        Graphics card #0 vendor: NVIDIA (0x10de)
        Graphics card #0 VRAM (MB): 4095.00
        Graphics card #0 deviceId: 0x24c9
        Graphics card #0 versionInfo: DriverVersion=31.0.15.5212
        Memory slot #0 capacity (MB): 8192.00
        Memory slot #0 clockSpeed (GHz): 2.67
        Memory slot #0 type: DDR4
        Memory slot #1 capacity (MB): 8192.00
        Memory slot #1 clockSpeed (GHz): 2.67
        Memory slot #1 type: DDR4
        Virtual memory max (MB): 66223.02
        Virtual memory used (MB): 25277.38
        Swap memory total (MB): 50000.00
        Swap memory used (MB): 1505.77
        JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms9984m -Xmx9984m
        Launched Version: 1.18.2
        Backend library: LWJGL version 3.2.2 SNAPSHOT
        Backend API: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 552.12, NVIDIA Corporation
        Window size: 2560x1346
        GL Caps: Using framebuffer using OpenGL 3.2
        GL debug messages:
        Using VBOs: Yes
        Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
        Type: Integrated Server (map_client.txt)
        Graphics mode: fancy
        Resource Packs: vanilla, mod_resources, inmemory:jaopca (incompatible), file/Minecraft-Mod-Language-Modpack-Converted-1.18.2.zip, Supplementaries Generated Pack, file/ldlib (incompatible), file/multiblocked (incompatible), quark:emote_resources (incompatible), file/MandalasGUI_Legacy+Modded_Dakmode_v4.6.zip (incompatible), file/i18n-patch, file/mna-l10n.zip, file/CE2-l10n
        Current Language: 简体中文 (中国大陆)
        CPU: 12x 12th Gen Intel(R) Core(TM) i5-12490F
        Server Running: true
        Player Count: 1 / 8; [ServerPlayer['Kinzen'/1363, l='ServerLevel[kinzen]', x=-30355.93, y=68.00, z=26089.45]]
        Data Packs: vanilla, mod:betterdungeons, mod:entangledfix, mod:supermartijn642configlib, mod:paucal, mod:javd (incompatible), mod:mcwwindows, mod:modnametooltip (incompatible), mod:ironjetpacks, mod:ctm (incompatible), mod:reauth (incompatible), mod:modernfix (incompatible), mod:evilcraft, mod:yungsapi, mod:powah (incompatible), mod:gateways (incompatible), mod:maxhealthfix (incompatible), mod:wstweaks (incompatible), mod:shrink (incompatible), mod:guardvillagers (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:ldlib (incompatible), mod:clickadv (incompatible), mod:balm (incompatible), mod:labels (incompatible), mod:dynview (incompatible), mod:jeresources (incompatible), mod:toolkit (incompatible), mod:cloth_config (incompatible), mod:emojiful (incompatible), mod:tklib (incompatible), mod:embeddium (incompatible), mod:upgradednetherite (incompatible), mod:structure_gel, mod:industrialforegoing (incompatible), mod:torchmaster (incompatible), mod:repurposed_structures, mod:bcc (incompatible), mod:botanytrees (incompatible), mod:toolstats (incompatible), mod:ironfurnaces (incompatible), mod:mcwtrpdoors, mod:supermartijn642corelib, mod:yungsbridges, mod:botania (incompatible), mod:spark (incompatible), mod:mysticaladaptations (incompatible), mod:curios (incompatible), mod:armorpointspp (incompatible), mod:gamestages, mod:yungsextras, mod:angelring (incompatible), mod:angelblockrenewed, mod:tombstone, mod:pluto (incompatible), mod:packageddraconic (incompatible), mod:constructionwand, mod:mcwroofs, mod:wormhole, mod:cfm, mod:jadeaddons (incompatible), mod:customwindowtitle (incompatible), mod:fastleafdecay, mod:codechickenlib (incompatible), mod:bettermineshafts, mod:geckolib3 (incompatible), mod:darkpaintings (incompatible), mod:mcwlights, mod:smartbrainlib, mod:tconplanner (incompatible), mod:clienttweaks (incompatible), mod:notes (incompatible), mod:nomowanderer (incompatible), mod:rechiseled, mod:xray (incompatible), mod:graveyard (incompatible), mod:attributefix (incompatible), mod:caelus (incompatible), mod:lemonlib, mod:bdlib (incompatible), mod:shutupexperimentalsettings, mod:naturescompass (incompatible), mod:libx, mod:vanillaaiots, mod:compactmachines (incompatible), mod:botanypots (incompatible), mod:phosphophyllite (incompatible), mod:curioofundying (incompatible), mod:farmingforblockheads (incompatible), mod:pneumaticcraft, mod:catalogue (incompatible), mod:fusion (incompatible), mod:immersivepetroleum (incompatible), mod:mythicbotany, mod:dungeons_arise, mod:alchemistry, mod:zerocore, mod:logprot (incompatible), mod:terrablender (incompatible), mod:mousetweaks (incompatible), mod:morevanillalib, mod:sushigocrafting (incompatible), mod:kotlinforforge, mod:flywheel (incompatible), mod:createoreexcavation, mod:mantle (incompatible), mod:itemcollectors, mod:serverconfigupdater (incompatible), mod:polymorph (incompatible), mod:justenoughprofessions, mod:autoreglib (incompatible), mod:almostunified, mod:mna (incompatible), mod:entityculling (incompatible), mod:canary, mod:fastfurnace (incompatible), mod:lootr (incompatible), mod:connectedglass, mod:rainshield, mod:modernui (incompatible), mod:puzzleslib, mod:parry, mod:pizzacraft (incompatible), mod:extremesoundmuffler (incompatible), mod:cosmeticarmorreworked (incompatible), mod:defaultoptions (incompatible), mod:cristellib, mod:cyclopscore, mod:solarpanels, mod:blue_skies (incompatible), mod:alchemylib, mod:betterwitchhuts, mod:netherportalfix (incompatible), mod:aiotbotania, mod:advancedperipherals (incompatible), mod:morejs (incompatible), mod:extendedcrafting, mod:architects_palette (incompatible), mod:incontrol (incompatible), mod:betteroceanmonuments, mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs (incompatible), mod:rsgauges (incompatible), mod:glassential (incompatible), mod:controlling (incompatible), mod:placebo (incompatible), mod:timber_frames, mod:mixinextras (incompatible), mod:feature_nbt_deadlock_be_gone (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:buildinggadgets (incompatible), mod:framedblocks, mod:forge, mod:passthroughsigns (incompatible), mod:cofh_core, mod:thermal, mod:thermal_innovation, mod:thermal_cultivation, mod:appleskin (incompatible), mod:aquaculture (incompatible), mod:relics (incompatible), mod:mcwdoors, mod:railways (incompatible), mod:mekanismgenerators, mod:beyond_earth, mod:dummmmmmy (incompatible), mod:no_nv_flash (incompatible), mod:mob_grinding_utils (incompatible), mod:cobblegenrandomizer (incompatible), mod:chipped (incompatible), mod:jamd (incompatible), mod:mcwbridges, mod:dustrial_decor (incompatible), mod:hostilenetworks (incompatible), mod:entangled, mod:commoncapabilities, mod:crashutilities (incompatible), mod:mcwfences, mod:simplylight, mod:blockui (incompatible), mod:collective (incompatible), mod:camera (incompatible), mod:tiab (incompatible), mod:thermal_expansion, mod:mysticalcustomization, mod:elevatorid, mod:ftbultimine (incompatible), mod:betterstrongholds, mod:runelic (incompatible), mod:spirit, mod:mekanismtools, mod:architectury (incompatible), mod:ftblibrary (incompatible), mod:jecalculation (incompatible), mod:findme (incompatible), mod:ftbteams (incompatible), mod:ftbranks (incompatible), mod:ftbessentials (incompatible), mod:curiouselytra (incompatible), mod:computercraft, mod:energymeter (incompatible), mod:aiimprovements (incompatible), mod:compactcrafting (incompatible), mod:jei (incompatible), mod:mekanism, mod:pipez (incompatible), mod:lightoverlay (incompatible), mod:trashcans, mod:undergarden, mod:inventoryessentials (incompatible), mod:bwncr (incompatible), mod:polylib (incompatible), mod:observable (incompatible), mod:vtones, mod:gamemenumodoption (incompatible), mod:tradingpost (incompatible), mod:betteradvancements (incompatible), mod:inventorysorter (incompatible), mod:bhmenu, mod:rhino (incompatible), mod:biggerreactors (incompatible), mod:doom (incompatible), mod:cucumber, mod:jmi (incompatible), mod:sophisticatedstorage (incompatible), mod:redstonepen (incompatible), mod:quickstack, mod:itemfilters (incompatible), mod:simplerpc (incompatible), mod:scannable (incompatible), mod:mekaevolution, mod:ensorcellation, mod:create, mod:createdeco (incompatible), mod:waystones (incompatible), mod:clumps (incompatible), mod:journeymap, mod:numismaticoverhaul (incompatible), mod:comforts (incompatible), mod:artifacts, mod:configured (incompatible), mod:decorative_blocks, mod:betteranimalsplus (incompatible), mod:badmobs, mod:ftbbackups2 (incompatible), mod:create_confectionery, mod:multiblocked (incompatible), mod:travel_anchors, mod:lazydfu (incompatible), mod:mcjtylib (incompatible), mod:rftoolsbase (incompatible), mod:xnet (incompatible), mod:rftoolspower (incompatible), mod:rftoolsbuilder (incompatible), mod:xnetgases (incompatible), mod:betterdeserttemples, mod:packagedexcrafting (incompatible), mod:toastcontrol (incompatible), mod:terralith, mod:blueprint (incompatible), mod:personality (incompatible), mod:mininggadgets (incompatible), mod:enderstorage (incompatible), mod:ftbchunks (incompatible), mod:kubejs (incompatible), mod:kubejs_thermal (incompatible), mod:ftbquests (incompatible), mod:kubejs_create (incompatible), mod:kubejs_mekanism (incompatible), mod:kubejs_ui (incompatible), mod:ponderjs, mod:fasterladderclimbing (incompatible), mod:brandonscore (incompatible), mod:draconicevolution (incompatible), mod:draconicadditions (incompatible), mod:jeimultiblocks, mod:immersiveengineering, mod:kubejs_immersive_engineering (incompatible), mod:selene (incompatible), mod:supplementaries (incompatible), mod:mysticalagriculture, mod:mysticalagradditions, mod:graveyard_biomes (incompatible), mod:tconstruct (incompatible), mod:kubejs_tinkers_construct (incompatible), mod:rftoolsutility (incompatible), mod:enchdesc (incompatible), mod:swingthroughgrass (incompatible), mod:sebastrnlib, mod:appliedcooking (incompatible), mod:cookingforblockheads (incompatible), mod:patchouli (incompatible), mod:eccentrictome, mod:titanium (incompatible), mod:jade, mod:ae2 (incompatible), mod:lazierae2, mod:aeinfinitybooster (incompatible), mod:ae2wtlib (incompatible), mod:creativecore (incompatible), mod:packagedauto (incompatible), mod:movingelevators, mod:reliquary (incompatible), mod:quark (incompatible), mod:materialis, mod:mutil (incompatible), mod:jaopca (incompatible), mod:chemlib (incompatible), mod:pigpen (incompatible), mod:fastbench (incompatible), mod:beyond_earth_giselle_addon, mod:fluxnetworks (incompatible), mod:jei_mekanism_multiblocks (incompatible), mod:freecam (incompatible), mod:modonomicon, mod:upgradedcore (incompatible), mod:quartz (incompatible), mod:alexsdelight, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:farmersdelight, mod:delightful, mod:nethersdelight (incompatible), mod:some_assembly_required (incompatible), mod:infinitylib (incompatible), mod:ferritecore (incompatible), mod:engineersdecor (incompatible), mod:solcarrot (incompatible), mod:modularrouters (incompatible), mod:lychee, mod:lodestone, mod:appmek (incompatible), mod:megacells, mod:ae2additions (incompatible), mod:packetfixer, mod:expandability (incompatible), mod:botanicalmachinery (incompatible), mod:valhelsia_core (incompatible), mod:valhelsia_structures (incompatible), mod:forbidden_arcanus (incompatible), mod:functional_storage_extra (incompatible), mod:functionalstorage (incompatible), mod:chiselsandbits (incompatible), mod:morphtool (incompatible), Supplementaries Generated Pack, inmemory:jaopca (incompatible), mod:trashslot (incompatible), mod:brightnessslider, mod:jecharacters (incompatible), mod:trade_cycling (incompatible), mod:caffeineconfig (incompatible), mod:sodiumextra (incompatible), mod:textrues_embeddium_options (incompatible)
        World Generation: Stable
        ModLauncher: 9.1.3+9.1.3+main.9b69c82a
        ModLauncher launch target: forgeclient
        ModLauncher naming: srg
        ModLauncher services:
                 mixin PLUGINSERVICE
                 eventbus PLUGINSERVICE
                 slf4jfixer PLUGINSERVICE
                 object_holder_definalize PLUGINSERVICE
                 runtime_enum_extender PLUGINSERVICE
                 capability_token_subclass PLUGINSERVICE
                 accesstransformer PLUGINSERVICE
                 runtimedistcleaner PLUGINSERVICE
                 mixin TRANSFORMATIONSERVICE
                 fml TRANSFORMATIONSERVICE
                 I18nUpdateMod TRANSFORMATIONSERVICE
        FML Language Providers:
                minecraft@1.0
                javafml@null
                kotlinforforge@3.12.0
                lowcodefml@null
                kotori_scala@2.13.10-build-12
        Mod List:
                YungsBetterDungeons-1.18.2-Forge-2.1.0.jar        |YUNG's Better Dungeons        |betterdungeons                |1.18.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
                entangledfix-1.0.jar                              |Entangled Fix                 |entangledfix                  |1.0                 |DONE      |Manifest: NOSIGNATURE
                supermartijn642configlib-1.1.8-forge-mc1.18.jar   |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |DONE      |Manifest: NOSIGNATURE
                paucal-forge-1.18.2-0.4.7.jar                     |PAUCAL                        |paucal                        |0.4.7               |DONE      |Manifest: NOSIGNATURE
                JAVD-3.0.0-build.54+mc1.18.2.jar                  |Just Another Void Dim         |javd                          |3.0.0-build.54+mc1.1|DONE      |Manifest: NOSIGNATURE
                mcw-windows-2.2.1-mc1.18.2forge.jar               |Macaw's Windows               |mcwwindows                    |2.2.1               |DONE      |Manifest: NOSIGNATURE
                modnametooltip-1.18.1-1.18.0.jar                  |Mod Name Tooltip              |modnametooltip                |1.18.0              |DONE      |Manifest: NOSIGNATURE
                IronJetpacks-1.18.2-5.1.4.jar                     |Iron Jetpacks                 |ironjetpacks                  |5.1.4               |DONE      |Manifest: NOSIGNATURE
                CTM-1.18.2-1.1.5+5.jar                            |ConnectedTexturesMod          |ctm                           |1.18.2-1.1.5+5      |DONE      |Manifest: NOSIGNATURE
                ReAuth-1.18-Forge-4.0.7.jar                       |ReAuth                        |reauth                        |4.0.7               |DONE      |Manifest: 3d:06:1e:e5:da:e2:ff:ae:04:00:be:45:5b:ff:fd:70:65:00:67:0b:33:87:a6:5f:af:20:3c:b6:a1:35:ca:7e
                modernfix-forge-5.14.0+mc1.18.2.jar               |ModernFix                     |modernfix                     |5.14.0+mc1.18.2     |DONE      |Manifest: NOSIGNATURE
                EvilCraft-1.18.2-1.2.23.jar                       |EvilCraft                     |evilcraft                     |1.2.23              |DONE      |Manifest: NOSIGNATURE
                YungsApi-1.18.2-Forge-2.2.9.jar                   |YUNG's API                    |yungsapi                      |1.18.2-Forge-2.2.9  |DONE      |Manifest: NOSIGNATURE
                Powah-3.0.8.jar                                   |Powah                         |powah                         |3.0.8               |DONE      |Manifest: NOSIGNATURE
                GatewaysToEternity-1.18.2-2.3.0.jar               |Gateways To Eternity          |gateways                      |2.3.0               |DONE      |Manifest: NOSIGNATURE
                MaxHealthFix-Forge-1.18.2-5.0.4.jar               |MaxHealthFix                  |maxhealthfix                  |5.0.4               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                WitherSkeletonTweaks-1.18.2-7.1.3.jar             |Wither Skeleton Tweaks        |wstweaks                      |7.1.3               |DONE      |Manifest: NOSIGNATURE
                Shrink-1.18.2-1.3.3.jar                           |Shrink                        |shrink                        |1.3.3               |DONE      |Manifest: NOSIGNATURE
                guardvillagers-1.18.2.1.4.4.jar                   |Guard Villagers               |guardvillagers                |1.4.4               |DONE      |Manifest: NOSIGNATURE
                DarkUtilities-Forge-1.18.2-10.1.7.jar             |DarkUtilities                 |darkutils                     |10.1.7              |DONE      |Manifest: NOSIGNATURE
                Apotheosis-1.18.2-5.8.1.jar                       |Apotheosis                    |apotheosis                    |5.8.1               |DONE      |Manifest: NOSIGNATURE
                LowDragLib-1.18.2-1.0.7.jar                       |LowDragLib                    |ldlib                         |1.18.2-1.0.7        |DONE      |Manifest: NOSIGNATURE
                clickadv-1.18.2-2.5.jar                           |clickadv mod                  |clickadv                      |1.18.2-2.5          |DONE      |Manifest: NOSIGNATURE
                balm-3.2.6.jar                                    |Balm                          |balm                          |3.2.6               |DONE      |Manifest: NOSIGNATURE
                labels-1.18.2-1.0.jar                             |Labels                        |labels                        |1.18.2-1.0          |DONE      |Manifest: NOSIGNATURE
                dynview-1.18.2-2.8.jar                            |Dynamic view distance         |dynview                       |2.3                 |DONE      |Manifest: NOSIGNATURE
                JustEnoughResources-1.18.2-0.14.1.171.jar         |Just Enough Resources         |jeresources                   |0.14.1.171          |DONE      |Manifest: NOSIGNATURE
                ToolKit-2.2.4-build.14+mc1.18.2.jar               |Tool Kit                      |toolkit                       |2.2.4-build.14+mc1.1|DONE      |Manifest: NOSIGNATURE
                cloth-config-6.5.116-forge.jar                    |Cloth Config v4 API           |cloth_config                  |6.5.116             |DONE      |Manifest: NOSIGNATURE
                emojiful-1.18.2-3.0.1.jar                         |Emojiful                      |emojiful                      |1.18.2-3.0.1        |DONE      |Manifest: NOSIGNATURE
                TKLib-0.0.23+1.18.2.jar                           |TKLib                         |tklib                         |0.0.23              |DONE      |Manifest: NOSIGNATURE
                embeddium-0.3.14+mc1.18.2.jar                     |Embeddium                     |embeddium                     |0.3.14+mc1.18.2     |DONE      |Manifest: NOSIGNATURE
                upgradednetherite-1.18.2-4.3.0.1-release.jar      |Upgraded Netherite            |upgradednetherite             |1.18.2-4.3.0.1-relea|DONE      |Manifest: NOSIGNATURE
                structure_gel-1.18.2-2.4.8.jar                    |Structure Gel API             |structure_gel                 |2.4.8               |DONE      |Manifest: NOSIGNATURE
                industrial-foregoing-1.18.2-3.3.1.6-10.jar        |Industrial Foregoing          |industrialforegoing           |3.3.1.6             |DONE      |Manifest: NOSIGNATURE
                torchmaster-18.2.1.jar                            |Torchmaster                   |torchmaster                   |18.2.1              |DONE      |Manifest: NOSIGNATURE
                repurposed_structures_forge-5.1.14+1.18.2.jar     |Repurposed Structures         |repurposed_structures         |5.1.14+1.18.2       |DONE      |Manifest: NOSIGNATURE
                BetterCompatibilityChecker-1.1.21-build.48+mc1.18.|Better Compatibility Checker  |bcc                           |1.1.21-build.48+mc1.|DONE      |Manifest: NOSIGNATURE
                BotanyTrees-Forge-1.18.2-4.0.13.jar               |BotanyTrees                   |botanytrees                   |4.0.13              |DONE      |Manifest: NOSIGNATURE
                ToolStats-Forge-1.18.2-9.0.4.jar                  |ToolStats                     |toolstats                     |9.0.4               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                ColaMixinConfig-v1.0.2.jar                        |ColaConfig                    |caffeineconfig                |1.0.2               |DONE      |Manifest: NOSIGNATURE
                ironfurnaces-1.18.2-3.3.3.jar                     |Iron Furnaces                 |ironfurnaces                  |3.3.3               |DONE      |Manifest: NOSIGNATURE
                mcw-trapdoors-1.1.2-mc1.18.2forge.jar             |Macaw's Trapdoors             |mcwtrpdoors                   |1.1.2               |DONE      |Manifest: NOSIGNATURE
                supermartijn642corelib-1.1.17-forge-mc1.18.jar    |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17              |DONE      |Manifest: NOSIGNATURE
                YungsBridges-1.18.2-Forge-2.1.0.jar               |YUNG's Bridges                |yungsbridges                  |1.18.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
                Botania-1.18.2-435.jar                            |Botania                       |botania                       |1.18.2-435          |DONE      |Manifest: NOSIGNATURE
                spark-1.10.38-forge.jar                           |spark                         |spark                         |1.10.38             |DONE      |Manifest: NOSIGNATURE
                MysticalAdaptations-1.18.2-1.1.2.jar              |Mystical Adaptations          |mysticaladaptations           |1.18.2-1.1.1        |DONE      |Manifest: NOSIGNATURE
                curios-forge-1.18.2-5.0.9.2.jar                   |Curios API                    |curios                        |1.18.2-5.0.9.2      |DONE      |Manifest: NOSIGNATURE
                armorpointspp-forge-1.18.2-3.1.0.jar              |ArmorPoints++                 |armorpointspp                 |1.18.2-3.1.0        |DONE      |Manifest: NOSIGNATURE
                GameStages-Forge-1.18.2-8.1.3.jar                 |GameStages                    |gamestages                    |8.1.3               |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                YungsExtras-1.18.2-Forge-2.1.0.jar                |YUNG's Extras                 |yungsextras                   |1.18.2-Forge-2.1.0  |DONE      |Manifest: NOSIGNATURE
                AngelRing2-1.18.2-2.0.4.jar                       |Angel Ring 2                  |angelring                     |2.0.4               |DONE      |Manifest: NOSIGNATURE
                angelblockrenewed-forge-1.3-1.18.2.jar            |Angel Block Renewed           |angelblockrenewed             |1.3                 |DONE      |Manifest: NOSIGNATURE
                tombstone-1.18.2-7.6.7.jar                        |Corail Tombstone              |tombstone                     |7.6.7               |DONE      |Manifest: NOSIGNATURE
                pluto-mc1.18.2-0.0.6.jar                          |Pluto                         |pluto                         |0.0.6               |DONE      |Manifest: NOSIGNATURE
                PackagedDraconic-1.18.2-3.0.0.9.jar               |PackagedDraconic              |packageddraconic              |3.0.0.9             |DONE      |Manifest: NOSIGNATURE
                constructionwand-1.18.2-2.9.jar                   |Construction Wand             |constructionwand              |1.18.2-2.9          |DONE      |Manifest: NOSIGNATURE
                mcw-roofs-2.3.0-mc1.18.2forge.jar                 |Macaw's Roofs                 |mcwroofs                      |2.3.0               |DONE      |Manifest: NOSIGNATURE
                wormhole-1.1.15-forge-mc1.18.jar                  |Wormhole (Portals)            |wormhole                      |1.1.15              |DONE      |Manifest: NOSIGNATURE
                cfm-7.0.0-pre35-1.18.2.jar                        |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre35         |DONE      |Manifest: NOSIGNATURE
                JadeAddons-1.18.2-forge-2.5.0.jar                 |Jade Addons                   |jadeaddons                    |2.5.0               |DONE      |Manifest: NOSIGNATURE
                CustomWindowTitle-Forge-1.17.1+v1.1.1.jar         |Custom Window Title           |customwindowtitle             |1.1.1               |DONE      |Manifest: NOSIGNATURE
                FastLeafDecay-28.jar                              |FastLeafDecay                 |fastleafdecay                 |28                  |DONE      |Manifest: NOSIGNATURE
                CodeChickenLib-1.18.2-4.1.4.488-universal.jar     |CodeChicken Lib               |codechickenlib                |4.1.4.488           |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
                YungsBetterMineshafts-1.18.2-Forge-2.2.jar        |YUNG's Better Mineshafts      |bettermineshafts              |1.18.2-Forge-2.2    |DONE      |Manifest: NOSIGNATURE
                geckolib-forge-1.18-3.0.57.jar                    |GeckoLib                      |geckolib3                     |3.0.57              |DONE      |Manifest: NOSIGNATURE
                DarkPaintings-Forge-1.18.2-10.0.4.jar             |DarkPaintings                 |darkpaintings                 |10.0.4              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                mcw-lights-1.0.6-mc1.18.2forge.jar                |Macaw's Lights and Lamps      |mcwlights                     |1.0.6               |DONE      |Manifest: NOSIGNATURE
                SmartBrainLib-forge-1.18.2-1.9.jar                |SmartBrainLib                 |smartbrainlib                 |1.9                 |DONE      |Manifest: NOSIGNATURE
                tconplanner-1.18.2-1.2.0.jar                      |Tinker's Planner              |tconplanner                   |1.2.0               |DONE      |Manifest: NOSIGNATURE
                clienttweaks-forge-1.18.1-7.1.0.jar               |Client Tweaks                 |clienttweaks                  |7.1.0               |DONE      |Manifest: NOSIGNATURE
                Notes-1.18.2-1.2.4.jar                            |Notes                         |notes                         |1.18.2-1.2.4        |DONE      |Manifest: NOSIGNATURE
                nomowanderer-1.18.2_1.1.6.jar                     |NoMoWanderer                  |nomowanderer                  |1.18.2_1.1.6        |DONE      |Manifest: NOSIGNATURE
                rechiseled-1.1.5b-forge-mc1.18.jar                |Rechiseled                    |rechiseled                    |1.1.5b              |DONE      |Manifest: NOSIGNATURE
                advanced-xray-forge-1.18.2-2.11.0-build.7.jar     |Advanced XRay                 |xray                          |1.18.2-2.11.0-build.|DONE      |Manifest: NOSIGNATURE
                The_Graveyard_1.9.7_(FORGE)_for_1.18.2.jar        |The Graveyard                 |graveyard                     |1.9.7               |DONE      |Manifest: NOSIGNATURE
                AttributeFix-Forge-1.18.2-14.0.2.jar              |AttributeFix                  |attributefix                  |14.0.2              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                caelus-forge-1.18.1-3.0.0.2.jar                   |Caelus API                    |caelus                        |1.18.1-3.0.0.2      |DONE      |Manifest: NOSIGNATURE
                lemonlib-2.1.1.jar                                |Lemon Lib                     |lemonlib                      |2.1.1               |DONE      |Manifest: NOSIGNATURE
                bdlib-1.19.3.7-mc1.18.2.jar                       |BdLib                         |bdlib                         |1.19.3.7            |DONE      |Manifest: NOSIGNATURE
                shutupexperimentalsettings-1.0.5.jar              |Shutup Experimental Settings! |shutupexperimentalsettings    |1.0.5               |DONE      |Manifest: NOSIGNATURE
                NaturesCompass-1.18.2-1.9.7-forge.jar             |Nature's Compass              |naturescompass                |1.18.2-1.9.7-forge  |DONE      |Manifest: NOSIGNATURE
                LibX-1.18.2-3.2.19.jar                            |LibX                          |libx                          |1.18.2-3.2.19       |DONE      |Manifest: NOSIGNATURE
                VanillaAIOTs-1.18.2-1.1.7.jar                     |Vanilla AIOTs                 |vanillaaiots                  |1.18.2-1.1.7        |DONE      |Manifest: NOSIGNATURE
                compactmachines-4.5.0.jar                         |Compact Machines 4            |compactmachines               |4.5.0               |DONE      |Manifest: NOSIGNATURE
                BotanyPots-Forge-1.18.2-8.1.29.jar                |BotanyPots                    |botanypots                    |8.1.29              |DONE      |Manifest: NOSIGNATURE
                phosphophyllite-1.18.2-0.6.0-beta.1.6.jar         |Phosphophyllite               |phosphophyllite               |0.6.0-beta.1.6      |DONE      |Manifest: NOSIGNATURE
                curioofundying-forge-1.18-5.3.0.0.jar             |Curio of Undying              |curioofundying                |1.18-5.3.0.0        |DONE      |Manifest: NOSIGNATURE
                farmingforblockheads-forge-1.18.2-10.0.2.jar      |Farming for Blockheads        |farmingforblockheads          |10.0.2              |DONE      |Manifest: NOSIGNATURE
                pneumaticcraft-repressurized-1.18.2-3.6.4-45.jar  |PneumaticCraft: Repressurized |pneumaticcraft                |1.18.2-3.6.4-45     |DONE      |Manifest: NOSIGNATURE
                catalogue-1.6.2-1.18.2.jar                        |Catalogue                     |catalogue                     |1.6.2               |DONE      |Manifest: NOSIGNATURE
                fusion-1.1.1-forge-mc1.18.jar                     |Fusion                        |fusion                        |1.1.1               |DONE      |Manifest: NOSIGNATURE
                ImmersivePetroleum-1.18.2-4.2.0-25.jar            |Immersive Petroleum           |immersivepetroleum            |4.2.0-25            |DONE      |Manifest: NOSIGNATURE
                MythicBotany-1.18.2-2.1.14.jar                    |MythicBotany                  |mythicbotany                  |1.18.2-2.1.14       |DONE      |Manifest: NOSIGNATURE
                DungeonsArise-1.18.2-2.1.52-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.52-1.18.2       |DONE      |Manifest: NOSIGNATURE
                alchemistry-1.18.2-2.2.4.jar                      |Alchemistry                   |alchemistry                   |1.18.2-2.2.4        |DONE      |Manifest: NOSIGNATURE
                ZeroCore2-1.18.2-2.1.39.jar                       |Zero CORE 2                   |zerocore                      |1.18.2-2.1.39       |DONE      |Manifest: NOSIGNATURE
                client-1.18.2-20220404.173914-srg.jar             |Minecraft                     |minecraft                     |1.18.2              |DONE      |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f
                logprot-1.18.2-1.7.jar                            |Logprot                       |logprot                       |1.4                 |DONE      |Manifest: NOSIGNATURE
                trade-cycling-forge-1.18.2-1.0.2.jar              |Trade Cycling                 |trade_cycling                 |1.18.2-1.0.2        |DONE      |Manifest: NOSIGNATURE
                TerraBlender-forge-1.18.2-1.1.0.102.jar           |TerraBlender                  |terrablender                  |1.18.2-1.1.0.102    |DONE      |Manifest: NOSIGNATURE
                MouseTweaks-forge-mc1.18-2.21.jar                 |Mouse Tweaks                  |mousetweaks                   |2.21                |DONE      |Manifest: NOSIGNATURE
                MoreVanillaLib-1.18.2-3.1.1.jar                   |MoreVanillaLib                |morevanillalib                |1.18.2-3.1.1        |DONE      |Manifest: NOSIGNATURE
                sushigocrafting-1.18.2-0.3.5.jar                  |Sushi Go Crafting             |sushigocrafting               |0.3.5               |DONE      |Manifest: NOSIGNATURE
                kffmod-3.12.0.jar                                 |Kotlin For Forge              |kotlinforforge                |3.12.0              |DONE      |Manifest: NOSIGNATURE
                flywheel-forge-1.18.2-0.6.10-105.jar              |Flywheel                      |flywheel                      |0.6.10-105          |DONE      |Manifest: NOSIGNATURE
                createoreexcavation-1.1.1.jar                     |Create Ore Excavation         |createoreexcavation           |1.1.1               |DONE      |Manifest: NOSIGNATURE
                Mantle-1.18.2-1.9.50.jar                          |Mantle                        |mantle                        |1.9.50              |DONE      |Manifest: NOSIGNATURE
                rubidium-extra-0.4.18+mc1.18.2-build.86.jar       |Rubidium Extra                |sodiumextra                   |0.4.18+mc1.18.2-buil|DONE      |Manifest: NOSIGNATURE
                itemcollectors-1.1.9-forge-mc1.18.jar             |Item Collectors               |itemcollectors                |1.1.9               |DONE      |Manifest: NOSIGNATURE
                serverconfigupdater-2.2.jar                       |ServerConfig Updater          |serverconfigupdater           |2.2                 |DONE      |Manifest: NOSIGNATURE
                polymorph-forge-1.18.2-0.49.jar                   |Polymorph                     |polymorph                     |1.18.2-0.49         |DONE      |Manifest: NOSIGNATURE
                JustEnoughProfessions-1.18.2-1.3.0.jar            |Just Enough Professions (JEP) |justenoughprofessions         |1.3.0               |DONE      |Manifest: NOSIGNATURE
                AutoRegLib-1.7-53.jar                             |AutoRegLib                    |autoreglib                    |1.7-53              |DONE      |Manifest: NOSIGNATURE
                almostunified-forge-1.18.2-0.3.10.jar             |AlmostUnified                 |almostunified                 |1.18.2-0.3.10       |DONE      |Manifest: NOSIGNATURE
                mna-2.0.0.33.jar                                  |Mana and Artifice             |mna                           |2.0.0.33            |DONE      |Manifest: NOSIGNATURE
                entityculling-forge-1.6.1-mc1.18.2.jar            |EntityCulling                 |entityculling                 |1.6.1               |DONE      |Manifest: NOSIGNATURE
                canary-mc1.18.2-0.3.3.jar                         |Canary                        |canary                        |0.3.3               |DONE      |Manifest: NOSIGNATURE
                FastFurnace-1.18.2-6.0.3.jar                      |FastFurnace                   |fastfurnace                   |6.0.3               |DONE      |Manifest: NOSIGNATURE
                lootr-1.18.2-0.3.27.69.jar                        |Lootr                         |lootr                         |0.3.26.68           |DONE      |Manifest: NOSIGNATURE
                connectedglass-1.1.11-forge-mc1.18.jar            |Connected Glass               |connectedglass                |1.1.11              |DONE      |Manifest: NOSIGNATURE
                RainShield-1.18.2-1.1.0.jar                       |Rain Shield                   |rainshield                    |1.1.0               |DONE      |Manifest: NOSIGNATURE
                ModernUI-Forge-1.18.2-3.10.1.1-universal.jar      |Modern UI                     |modernui                      |3.10.1.1            |DONE      |Manifest: 01:c4:52:25:b1:6e:5f:ac:fe:88:35:7e:cf:65:2f:69:1d:56:db:2b:93:f8:dd:7c:93:47:04:8c:e4:22:13:91
                PuzzlesLib-v3.4.6-1.18.2-Forge.jar                |Puzzles Lib                   |puzzleslib                    |3.4.6               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                parry-2.3.1.jar                                   |Shield Parry                  |parry                         |2.3.1               |DONE      |Manifest: NOSIGNATURE
                PizzaCraft-1.18.2-5.1.7.jar                       |PizzaCraft                    |pizzacraft                    |5.1.7               |DONE      |Manifest: NOSIGNATURE
                textrues_embeddium_options-0.1.1+mc1.18.2.jar     |TexTrue's Embeddium Options   |textrues_embeddium_options    |0.1.1+mc1.18.2      |DONE      |Manifest: NOSIGNATURE
                extremesoundmuffler-3.30_forge-1.18.2.jar         |Extreme Sound Muffler         |extremesoundmuffler           |3.31_forge-1.18.2   |DONE      |Manifest: NOSIGNATURE
                CosmeticArmorReworked-1.18.2-v2a.jar              |CosmeticArmorReworked         |cosmeticarmorreworked         |1.18.2-v2a          |DONE      |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
                brightnessslider-forge-1.0-1.18.2.jar             |Better Brightness Slider      |brightnessslider              |1.0                 |DONE      |Manifest: NOSIGNATURE
                defaultoptions-forge-1.18.2-14.1.2.jar            |Default Options               |defaultoptions                |14.1.2              |DONE      |Manifest: NOSIGNATURE
                cristellib-forge-1.0.0.jar                        |Cristel Lib                   |cristellib                    |1.0.0               |DONE      |Manifest: NOSIGNATURE
                CyclopsCore-1.18.2-1.17.9.jar                     |Cyclops Core                  |cyclopscore                   |1.17.9              |DONE      |Manifest: NOSIGNATURE
                Mekanism-MoreSolarPanels-1.18.2-1.5.1.jar         |More Solar Panels             |solarpanels                   |1.18.2-1.5.1        |DONE      |Manifest: NOSIGNATURE
                blue_skies-1.18.2-1.3.12.jar                      |Blue Skies                    |blue_skies                    |1.3.12              |DONE      |Manifest: NOSIGNATURE
                alchemylib-1.18.2-1.0.22.jar                      |AlchemyLib                    |alchemylib                    |1.18.2-1.0.22       |DONE      |Manifest: NOSIGNATURE
                YungsBetterWitchHuts-1.18.2-Forge-1.0.1.jar       |YUNG's Better Witch Huts      |betterwitchhuts               |1.18.2-Forge-1.0.1  |DONE      |Manifest: NOSIGNATURE
                netherportalfix-forge-1.18.2-9.0.1.jar            |NetherPortalFix               |netherportalfix               |9.0.1               |DONE      |Manifest: NOSIGNATURE
                AIOTBotania-1.18.2-2.1.2.jar                      |AIOT Botania                  |aiotbotania                   |1.18.2-2.1.2        |DONE      |Manifest: NOSIGNATURE
                AdvancedPeripherals-1.18.2-0.7.31r.jar            |Advanced Peripherals          |advancedperipherals           |0.7.31r             |DONE      |Manifest: NOSIGNATURE
                morejs-forge-1.18.2-0.0.6.jar                     |MoreJS                        |morejs                        |0.0.6               |DONE      |Manifest: NOSIGNATURE
                ExtendedCrafting-1.18.2-4.1.2.jar                 |Extended Crafting             |extendedcrafting              |4.1.2               |DONE      |Manifest: NOSIGNATURE
                Architects-Palette-1.18.2-1.3.2.1.jar             |Architect's Palette           |architects_palette            |1.3.2.1             |DONE      |Manifest: NOSIGNATURE
                incontrol-1.18-6.1.12.jar                         |InControl                     |incontrol                     |1.18-6.1.12         |DONE      |Manifest: NOSIGNATURE
                YungsBetterOceanMonuments-1.18.2-Forge-1.0.3.jar  |YUNG's Better Ocean Monuments |betteroceanmonuments          |1.18.2-Forge-1.0.3  |DONE      |Manifest: NOSIGNATURE
                connectivity-1.18.2-3.2.jar                       |Connectivity Mod              |connectivity                  |1.18.2-3.2          |DONE      |Manifest: NOSIGNATURE
                sophisticatedcore-1.18.2-0.6.3.565.jar            |Sophisticated Core            |sophisticatedcore             |1.18.2-0.6.3.565    |DONE      |Manifest: NOSIGNATURE
                kleeslabs-forge-1.18.2-11.1.1.jar                 |KleeSlabs                     |kleeslabs                     |11.1.1              |DONE      |Manifest: NOSIGNATURE
                rsgauges-1.18.2-1.2.18.jar                        |Gauges and Switches           |rsgauges                      |1.2.18              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
                glassential-forge-1.18.2-1.2.3.jar                |Glassential                   |glassential                   |1.18.2-1.2.3        |DONE      |Manifest: NOSIGNATURE
                Controlling-forge-1.18.2-9.0+23.jar               |Controlling                   |controlling                   |9.0+23              |DONE      |Manifest: NOSIGNATURE
                Placebo-1.18.2-6.6.7.jar                          |Placebo                       |placebo                       |6.6.7               |DONE      |Manifest: NOSIGNATURE
                Timber_Frames_1.18.2_1.5_CTM.jar                  |Timber Frames                 |timber_frames                 |1.4.1               |DONE      |Manifest: NOSIGNATURE
                mixinextras-forge-0.3.2.jar                       |MixinExtras                   |mixinextras                   |0.3.2               |DONE      |Manifest: NOSIGNATURE
                feature_nbt_deadlock_be_gone_forge-2.0.0+1.18.2.ja|Feature NBT Deadlock Be Gone  |feature_nbt_deadlock_be_gone  |2.0.0+1.18.2        |DONE      |Manifest: NOSIGNATURE
                Bookshelf-Forge-1.18.2-13.3.56.jar                |Bookshelf                     |bookshelf                     |13.3.56             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                sophisticatedbackpacks-1.18.2-3.20.2.1026.jar     |Sophisticated Backpacks       |sophisticatedbackpacks        |1.18.2-3.20.2.1026  |DONE      |Manifest: NOSIGNATURE
                buildinggadgets-3.13.2-build.21+mc1.18.2.jar      |Building Gadgets              |buildinggadgets               |3.13.2-build.21+mc1.|DONE      |Manifest: NOSIGNATURE
                FramedBlocks-5.11.5.jar                           |FramedBlocks                  |framedblocks                  |5.11.5              |DONE      |Manifest: NOSIGNATURE
                forge-1.18.2-40.2.5-universal.jar                 |Forge                         |forge                         |40.2.5              |DONE      |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
                PassthroughSigns-1.18-2.5.0.jar                   |Passthrough Signs             |passthroughsigns              |1.18-2.5.0          |DONE      |Manifest: NOSIGNATURE
                cofh_core-1.18.2-9.2.3.47.jar                     |CoFH Core                     |cofh_core                     |9.2.3               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                thermal_foundation-1.18.2-9.2.2.58.jar            |Thermal Series                |thermal                       |9.2.2               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                thermal_innovation-1.18.2-9.2.1.19.jar            |Thermal Innovation            |thermal_innovation            |9.2.1               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                thermal_cultivation-1.18.2-9.2.1.20.jar           |Thermal Cultivation           |thermal_cultivation           |9.2.1               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                appleskin-forge-mc1.18.2-2.5.1.jar                |AppleSkin                     |appleskin                     |2.5.1+mc1.18.2      |DONE      |Manifest: NOSIGNATURE
                Aquaculture-1.18.2-2.3.12.jar                     |Aquaculture 2                 |aquaculture                   |1.18.2-2.3.12       |DONE      |Manifest: NOSIGNATURE
                relics-1.18.2-0.4.1.8.jar                         |Relics                        |relics                        |0.4.1.8             |DONE      |Manifest: NOSIGNATURE
                mcw-doors-1.1.0forge-mc1.18.2.jar                 |Macaw's Doors                 |mcwdoors                      |1.1.0               |DONE      |Manifest: NOSIGNATURE
                Steam_Rails-1.4.8+forge-mc1.18.2-build.23.jar     |Create: Steam 'n Rails        |railways                      |1.4.8+forge-mc1.18.2|DONE      |Manifest: NOSIGNATURE
                MekanismGenerators-1.18.2-10.2.5.465.jar          |Mekanism: Generators          |mekanismgenerators            |10.2.5              |DONE      |Manifest: NOSIGNATURE
                Beyond-Earth-1.18.2-6.2.jar                       |Beyond Earth                  |beyond_earth                  |6.2                 |DONE      |Manifest: NOSIGNATURE
                MmmMmmMmmMmm-1.18.2-1.5.2.jar                     |MmmMmmMmmMmm                  |dummmmmmy                     |1.18-1.5.2          |DONE      |Manifest: NOSIGNATURE
                no_nv_flash-1.18.2-1.4.0.2.jar                    |No Night Vision Flashing      |no_nv_flash                   |1.4.0.2             |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                mob_grinding_utils-1.18.2-0.4.50.jar              |Mob Grinding Utils            |mob_grinding_utils            |1.18.2-0.4.50       |DONE      |Manifest: NOSIGNATURE
                cobblegenrandomizer-1.18.2-1.2.jar                |CobbleGenRandomizer           |cobblegenrandomizer           |1.18.2-1.2          |DONE      |Manifest: NOSIGNATURE
                chipped-forge-1.18.2-2.0.1.jar                    |Chipped                       |chipped                       |2.0.1               |DONE      |Manifest: NOSIGNATURE
                JAMD-1.7.0-build.25+mc1.18.2.jar                  |Just Another Mining Dimension |jamd                          |1.7.0-build.25+mc1.1|DONE      |Manifest: NOSIGNATURE
                mcw-bridges-2.1.0-mc1.18.2forge.jar               |Macaw's Bridges               |mcwbridges                    |2.1.0               |DONE      |Manifest: NOSIGNATURE
                DustrialDecor-1.3.3-1.18.2.jar                    |'Dustrial Decor               |dustrial_decor                |1.3.2               |DONE      |Manifest: NOSIGNATURE
                HostileNeuralNetworks-1.18.2-3.3.0.jar            |Hostile Neural Networks       |hostilenetworks               |3.3.0               |DONE      |Manifest: NOSIGNATURE
                entangled-1.3.17-forge-mc1.18.jar                 |Entangled                     |entangled                     |1.3.17              |DONE      |Manifest: NOSIGNATURE
                CommonCapabilities-1.18.2-2.9.1.jar               |CommonCapabilities            |commoncapabilities            |2.9.1               |DONE      |Manifest: NOSIGNATURE
                crashutilities-4.1.jar                            |Crash Utilities               |crashutilities                |4.1                 |DONE      |Manifest: NOSIGNATURE
                mcw-fences-1.1.1-mc1.18.2forge.jar                |Macaw's Fences and Walls      |mcwfences                     |1.1.1               |DONE      |Manifest: NOSIGNATURE
                simplylight-1.18.2-1.4.5-build.43.jar             |Simply Light                  |simplylight                   |1.18.2-1.4.5-build.4|DONE      |Manifest: NOSIGNATURE
                blockui-1.18.2-0.0.71-ALPHA.jar                   |UI Library Mod                |blockui                       |1.18.2-0.0.71-ALPHA |DONE      |Manifest: NOSIGNATURE
                collective-1.18.2-7.7.jar                         |Collective                    |collective                    |7.7                 |DONE      |Manifest: NOSIGNATURE
                camera-1.18.2-1.0.6.jar                           |Camera Mod                    |camera                        |1.18.2-1.0.6        |DONE      |Manifest: NOSIGNATURE
                time-in-a-bottle-2.1.0-mc1.18.1.jar               |Time In A Bottle              |tiab                          |2.1.0-mc1.18.1      |DONE      |Manifest: NOSIGNATURE
                thermal_expansion-1.18.2-9.2.2.24.jar             |Thermal Expansion             |thermal_expansion             |9.2.2               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                MysticalCustomization-1.18.2-3.1.2.jar            |Mystical Customization        |mysticalcustomization         |3.1.2               |DONE      |Manifest: NOSIGNATURE
                elevatorid-1.18.2-1.8.4.jar                       |Elevator Mod                  |elevatorid                    |1.18.2-1.8.4        |DONE      |Manifest: NOSIGNATURE
                ftb-ultimine-forge-1802.3.4-build.93.jar          |FTB Ultimine                  |ftbultimine                   |1802.3.4-build.93   |DONE      |Manifest: NOSIGNATURE
                YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar     |YUNG's Better Strongholds     |betterstrongholds             |1.18.2-Forge-2.1.1  |DONE      |Manifest: NOSIGNATURE
                Runelic-Forge-1.18.2-11.0.1.jar                   |Runelic                       |runelic                       |11.0.1              |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                spirit-forge-1.18.2-2.1.8.jar                     |Spirit                        |spirit                        |2.1.8               |DONE      |Manifest: NOSIGNATURE
                MekanismTools-1.18.2-10.2.5.465.jar               |Mekanism: Tools               |mekanismtools                 |10.2.5              |DONE      |Manifest: NOSIGNATURE
                architectury-4.12.94-forge.jar                    |Architectury                  |architectury                  |4.12.94             |DONE      |Manifest: NOSIGNATURE
                ftb-library-forge-1802.3.11-build.177.jar         |FTB Library                   |ftblibrary                    |1802.3.11-build.177 |DONE      |Manifest: NOSIGNATURE
                jecalculation-forge-1.18.2-4.0.4.jar              |Just Enough Calculation       |jecalculation                 |4.0.4               |DONE      |Manifest: NOSIGNATURE
                findme-3.0.6-forge.jar                            |FindMe                        |findme                        |3.0.6               |DONE      |Manifest: NOSIGNATURE
                ftb-teams-forge-1802.2.11-build.107.jar           |FTB Teams                     |ftbteams                      |1802.2.11-build.107 |DONE      |Manifest: NOSIGNATURE
                ftb-ranks-forge-1802.1.11-build.71.jar            |FTB Ranks                     |ftbranks                      |1802.1.11-build.71  |DONE      |Manifest: NOSIGNATURE
                ftb-essentials-1802.2.2-build.83.jar              |FTB Essentials                |ftbessentials                 |1802.2.2-build.83   |DONE      |Manifest: NOSIGNATURE
                curiouselytra-forge-1.18.1-5.0.1.0.jar            |Curious Elytra                |curiouselytra                 |1.18.1-5.0.1.0      |DONE      |Manifest: NOSIGNATURE
                cc-tweaked-1.18.2-1.101.3.jar                     |CC: Tweaked                   |computercraft                 |1.101.3             |DONE      |Manifest: NOSIGNATURE
                energymeter-1.18.2-3.2.1.jar                      |Energy Meter                  |energymeter                   |1.18.2-3.2.1        |DONE      |Manifest: NOSIGNATURE
                AI-Improvements-1.18.2-0.5.2.jar                  |AI-Improvements               |aiimprovements                |0.5.2               |DONE      |Manifest: NOSIGNATURE
                compactcrafting-2.0.0.jar                         |Compact Crafting              |compactcrafting               |2.0.0               |DONE      |Manifest: NOSIGNATURE
                jei-1.18.2-forge-10.2.1.1005.jar                  |Just Enough Items             |jei                           |10.2.1.1005         |DONE      |Manifest: NOSIGNATURE
                Mekanism-1.18.2-10.2.5.465.jar                    |Mekanism                      |mekanism                      |10.2.5              |DONE      |Manifest: NOSIGNATURE
                pipez-1.18.2-1.1.5.jar                            |Pipez                         |pipez                         |1.18.2-1.1.5        |DONE      |Manifest: NOSIGNATURE
                light-overlay-6.0.5-forge.jar                     |Light Overlay                 |lightoverlay                  |6.0.5               |DONE      |Manifest: NOSIGNATURE
                trashcans-1.0.18-forge-mc1.18.jar                 |Trash Cans                    |trashcans                     |1.0.18              |DONE      |Manifest: NOSIGNATURE
                The_Undergarden-1.18.2-0.7.1.jar                  |The Undergarden               |undergarden                   |0.7.1               |DONE      |Manifest: NOSIGNATURE
                inventoryessentials-forge-1.18.2-4.0.3.jar        |Inventory Essentials          |inventoryessentials           |4.0.3               |DONE      |Manifest: NOSIGNATURE
                bwncr-3.13.21.jar                                 |Bad Wither No Cookie Reloaded |bwncr                         |3.13.21             |DONE      |Manifest: NOSIGNATURE
                polylib-forge-1801.0.3-build.109.jar              |PolyLib                       |polylib                       |1801.0.3-build.109  |DONE      |Manifest: NOSIGNATURE
                observable-2.2.3-forge.jar                        |Observable                    |observable                    |2.2.3               |DONE      |Manifest: NOSIGNATURE
                vtones-1.3.jar                                    |vtones                        |vtones                        |1.3                 |DONE      |Manifest: NOSIGNATURE
                GameMenuModOption-1.18-Forge-1.14.2.jar           |Game Menu Mod Option          |gamemenumodoption             |1.14.2              |DONE      |Manifest: NOSIGNATURE
                TradingPost-v3.2.0-1.18.2-Forge.jar               |Trading Post                  |tradingpost                   |3.2.0               |DONE      |Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
                BetterAdvancements-1.18.2-0.2.0.146.jar           |Better Advancements           |betteradvancements            |0.2.0.146           |DONE      |Manifest: NOSIGNATURE
                inventorysorter-1.18.2-19.0.4.jar                 |Simple Inventory Sorter       |inventorysorter               |19.0.4              |DONE      |Manifest: NOSIGNATURE
                BHMenu-Forge-1.18.2-2.4.1.jar                     |BHMenu                        |bhmenu                        |2.4.1               |DONE      |Manifest: NOSIGNATURE
                rhino-forge-1802.2.1-build.255.jar                |Rhino                         |rhino                         |1802.2.1-build.255  |DONE      |Manifest: NOSIGNATURE
                biggerreactors-1.18.2-0.6.0-beta.1.4.jar          |Bigger Reactors               |biggerreactors                |0.6.0-beta.1.4      |DONE      |Manifest: NOSIGNATURE
                MCDoom-Forge-1.18.2-4.2.40.jar                    |Doom Mod                      |doom                          |4.2.40              |DONE      |Manifest: NOSIGNATURE
                Cucumber-1.18.2-5.1.5.jar                         |Cucumber Library              |cucumber                      |5.1.5               |DONE      |Manifest: NOSIGNATURE
                trashslot-forge-1.18.2-11.0.3.jar                 |TrashSlot                     |trashslot                     |11.0.3              |DONE      |Manifest: NOSIGNATURE
                jmi-forge-1.18.2-0.13-43.jar                      |JourneyMap Integration        |jmi                           |0.13-43             |DONE      |Manifest: NOSIGNATURE
                sophisticatedstorage-1.18.2-0.9.7.742.jar         |Sophisticated Storage         |sophisticatedstorage          |1.18.2-0.9.7.742    |DONE      |Manifest: NOSIGNATURE
                redstonepen-1.18.2-1.0.13.jar                     |Redstone Pen                  |redstonepen                   |1.0.13              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
                quickstack-1.18.2-5.0.1.jar                       |QuickStack                    |quickstack                    |1.18.2-5.0.1        |DONE      |Manifest: NOSIGNATURE
                item-filters-forge-1802.2.8-build.50.jar          |Item Filters                  |itemfilters                   |1802.2.8-build.50   |DONE      |Manifest: NOSIGNATURE
                simple-rpc-1.18.2-3.2.4.jar                       |Simple RPC                    |simplerpc                     |3.2.4               |DONE      |Manifest: NOSIGNATURE
                scannable-1.18.2-forge-1.7.6+135af8a.jar          |Scannable                     |scannable                     |1.7.6               |DONE      |Manifest: NOSIGNATURE
                Mekanism-Evolution-1.18.2-1.3.4.jar               |Mekanism: Evolution           |mekaevolution                 |1.18.2-1.3.4        |DONE      |Manifest: NOSIGNATURE
                ensorcellation-1.18.2-3.2.2.19.jar                |Ensorcellation                |ensorcellation                |3.2.2               |DONE      |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
                create-1.18.2-0.5.1.f.jar                         |Create                        |create                        |0.5.1.f             |DONE      |Manifest: NOSIGNATURE
                createdeco-1.3.3-1.18.2.jar                       |Create Deco                   |createdeco                    |1.3.3-1.18.2        |DONE      |Manifest: NOSIGNATURE
                waystones-forge-1.18.2-10.2.2.jar                 |Waystones                     |waystones                     |10.2.2              |DONE      |Manifest: NOSIGNATURE
                Clumps-forge-1.18.2-8.0.0+17.jar                  |Clumps                        |clumps                        |8.0.0+17            |DONE      |Manifest: NOSIGNATURE
                journeymap-1.18.2-5.9.7p1-forge.jar               |Journeymap                    |journeymap                    |5.9.7p1             |DONE      |Manifest: NOSIGNATURE
                numismaticoverhaul-1.18.2-1.0.2.jar               |Numismatic Overhaul           |numismaticoverhaul            |1.0.2               |DONE      |Manifest: NOSIGNATURE
                comforts-forge-1.18.2-5.0.0.6.jar                 |Comforts                      |comforts                      |1.18.2-5.0.0.6      |DONE      |Manifest: NOSIGNATURE
                artifacts-1.18.2-4.2.3.jar                        |Artifacts                     |artifacts                     |1.18.2-4.2.3        |DONE      |Manifest: NOSIGNATURE
                configured-2.0.1-1.18.2.jar                       |Configured                    |configured                    |2.0.1               |DONE      |Manifest: NOSIGNATURE
                Decorative Blocks-forge-1.18.2-2.1.2.jar          |Decorative Blocks             |decorative_blocks             |2.1.2               |DONE      |Manifest: NOSIGNATURE
                betteranimalsplus-1.18.2-11.0.10-forge.jar        |Better Animals Plus           |betteranimalsplus             |1.18.2-11.0.10      |DONE      |Manifest: NOSIGNATURE
                BadMobs-1.18.2-13.01.jar                          |BadMobs                       |badmobs                       |13.01               |DONE      |Manifest: NOSIGNATURE
                ftbbackups2-forge-1.18.2-1.0.23.jar               |FTB Backups 2                 |ftbbackups2                   |1.0.23              |DONE      |Manifest: NOSIGNATURE
                create-confectionery1.18.2_v1.0.9.jar             |Create Confectionery          |create_confectionery          |1.0.9               |DONE      |Manifest: NOSIGNATURE
                Multiblocked-1.18.2-1.0.10.jar                    |Multiblocked                  |multiblocked                  |1.18.2-1.0.10       |DONE      |Manifest: NOSIGNATURE
                TravelAnchors-1.18.2-3.3.jar                      |Travel Anchors                |travel_anchors                |1.18.2-3.3          |DONE      |Manifest: NOSIGNATURE
                lazydfu-1.0-1.18+.jar                             |LazyDFU                       |lazydfu                       |0.1.3               |DONE      |Manifest: NOSIGNATURE
                mcjtylib-1.18-6.0.20.jar                          |McJtyLib                      |mcjtylib                      |1.18-6.0.20         |DONE      |Manifest: NOSIGNATURE
                rftoolsbase-1.18-3.0.12.jar                       |RFToolsBase                   |rftoolsbase                   |1.18-3.0.12         |DONE      |Manifest: NOSIGNATURE
                xnet-1.18-4.0.9.jar                               |XNet                          |xnet                          |1.18-4.0.9          |DONE      |Manifest: NOSIGNATURE
                rftoolspower-1.18-4.0.9.jar                       |RFToolsPower                  |rftoolspower                  |1.18-4.0.9          |DONE      |Manifest: NOSIGNATURE
                rftoolsbuilder-1.18-4.1.4.jar                     |RFToolsBuilder                |rftoolsbuilder                |1.18-4.1.4          |DONE      |Manifest: NOSIGNATURE
                XNetGases-1.18.2-3.0.1.jar                        |XNet Gases                    |xnetgases                     |3.0.1               |DONE      |Manifest: NOSIGNATURE
                YungsBetterDesertTemples-1.18.2-Forge-1.3.1.jar   |YUNG's Better Desert Temples  |betterdeserttemples           |1.18.2-Forge-1.3.1  |DONE      |Manifest: NOSIGNATURE
                PackagedExCrafting-1.18.2-3.1.0.19.jar            |PackagedExCrafting            |packagedexcrafting            |3.1.0.19            |DONE      |Manifest: NOSIGNATURE
                ToastControl-1.18.2-6.0.3.jar                     |Toast Control                 |toastcontrol                  |6.0.3               |DONE      |Manifest: NOSIGNATURE
                Terralith_1.18.2_v2.2.4.jar                       |Terralith                     |terralith                     |2.2.4               |DONE      |Manifest: NOSIGNATURE
                blueprint-1.18.2-5.5.0.jar                        |Blueprint                     |blueprint                     |5.5.0               |DONE      |Manifest: NOSIGNATURE
                personality-1.18.2-2.0.0.jar                      |Personality                   |personality                   |2.0.0               |DONE      |Manifest: NOSIGNATURE
                mininggadgets-1.11.1.jar                          |Mining Gadgets                |mininggadgets                 |1.11.1              |DONE      |Manifest: NOSIGNATURE
                EnderStorage-1.18.2-2.9.0.182-universal.jar       |EnderStorage                  |enderstorage                  |2.9.0.182           |DONE      |Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
                ftb-chunks-forge-1802.3.17-build.265.jar          |FTB Chunks                    |ftbchunks                     |1802.3.17-build.265 |DONE      |Manifest: NOSIGNATURE
                kubejs-forge-1802.5.5-build.569.jar               |KubeJS                        |kubejs                        |1802.5.5-build.569  |DONE      |Manifest: NOSIGNATURE
                kubejs-thermal-1802.1.6-build.7.jar               |KubeJS Thermal                |kubejs_thermal                |1802.1.6-build.7    |DONE      |Manifest: NOSIGNATURE
                ftb-quests-forge-1802.3.15-build.298.jar          |FTB Quests                    |ftbquests                     |1802.3.15-build.298 |DONE      |Manifest: NOSIGNATURE
                kubejs-create-forge-1802.2.4-build.16.jar         |KubeJS Create                 |kubejs_create                 |1802.2.4-build.16   |DONE      |Manifest: NOSIGNATURE
                kubejs-mekanism-1802.1.3-build.8.jar              |KubeJS Mekanism               |kubejs_mekanism               |1802.1.3-build.8    |DONE      |Manifest: NOSIGNATURE
                kubejs-ui-forge-1802.1.8-build.17.jar             |KubeJS UI                     |kubejs_ui                     |1802.1.8-build.17   |DONE      |Manifest: NOSIGNATURE
                ponderjs-1.18.2-1.1.10.jar                        |PonderJS                      |ponderjs                      |1.1.10              |DONE      |Manifest: NOSIGNATURE
                FasterLadderClimbing-1.18.2-0.2.4.jar             |Faster Ladder Climbing        |fasterladderclimbing          |0.2.4               |DONE      |Manifest: NOSIGNATURE
                BrandonsCore-1.18.2-3.1.10.283-universal.jar      |Brandon's Core                |brandonscore                  |3.1.10.283          |DONE      |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
                Draconic-Evolution-1.18.2-3.0.31.531-universal.jar|Draconic Evolution            |draconicevolution             |3.0.31.531          |DONE      |Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
                Draconic-Additions-1.18.2-2.2.7.10-universal.jar  |Draconic Additions            |draconicadditions             |2.2.7.10            |DONE      |Manifest: NOSIGNATURE
                jeimultiblocks-1.18.2-0.0.2.jar                   |Just Enough Immersive Multiblo|jeimultiblocks                |0.0.2               |DONE      |Manifest: NOSIGNATURE
                ImmersiveEngineering-1.18.2-8.4.0-161.jar         |Immersive Engineering         |immersiveengineering          |1.18.2-8.4.0-161    |DONE      |Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
                kubejs-immersive-engineering-1802.2.1-build.35.jar|KubeJS Immersive Engineering  |kubejs_immersive_engineering  |1802.2.1-build.35   |DONE      |Manifest: NOSIGNATURE
                selene-1.18.2-1.17.14.jar                         |Selene                        |selene                        |1.18.2-1.17.14      |DONE      |Manifest: NOSIGNATURE
                supplementaries-1.18.2-1.5.18.jar                 |Supplementaries               |supplementaries               |1.18.2-1.5.18       |DONE      |Manifest: NOSIGNATURE
                MysticalAgriculture-1.18.2-5.1.5.jar              |Mystical Agriculture          |mysticalagriculture           |5.1.5               |DONE      |Manifest: NOSIGNATURE
                MysticalAgradditions-1.18.2-5.1.4.jar             |Mystical Agradditions         |mysticalagradditions          |5.1.4               |DONE      |Manifest: NOSIGNATURE
                The_Graveyard_Biomes_1.1_(FORGE)_for_1.18.2.jar   |The Graveyard Biomes          |graveyard_biomes              |1.1                 |DONE      |Manifest: NOSIGNATURE
                TConstruct-1.18.2-3.6.4.113.jar                   |Tinkers' Construct            |tconstruct                    |3.6.4.113           |DONE      |Manifest: NOSIGNATURE
                kubejs-tinkers-1802.1.0-build.1.jar               |KubeJS Tinkers Construct      |kubejs_tinkers_construct      |1802.1.0-build.1    |DONE      |Manifest: NOSIGNATURE
                rftoolsutility-1.18-4.0.24.jar                    |RFToolsUtility                |rftoolsutility                |1.18-4.0.24         |DONE      |Manifest: NOSIGNATURE
                EnchantmentDescriptions-Forge-1.18.2-10.0.12.jar  |EnchantmentDescriptions       |enchdesc                      |10.0.12             |DONE      |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
                swingthroughgrass-1.18.2-1.9.1.jar                |SwingThroughGrass             |swingthroughgrass             |1.18.2-1.9.1        |DONE      |Manifest: NOSIGNATURE
                sebastrnlib-1.0.2.jar                             |Sebastrn Lib                  |sebastrnlib                   |1.0.2               |DONE      |Manifest: NOSIGNATURE
                appliedcooking-1.0.3.jar                          |Applied Cooking               |appliedcooking                |1.0.3               |DONE      |Manifest: NOSIGNATURE
                cookingforblockheads-forge-1.18.2-12.2.0.jar      |CookingForBlockheads          |cookingforblockheads          |12.2.0              |DONE      |Manifest: NOSIGNATURE
                Patchouli-1.18.2-71.1.jar                         |Patchouli                     |patchouli                     |1.18.2-71.1         |DONE      |Manifest: NOSIGNATURE
                eccentrictome-1.18.2-1.10.2.jar                   |Eccentric Tome                |eccentrictome                 |1.18.2-1.10.2       |DONE      |Manifest: NOSIGNATURE
                titanium-1.18.2-3.5.11-47.jar                     |Titanium                      |titanium                      |3.5.11              |DONE      |Manifest: NOSIGNATURE
                Jade-1.18.2-forge-5.3.2.jar                       |Jade                          |jade                          |5.3.2               |DONE      |Manifest: NOSIGNATURE
                appliedenergistics2-forge-11.7.6.jar              |Applied Energistics 2         |ae2                           |11.7.6              |DONE      |Manifest: NOSIGNATURE
                lazierae2-1.18.2-3.1.5.jar                        |Lazier AE2                    |lazierae2                     |3.1.5               |DONE      |Manifest: NOSIGNATURE
                AEInfinityBooster-1.18.2-1.1.0+9.jar              |AEInfinityBooster             |aeinfinitybooster             |1.18.2-1.1.0+9      |DONE      |Manifest: NOSIGNATURE
                AE2WTLib-11.6.3.jar                               |AE2WTLib                      |ae2wtlib                      |11.6.3              |DONE      |Manifest: NOSIGNATURE
                CreativeCore_FORGE_v2.6.17_mc1.18.2.jar           |CreativeCore                  |creativecore                  |0.0NONE             |DONE      |Manifest: NOSIGNATURE
                PackagedAuto-1.18.2-3.1.8.38.jar                  |PackagedAuto                  |packagedauto                  |3.1.8.38            |DONE      |Manifest: NOSIGNATURE
                movingelevators-1.4.6-forge-mc1.18.jar            |Moving Elevators              |movingelevators               |1.4.6               |DONE      |Manifest: NOSIGNATURE
                reliquary-1.18.2-2.0.19.1161.jar                  |Reliquary                     |reliquary                     |1.18.2-2.0.19.1161  |DONE      |Manifest: NOSIGNATURE
                Quark-3.2-358.jar                                 |Quark                         |quark                         |3.2-358             |DONE      |Manifest: NOSIGNATURE
                materialis-1.18.2-2.8.6.jar                       |Materialis                    |materialis                    |1.18.2-2.8.6        |DONE      |Manifest: NOSIGNATURE
                mutil-1.18.2-4.5.0.jar                            |mutil                         |mutil                         |4.5.0               |DONE      |Manifest: NOSIGNATURE
                JAOPCA-1.18.2-4.1.18.40.jar                       |JAOPCA                        |jaopca                        |4.1.18.40           |DONE      |Manifest: NOSIGNATURE
                chemlib-1.18.2-2.0.19.jar                         |ChemLib                       |chemlib                       |1.18.2-2.0.19       |DONE      |Manifest: NOSIGNATURE
                PigPen-Forge-1.18.2-8.0.1.jar                     |PigPen                        |pigpen                        |8.0.1               |DONE      |Manifest: NOSIGNATURE
                FastWorkbench-1.18.2-6.1.1.jar                    |Fast Workbench                |fastbench                     |6.1.1               |DONE      |Manifest: NOSIGNATURE
                Beyond-Earth-Giselle-Addon-1.18.2-2.20.jar        |Beyond Earth: Giselle Addon   |beyond_earth_giselle_addon    |1.18.2-2.20         |DONE      |Manifest: NOSIGNATURE
                FluxNetworks-1.18.2-7.0.9.15.jar                  |Flux Networks                 |fluxnetworks                  |7.0.9.15            |DONE      |Manifest: NOSIGNATURE
                JustEnoughMekanismMultiblocks-1.18.2-2.4.jar      |Just Enough Mekanism Multibloc|jei_mekanism_multiblocks      |2.4                 |DONE      |Manifest: NOSIGNATURE
                jecharacters-1.18.2-forge-4.5.9.jar               |Just Enough Characters        |jecharacters                  |4.5.9               |DONE      |Manifest: NOSIGNATURE
                freecam-forge-1.2.3+1.18.2.jar                    |Freecam                       |freecam                       |1.2.3               |DONE      |Manifest: NOSIGNATURE
                modonomicon-1.18.2-1.33.1.jar                     |Modonomicon                   |modonomicon                   |1.18.2-1.33.1       |DONE      |Manifest: NOSIGNATURE
                upgradedcore-1.18.2-3.3.0.0-release.jar           |Upgraded Core                 |upgradedcore                  |1.18.2-3.3.0.0-relea|DONE      |Manifest: NOSIGNATURE
                quartz-1.18.2-0.0.0-beta.1.4.jar                  |Quartz                        |quartz                        |0.0.0-beta.1.4      |DONE      |Manifest: NOSIGNATURE
                alexsdelight-1.18.2-1.3.3.jar                     |Alex's Delight                |alexsdelight                  |1.3.3               |DONE      |Manifest: NOSIGNATURE
                citadel-1.11.3-1.18.2.jar                         |Citadel                       |citadel                       |1.11.3              |DONE      |Manifest: NOSIGNATURE
                alexsmobs-1.18.6.jar                              |Alex's Mobs                   |alexsmobs                     |1.18.6              |DONE      |Manifest: NOSIGNATURE
                FarmersDelight-1.18.2-1.2.3.jar                   |Farmer's Delight              |farmersdelight                |1.18.2-1.2.3        |DONE      |Manifest: NOSIGNATURE
                Delightful-1.18.2-2.6.jar                         |Delightful                    |delightful                    |2.6                 |DONE      |Manifest: NOSIGNATURE
                NethersDelight-1.18.2-2.2.0.jar                   |Nethers Delight               |nethersdelight                |2.2                 |DONE      |Manifest: NOSIGNATURE
                some-assembly-required-1.18.2-2.0.10.jar          |Some Assembly Required        |some_assembly_required        |1.18.2-2.0.10       |DONE      |Manifest: NOSIGNATURE
                infinitylib-2.1.4.jar                             |InfinityLib                   |infinitylib                   |1.18.2-2.1.4        |DONE      |Manifest: NOSIGNATURE
                ferritecore-4.2.2-forge.jar                       |Ferrite Core                  |ferritecore                   |4.2.2               |DONE      |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
                engineersdecor-1.18.2-1.1.28.jar                  |Engineer's Decor              |engineersdecor                |1.1.28              |DONE      |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b
                SoL-Carrot-1.18.1-1.12.0.jar                      |Spice of Life: Carrot Edition |solcarrot                     |1.18.1-1.12.0       |DONE      |Manifest: NOSIGNATURE
                modular-routers-1.18.2-9.1.2.jar                  |Modular Routers               |modularrouters                |9.1.2               |DONE      |Manifest: NOSIGNATURE
                Lychee-1.18.2-forge-2.9.1.jar                     |Lychee Tweaker                |lychee                        |2.9.1               |DONE      |Manifest: NOSIGNATURE
                lodestone-1.18.2-1.4.2.jar                        |Lodestone                     |lodestone                     |1.18.2-1.4.2        |DONE      |Manifest: NOSIGNATURE
                Applied-Mekanistics-1.2.2.jar                     |Applied Mekanistics           |appmek                        |1.2.2               |DONE      |Manifest: NOSIGNATURE
                MEGACells-1.4.2-1.18.2.jar                        |MEGA Cells                    |megacells                     |1.4.2-1.18.2        |DONE      |Manifest: NOSIGNATURE
                AEAdditions-1.18.2-3.2.8.jar                      |AE Additions                  |ae2additions                  |3.2.8               |DONE      |Manifest: NOSIGNATURE
                PacketFixer-forge-1.18.2-1.2.6.jar                |Packet Fixer                  |packetfixer                   |1.2.6               |DONE      |Manifest: NOSIGNATURE
                expandability-6.0.0.jar                           |ExpandAbility                 |expandability                 |6.0.0               |DONE      |Manifest: NOSIGNATURE
                BotanicalMachinery-1.18.2-1.0.3.jar               |Botanical Machinery           |botanicalmachinery            |1.18.2-1.0.3        |DONE      |Manifest: NOSIGNATURE
                valhelsia_core-forge-1.18.2-0.4.0.jar             |Valhelsia Core                |valhelsia_core                |1.18.2-0.4.0        |DONE      |Manifest: NOSIGNATURE
                valhelsia_structures-forge-1.18.2-0.1.0.jar       |Valhelsia Structures          |valhelsia_structures          |1.18.2-0.1.0        |DONE      |Manifest: NOSIGNATURE
                forbidden_arcanus-1.18.2-2.1.3.jar                |Forbidden & Arcanus           |forbidden_arcanus             |1.18.2-2.1.3        |DONE      |Manifest: NOSIGNATURE
                Functional Storage Extra 1.18.2-1.0.0.jar         |Functional Storage Extra      |functional_storage_extra      |1.0.0               |DONE      |Manifest: NOSIGNATURE
                functionalstorage-1.18.2-1.1.3.jar                |Functional Storage            |functionalstorage             |1.18.2-1.1.3        |DONE      |Manifest: NOSIGNATURE
                ChiselsBits-forge-1.18.2-1.2.116-universal.jar    |Chisels & bits                |chiselsandbits                |1.2.116             |DONE      |Manifest: NOSIGNATURE
                Morph-o-Tool-1.5-32.jar                           |Morph-o-Tool                  |morphtool                     |1.5-32              |DONE      |Manifest: NOSIGNATURE
        Flywheel Backend: GL33 Instanced Arrays
        Crash Report UUID: 51900661-dd6d-4848-8e42-5a4c218a8abd
        FML: 40.2
        Forge: net.minecraftforge:40.2.5
        FramedBlocks BlockEntity Warning: Not applicable
        Fragments: Back Stack Index: 0
FragmentManager misc state:
  mHost=icyllis.modernui.mc.forge.UIManager$HostCallbacks@4aeb8b3b
  mContainer=icyllis.modernui.mc.forge.UIManager$HostCallbacks@4aeb8b3b
  mCurState=5 mStateSaved=false mStopped=false mDestroyed=false


crash-2024-04-21_13.36.18-client.txt

96.1 KB, 下载次数: 0

崩溃报告

发表于 2024-4-21 14:14:29 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

回复 | 举报

该帖共收到 1 条回复!
TBv587

好像是我用机械手骨粉催熟禁忌与奥秘的金兰花种子,导致崩溃。
这个崩溃日志表明出现了一个空指针异常 (NullPointerException)。具体来说,是在 "CraftingTerminalHandler.java" 文件的第 52 行。在这一行中,尝试读取了一个名为 "player" 的字段,但是 HashMap 的 get 方法返回了 null,导致无法继续读取。
AE2WTILIB的CraftingTerminalHandler有个remove player,把机械手fake plyer清除了?
发表于 2024-4-21 14:37:35 | 只看该作者

回复 | 举报

百科目前不允许匿名发帖哦~ 请先 [ 登陆 ][ 注册 ] 吧~

本版积分规则

发新帖
  • 回复
  • 点评
  • 评分

[ MC百科(mcmod.cn) 除另有声明,所有开放公共编辑的内容均使用 BY-NC-SA 3.0 协议 ]

Minecraft百科CC协议
快速回复 返回顶部 返回列表