Crash when opening GUI on dedicated server
Fundryi opened this issue · 1 comments
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 2024-12-16 18:45:08
Description: Exception in server tick loop
java.lang.NoSuchMethodError: 'void me.srrapero720.waterframes.common.screens.widgets.WidgetURLTextField.setMaxStringLength(int)'
at TRANSFORMER/[email protected]/me.srrapero720.waterframes.common.screens.widgets.WidgetURLTextField.<init>(WidgetURLTextField.java:22) ~[waterframes-NEOFORGE-mc1.21.1-v2.1.8.jar%23385!/:NEOFORGE-mc1.21.1-v2.1.8] {re:classloading}
at TRANSFORMER/[email protected]/me.srrapero720.waterframes.common.screens.DisplayScreen.<init>(DisplayScreen.java:102) ~[waterframes-NEOFORGE-mc1.21.1-v2.1.8.jar%23385!/:NEOFORGE-mc1.21.1-v2.1.8] {re:classloading,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/me.srrapero720.waterframes.common.block.DisplayBlock.create(DisplayBlock.java:75) ~[waterframes-NEOFORGE-mc1.21.1-v2.1.8.jar%23385!/:NEOFORGE-mc1.21.1-v2.1.8] {re:classloading}
at TRANSFORMER/[email protected]/team.creative.creativecore.common.gui.creator.GuiCreator$GuiCreatorBlock.lambda$new$0(GuiCreator.java:107) ~[CreativeCore_NEOFORGE_v2.12.26_mc1.21.1.jar%23283!/:2.12.26] {re:classloading}
at TRANSFORMER/[email protected]/team.creative.creativecore.common.gui.packet.OpenGuiPacket.openGuiOnServer(OpenGuiPacket.java:38) ~[CreativeCore_NEOFORGE_v2.12.26_mc1.21.1.jar%23283!/:2.12.26] {re:classloading}
at TRANSFORMER/[email protected]/team.creative.creativecore.common.gui.creator.GuiCreator.openGui(GuiCreator.java:52) ~[CreativeCore_NEOFORGE_v2.12.26_mc1.21.1.jar%23283!/:2.12.26] {re:classloading,pl:runtimedistcleaner:A}
at TRANSFORMER/[email protected]/team.creative.creativecore.common.gui.creator.GuiCreator$GuiCreatorBlock.open(GuiCreator.java:120) ~[CreativeCore_NEOFORGE_v2.12.26_mc1.21.1.jar%23283!/:2.12.26] {re:classloading}
at TRANSFORMER/[email protected]/team.creative.creativecore.common.gui.creator.GuiCreator$GuiCreatorBlock.open(GuiCreator.java:113) ~[CreativeCore_NEOFORGE_v2.12.26_mc1.21.1.jar%23283!/:2.12.26] {re:classloading}
at TRANSFORMER/[email protected]/me.srrapero720.waterframes.common.block.DisplayBlock.useItemOn(DisplayBlock.java:111) ~[waterframes-NEOFORGE-mc1.21.1-v2.1.8.jar%23385!/:NEOFORGE-mc1.21.1-v2.1.8] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.world.level.block.state.BlockBehaviour$BlockStateBase.useItemOn(BlockBehaviour.java:753) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,re:classloading,pl:mixin:APP:ferritecore.blockstatecache.mixin.json:BlockStateBaseMixin from mod ferritecore,pl:mixin:APP:expandability-common.mixins.json:fluidcollision.BlockStateBaseMixin from mod expandability,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.level.ServerPlayerGameMode.useItemOn(ServerPlayerGameMode.java:363) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItemOn(ServerGamePacketListenerImpl.java:1122) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,re:classloading,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:42) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ServerboundUseItemOnPacket.handle(ServerboundUseItemOnPacket.java:10) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:27) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.TickTask.run(TickTask.java:18) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,re:computing_frames,re:classloading}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:872) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:170) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:855) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:849) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:111) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:825) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:712) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at TRANSFORMER/[email protected]/net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:267) ~[server-1.21.1-20240808.144430-srg.jar%23252!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:ae2.mixins.json:spatial.MinecraftServerMixin from mod ae2,pl:mixin:APP:waterframes.mixin.json:MinecraftServerMixin from mod waterframes,pl:mixin:APP:c2me-fixes-general-threading-issues.mixins.json:asynccatchers.MixinMinecraftServer from mod c2me_fixes_general_threading_issues,pl:mixin:APP:c2me-rewrites-chunk-system.mixins.json:MixinMinecraftServer from mod c2me_rewrites_chunk_system,pl:mixin:APP:c2me-opts-scheduling.mixins.json:idle_tasks.autosave.enhanced_autosave.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:mid_tick_chunk_tasks.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:APP:c2me-opts-scheduling.mixins.json:shutdown.MixinMinecraftServer from mod c2me_opts_scheduling,pl:mixin:A}
at java.base/java.lang.Thread.run(Thread.java:1583) [?:?] {re:mixin}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.21.1
Minecraft Version ID: 1.21.1
Operating System: Linux (amd64) version 5.15.0-107-generic
Java Version: 21.0.3, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 387881192 bytes (369 MiB) / 3103784960 bytes (2960 MiB) up to 23941087232 bytes (22832 MiB)
CPUs: 12
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 5 3600 6-Core Processor
Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 6
Number of logical CPUs: 12
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MiB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MiB): 31616.14
Virtual memory used (MiB): 5279.56
Swap memory total (MiB): 15616.00
Swap memory used (MiB): 10.00
Space in storage for jna.tmpdir (MiB): <path not set>
Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): <path not set>
Space in storage for io.netty.native.workdir (MiB): <path not set>
Space in storage for java.io.tmpdir (MiB): available: 99.90, total: 100.00
Space in storage for workdir (MiB): available: 390614.00, total: 449848.03
JVM Flags: 2 total; -Xms128M -XX:MaxRAMPercentage=95.0
Server Running: true
Player Count: 1 / 10; [ServerPlayer['Fundryi'/17051, l='ServerLevel[AAASurvival]', x=-5905.63, y=103.00, z=404.99]]
Active Data Packs: vanilla, mod/explorify, mod_data, mod/c2me_fixes_worldgen_threading_issues, mod/kuma_api (incompatible), mod/fabric_renderer_api_v1, mod/ftbessentials (incompatible), mod/easyanvils (incompatible), mod/supermartijn642configlib (incompatible), mod/geckolib, mod/c2me_rewrites_chunk_serializer, mod/c2me_opts_natives_math, mod/enderio_base, mod/sophisticatedcore (incompatible), mod/furnacemk2 (incompatible), mod/stonycliffs, mod/endercore, mod/c2me_fixes_general_threading_issues, mod/underground_rivers, mod/neoforge, mod/placebo, mod/fabric_command_api_v2, mod/fabric_block_view_api_v2, mod/bookshelf (incompatible), mod/sophisticatedbackpacks (incompatible), mod/c2me_opts_math, mod/medievalend (incompatible), mod/relics (incompatible), mod/c2me, mod/balm (incompatible), mod/fabric_screen_api_v1, mod/prickle (incompatible), mod/carryon (incompatible), mod/utilitarian (incompatible), mod/c2me_base, mod/cloth_config (incompatible), mod/sound_physics_remastered (incompatible), mod/stackrefill, mod/fzzy_config, mod/c2me_fixes_worldgen_vanilla_bugs, mod/leavesbegone (incompatible), mod/sodiumdynamiclights (incompatible), mod/glodium (incompatible), mod/vapourware (incompatible), mod/torchmaster (incompatible), mod/morevillagers, mod/bcc (incompatible), mod/c2me_fixes_chunkio_threading_issues, mod/c2me_client_uncapvd, mod/silentgear, mod/supermartijn642corelib, mod/apothic_attributes, mod/resourcefulconfig, mod/actuallyadditions (incompatible), mod/curios (incompatible), mod/patchouli (incompatible), mod/collective, mod/noisium (incompatible), mod/ftbultimine (incompatible), mod/resourcefullib, mod/accessories (incompatible), mod/architectury (incompatible), mod/nerb, mod/immersivelanterns (incompatible), mod/apothic_enchanting, mod/fabric_rendering_data_attachment_v1, mod/monolib (incompatible), mod/disenchanting_table (incompatible), mod/fabric_networking_api_v1, mod/unilib (incompatible), mod/jadeaddons (incompatible), mod/c2me_rewrites_chunkio, mod/hopo, mod/toms_storage, mod/enderio_machines, mod/prettybeaches (incompatible), mod/journeymap_api (incompatible), mod/c2me_opts_allocs, mod/ae2jeiintegration, mod/elytraslot (incompatible), mod/inventorysorter (incompatible), mod/c2me_threading_lighting, mod/owo, mod/trashslot (incompatible), mod/ftblibrary (incompatible), mod/ftbteams (incompatible), mod/flatbedrock (incompatible), mod/sophisticatedstorage (incompatible), mod/octolib, mod/treeharvester, mod/jei (incompatible), mod/lithostitched, mod/commonnetworking (incompatible), mod/universalbonemeal (incompatible), mod/attributefix (incompatible), mod/caelus (incompatible), mod/fabric_rendering_v1, mod/waystones (incompatible), mod/clumps (incompatible), mod/journeymap (incompatible), mod/artifacts, mod/crackerslib, mod/mr_lukis_grandcapitals, mod/glitchcore (incompatible), mod/simpleclouds (incompatible), mod/c2me_rewrites_chunk_system, mod/hopour, mod/terralith, mod/txnilib (incompatible), mod/sodium, mod/c2me_opts_chunk_access, mod/ftbchunks (incompatible), mod/c2me_opts_worldgen_vanilla, mod/chimericlib, mod/c2me_opts_scheduling, mod/okzoomer, mod/enchantmentsunrestricted (incompatible), mod/endermanoverhaul, mod/apothic_spawners, mod/terrablender (incompatible), mod/fabric_api_base, mod/enderio_conduits, mod/silentlib (incompatible), mod/jade (incompatible), mod/ae2 (incompatible), mod/aeinfinitybooster (incompatible), mod/ae_better_villagers, mod/ae2ao (incompatible), mod/hoporp, mod/creativecore (incompatible), mod/waterframes, mod/enderio_armory, mod/c2me_server_utils, mod/enderio, mod/kotlinforforge (incompatible), mod/mes (incompatible), mod/experiencelib, mod/appex, mod/polyeng, mod/polymorph (incompatible), mod/c2me_notickvd, mod/nullscape, mod/unloaded_activity (incompatible), mod/buildinggadgets2 (incompatible), mod/c2me_opts_worldgen_general, mod/enderio_conduits_modded, mod/c2me_opts_chunkio, mod/ae2qolrecipes (incompatible), mod/pylons, mod/creeperoverhaul, mod/ferritecore (incompatible), mod/modularrouters, mod/puzzleslib (incompatible), mod/silentgems, mod/rarcompat (incompatible), mod/expandability, mod/prone_was_pressed, mod/ae2ct, mod/overflowingbars (incompatible), mod/fabric_events_interaction_v0, mod/nostalgic_tweaks (incompatible)
Available Data Packs: bundle, trade_rebalance, vanilla, mod/accessories (incompatible), mod/actuallyadditions (incompatible), mod/ae2 (incompatible), mod/ae2ao (incompatible), mod/ae2ct, mod/ae2jeiintegration, mod/ae2qolrecipes (incompatible), mod/ae_better_villagers, mod/aeinfinitybooster (incompatible), mod/apothic_attributes, mod/apothic_enchanting, mod/apothic_spawners, mod/appex, mod/architectury (incompatible), mod/artifacts, mod/attributefix (incompatible), mod/balm (incompatible), mod/bcc (incompatible), mod/bookshelf (incompatible), mod/buildinggadgets2 (incompatible), mod/c2me, mod/c2me_base, mod/c2me_client_uncapvd, mod/c2me_fixes_chunkio_threading_issues, mod/c2me_fixes_general_threading_issues, mod/c2me_fixes_worldgen_threading_issues, mod/c2me_fixes_worldgen_vanilla_bugs, mod/c2me_notickvd, mod/c2me_opts_allocs, mod/c2me_opts_chunk_access, mod/c2me_opts_chunkio, mod/c2me_opts_math, mod/c2me_opts_natives_math, mod/c2me_opts_scheduling, mod/c2me_opts_worldgen_general, mod/c2me_opts_worldgen_vanilla, mod/c2me_rewrites_chunk_serializer, mod/c2me_rewrites_chunk_system, mod/c2me_rewrites_chunkio, mod/c2me_server_utils, mod/c2me_threading_lighting, mod/caelus (incompatible), mod/carryon (incompatible), mod/chimericlib, mod/cloth_config (incompatible), mod/clumps (incompatible), mod/collective, mod/commonnetworking (incompatible), mod/crackerslib, mod/creativecore (incompatible), mod/creeperoverhaul, mod/curios (incompatible), mod/disenchanting_table (incompatible), mod/easyanvils (incompatible), mod/elytraslot (incompatible), mod/enchantmentsunrestricted (incompatible), mod/endercore, mod/enderio, mod/enderio_armory, mod/enderio_base, mod/enderio_conduits, mod/enderio_conduits_modded, mod/enderio_machines, mod/endermanoverhaul, mod/expandability, mod/experiencelib, mod/explorify, mod/fabric_api_base, mod/fabric_block_view_api_v2, mod/fabric_command_api_v2, mod/fabric_events_interaction_v0, mod/fabric_networking_api_v1, mod/fabric_renderer_api_v1, mod/fabric_rendering_data_attachment_v1, mod/fabric_rendering_v1, mod/fabric_screen_api_v1, mod/ferritecore (incompatible), mod/flatbedrock (incompatible), mod/ftbchunks (incompatible), mod/ftbessentials (incompatible), mod/ftblibrary (incompatible), mod/ftbteams (incompatible), mod/ftbultimine (incompatible), mod/furnacemk2 (incompatible), mod/fzzy_config, mod/geckolib, mod/glitchcore (incompatible), mod/glodium (incompatible), mod/hopo, mod/hoporp, mod/hopour, mod/immersivelanterns (incompatible), mod/inventorysorter (incompatible), mod/jade (incompatible), mod/jadeaddons (incompatible), mod/jei (incompatible), mod/journeymap (incompatible), mod/journeymap_api (incompatible), mod/kotlinforforge (incompatible), mod/kuma_api (incompatible), mod/leavesbegone (incompatible), mod/lithostitched, mod/medievalend (incompatible), mod/mes (incompatible), mod/modularrouters, mod/monolib (incompatible), mod/morevillagers, mod/mr_lukis_grandcapitals, mod/neoforge, mod/nerb, mod/noisium (incompatible), mod/nostalgic_tweaks (incompatible), mod/nullscape, mod/octolib, mod/okzoomer, mod/overflowingbars (incompatible), mod/owo, mod/patchouli (incompatible), mod/placebo, mod/polyeng, mod/polymorph (incompatible), mod/prettybeaches (incompatible), mod/prickle (incompatible), mod/prone_was_pressed, mod/puzzleslib (incompatible), mod/pylons, mod/rarcompat (incompatible), mod/relics (incompatible), mod/resourcefulconfig, mod/resourcefullib, mod/silentgear, mod/silentgems, mod/silentlib (incompatible), mod/simpleclouds (incompatible), mod/sodium, mod/sodiumdynamiclights (incompatible), mod/sophisticatedbackpacks (incompatible), mod/sophisticatedcore (incompatible), mod/sophisticatedstorage (incompatible), mod/sound_physics_remastered (incompatible), mod/stackrefill, mod/stonycliffs, mod/supermartijn642configlib (incompatible), mod/supermartijn642corelib, mod/terrablender (incompatible), mod/terralith, mod/toms_storage, mod/torchmaster (incompatible), mod/trashslot (incompatible), mod/treeharvester, mod/txnilib (incompatible), mod/underground_rivers, mod/unilib (incompatible), mod/universalbonemeal (incompatible), mod/unloaded_activity (incompatible), mod/utilitarian (incompatible), mod/vapourware (incompatible), mod/waterframes, mod/waystones (incompatible), mod_data
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable
World Seed: -8583084101770688820
Is Modded: Definitely; Server brand changed to 'neoforge'
Type: Dedicated Server (map_server.txt)
ModLauncher: 11.0.4+main.d2e20e43
ModLauncher launch target: forgeserver
ModLauncher services:
sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE
loader-4.0.34.jar slf4jfixer PLUGINSERVICE
loader-4.0.34.jar runtime_enum_extender PLUGINSERVICE
at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE
loader-4.0.34.jar runtimedistcleaner PLUGINSERVICE
modlauncher-11.0.4.jar mixin TRANSFORMATIONSERVICE
modlauncher-11.0.4.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
[email protected]+0.16.0+1.21
[email protected]
[email protected]
[email protected]
Mod List:
accessories-neoforge-1.1.0-beta.16+1.21.1.jar |Accessories |accessories |1.1.0-beta.16+1.21.1|Manifest: NOSIGNATURE
actuallyadditions-1.3.11+mc1.21.1.jar |Actually Additions |actuallyadditions |1.3.11 |Manifest: NOSIGNATURE
ae2jeiintegration-1.2.0.jar |AE2 JEI Integration |ae2jeiintegration |1.2.0 |Manifest: NOSIGNATURE
ae2qolrecipes-neoforge-1.21.x-1.2.0.jar |AE2 QoL Recipes |ae2qolrecipes |1.2.0 |Manifest: NOSIGNATURE
ae2ct-1.21.1-1.0.5.jar |AE2:Crafting Tree |ae2ct |1.21.1-1.0.5 |Manifest: NOSIGNATURE
ae2ao-8.1.1-1.21.jar |AE2AO |ae2ao |8.1.1 |Manifest: NOSIGNATURE
ae_better_villagers-1.15.1.b.jar |AE_Better_Villagers |ae_better_villagers |1.15.1.b |Manifest: NOSIGNATURE
aeinfinitybooster-neoforge-1.21-1.0.1.38.jar |AEInfinityBooster |aeinfinitybooster |1.21-1.0.1.38 |Manifest: NOSIGNATURE
ApothicAttributes-1.21.1-2.4.0.jar |Apothic Attributes |apothic_attributes |2.4.0 |Manifest: NOSIGNATURE
ApothicEnchanting-1.21.1-1.2.3.jar |Apothic Enchanting |apothic_enchanting |1.2.3 |Manifest: NOSIGNATURE
ApothicSpawners-1.21.1-1.1.1.jar |Apothic Spawners |apothic_spawners |1.1.1 |Manifest: NOSIGNATURE
appliedenergistics2-19.0.27.jar |Applied Energistics 2 |ae2 |19.0.27 |Manifest: NOSIGNATURE
applied-experienced-1.21.1-1.0.0.jar |Applied Experienced |appex |1.0.0 |Manifest: NOSIGNATURE
architectury-13.0.8-neoforge.jar |Architectury |architectury |13.0.8 |Manifest: NOSIGNATURE
artifacts-neoforge-12.0.5.jar |Artifacts |artifacts |12.0.5 |Manifest: NOSIGNATURE
attributefix-neoforge-1.21.1-21.1.2.jar |AttributeFix |attributefix |21.1.2 |Manifest: NOSIGNATURE
balm-neoforge-1.21.1-21.0.20.jar |Balm |balm |21.0.20 |Manifest: NOSIGNATURE
BetterCompatibilityChecker-neoforge-21.1.0+mc1.21.|Better Compatibility Checker |bcc |21.1.0 |Manifest: NOSIGNATURE
bookshelf-neoforge-1.21.1-21.1.21.jar |Bookshelf |bookshelf |21.1.21 |Manifest: NOSIGNATURE
buildinggadgets2-1.3.8.jar |Building Gadgets 2 |buildinggadgets2 |1.3.8 |Manifest: NOSIGNATURE
caelus-neoforge-7.0.1+1.21.1.jar |Caelus API |caelus |7.0.1+1.21.1 |Manifest: NOSIGNATURE
carryon-neoforge-1.21.1-2.2.2.11.jar |Carry On |carryon |2.2.2 |Manifest: NOSIGNATURE
chimericlib-neoforge-2.2.0.jar |ChimericLib |chimericlib |2.2.0 |Manifest: NOSIGNATURE
cloth-config-15.0.140-neoforge.jar |Cloth Config v15 API |cloth_config |15.0.140 |Manifest: NOSIGNATURE
Clumps-neoforge-1.21.1-19.0.0.1.jar |Clumps |clumps |19.0.0.1 |Manifest: NOSIGNATURE
collective-1.21.1-7.87.jar |Collective |collective |7.87 |Manifest: NOSIGNATURE
common-networking-neoforge-1.0.16-1.21.1.jar |Common Networking |commonnetworking |1.0.16-1.21.1 |Manifest: NOSIGNATURE
c2me-neoforge-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-base-mc1.21.1-0.3.0+alpha.0.31-all.jar |Concurrent Chunk Management En|c2me_base |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-client-uncapvd-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me_client_uncapvd |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-fixes-chunkio-threading-issues-mc1.21.1-0.3.0|Concurrent Chunk Management En|c2me_fixes_chunkio_threading_i|0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-fixes-general-threading-issues-mc1.21.1-0.3.0|Concurrent Chunk Management En|c2me_fixes_general_threading_i|0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-fixes-worldgen-threading-issues-mc1.21.1-0.3.|Concurrent Chunk Management En|c2me_fixes_worldgen_threading_|0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-fixes-worldgen-vanilla-bugs-mc1.21.1-0.3.0+al|Concurrent Chunk Management En|c2me_fixes_worldgen_vanilla_bu|0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-notickvd-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me_notickvd |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-chunk-access-mc1.21.1-0.3.0+alpha.0.31.j|Concurrent Chunk Management En|c2me_opts_chunk_access |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-chunkio-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me_opts_chunkio |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-worldgen-general-mc1.21.1-0.3.0+alpha.0.|Concurrent Chunk Management En|c2me_opts_worldgen_general |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-math-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me_opts_math |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-allocs-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me_opts_allocs |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-natives-math-mc1.21.1-0.3.0+alpha.0.31.j|Concurrent Chunk Management En|c2me_opts_natives_math |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-scheduling-mc1.21.1-0.3.0+alpha.0.31.jar|Concurrent Chunk Management En|c2me_opts_scheduling |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-opts-worldgen-vanilla-mc1.21.1-0.3.0+alpha.0.|Concurrent Chunk Management En|c2me_opts_worldgen_vanilla |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-rewrites-chunkio-mc1.21.1-0.3.0+alpha.0.31.ja|Concurrent Chunk Management En|c2me_rewrites_chunkio |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-rewrites-chunk-serializer-mc1.21.1-0.3.0+alph|Concurrent Chunk Management En|c2me_rewrites_chunk_serializer|0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-rewrites-chunk-system-mc1.21.1-0.3.0+alpha.0.|Concurrent Chunk Management En|c2me_rewrites_chunk_system |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-server-utils-mc1.21.1-0.3.0+alpha.0.31.jar |Concurrent Chunk Management En|c2me_server_utils |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
c2me-threading-lighting-mc1.21.1-0.3.0+alpha.0.31.|Concurrent Chunk Management En|c2me_threading_lighting |0.3.0+alpha.0.31+1.2|Manifest: NOSIGNATURE
crackerslib-neoforge-1.21.1-0.1-beta3.jar |CrackersLib |crackerslib |1.21.1-0.1-beta3 |Manifest: NOSIGNATURE
CreativeCore_NEOFORGE_v2.12.26_mc1.21.1.jar |CreativeCore |creativecore |2.12.26 |Manifest: NOSIGNATURE
Creeperoverhaul-neoforge-1.21-4.0.5.jar |Creeper Overhaul |creeperoverhaul |4.0.5 |Manifest: NOSIGNATURE
curios-neoforge-9.0.15+1.21.1.jar |Curios API |curios |9.0.15+1.21.1 |Manifest: NOSIGNATURE
disenchanting_table-merged-1.21.1-3.1.0.jar |Dis-Enchanting Table |disenchanting_table |3.1.0 |Manifest: NOSIGNATURE
EasyAnvils-v21.1.0-1.21.1-NeoForge.jar |Easy Anvils |easyanvils |21.1.0 |Manifest: NOSIGNATURE
elytraslot-neoforge-9.0.2+1.21.1.jar |Elytra Slot |elytraslot |9.0.2+1.21.1 |Manifest: NOSIGNATURE
enchantmentsunrestricted-neoforge-1.21-1.0.1.jar |Enchantments Unrestricted |enchantmentsunrestricted |1.0.1 |Manifest: NOSIGNATURE
com.enderio.endercore-7.0.11-alpha.jar |Ender Core |endercore |7.0.11-alpha |Manifest: NOSIGNATURE
enderio-7.0.11-alpha.jar |Ender IO |enderio |7.0.11-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-armory-7.0.11-alpha.jar |Ender IO Armory |enderio_armory |7.0.11-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-base-7.0.11-alpha.jar |Ender IO Base |enderio_base |7.0.11-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-conduits-7.0.11-alpha.jar |Ender IO Conduits |enderio_conduits |7.0.11-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-machines-7.0.11-alpha.jar |Ender IO Machines |enderio_machines |7.0.11-alpha |Manifest: NOSIGNATURE
com.enderio.enderio-conduits-modded-7.0.11-alpha.j|Ender IO Modded Conduits |enderio_conduits_modded |7.0.11-alpha |Manifest: NOSIGNATURE
endermanoverhaul-neoforge-1.21-2.0.0.jar |Enderman Overhaul |endermanoverhaul |2.0.0 |Manifest: NOSIGNATURE
expandability-neoforge-12.0.0.jar |ExpandAbility |expandability |12.0.0 |Manifest: NOSIGNATURE
experiencelib-1.21.1-1.0.2.jar |ExperienceLib |experiencelib |1.0.2 |Manifest: NOSIGNATURE
Explorify v1.6.2 f10-48.jar |Explorify |explorify |1.6.2 |Manifest: NOSIGNATURE
ferritecore-7.0.2-neoforge.jar |Ferrite Core |ferritecore |7.0.2 |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
flatbedrock-neoforge-87.0.0.jar |Flat Bedrock |flatbedrock |87.0.0 |Manifest: NOSIGNATURE
fabric-api-base-0.4.42+d1308dedd1.jar |Forgified Fabric API Base |fabric_api_base |0.4.42+d1308dedd1 |Manifest: NOSIGNATURE
fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar |Forgified Fabric BlockView API|fabric_block_view_api_v2 |1.0.10+9afaaf8c19 |Manifest: NOSIGNATURE
fabric-command-api-v2-2.2.28+36d727be19.jar |Forgified Fabric Command API (|fabric_command_api_v2 |2.2.28+36d727be19 |Manifest: NOSIGNATURE
fabric-events-interaction-v0-0.7.12+7b71cc1619.jar|Forgified Fabric Events Intera|fabric_events_interaction_v0 |0.7.12+7b71cc1619 |Manifest: NOSIGNATURE
fabric-networking-api-v1-4.2.2+a92978fd19.jar |Forgified Fabric Networking AP|fabric_networking_api_v1 |4.2.2+a92978fd19 |Manifest: NOSIGNATURE
fabric-renderer-api-v1-3.4.0+acb05a3919.jar |Forgified Fabric Renderer API |fabric_renderer_api_v1 |3.4.0+acb05a3919 |Manifest: NOSIGNATURE
fabric-rendering-v1-5.0.5+2df007aa19.jar |Forgified Fabric Rendering (v1|fabric_rendering_v1 |5.0.5+2df007aa19 |Manifest: NOSIGNATURE
fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19 |Manifest: NOSIGNATURE
fabric-screen-api-v1-2.0.24+79a4c2b0d1.jar |Forgified Fabric Screen API (v|fabric_screen_api_v1 |2.0.24+79a4c2b0d1 |Manifest: NOSIGNATURE
ftb-chunks-neoforge-2101.1.5.jar |FTB Chunks |ftbchunks |2101.1.5 |Manifest: NOSIGNATURE
ftb-essentials-neoforge-2101.1.0.jar |FTB Essentials |ftbessentials |2101.1.0 |Manifest: NOSIGNATURE
ftb-library-neoforge-2101.1.6.jar |FTB Library |ftblibrary |2101.1.6 |Manifest: NOSIGNATURE
ftb-teams-neoforge-2101.1.1.jar |FTB Teams |ftbteams |2101.1.1 |Manifest: NOSIGNATURE
ftb-ultimine-neoforge-2101.1.1.jar |FTB Ultimine |ftbultimine |2101.1.1 |Manifest: NOSIGNATURE
furnacemk2-1.21.1-0.1.5.jar |Furnace Mk2 |furnacemk2 |0.1.5 |Manifest: NOSIGNATURE
fzzy_config-0.5.9+1.21+neoforge.jar |Fzzy Config |fzzy_config |0.5.9+1.21+neoforge |Manifest: NOSIGNATURE
geckolib-neoforge-1.21.1-4.7.jar |GeckoLib 4 |geckolib |4.7 |Manifest: NOSIGNATURE
GlitchCore-neoforge-1.21.1-2.1.0.0.jar |GlitchCore |glitchcore |2.1.0.0 |Manifest: NOSIGNATURE
Glodium-1.21-2.2-neoforge.jar |Glodium |glodium |1.21-2.2-neoforge |Manifest: NOSIGNATURE
HopoBetterMineshaft-[1.21.1-1.21.3]-1.2.8.jar |HopoBetterMineshaft |hopo |1.2.8 |Manifest: NOSIGNATURE
HopoBetterRuinedPortals-[1.21.1-1.21.3]-1.4.4.jar |HopoBetterRuinedPortals |hoporp |1.4.4 |Manifest: NOSIGNATURE
HopoBetterUnderwaterRuins-[1.21.1-1.21.3]-1.2.1.ja|HopoBetterUnderwaterRuins |hopour |1.2.1 |Manifest: NOSIGNATURE
immersivelanterns-neoforge-1.0.5-1.21.1.jar |Immersive Lanterns |immersivelanterns |1.0.4 |Manifest: NOSIGNATURE
Jade-1.21.1-NeoForge-15.9.0.jar |Jade |jade |15.9.0+neoforge |Manifest: NOSIGNATURE
JadeAddons-1.21.1-NeoForge-6.0.1.jar |Jade Addons |jadeaddons |0.0NONE |Manifest: NOSIGNATURE
journeymap-neoforge-1.21.1-6.0.0-beta.32.jar |Journeymap |journeymap |1.21.1-6.0.0-beta.32|Manifest: NOSIGNATURE
journeymap-api-neoforge-2.0.0-1.21.4-SNAPSHOT.jar |JourneyMap API |journeymap_api |2.0.0 |Manifest: NOSIGNATURE
jei-1.21.1-neoforge-19.21.0.247.jar |Just Enough Items |jei |19.21.0.247 |Manifest: NOSIGNATURE
kffmod-5.7.0.jar |Kotlin For Forge |kotlinforforge |5.7.0 |Manifest: NOSIGNATURE
kuma-api-neoforge-21.0.5-SNAPSHOT.jar |KumaAPI |kuma_api |21.0.5-SNAPSHOT |Manifest: NOSIGNATURE
LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar |Leaves Be Gone |leavesbegone |21.1.0 |Manifest: NOSIGNATURE
lithostitched-neoforge-1.21.1-1.3.8.jar |Lithostitched |lithostitched |1.3.8 |Manifest: NOSIGNATURE
lukis-grand-capitals-1.1.1.jar |Luki's Grand Capitals |mr_lukis_grandcapitals |1.1.1 |Manifest: NOSIGNATURE
neo_medieval_buildings_end_edition-1.0.2-1.21.jar |Medieval Buildings [The End Ed|medievalend |1.0.2 |Manifest: NOSIGNATURE
server-1.21.1-20240808.144430-srg.jar |Minecraft |minecraft |1.21.1 |Manifest: NOSIGNATURE
modular-routers-13.2.0+mc1.21.1.jar |Modular Routers |modularrouters |13.2.0 |Manifest: NOSIGNATURE
monolib-neoforge-1.21.1-1.4.1.jar |MonoLib |monolib |1.4.1 |Manifest: NOSIGNATURE
mes-1.3.5-1.21.jar |Moog's End Structures |mes |1.3.5-1.21 |Manifest: NOSIGNATURE
morevillagers-re-1.21.x-neoforge-5.0.3.jar |MoreVillagers |morevillagers |5.0.3 |Manifest: NOSIGNATURE
neoforge-21.1.85-universal.jar |NeoForge |neoforge |21.1.85 |Manifest: NOSIGNATURE
noisium-neoforge-2.3.0+mc1.21-1.21.1.jar |Noisium |noisium |2.3.0+mc1.21-1.21.1 |Manifest: NOSIGNATURE
NostalgicTweaks-mc1.21-NeoForge-2.0.0-beta.903.jar|Nostalgic Tweaks |nostalgic_tweaks |2.0.0-beta.903 |Manifest: NOSIGNATURE
Not Enough Recipe Book-NEOFORGE-0.4.1.jar |Not Enough Recipe Book |nerb |0.4.1 |Manifest: NOSIGNATURE
Nullscape_1.21.x_v1.2.9.jar |Nullscape |nullscape |1.2.9 |Manifest: NOSIGNATURE
OctoLib-NEOFORGE-0.5.jar |OctoLib |octolib |0.5 |Manifest: NOSIGNATURE
okzoomer-neoforge-1.21.0-4.0.1.jar |OkZoomer |okzoomer |4.0.1 |Manifest: NOSIGNATURE
OverflowingBars-v21.1.1-1.21.1-NeoForge.jar |Overflowing Bars |overflowingbars |21.1.1 |Manifest: NOSIGNATURE
owo-lib-neoforge-0.12.15-beta.12+1.21.jar |oωo |owo |0.12.15-beta.12+1.21|Manifest: NOSIGNATURE
Patchouli-1.21-87-NEOFORGE.jar |Patchouli |patchouli |1.21-87-NEOFORGE |Manifest: NOSIGNATURE
Placebo-1.21.1-9.5.4.jar |Placebo |placebo |9.5.4 |Manifest: NOSIGNATURE
polymorph-neoforge-1.0.6+1.21.1.jar |Polymorph |polymorph |1.0.6+1.21.1 |Manifest: NOSIGNATURE
polyeng-0.4.1.jar |Polymorphic Energistics |polyeng |0.4.1 |Manifest: NOSIGNATURE
prettybeaches-neoforge-1.21.1-21.1.2.jar |Pretty Beaches |prettybeaches |21.1.2 |Manifest: NOSIGNATURE
prickle-neoforge-1.21.1-21.1.6.jar |PrickleMC |prickle |21.1.6 |Manifest: NOSIGNATURE
prone_was_pressed-1.0.0-neoforge-1.21.1.jar |Prone was Pressed |prone_was_pressed |1.0.0 |Manifest: NOSIGNATURE
PuzzlesLib-v21.1.22-1.21.1-NeoForge.jar |Puzzles Lib |puzzleslib |21.1.22 |Manifest: NOSIGNATURE
pylons-1.21.1-5.1.1.jar |Pylons |pylons |5.1.1 |Manifest: NOSIGNATURE
rarcompat-1.21-0.7.1.jar |RAR-Compat |rarcompat |0.7.1 |Manifest: NOSIGNATURE
relics-1.21-0.10.0.1.jar |Relics |relics |0.10.0.1 |Manifest: NOSIGNATURE
resourcefullib-neoforge-1.21-3.0.11.jar |Resourceful Lib |resourcefullib |3.0.11 |Manifest: NOSIGNATURE
resourcefulconfig-neoforge-1.21-3.0.4.jar |Resourcefulconfig |resourcefulconfig |3.0.4 |Manifest: NOSIGNATURE
silent-gear-1.21.1-neoforge-4.0.9.jar |Silent Gear |silentgear |4.0.9 |Manifest: NOSIGNATURE
silent-lib-1.21-neoforge-10.3.0.jar |Silent Lib |silentlib |10.3.0 |Manifest: NOSIGNATURE
silentgems-1.21.1-neoforge-5.0.3.jar |Silent's Gems |silentgems |5.0.3 |Manifest: NOSIGNATURE
simpleclouds-0.6.3+1.21-all.jar |Simple Clouds |simpleclouds |0.6.3+1.21 |Manifest: NOSIGNATURE
inventorysorter-1.21-24.0.19.jar |Simple Inventory Sorter |inventorysorter |24.0.19 |Manifest: NOSIGNATURE
sodium-neoforge-0.6.3+mc1.21.1.jar |Sodium |sodium |0.6.3+mc1.21.1 |Manifest: NOSIGNATURE
sodiumdynamiclights-neoforge-1.0.9-1.21.1.jar |Sodium Dynamic Lights |sodiumdynamiclights |1.0.9 |Manifest: NOSIGNATURE
sophisticatedbackpacks-1.21-3.20.26.1151.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.26 |Manifest: NOSIGNATURE
sophisticatedcore-1.21.1-1.0.0.806.jar |Sophisticated Core |sophisticatedcore |1.0.0 |Manifest: NOSIGNATURE
sophisticatedstorage-1.21.1-1.0.2.984.jar |Sophisticated Storage |sophisticatedstorage |1.0.2 |Manifest: NOSIGNATURE
sound-physics-remastered-neoforge-1.21.1-1.4.7.jar|Sound Physics Remastered |sound_physics_remastered |1.21.1-1.4.7 |Manifest: NOSIGNATURE
stackrefill-1.21.1-4.5.jar |Stack Refill |stackrefill |4.5 |Manifest: NOSIGNATURE
Stony Cliffs FML v1.1.2.jar |Stony Cliffs Are Cool |stonycliffs |1.1.2 |Manifest: NOSIGNATURE
supermartijn642configlib-1.1.8-neoforge-mc1.21.jar|SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |Manifest: NOSIGNATURE
supermartijn642corelib-1.1.17i-neoforge-mc1.21.jar|SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17+i |Manifest: NOSIGNATURE
TerraBlender-neoforge-1.21.1-4.1.0.5.jar |TerraBlender |terrablender |4.1.0.5 |Manifest: NOSIGNATURE
Terralith_1.21.x_v2.5.6.jar |Terralith |terralith |2.5.6 |Manifest: NOSIGNATURE
toms_storage-1.21-2.0.10.jar |Tom's Simple Storage Mod |toms_storage |2.0.10 |Manifest: NOSIGNATURE
torchmaster-neoforge-1.21.1-21.1.5-beta.jar |Torchmaster |torchmaster |21.1.5-beta |Manifest: NOSIGNATURE
trashslot-neoforge-1.21.1-21.1.1.jar |TrashSlot |trashslot |21.1.1 |Manifest: NOSIGNATURE
treeharvester-1.21.1-9.1.jar |Tree Harvester |treeharvester |9.1 |Manifest: NOSIGNATURE
txnilib-neoforge-1.0.19-1.21.1.jar |TxniLib |txnilib |1.0.2 |Manifest: NOSIGNATURE
underground-rivers-1.0.0.jar |Underground Rivers |underground_rivers |1.0.0 |Manifest: NOSIGNATURE
UniLib-1.0.4+1.21.1-neoforge.jar |UniLib |unilib |1.0.4 |Manifest: NOSIGNATURE
UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar |Universal Bone Meal |universalbonemeal |21.1.0 |Manifest: NOSIGNATURE
unloadedactivity-v0.6.4+1.21-1.21.1.jar |Unloaded Activity |unloaded_activity |0.6.4 |Manifest: NOSIGNATURE
utilitarian-1.21.1-0.13.4.jar |Utilitarian |utilitarian |1.21.1-0.13.4 |Manifest: NOSIGNATURE
vapourware-1.21.1-0.1.24.jar |VapourWare |vapourware |0.1.24 |Manifest: NOSIGNATURE
waterframes-NEOFORGE-mc1.21.1-v2.1.8.jar |WaterFrames |waterframes |2.1.8 |Manifest: NOSIGNATURE
waystones-neoforge-1.21.1-21.1.5.jar |Waystones |waystones |21.1.5 |Manifest: NOSIGNATURE
Crash Report UUID: 681ce324-9b23-4b49-a4b2-b3a2234a1dbe
FML: 4.0.34
NeoForge: 21.1.85