Time: 2024-08-10 12:35:24
Description: Exception in server tick loop
java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "list" is null
at com.aizistral.enigmaticlegacy.handlers.SoulArchive.load(SoulArchive.java:93) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading}
at com.aizistral.enigmaticlegacy.handlers.SoulArchive.initialize(SoulArchive.java:152) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading}
at com.aizistral.enigmaticlegacy.EnigmaticLegacy.onServerStart(EnigmaticLegacy.java:431) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading,pl:runtimedistcleaner:A,re:mixin,pl:runtimedistcleaner:A}
at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:98) ~[forge-1.20.1-47.2.21-universal.jar%23536!/:?] {re:mixin,re:classloading}
at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:162) ~[server-1.20.1-20230612.114412-srg.jar%23531!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinDedicatedServer,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:634) ~[server-1.20.1-20230612.114412-srg.jar%23531!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinMinecraftServer,pl:mixin:APP:mixins.letmedespawn.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23531!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinMinecraftServer,pl:mixin:APP:mixins.letmedespawn.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:A}
at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "list" is null
at com.aizistral.enigmaticlegacy.handlers.SoulArchive.loadFromBytes(SoulArchive.java:108) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading}
at com.aizistral.enigmaticlegacy.handlers.SoulArchive.load(SoulArchive.java:89) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading}
... 11 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---- Minecraft Crash Report ---- // My bad.
Time: 2024-08-10 12:35:24 Description: Exception in server tick loop
java.lang.RuntimeException: java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "list" is null at com.aizistral.enigmaticlegacy.handlers.SoulArchive.load(SoulArchive.java:93) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading} at com.aizistral.enigmaticlegacy.handlers.SoulArchive.initialize(SoulArchive.java:152) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading} at com.aizistral.enigmaticlegacy.EnigmaticLegacy.onServerStart(EnigmaticLegacy.java:431) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading,pl:runtimedistcleaner:A,re:mixin,pl:runtimedistcleaner:A} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {} at net.minecraftforge.server.ServerLifecycleHooks.handleServerAboutToStart(ServerLifecycleHooks.java:98) ~[forge-1.20.1-47.2.21-universal.jar%23536!/:?] {re:mixin,re:classloading} at net.minecraft.server.dedicated.DedicatedServer.m7038(DedicatedServer.java:162) ~[server-1.20.1-20230612.114412-srg.jar%23531!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinDedicatedServer,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m130011(MinecraftServer.java:634) ~[server-1.20.1-20230612.114412-srg.jar%23531!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinMinecraftServer,pl:mixin:APP:mixins.letmedespawn.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.m206580(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23531!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,re:classloading,pl:accesstransformer:B,xf:fml:xaerominimap:xaero_minecraftserver,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinMinecraftServer,pl:mixin:APP:mixins.letmedespawn.json:MinecraftServerMixin,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin,pl:mixin:APP:ru.mixin.json:MinecraftServerMixin,pl:mixin:A} at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin} Caused by: java.lang.NullPointerException: Cannot invoke "java.util.List.forEach(java.util.function.Consumer)" because "list" is null at com.aizistral.enigmaticlegacy.handlers.SoulArchive.loadFromBytes(SoulArchive.java:108) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading} at com.aizistral.enigmaticlegacy.handlers.SoulArchive.load(SoulArchive.java:89) ~[EnigmaticLegacy-2.30.1.jar%23399!/:2.30.1] {re:classloading} ... 11 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: Linux (amd64) version 5.15.0-112-generic Java Version: 17.0.11, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 1106663136 bytes (1055 MiB) / 3179282432 bytes (3032 MiB) up to 7516192768 bytes (7168 MiB) CPUs: 4 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 7 5700X 8-Core Processor Identifier: AuthenticAMD Family 25 Model 33 Stepping 2 Microarchitecture: Zen 3 Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: unknown Graphics card #0 vendor: unknown Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: unknown Virtual memory max (MB): 72558.00 Virtual memory used (MB): 83366.84 Swap memory total (MB): 8192.00 Swap memory used (MB): 4599.38 JVM Flags: 20 total; -Xms128M -Xmx7168M -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 Server Running: true Player Count: 0 / 20; [] Data Packs: vanilla, mod:dynamiclightsreforged (incompatible), mod:betterdungeons, mod:easyanvils, mod:playeranimator (incompatible), mod:majruszsdifficulty (incompatible), mod:nerb (incompatible), mod:valhelsia_furniture (incompatible), mod:stalwart_dungeons, mod:aquaculturedelight, mod:neat, mod:yungsapi, mod:bagus_lib, mod:clientcrafting (incompatible), mod:resourcepackoverrides, mod:clickadv (incompatible), mod:pickupnotifier, mod:balm, mod:soul_fire_d (incompatible), mod:jeresources, mod:chat_heads (incompatible), mod:cloth_config (incompatible), mod:sound_physics_remastered (incompatible), mod:leavesbegone, mod:emojiful (incompatible), mod:embeddium, mod:structure_gel, mod:advancementplaques (incompatible), mod:tinyskeletons, mod:betterpingdisplay (incompatible), mod:repurposed_structures, mod:bcc (incompatible), mod:explorify (incompatible), mod:dungeons_plus, mod:supermartijn642corelib, mod:yungsbridges, mod:resourcefulconfig (incompatible), mod:highlighter (incompatible), mod:curios (incompatible), mod:searchables (incompatible), mod:mr_dungeons_andtaverns (incompatible), mod:cfm, mod:netherskeletons, mod:betterendisland, mod:dynamic_fps, mod:celestisynth (incompatible), mod:l2library (incompatible), mod:disenchanting (incompatible), mod:bettermineshafts, mod:playerrevive, mod:majruszlibrary (incompatible), mod:betterjungletemples, mod:effectdescriptions, mod:mowziesmobs, mod:jei, mod:visualworkbench, mod:graveyard (incompatible), mod:attributefix (incompatible), mod:libraryferret, mod:goblintraders (incompatible), mod:caelus (incompatible), mod:realmrpg_skeletons, mod:armored_redstone, mod:fastasyncworldsave (incompatible), mod:travelersbackpack, mod:sereneseasons (incompatible), mod:starlight (incompatible), mod:catalogue (incompatible), mod:fusion, mod:puzzlesaccessapi, mod:forge, mod:awesomedungeonocean, mod:smoothchunk (incompatible), mod:logprot (incompatible), mod:terrablender, mod:biomesoplenty (incompatible), mod:bettercombat (incompatible), mod:combatroll (incompatible), mod:awesomedungeonnether, mod:justenoughbreeding, mod:mindfuldarkness, mod:spectrelib (incompatible), mod:fastpaintings (incompatible), mod:betterfpsdist (incompatible), mod:notenoughanimations, mod:shadowizardlib (incompatible), mod:polymorph (incompatible), mod:leavemybarsalone, mod:zeta (incompatible), mod:entityculling, mod:canary, mod:tlc (incompatible), mod:oceansdelight (incompatible), mod:appleskin (incompatible), mod:connectedglass, mod:visuality (incompatible), mod:embeddium_extra, mod:puzzleslib, mod:aquaculture, mod:chunksending (incompatible), mod:aquamirae (incompatible), mod:notenoughcrashes (incompatible), mod:kuma_api (incompatible), mod:wandering_bags, mod:embeddiumplus, mod:betterwitchhuts, mod:netherportalfix, mod:geckolib, mod:crittersandcompanions (incompatible), mod:recipeessentials (incompatible), mod:illagerinvasion, mod:galosphere (incompatible), mod:connectivity (incompatible), mod:gpumemleakfix (incompatible), mod:insanelib, mod:structureessentials (incompatible), mod:controlling (incompatible), mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:iceandfire, mod:domesticationinnovation (incompatible), mod:lootintegrations (incompatible), mod:irons_recipe_additions, mod:mixinextras (incompatible), mod:cobweb (incompatible), mod:bookshelf, mod:relics, mod:takesapillage (incompatible), mod:progressivebosses, mod:bygonenether (incompatible), mod:ramcompat, mod:dummmmmmy (incompatible), mod:airhop, mod:diagonalblocks, mod:farmersdelight, mod:cuisinedelight (incompatible), mod:culturaldelights, mod:endrem (incompatible), mod:valhelsia_structures (incompatible), mod:skinnedlanterns (incompatible), mod:diagonalwindows, mod:born_in_chaos_v1, mod:lionfishapi (incompatible), mod:dungeons_enhanced, mod:modelfix (incompatible), mod:leaky (incompatible), mod:cataclysm (incompatible), mod:patchouli (incompatible), mod:cerbons_api, mod:betterthirdperson, mod:betterstrongholds, mod:enigmaticlegacy (incompatible), mod:resourcefullib (incompatible), mod:boatbreakfix (incompatible), mod:architectury (incompatible), mod:aiimprovements, mod:cupboard (incompatible), mod:framework, mod:enchantwithmob, mod:letmedespawn, mod:quarkdelight, mod:dreadsteel (incompatible), mod:villagesandpillages (incompatible), mod:raccompat, mod:awesomedungeonend, mod:limitedchunks (incompatible), mod:octolib, mod:easymagic, mod:obscure_api (incompatible), mod:structory, mod:clumps (incompatible), mod:configured (incompatible), mod:outer_end, mod:decorative_blocks, mod:myserveriscompatible, mod:dungeoncrawl, mod:everycomp (incompatible), mod:farsight_view (incompatible), mod:bosses_of_mass_destruction, mod:terralith, mod:blueprint, mod:upgrade_aquatic (incompatible), mod:watut, mod:skinlayers3d, mod:toofast (incompatible), mod:raided, mod:alexscaves, mod:simplyswords (incompatible), mod:enchdesc (incompatible), mod:moonlight (incompatible), mod:endermanoverhaul (incompatible), mod:regions_unexplored (incompatible), mod:nightlights, mod:mixinsquared (incompatible), mod:jade (incompatible), mod:fishofthieves, mod:creativecore, mod:forbidden_arcanus (incompatible), mod:nethersdelight, mod:iceberg (incompatible), mod:quark (incompatible), mod:supplementaries, mod:mes (incompatible), mod:irons_spellbooks, mod:ice_and_fire_spellbooks, mod:diagonalfences, mod:betterchunkloading (incompatible), mod:miners_delight (incompatible), mod:betterarcheology, mod:endlessbiomes, mod:coroutil (incompatible), mod:mvs (incompatible), mod:creeperoverhaul, mod:alexsdelight, mod:ferritecore (incompatible), mod:rrls, mod:majruszsenchantments (incompatible), mod:valhelsia_core (incompatible), mod:overflowingbars, Everycomp Generated Pack, Supplementaries Generated Pack, soul_fire_d:campfire_tags, soul_fire_d:fire_source_tags, mod:xaerominimap (incompatible), mod:cosmeticarmorreworked Enabled Feature Flags: minecraft:vanilla World Generation: Stable Is Modded: Definitely; Server brand changed to 'forge' Type: Dedicated Server (map_server.txt) ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeserver 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.21.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.2.21.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 lowcodefml@null javafml@null Mod List: dynamiclightsreforged-1.20.1_v1.6.0.jar |Rubidium Dynamic Lights |dynamiclightsreforged |1.20.1_v1.6.0 |DONE |Manifest: NOSIGNATURE YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.2 |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 player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE majruszs-difficulty-forge-1.20.1-1.9.10.jar |Majrusz's Progressive Difficul|majruszsdifficulty |1.9.10 |DONE |Manifest: NOSIGNATURE nerb-1.20.1-0.3-FORGE.jar |Not Enough Recipe Book |nerb |0.3 |DONE |Manifest: NOSIGNATURE valhelsia_furniture-forge-1.20.1-1.1.3.jar |Valhelsia Furniture |valhelsia_furniture |1.1.3 |DONE |Manifest: NOSIGNATURE stalwart-dungeons-1.20.1-1.2.8.jar |Stalwart Dungeons |stalwart_dungeons |1.2.8 |DONE |Manifest: NOSIGNATURE aquaculture_delight_1.0.0_forge_1.20.1.jar |Aquaculture Delight |aquaculturedelight |1.0.0 |DONE |Manifest: NOSIGNATURE Neat-1.20-35-FORGE.jar |Neat |neat |1.20-35-FORGE |DONE |Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |DONE |Manifest: NOSIGNATURE bagus_lib-1.20.1-5.2.2.jar |Bagus Lib |bagus_lib |1.20.1-5.2.2 |DONE |Manifest: NOSIGNATURE clientcrafting-1.20.1-1.8.jar |clientcrafting mod |clientcrafting |1.20.1-1.8 |DONE |Manifest: NOSIGNATURE ResourcePackOverrides-v8.0.3-1.20.1-Forge.jar |Resource Pack Overrides |resourcepackoverrides |8.0.3 |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 clickadv-1.20.1-3.8.jar |clickadv mod |clickadv |1.20.1-3.8 |DONE |Manifest: NOSIGNATURE PickUpNotifier-v8.0.0-1.20.1-Forge.jar |Pick Up Notifier |pickupnotifier |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 balm-forge-1.20.1-7.3.6-all.jar |Balm |balm |7.3.6 |DONE |Manifest: NOSIGNATURE soul-fire-d-forge-1.20.1-4.0.2.jar |Soul Fire'd |soul_fire_d |4.0.2 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |DONE |Manifest: NOSIGNATURE chat_heads-0.12.10-forge-1.20.jar |Chat Heads |chat_heads |0.12.10 |DONE |Manifest: NOSIGNATURE cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE sound-physics-remastered-forge-1.20.1-1.4.5.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.5 |DONE |Manifest: NOSIGNATURE LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |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 Emojiful-Forge-1.20.1-4.2.0.jar |Emojiful |emojiful |4.2.0 |DONE |Manifest: NOSIGNATURE embeddium-0.3.28+mc1.20.1.jar |Embeddium |embeddium |0.3.28+mc1.20.1 |DONE |Manifest: NOSIGNATURE structure_gel-1.20.1-2.16.2.jar |Structure Gel API |structure_gel |2.16.2 |DONE |Manifest: NOSIGNATURE AdvancementPlaques-1.20.1-forge-1.5.1.jar |Advancement Plaques |advancementplaques |1.5.1 |DONE |Manifest: NOSIGNATURE TinySkeletons-v8.0.1-1.20.1-Forge.jar |Tiny Skeletons |tinyskeletons |8.0.1 |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 BetterPingDisplay-1.20.1-1.1.jar |Better Ping Display |betterpingdisplay |1.1 |DONE |Manifest: NOSIGNATURE repurposed_structures-7.1.15+1.20.1-forge.jar |Repurposed Structures |repurposed_structures |7.1.15+1.20.1-forge |DONE |Manifest: NOSIGNATURE BetterCompatibilityChecker-forge-4.0.8+mc1.20.1.ja|Better Compatibility Checker |bcc |4.0.8 |DONE |Manifest: NOSIGNATURE Explorify v1.6.1 f10-48.jar |Explorify |explorify |1.6.1 |DONE |Manifest: NOSIGNATURE dungeons_plus-1.20.1-1.5.0.jar |Dungeons Plus |dungeons_plus |1.5.0 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |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.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |DONE |Manifest: NOSIGNATURE Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |DONE |Manifest: NOSIGNATURE curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |DONE |Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE dungeons-and-taverns-3.0.3.f[Forge].jar |Dungeons and Taverns |mr_dungeons_andtaverns |3.0.3.f |DONE |Manifest: NOSIGNATURE cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 netherskeletons1.20.1.jar |Nether Skeletons |netherskeletons |4.9 |DONE |Manifest: NOSIGNATURE YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE dynamic-fps-3.6.3+minecraft-1.20.0-forge.jar |Dynamic FPS |dynamic_fps |3.6.3 |DONE |Manifest: NOSIGNATURE celestisynth-1.20.1-1.2.2 (1).jar |Celestisynth |celestisynth |1.20.1-1.2.2 |DONE |Manifest: NOSIGNATURE l2library-2.4.14-slim.jar |L2 Library |l2library |2.4.14 |DONE |Manifest: NOSIGNATURE Disenchanting-forge-1.20.1-2.2.4.jar |Disenchanting |disenchanting |2.2.3 |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 PlayerRevive_FORGE_v2.0.26_mc1.20.1.jar |PlayerRevive |playerrevive |2.0.26 |DONE |Manifest: NOSIGNATURE majrusz-library-forge-1.20.1-7.0.8.jar |Majrusz Library |majruszlibrary |7.0.8 |DONE |Manifest: NOSIGNATURE YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |DONE |Manifest: NOSIGNATURE EffectDescriptions-v8.0.2-1.20.1-Forge.jar |Effect Descriptions |effectdescriptions |8.0.2 |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 mowziesmobs-1.6.5.jar |Mowzie's Mobs |mowziesmobs |1.6.4 |DONE |Manifest: NOSIGNATURE jei-1.20.1-forge-15.11.0.43.jar |Just Enough Items |jei |15.11.0.43 |DONE |Manifest: NOSIGNATURE VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |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 The_Graveyard3.1(FORGE)_for_1.20.1.jar |The Graveyard |graveyard |3.1 |DONE |Manifest: NOSIGNATURE AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |DONE |Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |DONE |Manifest: NOSIGNATURE goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE realmrpg_fallen_adventurers_1.0.3_forge_1.20.1.jar|Realm RPG: Fallen Adventurers |realmrpg_skeletons |1.0.3 |DONE |Manifest: NOSIGNATURE armored_redstone-1.20.1-0.4.0.jar |Armored Redstone |armored_redstone |1.20.1-0.4.0 |DONE |Manifest: NOSIGNATURE fastasyncworldsave-1.20.1-2.0 (1).jar |fastasyncworldsave mod |fastasyncworldsave |1.20.1-2.0 |DONE |Manifest: NOSIGNATURE travelersbackpack-forge-1.20.1-9.1.15.jar |Traveler's Backpack |travelersbackpack |9.1.15 |DONE |Manifest: NOSIGNATURE SereneSeasons-1.20.1-9.0.0.46.jar |Serene Seasons |sereneseasons |9.0.0.46 |DONE |Manifest: NOSIGNATURE starlight-1.1.2+forge.1cda73c.jar |Starlight |starlight |1.1.2+forge.1cda73c |DONE |Manifest: NOSIGNATURE catalogue-forge-1.20.1-1.8.0.jar |Catalogue |catalogue |1.8.0 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |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.21-universal.jar |Forge |forge |47.2.21 |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 awesomedungeonocean-forge-1.20.1-3.3.0.jar |Awesome dungeon edition ocean |awesomedungeonocean |3.3.0 |DONE |Manifest: NOSIGNATURE server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: NOSIGNATURE smoothchunk-1.20.1-3.6.jar |Smoothchunk mod |smoothchunk |1.20.1-3.6 |DONE |Manifest: NOSIGNATURE logprot-1.20.1-3.4.jar |Logprot |logprot |1.4 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |3.0.1.7 |DONE |Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.598.jar |Biomes O' Plenty |biomesoplenty |18.0.0.598 |DONE |Manifest: NOSIGNATURE bettercombat-forge-1.8.5+1.20.1.jar |Better Combat |bettercombat |1.8.5+1.20.1 |DONE |Manifest: NOSIGNATURE combatroll-forge-1.3.2+1.20.1.jar |Combat Roll |combatroll |1.3.2+1.20.1 |DONE |Manifest: NOSIGNATURE awesomedungeonnether-forge-1.20.1-3.1.1.jar |Awesome dungeon nether |awesomedungeonnether |3.1.1 |DONE |Manifest: NOSIGNATURE justenoughbreeding-neoforge-1.20.1-1.3.0.jar |Just Enough Breeding |justenoughbreeding |1.3.0 |DONE |Manifest: NOSIGNATURE MindfulDarkness-v8.0.3-1.20.1-Forge.jar |Mindful Darkness |mindfuldarkness |8.0.3 |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 spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE fastpaintings-1.20-1.2.7.jar |Fast Paintings |fastpaintings |1.20-1.2.7 |DONE |Manifest: NOSIGNATURE betterfpsdist-1.20.1-4.4.jar |betterfpsdist mod |betterfpsdist |1.20.1-4.4 |DONE |Manifest: NOSIGNATURE notenoughanimations-forge-1.7.4-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.4 |DONE |Manifest: NOSIGNATURE Xaeros_Minimap_24.2.0_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.2.0 |DONE |Manifest: NOSIGNATURE shadowizardlib-1.20.1-1.2.0.jar |ShadowizardLib |shadowizardlib |1.20.1-1.2.0 |DONE |Manifest: NOSIGNATURE polymorph-forge-0.49.5+1.20.1.jar |Polymorph |polymorph |0.49.5+1.20.1 |DONE |Manifest: NOSIGNATURE LeaveMyBarsAlone-v8.0.0-1.20.1-Forge.jar |Leave My Bars Alone |leavemybarsalone |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 Zeta-1.0-24.jar |Zeta |zeta |1.0-24 |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 tlc_forge-1.0.3-R-1.20.X.jar |The Lost Castle |tlc |1.0.2 |DONE |Manifest: NOSIGNATURE oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |DONE |Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE connectedglass-1.1.11-forge-mc1.20.1.jar |Connected Glass |connectedglass |1.1.11 |DONE |Manifest: NOSIGNATURE visuality-forge-2.0.2.jar |Visuality: Reforged |visuality |2.0.2 |DONE |Manifest: NOSIGNATURE rubidium-extra-0.5.4.3+mc1.20.1-build.121.jar |Embeddium Extra |embeddium_extra |0.5.4.3+mc1.20.1-bui|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 Aquaculture-1.20.1-2.5.2.jar |Aquaculture 2 |aquaculture |2.5.2 |DONE |Manifest: NOSIGNATURE cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |DONE |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |DONE |Manifest: NOSIGNATURE aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |DONE |Manifest: NOSIGNATURE notenoughcrashes-4.4.7+1.20.1-forge.jar |Not Enough Crashes |notenoughcrashes |4.4.7+1.20.1 |DONE |Manifest: NOSIGNATURE kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE wandering-bags-1.20.1-2.0.7.jar |Wandering Bags |wandering_bags |2.0.7 |DONE |Manifest: NOSIGNATURE embeddiumplus-1.20.1-v1.2.13.jar |Embeddium++ |embeddiumplus |1.2.13 |DONE |Manifest: NOSIGNATURE YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.4.7.jar |GeckoLib 4 |geckolib |4.4.7 |DONE |Manifest: NOSIGNATURE crittersandcompanions-1.20.1-2.1.6.jar |Critters and Companions |crittersandcompanions |1.20.1-2.1.6 |DONE |Manifest: NOSIGNATURE recipeessentials-1.20.1-3.6.jar |recipeessentials mod |recipeessentials |1.20.1-3.6 |DONE |Manifest: NOSIGNATURE IllagerInvasion-v8.0.5-1.20.1-Forge.jar |Illager Invasion |illagerinvasion |8.0.5 |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 Galosphere-1.20.1-1.4.1-Forge.jar |Galosphere |galosphere |1.20.1-1.4.1 |DONE |Manifest: NOSIGNATURE connectivity-1.20.1-5.6.jar |Connectivity Mod |connectivity |1.20.1-5.6 |DONE |Manifest: NOSIGNATURE gpumemleakfix-1.20.1-1.8.jar |Gpu memory leak fix |gpumemleakfix |1.20.1-1.8 |DONE |Manifest: NOSIGNATURE InsaneLib-1.13.5-mc1.20.1.jar |InsaneLib |insanelib |1.13.5 |DONE |Manifest: NOSIGNATURE structureessentials-1.20.1-3.4.jar |Structure Essentials mod |structureessentials |1.20.1-3.4 |DONE |Manifest: NOSIGNATURE Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |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 iceandfire-2.1.13-1.20.1-beta-4.jar |Ice and Fire |iceandfire |2.1.13-1.20.1-beta-4|DONE |Manifest: NOSIGNATURE domesticationinnovation-1.7.1-1.20.1.jar |Domestication Innovation |domesticationinnovation |1.7.1 |DONE |Manifest: NOSIGNATURE lootintegrations-1.20.1-3.7.jar |Lootintegrations mod |lootintegrations |1.20.1-3.7 |DONE |Manifest: NOSIGNATURE IronsRecipeAdditions_1.20.1_modversion_2.1.jar |Iron's Recipe Additions |irons_recipe_additions |1.0.0 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.8.jar |MixinExtras |mixinextras |0.2.0-beta.8 |DONE |Manifest: NOSIGNATURE cobweb-forge-1.20.1-1.0.0.jar |Cobweb |cobweb |1.0.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 relics-1.20.1-0.8.0.5.jar |Relics |relics |0.8.0.5 |DONE |Manifest: NOSIGNATURE takesapillage-1.0.3-1.20.1.jar |It Takes A Pillage |takesapillage |1.0.3 |DONE |Manifest: NOSIGNATURE ProgressiveBosses-3.9.7-mc1.20.1.jar |Progressive Bosses |progressivebosses |3.9.7-mc1.20.1 |DONE |Manifest: NOSIGNATURE bygonenether-1.3.2-1.20.x.jar |Bygone Nether |bygonenether |1.3.2 |DONE |Manifest: NOSIGNATURE ramcompat-1.20.1-0.1.4.jar |RAM-Compat |ramcompat |0.1.4 |DONE |Manifest: NOSIGNATURE dummmmmmy-1.20-1.8.19.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.8.19 |DONE |Manifest: NOSIGNATURE AirHop-v8.0.2-1.20.1-Forge.jar |Air Hop |airhop |8.0.2 |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 diagonalblocks-forge-8.0.5.jar |Diagonal Blocks |diagonalblocks |8.0.5 |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 FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE cuisinedelight-1.1.14.jar |Cuisine Delight |cuisinedelight |1.1.14 |DONE |Manifest: NOSIGNATURE culturaldelights-0.16.1.jar |Cultural Delights |culturaldelights |0.16.1 |DONE |Manifest: NOSIGNATURE endrem_forge-5.3.3-R-1.20.1.jar |End Remastered |endrem |5.3.3-R-1.20.1 |DONE |Manifest: NOSIGNATURE valhelsia_structures-forge-1.20.1-1.1.2.jar |Valhelsia Structures |valhelsia_structures |1.20.1-1.1.2 |DONE |Manifest: NOSIGNATURE skinned_lanterns-1.20.1-1.3.5.jar |Skinned Lanterns |skinnedlanterns |1.20.1-1.3.5 |DONE |Manifest: NOSIGNATURE DiagonalWindows-v8.1.4-1.20.1-Forge.jar |Diagonal Windows |diagonalwindows |8.1.4 |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 born_inchaos[Forge]1.20.1_1.3.1.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |DONE |Manifest: NOSIGNATURE lionfishapi-1.9.jar |LionfishAPI |lionfishapi |1.9 |DONE |Manifest: NOSIGNATURE dungeons_enhanced-1.20.1-5.2.2.jar |Dungeons Enhanced |dungeons_enhanced |5.2.2 |DONE |Manifest: NOSIGNATURE modelfix-1.15.jar |Model Gap Fix |modelfix |1.15 |DONE |Manifest: NOSIGNATURE leaky-1.20.1-2.1.jar |leaky mod |leaky |1.20.1-2.1 |DONE |Manifest: NOSIGNATURE L_Enders_Cataclysm-1.99.6-1.20.1.jar |Cataclysm Mod |cataclysm |1.99.5 |DONE |Manifest: NOSIGNATURE Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |DONE |Manifest: NOSIGNATURE CerbonsAPI-Forge-1.20.1-1.1.0.jar |Cerbons API |cerbons_api |1.1.0 |DONE |Manifest: NOSIGNATURE BetterThirdPerson-Forge-1.20-1.9.0.jar |Better Third Person |betterthirdperson |1.9.0 |DONE |Manifest: NOSIGNATURE YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |DONE |Manifest: NOSIGNATURE EnigmaticLegacy-2.30.1.jar |Enigmatic Legacy |enigmaticlegacy |2.30.1 |DONE |Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.28.jar |Resourceful Lib |resourcefullib |2.1.28 |DONE |Manifest: NOSIGNATURE BoatBreakFix-Universal-1.0.2.jar |Boat Break Fix |boatbreakfix |1.0.2 |DONE |Manifest: NOSIGNATURE architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |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.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE framework-forge-1.20.1-0.7.6.jar |Framework |framework |0.7.6 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 enchantwithmob-1.20.1-11.12.0.jar |EnchantWithMob |enchantwithmob |1.20.1-11.12.0 |DONE |Manifest: NOSIGNATURE letmedespawn-forge-1.20.1-1.20.4-1.2.1.jar |Let Me Despawn |letmedespawn |1.2.1 |DONE |Manifest: NOSIGNATURE quark_delight_1.0.0_forge_1.20.1.jar |Quark Delight |quarkdelight |1.0.0 |DONE |Manifest: NOSIGNATURE dreadsteel-1.20.1-1.1.6.3.jar |Dreadsteel |dreadsteel |1.20.1-1.1.6.3 |DONE |Manifest: NOSIGNATURE villagesandpillages-forge-mc1.20.1-1.0.0.jar |Villages&Pillages |villagesandpillages |1.0.0 |DONE |Manifest: NOSIGNATURE raccompat-1.20.1-0.1.3.jar |RAC-Compat |raccompat |0.1.3 |DONE |Manifest: NOSIGNATURE awesomedungeonend-forge-1.20.1-3.1.1.jar |Awesome dungeon the end |awesomedungeonend |3.1.1 |DONE |Manifest: NOSIGNATURE limitedchunks-1.20.1-4.1.jar |Limited Chunkloading |limitedchunks |1.8 |DONE |Manifest: NOSIGNATURE octolib-1.20.1-0.3 (1).jar |OctoLib |octolib |0.3 |DONE |Manifest: NOSIGNATURE EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |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 obscure_api-15.jar |Obscure API |obscure_api |15 |DONE |Manifest: NOSIGNATURE Structory_1.20.1_v1.3.2.jar |Structory |structory |1.3.2 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |DONE |Manifest: NOSIGNATURE configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.3 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 TheOuterEnd-1.0.9.jar |The Outer End |outer_end |1.0.8 |DONE |Manifest: NOSIGNATURE decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |DONE |Manifest: NOSIGNATURE MyServerIsCompatible-1.20-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE Dungeon Crawl-1.20.1-2.3.14.jar |Dungeon Crawl |dungeoncrawl |2.3.14 |DONE |Manifest: NOSIGNATURE everycomp-1.20-2.6.70.jar |Every Compat |everycomp |1.20-2.6.70 |DONE |Manifest: NOSIGNATURE farsight-1.20.1-3.7.jar |Farsight mod |farsight_view |1.20.1-3.7 |DONE |Manifest: NOSIGNATURE BOMD-Forge-1.20.1-1.1.2.jar |Bosses of Mass Destruction |bosses_of_mass_destruction |1.1.2 |DONE |Manifest: NOSIGNATURE Terralith_1.20.x_v2.5.4.jar |Terralith |terralith |2.5.4 |DONE |Manifest: NOSIGNATURE blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |DONE |Manifest: NOSIGNATURE upgrade_aquatic-1.20.1-6.0.0.jar |Upgrade Aquatic |upgrade_aquatic |6.0.0 |DONE |Manifest: NOSIGNATURE watut-forge-1.20.1-1.1.3.jar |What Are They Up To |watut |1.20.1-1.1.3 |DONE |Manifest: NOSIGNATURE skinlayers3d-forge-1.6.6-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.6.6 |DONE |Manifest: NOSIGNATURE toofast-1.20-0.4.3.5.jar |Too Fast |toofast |0.4.3.5 |DONE |Manifest: NOSIGNATURE Raided-1.20.1-0.1.4.jar |Raided |raided |0.1.4 |DONE |Manifest: NOSIGNATURE alexscaves-1.1.4.jar |Alex's Caves |alexscaves |1.1.4 |DONE |Manifest: NOSIGNATURE simplyswords-forge-1.55.0-1.20.1.jar |Simply Swords |simplyswords |1.55.0-1.20.1 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.1.18.jar |EnchantmentDescriptions |enchdesc |17.1.18 |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 moonlight-1.20-2.12.9-forge.jar |Moonlight Library |moonlight |1.20-2.12.9 |DONE |Manifest: NOSIGNATURE endermanoverhaul-forge-1.20.1-1.0.4.jar |Enderman Overhaul |endermanoverhaul |1.0.4 |DONE |Manifest: NOSIGNATURE RegionsUnexploredForge-0.5.6+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.6 |DONE |Manifest: NOSIGNATURE nightlights-1.20.1-1.1.jar |Night Lights |nightlights |1.1 |DONE |Manifest: NOSIGNATURE mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |DONE |Manifest: NOSIGNATURE Jade-1.20.1-forge-11.9.2.jar |Jade |jade |11.9.2+forge |DONE |Manifest: NOSIGNATURE fish_of_thieves-mc1.20.1-v3.0.7-forge.jar |Fish of Thieves |fishofthieves |3.0.7 |DONE |Manifest: NOSIGNATURE CreativeCore_FORGE_v2.11.33_mc1.20.1.jar |CreativeCore |creativecore |2.11.33 |DONE |Manifest: NOSIGNATURE forbidden_arcanus-1.20.1-2.2.6.jar |Forbidden & Arcanus |forbidden_arcanus |1.20.1-2.2.6 |DONE |Manifest: NOSIGNATURE nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |DONE |Manifest: NOSIGNATURE Iceberg-1.20.1-forge-1.1.21.jar |Iceberg |iceberg |1.1.21 |DONE |Manifest: NOSIGNATURE Quark-4.0-460.jar |Quark |quark |4.0-460 |DONE |Manifest: NOSIGNATURE supplementaries-1.20-2.8.17.jar |Supplementaries |supplementaries |1.20-2.8.17 |DONE |Manifest: NOSIGNATURE mes-1.3.1-1.20-forge.jar |Moog's End Structures |mes |1.3.1-1.20-forge |DONE |Manifest: NOSIGNATURE irons_spellbooks-1.20.1-3.3.0.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.3.0 |DONE |Manifest: NOSIGNATURE ice_and_fire_spellbooks-2.2.0-1.20.1.jar |Ice and Fire: Spellbooks |ice_and_fire_spellbooks |2.2.0-1.20.1 |DONE |Manifest: NOSIGNATURE DiagonalFences-v8.1.4-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.4 |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 betterchunkloading-1.20.1-4.3.jar |betterchunkloading mod |betterchunkloading |1.20.1-4.3 |DONE |Manifest: NOSIGNATURE miners_delight-1.20.1-1.2.3.jar |Miner's Delight |miners_delight |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE betterarcheology-1.1.9-1.20.1.jar |Better Archeology |betterarcheology |1.1.9-1.20.1 |DONE |Manifest: NOSIGNATURE EndlessBiomes 1.5.1 - 1.20.1.jar |EndlessBiomes |endlessbiomes |1.5.1 |DONE |Manifest: NOSIGNATURE coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |DONE |Manifest: NOSIGNATURE mvs-4.1.2-1.20-forge.jar |Moog's Voyager Structures |mvs |4.1.2-1.20-forge |DONE |Manifest: NOSIGNATURE creeperoverhaul-3.0.2-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.2 |DONE |Manifest: NOSIGNATURE alexsdelight-1.5.jar |Alex's Delight |alexsdelight |1.5 |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 rrls-4.0.6+mc1.20.1-forge.jar |Remove Reloading Screen |rrls |4.0.6+mc1.20.1-forge|DONE |Manifest: NOSIGNATURE majruszs-enchantments-forge-1.20.1-1.10.8.jar |Majrusz's Enchantments |majruszsenchantments |1.10.8 |DONE |Manifest: NOSIGNATURE valhelsia_core-forge-1.20.1-1.1.2.jar |Valhelsia Core |valhelsia_core |1.1.2 |DONE |Manifest: NOSIGNATURE OverflowingBars-v8.0.0-1.20.1-Forge.jar |Overflowing Bars |overflowingbars |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 Crash Report UUID: 0f0c077b-fec2-431a-ae81-0588fa43993e FML: 47.2 Forge: net.minecraftforge:47.2.21 Suspected Mods: Minecraft (minecraft), Forge (forge), Enigmatic Legacy (enigmaticlegacy)