Soaryn / XyCraftTracker

Public issue tracker
4 stars 1 forks source link

[Bug]: Portable Storage Interface #25

Closed DinnerBeef closed 1 year ago

DinnerBeef commented 1 year ago

XyCraft Module

Core

Minecraft Version

1.20.1

Severity

Crashing

Describe the Suggestion

When viewing the ponder of the portable storage interface. Once it gets to the last part of the first stage the game crashes.

Reproduction Steps

  1. View ponder of portable storage interface

Screenshots and Videos

No response

Additional Context

https://s.dinnerbeef.com/gOXe5/cINOSEye36.txt

MDMCK10 commented 1 year ago

Can reproduce. (1.20.1, XyCraft Core v0.6.21, Create v0.5.1.e, modpack: FTB Presents Direwolf20 1.20)

Crash report ---- Minecraft Crash Report ---- // Surprise! Haha. Well, this is awkward. Time: 2023-10-08 21:14:54 Description: Ticking screen java.lang.IllegalStateException: null at net.minecraftforge.common.util.LazyOptional.orElseThrow(LazyOptional.java:261) ~[forge-1.20.1-47.2.1-universal.jar%23737!/:?] {re:mixin,re:classloading} at tv.soaryn.xycraft.core.utils.FastVolumeLookup.of(FastVolumeLookup.java:34) ~[XyCraft%20Core-0.6.21.jar%23722!/:0.6.21] {re:mixin,re:classloading} at tv.soaryn.xycraft.machines.content.multiblock.TankMultiBlock.onBlockUpdate(TankMultiBlock.java:492) ~[XyCraft%20Machines-0.6.21.jar%23723!/:0.6.21] {re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.event.ForgeEventFactory.onNeighborNotify(ForgeEventFactory.java:175) ~[forge-1.20.1-47.2.1-universal.jar%23737!/:?] {re:mixin,re:classloading,pl:mixin:A} at net.minecraft.world.level.Level.m_46672_(Level.java:316) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:setBlockEventHook,xf:fml:twilightforest:cloud,re:computing_frames,pl:accesstransformer:B,xf:fml:mffs:setBlockEventHook,xf:fml:twilightforest:cloud,re:classloading,pl:accesstransformer:B,xf:fml:mffs:setBlockEventHook,xf:fml:twilightforest:cloud,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:mixins.hammerlib.json:LevelMixin,pl:mixin:APP:sliceanddice.mixins.json:LevelMixin,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.LevelMixin,pl:mixin:APP:canary.mixins.json:world.chunk_access.LevelMixin,pl:mixin:APP:canary.mixins.json:world.inline_block_access.LevelMixin,pl:mixin:APP:canary.mixins.json:world.inline_height.LevelMixin,pl:mixin:APP:aether.mixins.json:common.accessor.LevelAccessor,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:APP:xycraft_core.mixin.json:LevelRainShieldMixin,pl:mixin:A} at com.simibubi.create.content.contraptions.actors.psi.PortableStorageInterfaceBlockEntity.stopTransferring(PortableStorageInterfaceBlockEntity.java:51) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.content.contraptions.actors.psi.PortableItemInterfaceBlockEntity.stopTransferring(PortableItemInterfaceBlockEntity.java:38) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.content.contraptions.actors.psi.PortableStorageInterfaceBlockEntity.tick(PortableStorageInterfaceBlockEntity.java:97) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.m_155252_(SmartBlockEntityTicker.java:15) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.element.WorldSectionElement.lambda$addTicker$4(WorldSectionElement.java:304) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.element.WorldSectionElement.lambda$tick$2(WorldSectionElement.java:269) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin} at com.simibubi.create.foundation.ponder.element.WorldSectionElement.tick(WorldSectionElement.java:268) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.PonderScene.lambda$tick$8(PonderScene.java:286) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.PonderScene.forEach(PonderScene.java:356) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.PonderScene.tick(PonderScene.java:286) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.ui.PonderUI.m_86600_(PonderUI.java:306) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at net.minecraft.client.Minecraft.lambda$tick$42(Minecraft.java:1785) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:konkrete.mixin.json:IMixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:fancymenu.general.mixin.json:IMixinScreen,pl:mixin:APP:fancymenu.general.mixin.json:MixinScreen,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1784) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1112) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[minecraft-1.20.1-client.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:smoothboot.mixins.json:client.MainMixin,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:58) ~[?:?] {} at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[?:?] {} at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[?:?] {} at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[?:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraftforge.common.util.LazyOptional.orElseThrow(LazyOptional.java:261) ~[forge-1.20.1-47.2.1-universal.jar%23737!/:?] {re:mixin,re:classloading} at tv.soaryn.xycraft.core.utils.FastVolumeLookup.of(FastVolumeLookup.java:34) ~[XyCraft%20Core-0.6.21.jar%23722!/:0.6.21] {re:mixin,re:classloading} at tv.soaryn.xycraft.machines.content.multiblock.TankMultiBlock.onBlockUpdate(TankMultiBlock.java:492) ~[XyCraft%20Machines-0.6.21.jar%23723!/:0.6.21] {re:classloading} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%23137!/:?] {} at net.minecraftforge.event.ForgeEventFactory.onNeighborNotify(ForgeEventFactory.java:175) ~[forge-1.20.1-47.2.1-universal.jar%23737!/:?] {re:mixin,re:classloading,pl:mixin:A} at net.minecraft.world.level.Level.m_46672_(Level.java:316) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:setBlockEventHook,xf:fml:twilightforest:cloud,re:computing_frames,pl:accesstransformer:B,xf:fml:mffs:setBlockEventHook,xf:fml:twilightforest:cloud,re:classloading,pl:accesstransformer:B,xf:fml:mffs:setBlockEventHook,xf:fml:twilightforest:cloud,pl:mixin:APP:kubejs-common.mixins.json:LevelMixin,pl:mixin:APP:mixins.hammerlib.json:LevelMixin,pl:mixin:APP:sliceanddice.mixins.json:LevelMixin,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.LevelMixin,pl:mixin:APP:canary.mixins.json:world.chunk_access.LevelMixin,pl:mixin:APP:canary.mixins.json:world.inline_block_access.LevelMixin,pl:mixin:APP:canary.mixins.json:world.inline_height.LevelMixin,pl:mixin:APP:aether.mixins.json:common.accessor.LevelAccessor,pl:mixin:APP:citadel.mixins.json:LevelMixin,pl:mixin:APP:xycraft_core.mixin.json:LevelRainShieldMixin,pl:mixin:A} at com.simibubi.create.content.contraptions.actors.psi.PortableStorageInterfaceBlockEntity.stopTransferring(PortableStorageInterfaceBlockEntity.java:51) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.content.contraptions.actors.psi.PortableItemInterfaceBlockEntity.stopTransferring(PortableItemInterfaceBlockEntity.java:38) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.content.contraptions.actors.psi.PortableStorageInterfaceBlockEntity.tick(PortableStorageInterfaceBlockEntity.java:97) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.blockEntity.SmartBlockEntityTicker.m_155252_(SmartBlockEntityTicker.java:15) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.element.WorldSectionElement.lambda$addTicker$4(WorldSectionElement.java:304) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.element.WorldSectionElement.lambda$tick$2(WorldSectionElement.java:269) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:mixin} at com.simibubi.create.foundation.ponder.element.WorldSectionElement.tick(WorldSectionElement.java:268) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.PonderScene.lambda$tick$8(PonderScene.java:286) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.PonderScene.forEach(PonderScene.java:356) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.PonderScene.tick(PonderScene.java:286) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at com.simibubi.create.foundation.ponder.ui.PonderUI.m_86600_(PonderUI.java:306) ~[create-1.20.1-0.5.1.e.jar%23502!/:0.5.1.e] {re:classloading} at net.minecraft.client.Minecraft.lambda$tick$42(Minecraft.java:1785) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:konkrete.mixin.json:IMixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:fancymenu.general.mixin.json:IMixinScreen,pl:mixin:APP:fancymenu.general.mixin.json:MixinScreen,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A} -- Affected screen -- Details: Screen name: com.simibubi.create.foundation.ponder.ui.PonderUI Stacktrace: at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:computing_frames,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:ScreenMixin,pl:mixin:APP:balm.mixins.json:ScreenAccessor,pl:mixin:APP:cumulus_menus.mixins.json:client.accessor.ScreenAccessor,pl:mixin:APP:aether.mixins.json:client.accessor.ScreenAccessor,pl:mixin:APP:controlling.mixins.json:AccessScreen,pl:mixin:APP:konkrete.mixin.json:IMixinScreen,pl:mixin:APP:patchouli_xplat.mixins.json:client.AccessorScreen,pl:mixin:APP:fancymenu.general.mixin.json:IMixinScreen,pl:mixin:APP:fancymenu.general.mixin.json:MixinScreen,pl:mixin:APP:ae2.mixins.json:WrappedGenericStackTooltipModIdMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91398_(Minecraft.java:1784) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1112) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[minecraft-1.20.1-client.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:smoothboot.mixins.json:client.MainMixin,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:58) ~[?:?] {} at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[?:?] {} at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[?:?] {} at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[?:?] {} -- Affected level -- Details: All players: 1 total; [LocalPlayer['MDMCK10'/146, l='ClientLevel', x=-11.88, y=66.00, z=-51.12]] Chunk stats: 1024, 607 Level dimension: minecraft:overworld Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 499379 game time, 768263 day time Server brand: forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:455) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:kubejs-common.mixins.json:ClientLevelMixin,pl:mixin:APP:mixins.hammerlib.json:client.ClientLevelMixin,pl:mixin:APP:supplementaries-common.mixins.json:ClientLevelMixin,pl:mixin:APP:rubidium.mixins.json:core.world.biome.ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:core.world.map.ClientWorldMixin,pl:mixin:APP:rubidium.mixins.json:features.render.world.sky.ClientWorldMixin,pl:mixin:APP:flywheel.mixins.json:ClientLevelMixin,pl:mixin:APP:entityculling.mixins.json:ClientWorldMixin,pl:mixin:APP:canary.mixins.json:chunk.entity_class_groups.ClientLevelMixin,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2319) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:735) ~[client-1.20.1-20230612.114412-srg.jar%23732!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:mffs:resizeDisplayHook,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[minecraft-1.20.1-client.jar:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin,pl:mixin:APP:smoothboot.mixins.json:client.MainMixin,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.1.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at io.github.zekerzhayard.forgewrapper.installer.Main.main(Main.java:58) ~[?:?] {} at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:88) ~[?:?] {} at org.prismlauncher.EntryPoint.listen(EntryPoint.java:126) ~[?:?] {} at org.prismlauncher.EntryPoint.main(EntryPoint.java:71) ~[?:?] {} -- Last reload -- Details: Reload number: 2 Reload reason: manual Finished: Yes Packs: vanilla, mod_resources, jaopca:inmemory, Moonlight Mods Dynamic Assets, builtin/add_xycraft_overrides_glass, builtin/add_xycraft_overrides_metal, builtin/add_xycraft_overrides_stone, SolarFlux, KubeJS Resource Pack [assets] -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 3210605528 bytes (3061 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz Identifier: Intel64 Family 6 Model 42 Stepping 7 Microarchitecture: Sandy Bridge (Client) Frequency (GHz): 3.09 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 4 Graphics card #0 name: Intel(R) HD Graphics Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 2172.00 Graphics card #0 deviceId: 0x0102 Graphics card #0 versionInfo: DriverVersion=9.17.10.4459 Graphics card #1 name: NVIDIA GeForce GT 1030 Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 2048.00 Graphics card #1 deviceId: 0x1d01 Graphics card #1 versionInfo: DriverVersion=31.0.15.3623 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 1.33 Memory slot #0 type: DDR3 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 1.33 Memory slot #1 type: DDR3 Memory slot #2 capacity (MB): 8192.00 Memory slot #2 clockSpeed (GHz): 1.33 Memory slot #2 type: DDR3 Memory slot #3 capacity (MB): 8192.00 Memory slot #3 clockSpeed (GHz): 1.33 Memory slot #3 type: DDR3 Virtual memory max (MB): 32547.61 Virtual memory used (MB): 28721.20 Swap memory total (MB): 0.00 Swap memory used (MB): 0.00 JVM Flags: 9 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms8192m -Xmx8192m Launched Version: 1.20.1 Backend library: LWJGL version 3.3.1 build 7 Backend API: NVIDIA GeForce GT 1030/PCIe/SSE2 GL version 4.6.0 NVIDIA 536.23, NVIDIA Corporation Window size: 1920x1080 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: id=1281, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_VALUE error generated. must be positive.' x 8 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge' Type: Integrated Server (map_client.txt) Graphics mode: fast Resource Packs: Current Language: en_us CPU: 4x Intel(R) Core(TM) i5-2400 CPU @ 3.10GHz Server Running: true Player Count: 1 / 8; [ServerPlayer['MDMCK10'/146, l='ServerLevel[New World]', x=-11.88, y=66.00, z=-51.12]] Data Packs: vanilla, mod:betterdungeons, mod:supermartijn642configlib (incompatible), mod:scena (incompatible), mod:simplemagnets (incompatible), mod:botarium (incompatible), mod:integratedterminals, mod:javd (incompatible), mod:hammerlib, mod:mffs, mod:modnametooltip (incompatible), mod:neat, mod:ironjetpacks, mod:laserio (incompatible), mod:antsportation (incompatible), mod:modernfix (incompatible), mod:useitemonblockevent (incompatible), mod:yungsapi, mod:maxhealthfix (incompatible), mod:cabletiers (incompatible), mod:rangedpumps, mod:jumbofurnace (incompatible), mod:shrink (incompatible), mod:mute (incompatible), mod:darkutils (incompatible), mod:apotheosis (incompatible), mod:balm, mod:jeresources, mod:cloth_config (incompatible), mod:shetiphiancore, mod:supplementaries, mod:emojiful (incompatible), mod:athena, mod:industrialforegoing (incompatible), mod:torchmaster, mod:handcrafted (incompatible), mod:bcc (incompatible), mod:ironfurnaces, mod:structurecompass, mod:supermartijn642corelib (incompatible), mod:yungsbridges, mod:resourcefulconfig (incompatible), mod:spark (incompatible), mod:curios (incompatible), mod:searchables (incompatible), mod:advgenerators, mod:measurements, mod:framedblocks, mod:attributeslib (incompatible), mod:angelring, mod:angelblockrenewed (incompatible), mod:cumulus_menus, mod:naturesaura (incompatible), mod:constructionwand, mod:wormhole (incompatible), mod:flib, mod:nitrogen_internals, mod:l2library (incompatible), mod:infiniverse (incompatible), mod:bettermineshafts, mod:sliceanddice (incompatible), mod:functionalarmortrim (incompatible), mod:smartbrainlib (incompatible), mod:elytraslot (incompatible), mod:l2tabs (incompatible), mod:rechiseled (incompatible), mod:harvestwithease, mod:attributefix (incompatible), mod:tesseract (incompatible), mod:luggage (incompatible), mod:caelus (incompatible), mod:lemonlib (incompatible), mod:bdlib, mod:naturescompass, mod:jumpboat, mod:aethersteel, mod:libx, mod:l2screentracker (incompatible), mod:farmingforblockheads, mod:rechiseledcreate, mod:pneumaticcraft (incompatible), mod:pedestals, mod:fusion, mod:memoryleakfix (incompatible), mod:crafttweaker (incompatible), mod:edivadlib, mod:ironchest, mod:integratedcrafting, mod:dungeons_arise, mod:zerocore (incompatible), mod:smoothchunk (incompatible), mod:theoneprobe, mod:terrablender (incompatible), mod:mousetweaks, mod:syp, mod:cleanswing (incompatible), mod:spectrelib (incompatible), mod:ding (incompatible), mod:createtweaker (incompatible), mod:kotlinforforge (incompatible), mod:flywheel, mod:integrateddynamics, mod:itemcollectors (incompatible), mod:bhc (incompatible), mod:experienceobelisk (incompatible), mod:polymorph (incompatible), mod:almostunified (incompatible), mod:jei, mod:ae2 (incompatible), mod:mekanism, mod:pipez, mod:entityculling, mod:canary, mod:immediatelyfast (incompatible), mod:fastfurnace (incompatible), mod:lootr, mod:connectedglass, mod:occultism, mod:rainshield, mod:puzzleslib, mod:hyperbox (incompatible), mod:extremesoundmuffler, mod:morered (incompatible), mod:defaultoptions, mod:ad_astra (incompatible), mod:ad_astra_giselle_addon (incompatible), mod:rsrequestify (incompatible), mod:cyclopscore, mod:aether_enhanced_extinguishing (incompatible), mod:tropicraft, mod:mowlib, mod:advancedperipherals (incompatible), mod:geckolib, mod:ars_nouveau (incompatible), mod:aether, mod:pocketstorage (incompatible), mod:connectivity (incompatible), mod:sophisticatedcore (incompatible), mod:kleeslabs, mod:controlling (incompatible), mod:placebo (incompatible), mod:citadel (incompatible), mod:rats, mod:forge, mod:railcraft, mod:appleskin (incompatible), mod:mixinextras (incompatible), mod:bookshelf, mod:sophisticatedbackpacks (incompatible), mod:waddles, mod:mcwdoors, mod:moreredxcctcompat, mod:mekanismgenerators, mod:dummmmmmy (incompatible), mod:l2damagetracker (incompatible), mod:twilightforest, mod:trenzalore (incompatible), mod:mob_grinding_utils (incompatible), mod:konkrete (incompatible), mod:growthcraft (incompatible), mod:rsinfinitybooster (incompatible), mod:jamd (incompatible), mod:mcwbridges, mod:farmersdelight, mod:tempad (incompatible), mod:entangled, mod:endertanks, mod:commoncapabilities, mod:jearchaeology, mod:mekanismadditions, mod:colorfulhearts (incompatible), mod:wirelesschargers (incompatible), mod:simplylight (incompatible), mod:merequester (incompatible), mod:solarflux (incompatible), mod:cataclysm (incompatible), mod:hole_filler_mod, mod:ifly (incompatible), mod:cullleaves (incompatible), mod:midnightlib (incompatible), mod:betterthanllamas (incompatible), mod:tiab (incompatible), mod:integratedtunnels, mod:elevatorid, mod:gunpowderlib, mod:simplesponge, mod:runelic, mod:resourcefullib (incompatible), mod:mekanismtools, mod:lootjs (incompatible), mod:architectury (incompatible), mod:bambooeverything (incompatible), mod:toolkit (incompatible), mod:justhammers (incompatible), mod:sdrp (incompatible), mod:ftblibrary (incompatible), mod:createchunkloading (incompatible), mod:kubejsadditions (incompatible), mod:findme (incompatible), mod:ftbteams (incompatible), mod:ftbranks, mod:ftbessentials (incompatible), mod:accelerateddecay (incompatible), mod:computercraft, mod:aiimprovements, mod:cupboard (incompatible), mod:bigreactors (incompatible), mod:productivebees, mod:lightoverlay (incompatible), mod:trashcans (incompatible), mod:tramplestopper (incompatible), mod:rubidium_extra, mod:inventoryessentials, mod:polylib (incompatible), mod:peripheralium (incompatible), mod:letmedespawn, mod:yeetusexperimentus (incompatible), mod:cyclic, mod:inventorysorter (incompatible), mod:rhino (incompatible), mod:kubejs (incompatible), mod:cucumber, mod:ae2wtlib (incompatible), mod:flatbedrock (incompatible), mod:sophisticatedstorage (incompatible), mod:simplygraves (incompatible), mod:betterthanbunnies (incompatible), mod:travelanchors, mod:tinycoal (incompatible), mod:create, mod:waystones, mod:fastsuite (incompatible), mod:clumps (incompatible), mod:comforts (incompatible), mod:peripheralworks (incompatible), mod:charginggadgets (incompatible), mod:ftbbackups2 (incompatible), mod:mcjtylib, mod:rftoolsbase, mod:xnet, mod:rftoolsdim, mod:rftoolspower, mod:rftoolsbuilder, mod:deepresonance, mod:rftoolsstorage, mod:rftoolscontrol, mod:mininggadgets (incompatible), mod:ftbhacks (incompatible), mod:ftbchunks (incompatible), mod:ftbxmodcompat (incompatible), mod:bloodmagic (incompatible), mod:xycraft_core, mod:xycraft_world, mod:xycraft_machines, mod:xycraft_override, mod:craftingtweaks, mod:dsp (incompatible), mod:rftoolsutility, mod:enchdesc (incompatible), mod:sebastrnlib, mod:refinedcooking, mod:refinedstorage, mod:cookingforblockheads, mod:rebornstorage (incompatible), mod:patchouli (incompatible), mod:tomeofblood (incompatible), mod:ars_creo (incompatible), mod:ars_ocultas (incompatible), mod:moonlight (incompatible), mod:playerplates (incompatible), mod:eccentrictome, mod:titanium (incompatible), mod:ae2things (incompatible), mod:forbidden_arcanus (incompatible), mod:soulshards (incompatible), mod:smoothboot, mod:modulargolems (incompatible), mod:enderio, mod:kubejs_enderio, mod:jaopca, mod:curiotiab (incompatible), mod:fluxnetworks (incompatible), mod:enderchests, mod:buildinggadgets2 (incompatible), mod:flowerpatch, mod:modonomicon, mod:fancymenu (incompatible), mod:ferritecore (incompatible), mod:functionalstorage, mod:modularrouters (incompatible), mod:refinedstorageaddons, mod:appmek (incompatible), mod:megacells (incompatible), mod:valhelsia_core (incompatible), mod:chiselsandbits (incompatible), mod:createaddition (incompatible), mod:obtrophies, SolarFlux, Supplementaries Generated Pack, builtin/aether_accessories, builtin/extinguishing_recipe_override, jaopca:inmemory, ratlantis, mod:embeddium, mod:fastload, mod:betterfpsdist (incompatible), mod:textrues_embeddium_options (incompatible) Enabled Feature Flags: minecraft:vanilla World Generation: Stable ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.2.1.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.2.1.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.2.1.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.2.1.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.2.1.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 javafml@null kotlinforforge@4.5.0 lowcodefml@null kotori_scala@3.3.0-build-2 Mod List: YungsBetterDungeons-1.20-Forge-4.0.3.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE scena-forge-1.0.102.jar |Scena |scena |1.0.102 |DONE |Manifest: NOSIGNATURE simplemagnets-1.1.9-forge-mc1.20.jar |Simple Magnets |simplemagnets |1.1.9 |DONE |Manifest: NOSIGNATURE botarium-forge-1.20.1-2.2.0.jar |Botarium |botarium |2.2.0 |DONE |Manifest: NOSIGNATURE IntegratedTerminals-1.20.1-1.4.11.jar |IntegratedTerminals |integratedterminals |1.4.11 |DONE |Manifest: NOSIGNATURE JAVD-Forge-5.0.0+mc1.20.1.jar |Just Another Void Dimension |javd |5.0.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE HammerLib-1.20.1-20.1.23.jar |HammerLib |hammerlib |20.1.23 |DONE |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c mffs-5.1.5-all.jar |Modular Force Field System |mffs |5.1.5 |DONE |Manifest: NOSIGNATURE modnametooltip-1.20.1-1.20.0.jar |Mod Name Tooltip |modnametooltip |1.20.0 |DONE |Manifest: NOSIGNATURE Neat-1.20-35-FORGE.jar |Neat |neat |1.20-35-FORGE |DONE |Manifest: NOSIGNATURE IronJetpacks-1.20.1-7.0.2.jar |Iron Jetpacks |ironjetpacks |7.0.2 |DONE |Manifest: NOSIGNATURE laserio-1.6.6.jar |LaserIO |laserio |1.6.6 |DONE |Manifest: NOSIGNATURE antsportation-1.20.1-3.0.3.jar |Antsportation |antsportation |3.0.3 |DONE |Manifest: NOSIGNATURE modernfix-forge-5.7.5+mc1.20.1.jar |ModernFix |modernfix |5.7.5+mc1.20.1 |DONE |Manifest: NOSIGNATURE useitemonblockevent-1.20.1-1.0.0.2.jar |Use Item on Block Event |useitemonblockevent |1.0.0.2 |DONE |Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.2.jar |YUNG's API |yungsapi |1.20-Forge-4.0.2 |DONE |Manifest: NOSIGNATURE MaxHealthFix-Forge-1.20.1-12.0.2.jar |MaxHealthFix |maxhealthfix |12.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 cabletiers-1.20.1-1.1.jar |Cable Tiers |cabletiers |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE rangedpumps-1.1.0.jar |Ranged Pumps |rangedpumps |1.1.0 |DONE |Manifest: NOSIGNATURE jumbofurnace-1.20.1-4.0.0.5.jar |Jumbo Furnace |jumbofurnace |4.0.0.5 |DONE |Manifest: NOSIGNATURE shrink-neoforge-1.20.1-1.4.6 (1).jar |Shrink |shrink |1.4.6 |DONE |Manifest: NOSIGNATURE Mute-2.0.1-build.11+mc1.20.1.jar |Mute |mute |2.0.1-build.11+mc1.2|DONE |Manifest: NOSIGNATURE DarkUtilities-Forge-1.20.1-17.0.2.jar |DarkUtilities |darkutils |17.0.2 |DONE |Manifest: NOSIGNATURE Apotheosis-1.20.1-7.0.5.jar |Apotheosis |apotheosis |7.0.5 |DONE |Manifest: NOSIGNATURE balm-forge-1.20.1-7.1.4.jar |Balm |balm |7.1.4 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.20.1-1.4.0.238.jar |Just Enough Resources |jeresources |1.4.0.238 |DONE |Manifest: NOSIGNATURE cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |DONE |Manifest: NOSIGNATURE shetiphiancore-forge-1.20.1-1.1.jar |ShetiPhian-Core |shetiphiancore |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE supplementaries-1.20-2.6.7.jar |Supplementaries |supplementaries |1.20-2.6.7 |DONE |Manifest: NOSIGNATURE Emojiful-Forge-1.20.1-4.2.0.jar |Emojiful |emojiful |4.2.0 |DONE |Manifest: NOSIGNATURE embeddium-0.1.16+mc1.20.1.jar |Embeddium |embeddium |0.1.16+mc1.20.1 |DONE |Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.1.jar |Athena |athena |3.1.1 |DONE |Manifest: NOSIGNATURE industrial-foregoing-1.20.1-3.5.9.jar |Industrial Foregoing |industrialforegoing |3.5.9 |DONE |Manifest: NOSIGNATURE torchmaster-20.1.4.jar |Torchmaster |torchmaster |20.1.4 |DONE |Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.1.jar |Handcrafted |handcrafted |3.0.1 |DONE |Manifest: NOSIGNATURE BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.ja|Better Compatibility Checker |bcc |4.0.8 |DONE |Manifest: NOSIGNATURE ironfurnaces-1.20.1-4.1.0.jar |Iron Furnaces |ironfurnaces |4.1.0 |DONE |Manifest: NOSIGNATURE StructureCompass-1.20.1-2.0.5.jar |Structure Compass Mod |structurecompass |2.0.5 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.1.14-forge-mc1.20.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.14 |DONE |Manifest: NOSIGNATURE YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE resourcefulconfig-forge-1.20.1-2.1.0.jar |Resourcefulconfig |resourcefulconfig |2.1.0 |DONE |Manifest: NOSIGNATURE spark-1.10.53-forge.jar |spark |spark |1.10.53 |DONE |Manifest: NOSIGNATURE curios-forge-5.3.5+1.20.1.jar |Curios API |curios |5.3.5+1.20.1 |DONE |Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.2.jar |Searchables |searchables |1.0.2 |DONE |Manifest: NOSIGNATURE advgenerators-1.6.0.6-mc1.20.1.jar |Advanced Generators |advgenerators |1.6.0.6 |DONE |Manifest: NOSIGNATURE Measurements-forge-1.20.1-2.0.0.jar |Measurements |measurements |2.0.0 |DONE |Manifest: NOSIGNATURE FramedBlocks-9.1.5.jar |FramedBlocks |framedblocks |9.1.5 |DONE |Manifest: NOSIGNATURE ApothicAttributes-1.20.1-1.1.4.jar |Apothic Attributes |attributeslib |1.1.4 |DONE |Manifest: NOSIGNATURE AngelRing2-1.20.1-2.2.2.jar |Angel Ring 2 |angelring |2.2.1 |DONE |Manifest: NOSIGNATURE angelblockrenewed-forge-1.3-1.20.jar |Angel Block Renewed |angelblockrenewed |1.3 |DONE |Manifest: NOSIGNATURE cumulus_menus-1.20.1-1.0.0-beta.1-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-beta.1-|DONE |Manifest: NOSIGNATURE NaturesAura-39.2.jar |NaturesAura |naturesaura |39.2 |DONE |Manifest: NOSIGNATURE constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |DONE |Manifest: NOSIGNATURE wormhole-1.1.15-forge-mc1.20.jar |Wormhole (Portals) |wormhole |1.1.15 |DONE |Manifest: NOSIGNATURE flib-1.20.1-0.0.11.jar |flib |flib |0.0.11 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed nitrogen_internals-1.20.1-0.1.3-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-0.1.3-neoforg|DONE |Manifest: NOSIGNATURE l2library-2.4.18.jar |L2 Library |l2library |2.4.18 |DONE |Manifest: NOSIGNATURE infiniverse-1.20.1-1.0.0.5.jar |Infiniverse |infiniverse |1.0.0.5 |DONE |Manifest: NOSIGNATURE YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE sliceanddice-forge-3.2.0.jar |Create Slice & Dice |sliceanddice |3.2.0 |DONE |Manifest: NOSIGNATURE functionalarmortrim-1.20.1-2.1.jar |Funtional Armor Trim |functionalarmortrim |2.1 |DONE |Manifest: NOSIGNATURE SmartBrainLib-neoforge-1.20.1-1.12.jar |SmartBrainLib |smartbrainlib |1.12 |DONE |Manifest: NOSIGNATURE elytraslot-forge-6.3.0+1.20.1.jar |Elytra Slot |elytraslot |6.3.0+1.20.1 |DONE |Manifest: NOSIGNATURE Fastload-Reforged-mc1.20.1-3.4.0.jar |Fastload-Reforged |fastload |3.4.0 |DONE |Manifest: NOSIGNATURE l2tabs-0.1.5.jar |L2 Tabs |l2tabs |0.1.5 |DONE |Manifest: NOSIGNATURE rechiseled-1.1.4-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.4 |DONE |Manifest: NOSIGNATURE harvestwithease-1.20.1-7.0.0.2-forge.jar |Harvest with ease |harvestwithease |7.0.0.2 |DONE |Manifest: NOSIGNATURE AttributeFix-Forge-1.20.1-21.0.2.jar |AttributeFix |attributefix |21.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 tesseract-1.0.35-forge-mc1.20.jar |Tesseract |tesseract |1.0.35 |DONE |Manifest: NOSIGNATURE luggage-1.20-1.6.2.jar |Luggage |luggage |1.20-1.6.2 |DONE |Manifest: NOSIGNATURE caelus-forge-3.1.0+1.20.jar |Caelus API |caelus |3.1.0+1.20 |DONE |Manifest: NOSIGNATURE lemonlib-4.0.1.jar |Lemon Lib |lemonlib |4.0.1 |DONE |Manifest: NOSIGNATURE bdlib-1.27.0.8-mc1.20.1.jar |BdLib |bdlib |1.27.0.8 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |DONE |Manifest: NOSIGNATURE jumpboat-1.20.0-1.0.5.jar |Jumpy Boats |jumpboat |1.20.0-1.0.5 |DONE |Manifest: NOSIGNATURE Aethersteel-v4.9-1.20.1.jar |Aethersteel |aethersteel |4.9 |DONE |Manifest: NOSIGNATURE LibX-1.20.1-5.0.5.jar |LibX |libx |1.20.1-5.0.5 |DONE |Manifest: NOSIGNATURE l2screentracker-0.1.3.jar |L2 Screen Tracker |l2screentracker |0.1.3 |DONE |Manifest: NOSIGNATURE farmingforblockheads-forge-1.20.1-14.0.2.jar |Farming for Blockheads |farmingforblockheads |14.0.2 |DONE |Manifest: NOSIGNATURE rechiseledcreate-1.0.0a-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.0a |DONE |Manifest: NOSIGNATURE pneumaticcraft-repressurized-6.0.8+mc1.20.1.jar |PneumaticCraft: Repressurized |pneumaticcraft |6.0.8+mc1.20.1 |DONE |Manifest: NOSIGNATURE pedestals-0.4.56.jar |Pedestals |pedestals |0.4.56 |DONE |Manifest: NOSIGNATURE fusion-1.0.6-forge-mc1.20.1.jar |Fusion |fusion |1.0.6 |DONE |Manifest: NOSIGNATURE memoryleakfix-forge-1.17+-1.1.2.jar |Memory Leak Fix |memoryleakfix |1.1.2 |DONE |Manifest: NOSIGNATURE CraftTweaker-forge-1.20.1-14.0.17.jar |CraftTweaker |crafttweaker |14.0.17 |DONE |Manifest: NOSIGNATURE EdivadLib-1.20.1-2.0.1.jar |EdivadLib |edivadlib |2.0.1 |DONE |Manifest: NOSIGNATURE ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |DONE |Manifest: NOSIGNATURE IntegratedCrafting-1.20.1-1.1.5.jar |IntegratedCrafting |integratedcrafting |1.1.5 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.20.1-2.1.56.1-beta.jar |When Dungeons Arise |dungeons_arise |2.1.56.1-1.20.1 |DONE |Manifest: NOSIGNATURE ZeroCore2-1.20.1-2.1.39.jar |Zero CORE 2 |zerocore |1.20.1-2.1.39 |DONE |Manifest: NOSIGNATURE client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f smoothchunk-1.20.1-3.3.jar |Smoothchunk mod |smoothchunk |1.20.1-3.3 |DONE |Manifest: NOSIGNATURE theoneprobe-1.20.1-10.0.1.jar |The One Probe |theoneprobe |1.20.1-10.0.1 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.0.169.jar |TerraBlender |terrablender |3.0.0.169 |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |DONE |Manifest: NOSIGNATURE SaveYourPets-1.20.1-1.0.9.jar |Save Your Pets |syp |1.0.9 |DONE |Manifest: NOSIGNATURE cleanswing-1.20-1.3.jar |Clean Swing Through Grass |cleanswing |1.20-1.3 |DONE |Manifest: NOSIGNATURE spectrelib-forge-0.13.12+1.20.1.jar |SpectreLib |spectrelib |0.13.12+1.20.1 |DONE |Manifest: NOSIGNATURE Ding-1.20.1-Forge-1.4.1.jar |Ding |ding |1.4.1 |DONE |Manifest: NOSIGNATURE CreateTweaker-forge-1.20.1-4.0.6.jar |CreateTweaker |createtweaker |4.0.6 |DONE |Manifest: NOSIGNATURE betterfpsdist-1.20.1-3.9.jar |betterfpsdist mod |betterfpsdist |1.20.1-3.9 |DONE |Manifest: NOSIGNATURE kffmod-4.5.0.jar |Kotlin For Forge |kotlinforforge |4.5.0 |DONE |Manifest: NOSIGNATURE flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |DONE |Manifest: NOSIGNATURE IntegratedDynamics-1.20.1-1.19.1.jar |IntegratedDynamics |integrateddynamics |1.19.1 |DONE |Manifest: NOSIGNATURE itemcollectors-1.1.8-forge-mc1.20.jar |Item Collectors |itemcollectors |1.1.8 |DONE |Manifest: NOSIGNATURE baubley-heart-canisters-1.20.1-1.0.3.jar |Baubley Heart Canisters |bhc |1.20.1-1.0.3 |DONE |Manifest: NOSIGNATURE experienceobelisk-v1.4.8-1.20.1.jar |Experience Obelisk |experienceobelisk |1.4.8-1.20.1 |DONE |Manifest: NOSIGNATURE polymorph-forge-0.49.0+1.20.1.jar |Polymorph |polymorph |0.49.0+1.20.1 |DONE |Manifest: NOSIGNATURE almostunified-forge-1.20.1-0.7.0.jar |AlmostUnified |almostunified |1.20.1-0.7.0 |DONE |Manifest: NOSIGNATURE jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |DONE |Manifest: NOSIGNATURE appliedenergistics2-forge-15.0.12.jar |Applied Energistics 2 |ae2 |15.0.12 |DONE |Manifest: NOSIGNATURE Mekanism-1.20.1-10.4.0.14.jar |Mekanism |mekanism |10.4.0 |DONE |Manifest: NOSIGNATURE pipez-1.20.1-1.2.0.jar |Pipez |pipez |1.20.1-1.2.0 |DONE |Manifest: NOSIGNATURE entityculling-forge-1.6.2-mc1.20.1.jar |EntityCulling |entityculling |1.6.2 |DONE |Manifest: NOSIGNATURE canary-mc1.20.1-0.2.7.jar |Canary |canary |0.2.7 |DONE |Manifest: NOSIGNATURE ImmediatelyFast-1.2.6+1.20.2.jar |ImmediatelyFast |immediatelyfast |1.2.6+1.20.2 |DONE |Manifest: NOSIGNATURE FastFurnace-1.20.1-8.0.1.jar |FastFurnace |fastfurnace |8.0.1 |DONE |Manifest: NOSIGNATURE lootr-1.20-0.7.30.73.jar |Lootr |lootr |0.7.29.68 |DONE |Manifest: NOSIGNATURE connectedglass-1.1.8-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.8 |DONE |Manifest: NOSIGNATURE occultism-1.20.1-1.88.1.jar |Occultism |occultism |1.88.1 |DONE |Manifest: NOSIGNATURE RainShield-1.20.1-1.1.2.jar |Rain Shield |rainshield |1.1.2 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v8.0.24-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.0.24 |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 hyperbox-1.20.1-4.0.0.0.jar |Hyperbox |hyperbox |4.0.0.0 |DONE |Manifest: NOSIGNATURE textrues_embeddium_options-0.1.2+mc1.20.1.jar |TexTrue's Embeddium Options |textrues_embeddium_options |0.1.2+mc1.20.1 |DONE |Manifest: NOSIGNATURE extremesoundmuffler-3.39-forge-1.20.jar |Extreme Sound Muffler |extremesoundmuffler |3.39-forge-1.20 |DONE |Manifest: NOSIGNATURE morered-1.20.1-4.0.0.4.jar |More Red |morered |4.0.0.4 |DONE |Manifest: NOSIGNATURE defaultoptions-forge-1.20-18.0.1.jar |Default Options |defaultoptions |18.0.1 |DONE |Manifest: NOSIGNATURE ad_astra-forge-1.20.1-1.15.4.jar |Ad Astra |ad_astra |1.15.4 |DONE |Manifest: NOSIGNATURE Ad-Astra-Giselle-Addon-forge-1.20.1-5.7.jar |Ad Astra: Giselle Addon |ad_astra_giselle_addon |5.7 |DONE |Manifest: NOSIGNATURE rsrequestify-1.20.1-2.3.2.jar |RSRequestify |rsrequestify |2.3.2 |DONE |Manifest: NOSIGNATURE CyclopsCore-1.20.1-1.18.10.jar |Cyclops Core |cyclopscore |1.18.10 |DONE |Manifest: NOSIGNATURE aether_enhanced_extinguishing-1.20.1-1.0.0-neoforg|Enhanced Extinguishing |aether_enhanced_extinguishing |1.20.1-1.0.0-neoforg|DONE |Manifest: NOSIGNATURE Tropicraft-9.6.2.jar |Tropicraft |tropicraft |9.6.2 |DONE |Manifest: NOSIGNATURE mowlib-0.4.54.jar |MowLib |mowlib |0.4.54 |DONE |Manifest: NOSIGNATURE AdvancedPeripherals-1.20.1-0.7.32b.jar |Advanced Peripherals |advancedperipherals |0.7.32b |DONE |Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.2.3.jar |GeckoLib 4 |geckolib |4.2.3 |DONE |Manifest: NOSIGNATURE ars_nouveau-1.20.1-4.5.0-all.jar |Ars Nouveau |ars_nouveau |4.5.0 |DONE |Manifest: NOSIGNATURE aether-1.20.1-1.0.0-beta.1.3-neoforge.jar |The Aether |aether |1.20.1-1.0.0-beta.1.|DONE |Manifest: NOSIGNATURE pocketstorage-1.20.1-1.0.4-build.28.jar |Pocket Storage |pocketstorage |1.20.1-1.0.4-build.2|DONE |Manifest: NOSIGNATURE connectivity-1.20.1-4.6.jar |Connectivity Mod |connectivity |1.20.1-4.6 |DONE |Manifest: NOSIGNATURE sophisticatedcore-1.20.1-0.5.89.425.jar |Sophisticated Core |sophisticatedcore |0.5.89.425 |DONE |Manifest: NOSIGNATURE kleeslabs-forge-1.20-15.0.0.jar |KleeSlabs |kleeslabs |15.0.0 |DONE |Manifest: NOSIGNATURE Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE Placebo-1.20.1-8.3.7.jar |Placebo |placebo |8.3.7 |DONE |Manifest: NOSIGNATURE citadel-2.4.4-1.20.1.jar |Citadel |citadel |2.4.4 |DONE |Manifest: NOSIGNATURE rats-8.0.6-1.20.1.jar |Rats |rats |8.0.6-1.20.1 |DONE |Manifest: NOSIGNATURE forge-1.20.1-47.2.1-universal.jar |Forge |forge |47.2.1 |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 railcraft-reborn-1.20.1-1.0.8.jar |Railcraft Reborn |railcraft |1.0.8 |DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.0.5.jar |Bookshelf |bookshelf |20.0.5 |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.20.1-3.18.59.909.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.18.59.909 |DONE |Manifest: NOSIGNATURE Waddles-1.20.1-0.9.4.jar |Waddles |waddles |0.9.4 |DONE |Manifest: NOSIGNATURE mcw-doors-1.1.0forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.0 |DONE |Manifest: NOSIGNATURE MoreRed-CCT-Compat-1.20.1-1.0.0.jar |More Red x CC:Tweaked Compat |moreredxcctcompat |1.20.1-1.0.0 |DONE |Manifest: NOSIGNATURE MekanismGenerators-1.20.1-10.4.0.14.jar |Mekanism: Generators |mekanismgenerators |10.4.0 |DONE |Manifest: NOSIGNATURE dummmmmmy-1.20-1.8.3.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.8.3 |DONE |Manifest: NOSIGNATURE l2damagetracker-0.1.5.jar |L2 Damage Tracker |l2damagetracker |0.1.5 |DONE |Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.1850-universal.jar |The Twilight Forest |twilightforest |4.3.1850 |DONE |Manifest: NOSIGNATURE trenzalore-forge-3.3.9+mc1.20.1-all.jar |Trenzalore |trenzalore |3.3.9 |DONE |Manifest: NOSIGNATURE mob_grinding_utils-1.20.1-1.0.2.jar |Mob Grinding Utils |mob_grinding_utils |1.20.1-1.0.2 |DONE |Manifest: NOSIGNATURE konkrete_forge_1.6.1-2_MC_1.20.jar |Konkrete |konkrete |1.6.1 |DONE |Manifest: NOSIGNATURE growthcraft-1.20.1-9.0.6.jar |Growthcraft |growthcraft |9.0.6 |DONE |Manifest: NOSIGNATURE RSInfinityBooster-1.20.1-1.0+32.jar |RSInfinityBooster |rsinfinitybooster |1.20.1-1.0+32 |DONE |Manifest: NOSIGNATURE jamd-forge-3.3.2+mc1.20.1.jar |Just Another Mining Dimension |jamd |3.3.2 |DONE |Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.3.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE tempad-forge-1.20.1-2.1.1.jar |Tempad |tempad |2.1.1 |DONE |Manifest: NOSIGNATURE entangled-1.3.16-forge-mc1.20.jar |Entangled |entangled |1.3.16 |DONE |Manifest: NOSIGNATURE endertanks-forge-1.20.1-1.1.jar |EnderTanks |endertanks |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE CommonCapabilities-1.20.1-2.9.0.jar |CommonCapabilities |commoncapabilities |2.9.0 |DONE |Manifest: NOSIGNATURE jearchaeology-1.20.1-1.0.3.jar |Just Enough Archaeology |jearchaeology |1.20.1-1.0.3 |DONE |Manifest: NOSIGNATURE MekanismAdditions-1.20.1-10.4.0.14.jar |Mekanism: Additions |mekanismadditions |10.4.0 |DONE |Manifest: NOSIGNATURE colorfulhearts-forge-1.20.1-4.0.2.jar |Colorful Hearts |colorfulhearts |4.0.2 |DONE |Manifest: NOSIGNATURE wirelesschargers-1.0.9-forge-mc1.20.jar |Wireless Chargers |wirelesschargers |1.0.9 |DONE |Manifest: NOSIGNATURE simplylight-1.20.1-1.4.5-build.49.jar |Simply Light |simplylight |1.20.1-1.4.5-build.4|DONE |Manifest: NOSIGNATURE merequester-forge-1.20.1-1.1.4.jar |ME Requester |merequester |1.20.1-1.1.4 |DONE |Manifest: NOSIGNATURE SolarFluxReborn-1.20.1-20.1.3.jar |Solar Flux Reborn |solarflux |20.1.3 |DONE |Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c L_Enders_Cataclysm-1.39 -1.20.1.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE hole_filler_mod-1.2.8_mc-1.20.1_forge.jar |Hole Filler Mod |hole_filler_mod |1.2.8 |DONE |Manifest: NOSIGNATURE ifly-1.0.2+mc1.20.1.jar |iFly |ifly |1.0.2+mc1.20.1 |DONE |Manifest: NOSIGNATURE cullleaves-forge-3.2.0.jar |CullLeaves |cullleaves |3.2.0 |DONE |Manifest: NOSIGNATURE midnightlib-forge-1.4.1.jar |MidnightLib |midnightlib |1.4.1 |DONE |Manifest: NOSIGNATURE BetterThanLlamas-1.20.1-Forge-1.2.0.jar |Better Than Llamas |betterthanllamas |1.2.0 |DONE |Manifest: NOSIGNATURE time-in-a-bottle-4.0.4-mc1.20.1.jar |Time In A Bottle |tiab |4.0.4-mc1.20.1 |DONE |Manifest: NOSIGNATURE IntegratedTunnels-1.20.1-1.8.23.jar |IntegratedTunnels |integratedtunnels |1.8.23 |DONE |Manifest: NOSIGNATURE elevatorid-1.20.1-1.8.15.jar |Elevator Mod |elevatorid |1.20.1-1.8.15 |DONE |Manifest: NOSIGNATURE GunpowderLib-1.20.2-2.2.1.jar |GunpowderLib |gunpowderlib |1.20.2-2.2.1 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 SimpleSponge-1.20.1-8.1.jar |Simple Sponge |simplesponge |8.1 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 Runelic-Forge-1.20.1-18.0.2.jar |Runelic |runelic |18.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 resourcefullib-forge-1.20.1-2.1.11.jar |Resourceful Lib |resourcefullib |2.1.11 |DONE |Manifest: NOSIGNATURE MekanismTools-1.20.1-10.4.0.14.jar |Mekanism: Tools |mekanismtools |10.4.0 |DONE |Manifest: NOSIGNATURE lootjs-forge-1.20.1-2.10.3.jar |LootJS |lootjs |2.10.3 |DONE |Manifest: NOSIGNATURE architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |DONE |Manifest: NOSIGNATURE BambooEverything-forge-3.0.3+mc1.20.1.jar |Bamboo Everything |bambooeverything |3.0.3+mc1.20.1 |DONE |Manifest: NOSIGNATURE ToolKit-forge-3.0.0-build.20+mc1.20.1.jar |Toolkit |toolkit |3.0.0-build.20+mc1.2|DONE |Manifest: NOSIGNATURE justhammers-forge-2.0.0+mc1.20.1.jar |Just Hammers |justhammers |2.0.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE SimpleDiscordRichPresence-forge-4.0.2-build.36+mc1|Simple Discord Rich Presence |sdrp |4.0.2-build.36+mc1.2|DONE |Manifest: NOSIGNATURE ftb-library-forge-2001.1.3.jar |FTB Library |ftblibrary |2001.1.3 |DONE |Manifest: NOSIGNATURE createchunkloading-1.6.0-forge.jar |Create Chunkloading |createchunkloading |1.6.0 |DONE |Manifest: NOSIGNATURE kubejsadditions-forge-4.0.0.jar |KubeJS Addditions (Forge) |kubejsadditions |4.0.0 |DONE |Manifest: NOSIGNATURE findme-3.1.0-forge.jar |FindMe |findme |3.1.0 |DONE |Manifest: NOSIGNATURE ftb-teams-forge-2001.1.4.jar |FTB Teams |ftbteams |2001.1.4 |DONE |Manifest: NOSIGNATURE ftb-ranks-forge-2001.1.3.jar |FTB Ranks |ftbranks |2001.1.3 |DONE |Manifest: NOSIGNATURE ftb-essentials-forge-2001.2.0.jar |FTB Essentials |ftbessentials |2001.2.0 |DONE |Manifest: NOSIGNATURE accelerated-decay-forge-3.0.0+mc1.20.1.jar |Accelerated Decay |accelerateddecay |3.0.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE cc-tweaked-1.20.1-forge-1.108.1.jar |CC: Tweaked |computercraft |1.108.1 |DONE |Manifest: NOSIGNATURE AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |DONE |Manifest: NOSIGNATURE cupboard-1.20.1-2.0.jar |Cupboard utilities |cupboard |1.20.1-2.0 |DONE |Manifest: NOSIGNATURE ExtremeReactors2-1.20.1-2.0.73.jar |Extreme Reactors |bigreactors |1.20.1-2.0.73 |DONE |Manifest: NOSIGNATURE productivebees-1.20.1-12.2.4.jar |Productive Bees |productivebees |1.20.1-12.2.4 |DONE |Manifest: NOSIGNATURE light-overlay-8.0.0-forge.jar |Light Overlay |lightoverlay |8.0.0 |DONE |Manifest: NOSIGNATURE trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |DONE |Manifest: NOSIGNATURE TrampleStopper-Forge-5.0.0+mc1.20.1.jar |Trample Stopper |tramplestopper |5.0.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE rubidium-extra-0.5.2+mc1.20.1-build.104.jar |Rubidium Extra |rubidium_extra |0.5.2+mc1.20.1-build|DONE |Manifest: NOSIGNATURE inventoryessentials-forge-1.20.1-8.2.1.jar |Inventory Essentials |inventoryessentials |8.2.1 |DONE |Manifest: NOSIGNATURE polylib-forge-1200.0.2-build.85.jar |PolyLib |polylib |1200.0.2-build.85 |DONE |Manifest: NOSIGNATURE peripheralium-forge-1.20.1-0.6.13.jar |Peripheralium |peripheralium |0.6.13 |DONE |Manifest: NOSIGNATURE letmedespawn-1.1.1.jar |Let Me Despawn |letmedespawn |1.1.1 |DONE |Manifest: NOSIGNATURE YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.1-build.6+mc1.20|DONE |Manifest: NOSIGNATURE Cyclic-1.20.1-1.12.4.jar |Cyclic |cyclic |1.12.4 |DONE |Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed inventorysorter-1.20.1-23.0.1.jar |Simple Inventory Sorter |inventorysorter |23.0.1 |DONE |Manifest: NOSIGNATURE rhino-forge-2001.2.2-build.6.jar |Rhino |rhino |2001.2.2-build.6 |DONE |Manifest: NOSIGNATURE kubejs-forge-2001.6.3-build.52.jar |KubeJS |kubejs |2001.6.3-build.52 |DONE |Manifest: NOSIGNATURE Cucumber-1.20.1-7.0.3.jar |Cucumber Library |cucumber |7.0.3 |DONE |Manifest: NOSIGNATURE ae2wtlib-15.0.12-forge.jar |AE2WTLib |ae2wtlib |15.0.12-forge |DONE |Manifest: NOSIGNATURE flatbedrock-forge-3.0.1-build.18+mc1.20.1.jar |Flat Bedrock |flatbedrock |3.0.1-build.18+mc1.2|DONE |Manifest: NOSIGNATURE sophisticatedstorage-1.20.1-0.8.51.605.jar |Sophisticated Storage |sophisticatedstorage |0.8.51.605 |DONE |Manifest: NOSIGNATURE simplygraves-1.20.1-1.0.6-build.6.jar |Simply-Graves |simplygraves |1.20.1-1.0.6-build.6|DONE |Manifest: NOSIGNATURE BetterThanBunnies-1.20.1-Forge-1.3.0.jar |Better Than Bunnies |betterthanbunnies |1.3.0 |DONE |Manifest: NOSIGNATURE TravelAnchors-1.20.1-5.0.1.jar |Travel Anchors |travelanchors |1.20.1-5.0.1 |DONE |Manifest: NOSIGNATURE TinyCoal-forge-1.20.1-1.1.4.jar |Tiny Coal |tinycoal |1.1.4 |DONE |Manifest: NOSIGNATURE create-1.20.1-0.5.1.e.jar |Create |create |0.5.1.e |DONE |Manifest: NOSIGNATURE waystones-forge-1.20-14.0.2.jar |Waystones |waystones |14.0.2 |DONE |Manifest: NOSIGNATURE FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.3.jar |Clumps |clumps |12.0.0.3 |DONE |Manifest: NOSIGNATURE comforts-forge-6.3.3+1.20.1.jar |Comforts |comforts |6.3.3+1.20.1 |DONE |Manifest: NOSIGNATURE peripheralworks-forge-1.20.1-1.4.0.jar |UnlimitedPeripheralWorks |peripheralworks |1.4.0 |DONE |Manifest: NOSIGNATURE charginggadgets-1.11.0.jar |Charging Gadgets |charginggadgets |1.11.0 |DONE |Manifest: NOSIGNATURE ftbbackups2-forge-1.20-1.0.22.jar |FTB Backups 2 |ftbbackups2 |1.0.22 |DONE |Manifest: NOSIGNATURE mcjtylib-1.20-8.0.3.jar |McJtyLib |mcjtylib |1.20-8.0.3 |DONE |Manifest: NOSIGNATURE rftoolsbase-1.20-5.0.2.jar |RFToolsBase |rftoolsbase |1.20-5.0.2 |DONE |Manifest: NOSIGNATURE xnet-1.20-6.0.2.jar |XNet |xnet |1.20-6.0.2 |DONE |Manifest: NOSIGNATURE rftoolsdim-1.20-11.0.0.jar |RFToolsDimensions |rftoolsdim |1.20-11.0.0 |DONE |Manifest: NOSIGNATURE rftoolspower-1.20-6.0.1.jar |RFToolsPower |rftoolspower |1.20-6.0.1 |DONE |Manifest: NOSIGNATURE rftoolsbuilder-1.20-6.0.1.jar |RFToolsBuilder |rftoolsbuilder |1.20-6.0.1 |DONE |Manifest: NOSIGNATURE deepresonance-1.20-5.0.1.jar |DeepResonance |deepresonance |1.20-5.0.1 |DONE |Manifest: NOSIGNATURE rftoolsstorage-1.20-5.0.1.jar |RFToolsStorage |rftoolsstorage |1.20-5.0.1 |DONE |Manifest: NOSIGNATURE rftoolscontrol-1.20-7.0.1.jar |RFToolsControl |rftoolscontrol |1.20-7.0.1 |DONE |Manifest: NOSIGNATURE mininggadgets-1.15.3.jar |Mining Gadgets |mininggadgets |1.15.3 |DONE |Manifest: NOSIGNATURE ftb-hacks-neo-0.1.0+mc1.20.1.jar |FTB Hacks |ftbhacks |0.1.0 |DONE |Manifest: NOSIGNATURE ftb-chunks-forge-2001.2.2.jar |FTB Chunks |ftbchunks |2001.2.2 |DONE |Manifest: NOSIGNATURE ftb-xmod-compat-forge-2.0.1-20230904.102642-1.jar |FTB XMod Compat |ftbxmodcompat |2.0.1 |DONE |Manifest: NOSIGNATURE bloodmagic-1.20.1-3.3.2-44.jar |Blood Magic |bloodmagic |3.3.2-44 |DONE |Manifest: NOSIGNATURE XyCraft Core-0.6.21.jar |XyCraft: Core |xycraft_core |0.6.21 |DONE |Manifest: NOSIGNATURE XyCraft World-0.6.21.jar |XyCraft: World |xycraft_world |0.6.21 |DONE |Manifest: NOSIGNATURE XyCraft Machines-0.6.21.jar |XyCraft: Machines |xycraft_machines |0.6.21 |DONE |Manifest: NOSIGNATURE XyCraft Override-0.6.21.jar |XyCraft: Override |xycraft_override |0.6.21 |DONE |Manifest: NOSIGNATURE craftingtweaks-forge-1.20-18.2.1.jar |CraftingTweaks |craftingtweaks |18.2.1 |DONE |Manifest: NOSIGNATURE default-server-properties-forge-81.1.0.jar |Default Server Properties |dsp |81.1.0 |DONE |Manifest: NOSIGNATURE rftoolsutility-1.20-6.0.3.jar |RFToolsUtility |rftoolsutility |1.20-6.0.3 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.0.8.jar |EnchantmentDescriptions |enchdesc |17.0.8 |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 sebastrnlib-4.0.0.jar |Sebastrn Lib |sebastrnlib |4.0.0 |DONE |Manifest: NOSIGNATURE refinedcooking-4.0.0.jar |Refined Cooking |refinedcooking |4.0.0 |DONE |Manifest: NOSIGNATURE refinedstorage-1.12.3.jar |Refined Storage |refinedstorage |1.12.3 |DONE |Manifest: NOSIGNATURE cookingforblockheads-forge-1.20-16.0.1.jar |CookingForBlockheads |cookingforblockheads |16.0.1 |DONE |Manifest: NOSIGNATURE rebornstorage-1.20.1-5.0.4.jar |RebornStorage |rebornstorage |5.0.4 |DONE |Manifest: NOSIGNATURE Patchouli-1.20.1-81-FORGE.jar |Patchouli |patchouli |1.20.1-81-FORGE |DONE |Manifest: NOSIGNATURE tomeofblood-1.20.1-0.1.2-all.jar |Tome of Blood: Rebirth |tomeofblood |1.20.1-0.1.2 |DONE |Manifest: NOSIGNATURE ars_creo-1.20.1-4.0.1.jar |Ars Creo |ars_creo |4.0.1 |DONE |Manifest: NOSIGNATURE ars_ocultas-1.20.1-1.0.1-all.jar |Ars Oscura |ars_ocultas |1.0.1 |DONE |Manifest: NOSIGNATURE moonlight-1.20-2.8.42-forge.jar |Moonlight Library |moonlight |1.20-2.8.42 |DONE |Manifest: NOSIGNATURE playerplates-forge-3.0.4+mc1.20.1.jar |Player Plates |playerplates |3.0.4+mc1.20.1 |DONE |Manifest: NOSIGNATURE eccentrictome-1.20.1-1.10.1.jar |Eccentric Tome |eccentrictome |1.20.1-1.10.1 |DONE |Manifest: NOSIGNATURE titanium-1.20.1-3.8.21.jar |Titanium |titanium |3.8.21 |DONE |Manifest: NOSIGNATURE AE2-Things-1.2.1.jar |AE2 Things |ae2things |1.2.1 |DONE |Manifest: NOSIGNATURE forbidden_arcanus-1.20.1-2.2.0.jar |Forbidden & Arcanus |forbidden_arcanus |1.20.1-2.2.0 |DONE |Manifest: NOSIGNATURE soulshards-1.20-1.3.4.jar |SoulShards |soulshards |1.20-1.3.4 |DONE |Manifest: NOSIGNATURE smoothboot-mc1.20.1-0.0.3.jar |Smooth Boot (Reloaded) |smoothboot |0.0.3 |DONE |Manifest: NOSIGNATURE modulargolems-2.4.15.jar |Modular Golems |modulargolems |2.4.15 |DONE |Manifest: NOSIGNATURE EnderIO-1.20.1-6.0.20-alpha.jar |Ender IO |enderio |6.0.20-alpha |DONE |Manifest: NOSIGNATURE kubejs_enderio-forge-1.20.1-0.3.1.jar |KubeJS-EnderIO |kubejs_enderio |1.20.1-0.3.1 |DONE |Manifest: NOSIGNATURE JAOPCA-1.20.1-4.4.4.5.jar |JAOPCA |jaopca |4.4.4.5 |DONE |Manifest: NOSIGNATURE curiotiab-1.20.1-2.0.1.jar |Time in a bottle Curio Support|curiotiab |1.20.1-2.0.1 |DONE |Manifest: NOSIGNATURE FluxNetworks-1.20.1-7.2.0.14.jar |Flux Networks |fluxnetworks |7.2.0.14 |DONE |Manifest: NOSIGNATURE enderchests-forge-1.20.1-1.1.jar |EnderChests |enderchests |1.20.1-1.1 |DONE |Manifest: NOSIGNATURE buildinggadgets2-1.0.5.jar |Building Gadgets 2 |buildinggadgets2 |1.0.5 |DONE |Manifest: NOSIGNATURE FlowerPatch-forge-1.20.1-3.0.1.jar |Flower Patch |flowerpatch |3.0.1 |DONE |Manifest: NOSIGNATURE modonomicon-1.20.1-forge-1.39.0.jar |Modonomicon |modonomicon |1.39.0 |DONE |Manifest: NOSIGNATURE fancymenu_forge_2.14.9-3_MC_1.20.1.jar |FancyMenu |fancymenu |2.14.9 |DONE |Manifest: NOSIGNATURE ferritecore-6.0.0-forge.jar |Ferrite Core |ferritecore |6.0.0 |DONE |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a functionalstorage-1.20.1-1.2.3.jar |Functional Storage |functionalstorage |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE modular-routers-12.0.2+mc1.20.1.jar |Modular Routers |modularrouters |12.0.2+mc1.20.1 |DONE |Manifest: NOSIGNATURE refinedstorageaddons-0.10.0.jar |Refined Storage Addons |refinedstorageaddons |0.10.0 |DONE |Manifest: NOSIGNATURE Applied-Mekanistics-1.4.0.jar |Applied Mekanistics |appmek |1.4.0 |DONE |Manifest: NOSIGNATURE megacells-forge-2.1.5-1.20.1.jar |MEGA Cells |megacells |2.1.5-1.20.1 |DONE |Manifest: NOSIGNATURE valhelsia_core-forge-1.20.1-1.1.1.jar |Valhelsia Core |valhelsia_core |1.1.1 |DONE |Manifest: NOSIGNATURE chisels-and-bits-forge-1.4.144.jar |chisels-and-bits |chiselsandbits |1.4.144 |DONE |Manifest: NOSIGNATURE createaddition-1.20.1-1.1.1.jar |Create Crafts & Additions |createaddition |1.20.1-1.1.1 |DONE |Manifest: NOSIGNATURE OpenBlocksTrophies-1.20.1-3.0.4.jar |OpenBlocks Trophies |obtrophies |1.20.1-3.0.4 |DONE |Manifest: NOSIGNATURE Flywheel Backend: GL33 Instanced Arrays Crash Report UUID: 73832116-7f03-4680-a2c8-f684ec55edf7 FML: 47.2 Forge: net.minecraftforge:47.2.1
Soaryn commented 1 year ago

A fix for v0.6.22 has been made, a build should be available in a few hours, though I am trying to determine if this is not also a create bug on top of the crash we are causing.

Soaryn commented 1 year ago

Fixed in v0.6.22 and is available on CurseForge