Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: earth/terrarium/botarium/forge/energy/ForgeEnergyManager #37

Open
5 tasks done
mathieusantiago opened this issue Sep 11, 2024 · 1 comment
Open
5 tasks done
Labels
bug Something isn't working

Comments

@mathieusantiago
Copy link

Bug Description

The game crashes when ticking a block entity with the following error:
java.lang.NoClassDefFoundError: earth/terrarium/botarium/forge/energy/ForgeEnergyManager.

This bug appears to be related to the Botarium mod that handles Forge Energy.

How to Reproduce?

1 Load a game with the Botarium mod installed.
2 Activate a block entity that uses the Forge Energy system (for example, a generator or machine using this energy).
3 The crash occurs when the block entity attempts to load this class.
4 See the error in the logs.

Expected Behavior

I expected the Botarium mod to handle Forge Energy properly without causing the game to crash.

Version

2.3.4

Mod Loader Version

1.20.1

Mod Loader

N/A

Logs or additional context

No response

Code of Conduct

  • I have searched the issue tracker and confirmed that the issue has not been reported
  • I have checked the FAQ (if one is present) and my issue is not listed
  • I have verified that I am using the latest version of the mod
  • I have verified that I have installed all the required dependencies for the mod
  • I have verified that I do not have Optifine installed. We will close issues if we detect Optifine is in your pack. We cannot fix Optifine issues. Please do not report issues with Optifine present.
@mathieusantiago mathieusantiago added the bug Something isn't working label Sep 11, 2024
@mathieusantiago
Copy link
Author

`---- Minecraft Crash Report ----

// Hi. I'm Connector, and I'm a crashaholic

SINYTRA CONNECTOR IS PRESENT!
Please verify issues are not caused by Connector before reporting them to mod authors.
If you're unsure, file a report on Connector's issue tracker found at https://github.com/Sinytra/Connector/issues.

// Embeddium instance tainted by mods: [dynamiclightsreforged, valkyrienskies, betterfpsdist, oculus, copycats]
// Please do not reach out for Embeddium support without removing these mods first.
// -------
// Ouch. That hurt :(

Time: 2024-09-12 03:36:37
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: earth/terrarium/botarium/forge/energy/ForgeEnergyManager
at org.antarcticgardens.newage.content.electricity.network.ElectricalNetwork.updateConsumersAndSources(ElectricalNetwork.java:66) ~[create-new-age-forge-1.20.1-1.1.2.jar%23282!/:1] {re:classloading}
at org.antarcticgardens.newage.content.electricity.connector.ElectricalConnectorBlockEntity.neighborChanged(ElectricalConnectorBlockEntity.java:129) ~[create-new-age-forge-1.20.1-1.1.2.jar%23282!/:1] {re:classloading}
at org.antarcticgardens.newage.content.electricity.connector.ElectricalConnectorBlock.m_6861_(ElectricalConnectorBlock.java:82) ~[create-new-age-forge-1.20.1-1.1.2.jar%23282!/:1] {re:classloading}
at net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.m_60690_(BlockBehaviour.java:724) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:mixins.oculus.json:MixinBlockStateBehavior from mod oculus,pl:mixin:APP:modernfix-common.mixins.json:perf.reduce_blockstate_cache_rebuilds.BlockStateBaseMixin from mod modernfix,pl:mixin:APP:freecam.mixins.json:BlockStateBaseMixin from mod freecam,pl:mixin:APP:canary.mixins.json:ai.pathing.BlockStateBaseMixin from mod canary,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.world.level.redstone.CollectingNeighborUpdater$MultiNeighborUpdate.m_213563_(CollectingNeighborUpdater.java:132) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230645_(CollectingNeighborUpdater.java:78) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_230660_(CollectingNeighborUpdater.java:65) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.world.level.redstone.CollectingNeighborUpdater.m_214152_(CollectingNeighborUpdater.java:47) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.server.level.ServerLevel.m_46672_(ServerLevel.java:976) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_serverlevel,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_serverlevel,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:bclib.mixins.common.json:ServerLevelMixin from mod bclib,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:comforts.mixins.json:MixinServerSleepStatus from mod comforts,pl:mixin:APP:mixins.mocap.json:ServerLevelMixin from mod mocap,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:chunk.replace_streams.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:profiler.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:util.accessors.ServerLevelAccessor from mod canary,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin from mod canary,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.shipyard_entities.MixinServerLevel from mod valkyrienskies,pl:mixin:APP:valkyrienskies-common.mixins.json:server.world.MixinServerLevel from mod valkyrienskies,pl:mixin:APP:betterend.mixins.common.json:ServerLevelMixin from mod betterend,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.level.ServerLevel.m_6289_(ServerLevel.java:1348) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_serverlevel,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_serverlevel,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:bclib.mixins.common.json:ServerLevelMixin from mod bclib,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:comforts.mixins.json:MixinServerSleepStatus from mod comforts,pl:mixin:APP:mixins.mocap.json:ServerLevelMixin from mod mocap,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:chunk.replace_streams.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:entity.inactive_navigations.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:profiler.ServerLevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:util.accessors.ServerLevelAccessor from mod canary,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.ServerLevelMixin from mod canary,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.shipyard_entities.MixinServerLevel from mod valkyrienskies,pl:mixin:APP:valkyrienskies-common.mixins.json:server.world.MixinServerLevel from mod valkyrienskies,pl:mixin:APP:betterend.mixins.common.json:ServerLevelMixin from mod betterend,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.world.level.Level.markAndNotifyBlock(Level.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:dynamiclightsreforged.mixins.json:WorldMixin from mod dynamiclightsreforged,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:create_new_age.mixins.json:LevelMixin from mod create_new_age,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:sliceanddice.mixins.json:LevelMixin from mod sliceanddice,pl:mixin:APP:mixins.mocap.json:fields.LevelMixin from mod mocap,pl:mixin:APP:canary.mixins.json:alloc.chunk_random.LevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:entity.collisions.intersection.LevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:util.block_entity_retrieval.LevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:world.block_entity_ticking.sleeping.LevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:world.chunk_access.LevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:world.inline_block_access.LevelMixin from mod canary,pl:mixin:APP:canary.mixins.json:world.inline_height.LevelMixin from mod canary,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.clip_replace.MixinLevel from mod valkyrienskies,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.get_entities.MixinLevel from mod valkyrienskies,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.world_border.MixinLevel from mod valkyrienskies,pl:mixin:APP:valkyrienskies-common.mixins.json:world.level.MixinLevel from mod valkyrienskies,pl:mixin:APP:betterend.mixins.common.json:LevelMixin from mod betterend,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraftforge.common.ForgeHooks.onPlaceItemIntoWorld(ForgeHooks.java:644) ~[forge-1.20.1-47.2.0-universal.jar%23357!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}
at net.minecraft.world.item.ItemStack.m_41661_(ItemStack.java:245) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,xf:fml:forge:itemstack,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:itemstack,pl:mixin:APP:connectormod.mixins.json:item.ItemStackMixin from mod connectormod,pl:mixin:APP:fabric-item-api-v1.mixins.json:ItemStackMixin from mod fabric_item_api_v1,pl:mixin:APP:bclib.mixins.common.json:ItemStackMixin from mod bclib,pl:mixin:APP:itemfilters-common.mixins.json:ItemStackMixin from mod itemfilters,pl:mixin:APP:canary.mixins.json:util.item_stack_tracking.ItemStackMixin from mod canary,pl:mixin:APP:betterend.mixins.client.json:ItemStackMixin from mod betterend,pl:mixin:APP:connectormod.mixins.json:item.LateItemStackMixin from mod connectormod,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.level.ServerPlayerGameMode.m_7179_(ServerPlayerGameMode.java:355) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:computing_frames,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:fabric-events-interaction-v0.mixins.json:ServerPlayerInteractionManagerMixin from mod fabric_events_interaction_v0,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.network.ServerGamePacketListenerImpl.m_6371_(ServerGamePacketListenerImpl.java:1057) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:fabric-networking-api-v1.mixins.json:ServerPlayNetworkHandlerMixin from mod fabric_networking_api_v1,pl:mixin:APP:modernfix-forge.mixins.json:bugfix.forge_vehicle_packets.ServerGamePacketListenerImplMixin from mod modernfix,pl:mixin:APP:railways.mixins.json:ServerGamePacketListenerImplMixin from mod railways,pl:mixin:APP:fabric-networking-api-v1.mixins.json:accessor.ServerPlayNetworkHandlerAccessor from mod fabric_networking_api_v1,pl:mixin:APP:copycats-forge.mixins.json:network.ServerGamePacketListenerImplMixin from mod copycats,pl:mixin:APP:valkyrienskies-common.mixins.json:feature.spawn_player_on_ship.MixinServerGamePacketListenerImpl from mod valkyrienskies,pl:mixin:APP:valkyrienskies-common.mixins.json:server.network.MixinServerGamePacketListenerImpl from mod valkyrienskies,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.m_5797_(ServerboundUseItemOnPacket.java:34) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.m_5797_(ServerboundUseItemOnPacket.java:8) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.server.TickTask.run(TickTask.java:18) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:classloading,pl:connector_pre_launch:A}
at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin from mod modernfix,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:computing_frames,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A,re:classloading,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:770) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_6367_(MinecraftServer.java:161) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin from mod modernfix,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_129961_(MinecraftServer.java:753) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_7245_(MinecraftServer.java:747) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:139) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.BlockableEventLoopMixin from mod modernfix,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_130012_(MinecraftServer.java:733) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:665) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[client-1.20.1-20230612.114412-srg.jar%23352!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraftserver,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:A,pl:connector_pre_launch:A}
at java.lang.Thread.run(Thread.java:833) ~[?:?] {re:mixin}
Caused by: java.lang.ClassNotFoundException: earth.terrarium.botarium.forge.energy.ForgeEnergyManager
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.10.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.10.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
... 31 more

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

-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Windows 11 (amd64) version 10.0
Java Version: 17.0.8, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 2080374784 bytes (1984 MiB) / 3720347648 bytes (3548 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 5600 6-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): 3.49
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: NVIDIA GeForce RTX 3060
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x2487
Graphics card #0 versionInfo: DriverVersion=32.0.15.6081
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 2.13
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 2.13
Memory slot #1 type: DDR4
Virtual memory max (MB): 29091.45
Virtual memory used (MB): 23871.78
Swap memory total (MB): 12800.00
Swap memory used (MB): 1031.65
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Loaded Shaderpack: (off)
Server Running: true
Player Count: 1 / 8; [ServerPlayer['Lightech3d'/95, l='ServerLevel[Nouveau monde]', x=5.90, y=-60.00, z=-1.79]]
Data Packs: vanilla, mod:dynamiclightsreforged (incompatible), mod:kuma_api (incompatible), mod:fabric_renderer_api_v1, mod:supermartijn642configlib (incompatible), mod:createdeco (incompatible), mod:botarium, mod:fabric_item_api_v1, mod:towntalk (incompatible), mod:fabric_rendering_fluids_v1, mod:fabric_models_v0, mod:sophisticatedcore (incompatible), mod:fabric_convention_tags_v1, mod:controlling (incompatible), mod:modernfix (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:fabric_command_api_v1, mod:fabric_block_view_api_v2, mod:fabric_command_api_v2, mod:fabric_data_attachment_api_v1, mod:mixinextras (incompatible), mod:bookshelf, mod:kambrik (incompatible), mod:sophisticatedbackpacks (incompatible), mod:create_dragon_lib (incompatible), mod:lightingwand (incompatible), mod:wunderlib, mod:railways, mod:create_new_age, mod:balm, mod:fabric_screen_api_v1, mod:jeresources, mod:cloth_config (incompatible), mod:fabric_api, mod:bclib, mod:fabric_content_registries_v0, mod:wafflesplaster, mod:konkrete (incompatible), mod:embeddium, mod:athena, mod:corpse, mod:mcwbridges, mod:farmersdelight, mod:fabric_game_rule_api_v1, mod:fabric_api_lookup_api_v1, mod:mcwfences, mod:supermartijn642corelib, mod:curios (incompatible), mod:blockui, mod:oculus, mod:searchables (incompatible), mod:connectormod, mod:fabric_entity_events_v1, mod:resourcefullib (incompatible), mod:architectury (incompatible), mod:fabric_loot_api_v2, mod:cupboard (incompatible), mod:fabric_rendering_data_attachment_v1, mod:fabric_networking_api_v1, mod:fastleafdecay, mod:gamemenumodoption, mod:fabric_lifecycle_events_v1, mod:sliceanddice (incompatible), mod:mcwlights, mod:fabric_key_binding_api_v1, mod:fabric_client_tags_api_v1, mod:fabric_transfer_api_v1, mod:fabric_dimensions_v1, mod:elytraslot (incompatible), mod:kiwi (incompatible), mod:inventorysorter (incompatible), mod:betteranimationscollection, mod:rechiseled (incompatible), mod:copycats (incompatible), mod:itemfilters (incompatible), mod:fabric_model_loading_api_v1, mod:jei, mod:callablehorses (incompatible), mod:fabric_screen_handler_api_v1, mod:fabric_resource_loader_v0, mod:libraryferret, mod:caelus (incompatible), mod:fabric_rendering_v1, mod:waystones, mod:fabric_renderer_indigo, mod:clumps (incompatible), mod:comforts (incompatible), mod:fabric_mining_level_api_v1, mod:naturescompass, mod:decorative_blocks, mod:rechiseledcreate, mod:fusion, mod:fabric_particles_v1, mod:puzzlesaccessapi, mod:forge, mod:fabric_transitive_access_wideners_v1, mod:craftingtweaks, mod:okzoomer (incompatible), mod:mocap, mod:enchdesc (incompatible), mod:fabric_api_base, mod:mousetweaks, mod:fabric_blockrenderlayer_v1, mod:mixinsquared (incompatible), mod:jade (incompatible), mod:creativecore, mod:spectrelib (incompatible), mod:fabric_block_api_v1, mod:fabric_resource_conditions_api_v1, mod:domum_ornamentum, mod:betterfpsdist (incompatible), mod:kotlinforforge (incompatible), mod:notenoughanimations, mod:flywheel, mod:create, mod:fabric_item_group_api_v1, mod:polymorph (incompatible), mod:justenoughprofessions, mod:storagedrawers (incompatible), mod:freecam (incompatible), mod:entityculling, mod:canary, mod:fabric_biome_api_v1, mod:structurize, mod:multipiston, mod:xaeroplus (incompatible), mod:xaeroworldmap (incompatible), mod:xaerominimap (incompatible), mod:fabric_registry_sync_v0, mod:immediatelyfast (incompatible), mod:minecolonies, mod:fabric_recipe_api_v1, mod:ferritecore (incompatible), mod:connectedglass, mod:fabric_object_builder_api_v1, mod:effecttooltips (incompatible), mod:puzzleslib, mod:gjeb, mod:fabric_sound_api_v1, mod:valkyrienskies (incompatible), mod:vs_eureka (incompatible), mod:fabric_message_api_v1, mod:betterend, mod:create_enchantment_industry (incompatible), mod:team_reborn_energy, mod:fabric_data_generation_api_v1, mod:fabric_events_interaction_v0, fabric
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
Type: Integrated Server (map_client.txt)
Is Modded: Definitely; Client brand changed to 'forge'; Server brand changed to 'forge'
Launched Version: forge-47.2.0
Sinytra Connector: 1.0.0-beta.44+1.20.1
SINYTRA CONNECTOR IS PRESENT!
Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker.
Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues.
Installed Fabric mods:
| ================================================== | ============================== | ============================== | ==================== |
| botarium-fabric-1.20.1-2.3.4_mapped_srg_1.20.1.jar | Botarium | botarium | 2.3.4 |
| bclib_synced_bclib_3_0_14$wunderlib-1.1.5_mapped | WunderLib | wunderlib | 1.1.5 |
| _bclib_synced_bclib_3_0_14_mapped_srg_1.20.1.jar | BCLib | bclib | 3.0.14 |
| better-end-4.0.10_mapped_srg_1.20.1.jar | Better End | betterend | 4.0.10 |
| botarium-fabric-1.20.1-2.3.4$energy-3.0.0_mapped_s | Energy | team_reborn_energy | 3.0.0 |
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.0.jar slf4jfixer PLUGINSERVICE
fmlloader-1.20.1-47.2.0.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.20.1-47.2.0.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.20.1-47.2.0.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.20.1-47.2.0.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
[email protected]
javafml@null
lowcodefml@null
Mod List:
dynamiclightsreforged-1.20.1_v1.6.0.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.20.1_v1.6.0 |DONE |Manifest: NOSIGNATURE
kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE
fabric-renderer-api-v1-3.2.1+1d29b44577.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+1d29b44577 |DONE |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE
createdeco-2.0.2-1.20.1-forge.jar |Create Deco |createdeco |2.0.2-1.20.1-forge |DONE |Manifest: NOSIGNATURE
botarium-fabric-1.20.1-2.3.4_mapped_srg_1.20.1.jar|Botarium |botarium |2.3.4 |DONE |Manifest: NOSIGNATURE
fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |DONE |Manifest: NOSIGNATURE
towntalk-1.20.1-1.1.0.jar |TownTalk |towntalk |1.1.0 |DONE |Manifest: NOSIGNATURE
fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |DONE |Manifest: NOSIGNATURE
fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |DONE |Manifest: NOSIGNATURE
sophisticatedcore-1.20.1-0.6.22.611.jar |Sophisticated Core |sophisticatedcore |0.6.22.611 |DONE |Manifest: NOSIGNATURE
fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |DONE |Manifest: NOSIGNATURE
Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |DONE |Manifest: NOSIGNATURE
modernfix-forge-5.19.0+mc1.20.1.jar |ModernFix |modernfix |5.19.0+mc1.20.1 |DONE |Manifest: NOSIGNATURE
citadel-2.5.6-1.20.1.jar |Citadel |citadel |2.5.6 |DONE |Manifest: NOSIGNATURE
alexsmobs-1.22.8.jar |Alex's Mobs |alexsmobs |1.22.8 |DONE |Manifest: NOSIGNATURE
fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |DONE |Manifest: NOSIGNATURE
fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |DONE |Manifest: NOSIGNATURE
fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |DONE |Manifest: NOSIGNATURE
fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |DONE |Manifest: NOSIGNATURE
mixinextras-forge-0.4.0.jar |MixinExtras |mixinextras |0.4.0 |DONE |Manifest: NOSIGNATURE
Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |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
Kambrik-6.1.1+1.20.1-forge.jar |Kambrik |kambrik |6.1.1+1.20.1 |DONE |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.20.1-3.20.5.1044.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.5.1044 |DONE |Manifest: NOSIGNATURE
create_dragon_lib-1.20.1-1.4.3.jar |Create: Dragon Lib |create_dragon_lib |1.4.3 |DONE |Manifest: NOSIGNATURE
LightingWand-1.20.1-forge-8.0.0.jar |Lighting Wand |lightingwand |8.0.0 |DONE |Manifest: NOSIGNATURE
bclib_synced_bclib_3_0_14$wunderlib-1.1.5_mapped|WunderLib |wunderlib |1.1.5 |DONE |Manifest: NOSIGNATURE
Steam_Rails-1.6.4+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.4+forge-mc1.20.1|DONE |Manifest: NOSIGNATURE
create-new-age-forge-1.20.1-1.1.2.jar |Create: New Age |create_new_age |1.1.2 |DONE |Manifest: NOSIGNATURE
balm-forge-1.20.1-7.3.6-all.jar |Balm |balm |7.3.6 |DONE |Manifest: NOSIGNATURE
fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |DONE |Manifest: NOSIGNATURE
JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE
cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE
fabric-api-0.92.2+1.11.8+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.2+1.11.8+1.20.1|DONE |Manifest: NOSIGNATURE
_bclib_synced_bclib_3_0_14_mapped_srg_1.20.1.jar |BCLib |bclib |3.0.14 |DONE |Manifest: NOSIGNATURE
fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |DONE |Manifest: NOSIGNATURE
wafflesplaster-v1.0-FORGE-1.20.1.jar |Waffles Plaster |wafflesplaster |1.0 |DONE |Manifest: NOSIGNATURE
konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |DONE |Manifest: NOSIGNATURE
embeddium-0.3.28+mc1.20.1.jar |Embeddium |embeddium |0.3.28+mc1.20.1 |DONE |Manifest: NOSIGNATURE
athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |DONE |Manifest: NOSIGNATURE
corpse-forge-1.20.1-1.0.12.jar |Corpse |corpse |1.20.1-1.0.12 |DONE |Manifest: NOSIGNATURE
mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |DONE |Manifest: NOSIGNATURE
FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE
fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |DONE |Manifest: NOSIGNATURE
fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |DONE |Manifest: NOSIGNATURE
mcw-fences-1.1.2-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.2 |DONE |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |DONE |Manifest: NOSIGNATURE
curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |DONE |Manifest: NOSIGNATURE
blockui-1.20.1-1.0.156-RELEASE.jar |UI Library Mod |blockui |1.20.1-1.0.156-RELEA|DONE |Manifest: NOSIGNATURE
oculus-mc1.20.1-1.7.0.jar |Oculus |oculus |1.7.0 |DONE |Manifest: NOSIGNATURE
Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE
Connector-1.0.0-beta.44+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.44+1.20.1|DONE |Manifest: NOSIGNATURE
fabric-entity-events-v1-1.6.0+6274ab9d77.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+6274ab9d77 |DONE |Manifest: NOSIGNATURE
resourcefullib-forge-1.20.1-2.1.28.jar |Resourceful Lib |resourcefullib |2.1.28 |DONE |Manifest: NOSIGNATURE
architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |DONE |Manifest: NOSIGNATURE
cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE
fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |DONE |Manifest: NOSIGNATURE
fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |DONE |Manifest: NOSIGNATURE
FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |DONE |Manifest: NOSIGNATURE
gamemenumodoption-mc1.20.1-2.2.1.jar |Game Menu Mod Option |gamemenumodoption |2.2.1 |DONE |Manifest: NOSIGNATURE
fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |DONE |Manifest: NOSIGNATURE
sliceanddice-forge-3.2.1.jar |Create Slice & Dice |sliceanddice |3.2.1 |DONE |Manifest: NOSIGNATURE
mcw-lights-1.1.0-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.0 |DONE |Manifest: NOSIGNATURE
fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |DONE |Manifest: NOSIGNATURE
fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |DONE |Manifest: NOSIGNATURE
fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |DONE |Manifest: NOSIGNATURE
fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |DONE |Manifest: NOSIGNATURE
elytraslot-forge-6.4.2+1.20.1.jar |Elytra Slot |elytraslot |6.4.2+1.20.1 |DONE |Manifest: NOSIGNATURE
Kiwi-1.20.1-forge-11.6.2.jar |Kiwi Library |kiwi |11.6.2 |DONE |Manifest: NOSIGNATURE
inventorysorter-1.20.1-23.0.1.jar |Simple Inventory Sorter |inventorysorter |23.0.1 |DONE |Manifest: NOSIGNATURE
BetterAnimationsCollection-v8.0.0-1.20.1-Forge.jar|Better Animations Collection |betteranimationscollection |8.0.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
rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |DONE |Manifest: NOSIGNATURE
copycats-2.0.5+mc.1.20.1-forge.jar |Create: Copycats+ |copycats |2.0.5+mc.1.20.1-forg|DONE |Manifest: NOSIGNATURE
item-filters-forge-2001.1.0-build.59.jar |Item Filters |itemfilters |2001.1.0-build.59 |DONE |Manifest: NOSIGNATURE
fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |DONE |Manifest: NOSIGNATURE
jei-1.20.1-forge-15.8.2.25.jar |Just Enough Items |jei |15.8.2.25 |DONE |Manifest: NOSIGNATURE
callablehorses-1.20.1-1.3.0.1.jar |Callable Horses |callablehorses |1.3.0.1 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9
fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |DONE |Manifest: NOSIGNATURE
fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |DONE |Manifest: NOSIGNATURE
libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |DONE |Manifest: NOSIGNATURE
caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |DONE |Manifest: NOSIGNATURE
waystones-forge-1.20-14.1.4.jar |Waystones |waystones |14.1.4 |DONE |Manifest: NOSIGNATURE
fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |DONE |Manifest: NOSIGNATURE
Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |DONE |Manifest: NOSIGNATURE
comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |DONE |Manifest: NOSIGNATURE
fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |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
Decorative Blocks-forge-1.20.1-4.0.2.jar |Decorative Blocks |decorative_blocks |4.0.2 |DONE |Manifest: NOSIGNATURE
rechiseledcreate-1.0.2-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.2 |DONE |Manifest: NOSIGNATURE
fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE
fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |DONE |Manifest: NOSIGNATURE
puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |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
forge-1.20.1-47.2.0-universal.jar |Forge |forge |47.2.0 |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
fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |DONE |Manifest: NOSIGNATURE
craftingtweaks-forge-1.20.1-18.2.4.jar |CraftingTweaks |craftingtweaks |18.2.4 |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
okzoomer-forge-1.20-3.0.1.jar |OkZoomer |okzoomer |3.0.1 |DONE |Manifest: NOSIGNATURE
Mocap-FORGE-1.20.1-1.3.8.jar |Motion Capture |mocap |1.3.8 |DONE |Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.20.1-17.0.16.jar |EnchantmentDescriptions |enchdesc |17.0.16 |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
fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |DONE |Manifest: NOSIGNATURE
MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE
fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |DONE |Manifest: NOSIGNATURE
mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |DONE |Manifest: NOSIGNATURE
Jade-1.20.1-forge-11.9.2.jar |Jade |jade |11.9.2+forge |DONE |Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.11.33_mc1.20.1.jar |CreativeCore |creativecore |2.11.33 |DONE |Manifest: NOSIGNATURE
spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE
fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |DONE |Manifest: NOSIGNATURE
fabric-resource-conditions-api-v1-2.3.8+9ad825cd77|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9ad825cd77 |DONE |Manifest: NOSIGNATURE
domum_ornamentum-1.20.1-1.0.186-RELEASE-universal.|Domum Ornamentum |domum_ornamentum |1.20.1-1.0.186-RELEA|DONE |Manifest: NOSIGNATURE
betterfpsdist-1.20.1-4.4.jar |betterfpsdist mod |betterfpsdist |1.20.1-4.4 |DONE |Manifest: NOSIGNATURE
kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |DONE |Manifest: NOSIGNATURE
notenoughanimations-forge-1.7.4-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.4 |DONE |Manifest: NOSIGNATURE
flywheel-forge-1.20.1-0.6.11-13.jar |Flywheel |flywheel |0.6.11-13 |DONE |Manifest: NOSIGNATURE
create-1.20.1-0.5.1.h.jar |Create |create |0.5.1.h |DONE |Manifest: NOSIGNATURE
fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |DONE |Manifest: NOSIGNATURE
polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |DONE |Manifest: NOSIGNATURE
JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |DONE |Manifest: NOSIGNATURE
storagedrawers-1.20.1-12.0.3.jar |Storage Drawers |storagedrawers |12.0.3 |DONE |Manifest: NOSIGNATURE
freecam-forge-1.2.1+1.20.jar |Freecam |freecam |1.2.1+1.20 |DONE |Manifest: NOSIGNATURE
entityculling-forge-1.6.6-mc1.20.1.jar |EntityCulling |entityculling |1.6.6 |DONE |Manifest: NOSIGNATURE
canary-mc1.20.1-0.3.3.jar |Canary |canary |0.3.3 |DONE |Manifest: NOSIGNATURE
fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |DONE |Manifest: NOSIGNATURE
structurize-1.20.1-1.0.742-RELEASE.jar |Structurize |structurize |1.20.1-1.0.742-RELEA|DONE |Manifest: NOSIGNATURE
multipiston-1.20-1.2.43-RELEASE.jar |Multi-Piston |multipiston |1.20-1.2.43-RELEASE |DONE |Manifest: NOSIGNATURE
XaeroPlus-2.20+forge-1.20.1-WM1.38.8-MM24.2.0.jar |XaeroPlus |xaeroplus |2.20 |DONE |Manifest: NOSIGNATURE
XaerosWorldMap_1.38.8_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.38.8 |DONE |Manifest: NOSIGNATURE
Xaeros_Minimap_24.2.0_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.2.0 |DONE |Manifest: NOSIGNATURE
fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |DONE |Manifest: NOSIGNATURE
ImmediatelyFast-Forge-1.2.18+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.18+1.20.4 |DONE |Manifest: NOSIGNATURE
minecolonies-1.20.1-1.1.603-RELEASE.jar |MineColonies |minecolonies |1.20.1-1.1.603-RELEA|DONE |Manifest: NOSIGNATURE
fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |DONE |Manifest: NOSIGNATURE
ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |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
connectedglass-1.1.11-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.11 |DONE |Manifest: NOSIGNATURE
fabric-object-builder-api-v1-11.1.3+2174fc8477.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+2174fc8477 |DONE |Manifest: NOSIGNATURE
EffectTooltips-Forge-1.20.1-9.0.2.jar |EffectTooltips |effecttooltips |9.0.2 |DONE |Manifest: NOSIGNATURE
PuzzlesLib-v8.1.21-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.21 |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
gjeb-forge-1.20.1-1.3.0.34.jar |GJEB (GammaJustExtremeBright) |gjeb |1.3.0.34 |DONE |Manifest: f4:a6:0b:ee:cb:8a:1a:ea:9f:9d:45:91:8f:8b:b3:ae:26:f3:bf:05:86:1d:90:9e:f6:32:2a:1a:ed:1d:ce:b0
fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |DONE |Manifest: NOSIGNATURE
valkyrienskies-120-2.3.0-beta.5.jar |Valkyrien Skies 2 |valkyrienskies |2.3.0-beta.5 |DONE |Manifest: NOSIGNATURE
eureka-1201-1.5.1-beta.3.jar |VS Eureka Mod |vs_eureka |1.5.1-beta.3 |DONE |Manifest: NOSIGNATURE
fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |DONE |Manifest: NOSIGNATURE
better-end-4.0.10_mapped_srg_1.20.1.jar |Better End |betterend |4.0.10 |DONE |Manifest: NOSIGNATURE
create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.9.d |DONE |Manifest: NOSIGNATURE
botarium-fabric-1.20.1-2.3.4$energy-3.0.0_mapped_s|Energy |team_reborn_energy |3.0.0 |DONE |Manifest: NOSIGNATURE
fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |DONE |Manifest: NOSIGNATURE
fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |DONE |Manifest: NOSIGNATURE
Crash Report UUID: 909b2fd1-0aa9-42b0-bc7d-1f1bd247e1a4
FML: 47.2
Forge: net.minecraftforge:47.2.0
Flywheel Backend: Parallel Batching
Kiwi Modules:
kiwi:contributors
kiwi:data
lightingwand:core`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant