---- Minecraft Crash Report ---- // I let you down. Sorry :( Time: 2024-10-26 01:22:52 Description: Rendering overlay net.minecraftforge.fml.ModLoadingException: DimensionalDoors (dimdoors) encountered an error during the done event phase ยง7java.lang.IllegalArgumentException: Cannot set property BooleanProperty{name=waterlogged, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in Block{minecraft:air} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:125) ~[javafmllanguage-1.20.1-47.3.11.jar%23776!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$postEvent$29(ModLoader.java:326) ~[fmlcore-1.20.1-47.3.11.jar%23775!/:?] {re:mixin} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:mixin} at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:227) ~[fmlcore-1.20.1-47.3.11.jar%23775!/:?] {re:mixin} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:326) ~[fmlcore-1.20.1-47.3.11.jar%23775!/:?] {re:mixin} at net.minecraftforge.client.ForgeHooksClient.onModifyBakingResult(ForgeHooksClient.java:471) ~[forge-1.20.1-47.3.11-universal.jar%23779!/:?] {re:mixin,re:classloading,pl:mixin:A} at net.minecraft.client.resources.model.ModelManager.m_245476_(ModelManager.java:174) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.resources.model.ModelManager.m_246937_(ModelManager.java:89) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A} at java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646) ~[?:?] {} at java.util.concurrent.CompletableFuture$Completion.exec(CompletableFuture.java:483) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} Caused by: java.lang.IllegalArgumentException: Cannot set property BooleanProperty{name=waterlogged, clazz=class java.lang.Boolean, values=[true, false]} as it does not exist in Block{minecraft:air} at net.minecraft.world.level.block.state.StateHolder.m_61124_(StateHolder.java:122) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at org.dimdev.dimdoors.client.forge.DimensionalDoorsForgeClient.lambda$modifyBake$4(DimensionalDoorsForgeClient.java:86) ~[dimdoors-5.4.1-1.20.1-forge%20(2).jar%23555!/:?] {re:classloading} at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?] {re:mixin} at org.dimdev.dimdoors.client.forge.DimensionalDoorsForgeClient.lambda$modifyBake$5(DimensionalDoorsForgeClient.java:82) ~[dimdoors-5.4.1-1.20.1-forge%20(2).jar%23555!/:?] {re:classloading} at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:?] {} at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] {} at java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] {re:mixin} at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150) ~[?:?] {} at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] {} at org.dimdev.dimdoors.client.forge.DimensionalDoorsForgeClient.modifyBake(DimensionalDoorsForgeClient.java:72) ~[dimdoors-5.4.1-1.20.1-forge%20(2).jar%23555!/:?] {re:classloading} at org.dimdev.dimdoors.client.forge.__DimensionalDoorsForgeClient_modifyBake_ModifyBakingResult.invoke(.dynamic) ~[dimdoors-5.4.1-1.20.1-forge%20(2).jar%23555!/:?] {re:classloading,pl:eventbus:B} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2387!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121) ~[javafmllanguage-1.20.1-47.3.11.jar%23776!/:?] {} ... 14 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Suspected Mod: DimensionalDoors (dimdoors), Version: 5.4.1 at TRANSFORMER/dimdoors@5.4.1/org.dimdev.dimdoors.client.forge.DimensionalDoorsForgeClient.lambda$modifyBake$4(DimensionalDoorsForgeClient.java:86) Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} -- Overlay render details -- Details: Overlay name: net.minecraft.client.gui.screens.LoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:forgematica.mixins.json:MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:mafglib.mixins.json:MixinMinecraftClient,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:emi.mixins.json:MinecraftClientMixin,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:biomemusic.mixins.json:ClientMusicChoiceMixin,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:azurelib.forge.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:yacl.mixins.json:MinecraftMixin,pl:mixin:APP:leawind_third_person-common.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23774!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:forgematica.mixins.json:MixinMinecraftClient,pl:mixin:APP:balm.mixins.json:MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:mafglib.mixins.json:MixinMinecraftClient,pl:mixin:APP:the_bumblezone-common.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixins.codechickenlib.json:MinecraftMixin,pl:mixin:APP:majruszlibrary-common.mixins.json:MixinMinecraft,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin,pl:mixin:APP:emi.mixins.json:MinecraftClientMixin,pl:mixin:APP:mixins/common/nochatreports.mixins.json:client.MixinMinecraft,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient,pl:mixin:APP:biomemusic.mixins.json:ClientMusicChoiceMixin,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:azurelib.forge.mixins.json:MinecraftMixin,pl:mixin:APP:travelerstitles.mixins.json:MinecraftClientTickMixin,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin,pl:mixin:APP:yacl.mixins.json:MinecraftMixin,pl:mixin:APP:leawind_third_person-common.mixins.json:MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-forge-47.3.11.jar:?] {re:classloading,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.11.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.11.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.11.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Affected level -- Details: All players: 1 total; [LocalPlayer['Carade'/501, l='ClientLevel', x=10.50, y=121.00, z=-5.50]] Chunk stats: 289, 145 Level dimension: minecraft:overworld Level spawn location: World: (0,120,0), Section: (at 0,8,0 in 0,7,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 250527 game time, 250527 day time Server brand: forge Server type: Non-integrated multiplayer server -- Last reload -- Details: Reload number: 2 Reload reason: manual Finished: No Packs: vanilla, mod_resources, Moonlight Mods Dynamic Assets, builtin/overrides/golden_swet_ball/DAGoldenSwetBallFixClient, resource/overrides_pack, netherexp:jne_retextures, server -- 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: 1126938984 bytes (1074 MiB) / 10905190400 bytes (10400 MiB) up to 21474836480 bytes (20480 MiB) CPUs: 24 Processor Vendor: GenuineIntel Processor Name: 13th Gen Intel(R) Core(TM) i7-13700K Identifier: Intel64 Family 6 Model 183 Stepping 1 Microarchitecture: unknown Frequency (GHz): 3.42 Number of physical packages: 1 Number of physical CPUs: 16 Number of logical CPUs: 24 Graphics card #0 name: NVIDIA GeForce RTX 3070 Ti Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2482 Graphics card #0 versionInfo: DriverVersion=32.0.15.6109 Graphics card #1 name: Intel(R) UHD Graphics 770 Graphics card #1 vendor: Intel Corporation (0x8086) Graphics card #1 VRAM (MB): 2048.00 Graphics card #1 deviceId: 0xa780 Graphics card #1 versionInfo: DriverVersion=32.0.101.5972 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 5.60 Memory slot #0 type: Unknown Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 5.60 Memory slot #1 type: Unknown Virtual memory max (MB): 50561.09 Virtual memory used (MB): 45093.12 Swap memory total (MB): 18011.66 Swap memory used (MB): 4291.55 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx20G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: 1.20.1-forge-47.3.11 Backend library: LWJGL version 3.3.1 build 7 Backend API: NVIDIA GeForce RTX 3070 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 561.09, NVIDIA Corporation Window size: 854x480 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: Current Language: en_us CPU: 24x 13th Gen Intel(R) Core(TM) i7-13700K 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.3.11.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.3.11.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE FML Language Providers: javafml@null lowcodefml@null minecraft@1.0 gml@4.0.9 kotlinforforge@4.11.0 Mod List: EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |DONE |Manifest: NOSIGNATURE the-orcs-1.0-FORGE-1.20.x.jar |The Orcs |theorcs |1.0-FORGE-1.20.x |DONE |Manifest: NOSIGNATURE player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE botarium-forge-1.20.1-2.3.4.jar |Botarium |botarium |2.3.4 |DONE |Manifest: NOSIGNATURE SWPlanets-forge-1.20.1-1.2.3.jar |Star Wars Planet |swplanets |1.2.3 |DONE |Manifest: NOSIGNATURE dynamiccrosshair-7.4.4+1.20-forge.jar |Dynamic Crosshair |dynamiccrosshair |7.4.4+1.20 |DONE |Manifest: NOSIGNATURE abverticaledition-1.0.3b-forge-mc1.20.jar |Additional Blocks: Vertical Ed|abverticaledition |1.0.3b |DONE |Manifest: NOSIGNATURE Infinite Abyss 1.20.1 version 1.8.4.jar |Infinite Abyss |infinite_abyss |1.8.4 |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 betterendcities-1.0.0-1.20.1.jar |Better End Cities Vanilla |betterendcities |1.0.0-1.20.1 |DONE |Manifest: NOSIGNATURE netherite_horse_armor-forge-1.20.1-1.0.4.jar |Netherite Horse Armor |netherite_horse_armor |1.20.1-1.0.4 |DONE |Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.5.jar |YUNG's API |yungsapi |1.20-Forge-4.0.5 |DONE |Manifest: NOSIGNATURE Forgematica-0.1.6-mc1.20.1.jar |Forgematica |forgematica |0.1.6-mc1.20.1 |DONE |Manifest: NOSIGNATURE guardvillagers-1.20.1-1.6.7.jar |Guard Villagers |guardvillagers |1.20.1-1.6.7 |DONE |Manifest: NOSIGNATURE The_Sculk_Sword-1.0.0-forge-1.20.1.jar |TheSculkSword |thesculksword |1.0.0 |DONE |Manifest: NOSIGNATURE clickadv-1.20.1-3.8.jar |clickadv mod |clickadv |1.20.1-3.8 |DONE |Manifest: NOSIGNATURE balm-forge-1.20.1-7.3.7-all.jar |Balm |balm |7.3.7 |DONE |Manifest: NOSIGNATURE immersive_armors-1.6.1+1.20.1-forge.jar |Immersive Armors |immersive_armors |1.6.1+1.20.1 |DONE |Manifest: NOSIGNATURE chat_heads-0.12.10-forge-1.20.jar |Chat Heads |chat_heads |0.12.10 |DONE |Manifest: NOSIGNATURE BetterThanMending-1.7.2.jar |BetterThanMending |betterthanmending |1.7.2 |DONE |Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |DONE |Manifest: NOSIGNATURE [Forge]CTOV-v3.4.5.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.5 |DONE |Manifest: NOSIGNATURE supplementaries-1.20-2.8.17.jar |Supplementaries |supplementaries |1.20-2.8.17 |DONE |Manifest: NOSIGNATURE deeperdarkerdelight-1.0.1-1.20.1.jar |Deeper Darker Delight |deeperdarkerdelight |1.0.1-1.20.1 |DONE |Manifest: NOSIGNATURE durabilitytooltip-1.1.5-forge-mc1.20.jar |Durability Tooltip |durabilitytooltip |1.1.5 |DONE |Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |DONE |Manifest: NOSIGNATURE GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |DONE |Manifest: NOSIGNATURE dimensionviewer-1.20-1.4.0.jar |Dimension Viewer |dimensionviewer |1.4.0 |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 adastradelight-1.0.1-1.20.1.jar |Ad Astra Delight |adastradelight |1.0.1-1.20.1 |DONE |Manifest: NOSIGNATURE mod-4.0.9.jar |GroovyModLoader |gml |4.0.9 |DONE |Manifest: NOSIGNATURE Jupiter-0.5-forge.jar |Jupiter |jupiter |0.5 |DONE |Manifest: NOSIGNATURE do_a_barrel_roll-forge-3.5.6+1.20.1.jar |Do a Barrel Roll |do_a_barrel_roll |3.5.6+1.20.1 |DONE |Manifest: NOSIGNATURE MaFgLib-0.1.13-mc1.20.1.jar |MaFgLib |mafglib |0.1.13-mc1.20.1 |DONE |Manifest: NOSIGNATURE sleep_tight-1.20-1.1.19.jar |Sleep Tight |sleep_tight |1.20-1.1.19 |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 expanded_ecosphere-3.2.4-forge.jar |Expanded Ecosphere |expanded_ecosphere |3.2.4 |DONE |Manifest: NOSIGNATURE tidal-towns-1.3.3_1.20.4.jar |Tidal Towns |mr_tidal_towns |1.3.3 |DONE |Manifest: NOSIGNATURE spark-1.10.53-forge.jar |spark |spark |1.10.53 |DONE |Manifest: NOSIGNATURE curios-forge-5.9.1+1.20.1.jar |Curios API |curios |5.9.1+1.20.1 |DONE |Manifest: NOSIGNATURE lucent-1.20.1-1.5.5.jar |Lucent |lucent |1.5.5 |DONE |Manifest: NOSIGNATURE cgl-1.20-forge-0.3.3.jar |CommonGroovyLibrary |commongroovylibrary |0.3.3 |DONE |Manifest: NOSIGNATURE advancednetherite-forge-2.1.3-1.20.1.jar |Advanced Netherite |advancednetherite |2.1.3 |DONE |Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |DONE |Manifest: NOSIGNATURE bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.1.0 |DONE |Manifest: NOSIGNATURE unearthed_journey-1.1.1.jar |Unearthed Journey |unearthed_journey |1.0.1 |DONE |Manifest: NOSIGNATURE noisium-forge-2.2.2+mc1.20-1.20.1.jar |Noisium |noisium |2.2.2+mc1.20-1.20.1 |DONE |Manifest: NOSIGNATURE worldedit-mod-7.2.15.jar |WorldEdit |worldedit |7.2.15+6463-5ca4dff |DONE |Manifest: NOSIGNATURE cumulus_menus-1.20.1-1.0.0-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-neoforg|DONE |Manifest: NOSIGNATURE tru.e-ending-v1.1.0c (3).jar |True Ending: Ender Dragon Over|mr_limesplatus_ending |1-v1.1.0c |DONE |Manifest: NOSIGNATURE mace_port-2.0.3-1.20.1.jar |Mace Combat Backport |mace_port |2.0.3 |DONE |Manifest: NOSIGNATURE emiffect-forge-1.1.2+mc1.20.1.jar |EMIffect |emiffect |1.1.2+mc1.20.1 |DONE |Manifest: NOSIGNATURE Chimes-v2.0.1-1.20.1.jar |Chimes |chimes |2.0.1 |DONE |Manifest: NOSIGNATURE AME's Mobs 1.1.7 - 1.20.1.jar |AME's Mobs |animatedmobsmod |1.0.0 |DONE |Manifest: NOSIGNATURE flib-1.20.1-0.0.14.jar |flib |flib |0.0.14 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** YungsBetterEndIsland-1.20-Forge-2.0.6 (2).jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |DONE |Manifest: NOSIGNATURE nitrogen_internals-1.20.1-1.0.7-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.7-neoforg|DONE |Manifest: NOSIGNATURE the_bumblezone-7.4.18+1.20.1-forge.jar |The Bumblezone |the_bumblezone |7.4.18+1.20.1-forge |DONE |Manifest: NOSIGNATURE JadeAddons-1.20.1-forge-5.2.2.jar |Jade Addons |jadeaddons |5.2.2 |DONE |Manifest: NOSIGNATURE l2library-2.4.16-slim.jar |L2 Library |l2library |2.4.16 |DONE |Manifest: NOSIGNATURE toms_storage-1.20-1.6.8.jar |Tom's Simple Storage Mod |toms_storage |1.6.8 |DONE |Manifest: NOSIGNATURE ibo-2.1.0+forge+1.19.3 (1).jar |Incendium Biomes Only |ibo |2.1.0 |DONE |Manifest: NOSIGNATURE lootintegrationaddonyung-1.18-1.20.1-1.1.jar |Yungs Dungeons Lootintegration|lootintegrationaddonyung |1.18-1.20.1-1.1 |DONE |Manifest: NOSIGNATURE CodeChickenLib-1.20.1-4.4.0.512-universal.jar |CodeChicken Lib |codechickenlib |**.**.**.** |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |DONE |Manifest: NOSIGNATURE veinmining-forge-1.5.0+1.20.1.jar |Vein Mining |veinmining |1.5.0+1.20.1 |DONE |Manifest: NOSIGNATURE BetterModsButton-v8.0.2-1.20.1-Forge.jar |Better Mods Button |bettermodsbutton |8.0.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** majrusz-library-forge-1.20.1-7.0.8.jar |Majrusz Library |majruszlibrary |7.0.8 |DONE |Manifest: NOSIGNATURE DoAFlip-forge-1.20.1-1.1.0.jar |Do A Flip! |doaflip |1.1.0 |DONE |Manifest: NOSIGNATURE mcw-lights-1.1.0-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.0 |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 SmartBrainLib-forge-1.20.1-1.14.2.jar |SmartBrainLib |smartbrainlib |1.14.2 |DONE |Manifest: NOSIGNATURE THT-Forge-1.20.1-6.2.7.1.jar |Tan's Huge Trees |tht |**.**.**.** |DONE |Manifest: NOSIGNATURE elytraslot-forge-6.4.3+1.20.1.jar |Elytra Slot |elytraslot |6.4.3+1.20.1 |DONE |Manifest: NOSIGNATURE mowziesmobs-1.6.5.jar |Mowzie's Mobs |mowziesmobs |1.6.4 |DONE |Manifest: NOSIGNATURE doubledoors-1.20.1-5.9.jar |Double Doors |doubledoors |5.9 |DONE |Manifest: NOSIGNATURE MutantMonsters-v8.0.7-1.20.1-Forge.jar |Mutant Monsters |mutantmonsters |8.0.7 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** swl-0.2.1g-mixin-forge-1.20.1.jar |SWL Mod |swl |0.2.1g-mixin-forge-1|DONE |Manifest: NOSIGNATURE jei-1.20.1-forge-15.12.3.54.jar |Just Enough Items |jei |**.**.**.** |DONE |Manifest: NOSIGNATURE lithostitched-forge-1.20.1-1.1.8.jar |Lithostitched |lithostitched |1.1.5 |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 Paxi-1.20-Forge-4.0.jar |Paxi |paxi |1.20-Forge-4.0 |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 Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |DONE |Manifest: NOSIGNATURE EpicFight-20.7.4.jar |Epic Fight |epicfight |20.7.4 |DONE |Manifest: NOSIGNATURE WeaponsOfMiracles-20.1.7.40.jar |Weapons of Minecraft |wom |**.**.**.** |DONE |Manifest: NOSIGNATURE chestsearchbar-1.20.1-1.4.5.jar |Chest Search Bar |chestsearchbar |1.4.5 |DONE |Manifest: NOSIGNATURE badpackets-forge-0.4.3.jar |Bad Packets |badpackets |0.4.3 |DONE |Manifest: NOSIGNATURE Aethersteel-v5.5-1.20.1.jar |Aethersteel |aethersteel |5.5 |DONE |Manifest: NOSIGNATURE good_nights_sleep-1.20.1-1.3.1.jar |Good Night's Sleep |good_nights_sleep |1.3.1 |DONE |Manifest: NOSIGNATURE snowundertrees-1.20.1-1.4.4.jar |Snow Under Trees |snowundertrees |1.4.4 |DONE |Manifest: NOSIGNATURE midnightlib-forge-1.4.2.jar |MidnightLib |midnightlib |1.4.2 |DONE |Manifest: NOSIGNATURE AnimaticaReforged-1.20.1-0.1.3.jar |AnimaticaReforged |animatica |1.20.1-0.1.3 |DONE |Manifest: NOSIGNATURE registry-1.20.1-2.0.0-beta.11.jar |Cryptic Registry |cryptic_registry |2.0.0-beta.11 |DONE |Manifest: NOSIGNATURE fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |DONE |Manifest: NOSIGNATURE aether_delight_1.0.0_forge_1.20.1.jar |Aether Delight |aetherdelight |1.0.0 |DONE |Manifest: NOSIGNATURE puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar |When Dungeons Arise: Seven Sea|dungeons_arise_seven_seas |1.0.2 |DONE |Manifest: NOSIGNATURE forge-1.20.1-47.3.11-universal.jar |Forge |forge |47.3.11 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** More Wandering Trades 1.0.0 - 1.20.1.jar |More Wandering Trades |more_wandering_trades |1.0.0 |DONE |Manifest: NOSIGNATURE moreslabsstairsandwalls-4.0.0.jar |More Slabs Stairs & Walls |more_slabs_stairs_and_walls |4.0.0 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.20.x-2.1.58-release.jar |When Dungeons Arise |dungeons_arise |2.1.58-1.20.x |DONE |Manifest: NOSIGNATURE awesomedungeonocean-forge-1.20.1-3.3.0.jar |Awesome dungeon edition ocean |awesomedungeonocean |3.3.0 |DONE |Manifest: NOSIGNATURE tectonic-forge-1.19.3-2.3.5a (1).jar |Tectonic |tectonic |2.3.5a |DONE |Manifest: NOSIGNATURE client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** blocksyouneed_luna-1.6.4-forge-1.20.1.jar |Blocks You Need |blocksyouneed_luna |1.6.4 |DONE |Manifest: NOSIGNATURE emi-1.1.12+1.20.1+forge.jar |EMI |emi |1.1.12+1.20.1+forge |DONE |Manifest: NOSIGNATURE SimpleBackups-1.20.1-3.1.6.jar |Simple Backups |simplebackups |1.20.1-3.1.6 |DONE |Manifest: NOSIGNATURE mowziesdelight-1.0.3-1.20.1.jar |Mowzie's Delight |mowziesdelight |1.0.3-1.20.1 |DONE |Manifest: NOSIGNATURE voicechat-forge-1.20.1-2.5.20.jar |Simple Voice Chat |voicechat |1.20.1-2.5.20 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |**.**.**.** |DONE |Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |DONE |Manifest: NOSIGNATURE MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |DONE |Manifest: NOSIGNATURE Necronomicon-Forge-1.4.2.jar |Necronomicon |necronomicon |1.4.2 |DONE |Manifest: NOSIGNATURE easierarmortrim-1.0.0-1.20.1.jar |Easier Armor Trim Duplication |easierarmortrim |1 |DONE |Manifest: NOSIGNATURE awesomedungeonnether-forge-1.20.1-3.1.1.jar |Awesome dungeon nether |awesomedungeonnether |3.1.1 |DONE |Manifest: NOSIGNATURE EasierSleeping-1.20.1-2.1.3.jar |Easier Sleeping |easier_sleeping |2.1.3 |DONE |Manifest: NOSIGNATURE NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |DONE |Manifest: NOSIGNATURE pamhc2crops-1.20-1.0.3.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |1.0.3 |DONE |Manifest: NOSIGNATURE TFBR_1.20.1_3.1.jar |TFBR |dimasic_server |3.1 |DONE |Manifest: NOSIGNATURE spectrelib-forge-0.13.15+1.20.1.jar |SpectreLib |spectrelib |0.13.15+1.20.1 |DONE |Manifest: NOSIGNATURE Special Drops 1.0.0 - 1.20.1.jar |Special Drops |special_drops |1.0.0 |DONE |Manifest: NOSIGNATURE Luminous Monster V1.2.2 - Forge 1.20.1.jar |Luminous Monsters |luminous_monsters |1.2.2 |DONE |Manifest: NOSIGNATURE ambientadditions-1.20.1-1.0.0.jar |Ambient Additions |ambientadditions |1.20.1-1.0.0 |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 slu_1.20.1.9 (1).jar |souls like universe |soulslikeuniverse |**.**.**.** |DONE |Manifest: NOSIGNATURE ecologics-forge-1.20.1-2.2.0.jar |Ecologics |ecologics |2.2.0 |DONE |Manifest: NOSIGNATURE gravestone-forge-1.20.1-1.0.20.jar |Gravestone Mod |gravestone |1.20.1-1.0.20 |DONE |Manifest: NOSIGNATURE entityculling-forge-1.6.6-mc1.20.1.jar |EntityCulling |entityculling |1.6.6 |DONE |Manifest: NOSIGNATURE backpacked-forge-1.20.1-3.0.0-beta.4 (1).jar |Backpacked |backpacked |3.0.0-beta.4 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** CGM-Unofficial-1.4.18+Forge+1.20.1.jar |MrCrayfish's Gun Mod |cgm |1.4.18 |DONE |Manifest: NOSIGNATURE midnight-1.20.1-0.6.2-beta.4.jar |The Midnight |midnight |0.6.2-beta.4 |DONE |Manifest: NOSIGNATURE Medieval Decoration v.1.2 1.20.1.jar |PlayTics Deco |medieval_deco |1.2 |DONE |Manifest: NOSIGNATURE jdawg3636's Bleach Mod-1.20.1-1.5-NeoForge.jar |jdawg3636's Bleach Mod |bleachmod |1.20.1-1.5-NeoForge |DONE |Manifest: NOSIGNATURE ImmediatelyFast-Forge-1.2.20+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.20+1.20.4 |DONE |Manifest: NOSIGNATURE tlc_forge-1.0.3-R-1.20.X.jar |The Lost Castle |tlc |1.0.2 |DONE |Manifest: NOSIGNATURE moremobvariants-forge+1.20.1-1.3.0.1.jar |More Mob Variants |moremobvariants |**.**.**.** |DONE |Manifest: NOSIGNATURE visuality-forge-2.0.2.jar |Visuality: Reforged |visuality |2.0.2 |DONE |Manifest: NOSIGNATURE biomemusic-1.20.1-2.4.jar |biomemusic mod |biomemusic |1.20.1-2.4 |DONE |Manifest: NOSIGNATURE PuzzlesLib-v8.1.21-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.21 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** 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: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** xptome-1.20.1-2.2.1.jar |XP Tome |xpbook |2.2.1 |DONE |Manifest: NOSIGNATURE defaultoptions-forge-1.20-18.0.1.jar |Default Options |defaultoptions |18.0.1 |DONE |Manifest: NOSIGNATURE cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |DONE |Manifest: NOSIGNATURE ad_astra-forge-1.20.1-1.15.18.jar |Ad Astra |ad_astra |1.15.18 |DONE |Manifest: NOSIGNATURE Stellarity-v2-0e.jar |Stellarity |mr_stellarity |2.0d |DONE |Manifest: NOSIGNATURE wandering trader trades.jar |wandering trader trades |wandering_trader_trades |1.0.0 |DONE |Manifest: NOSIGNATURE aether_enhanced_extinguishing-1.20.1-1.0.0-neoforg|Enhanced Extinguishing |aether_enhanced_extinguishing |1.20.1-1.0.0-neoforg|DONE |Manifest: NOSIGNATURE kuma-api-forge-20.1.8+1.20.1.jar |KumaAPI |kuma_api |20.1.8 |DONE |Manifest: NOSIGNATURE Tropicraft-9.6.3.jar |Tropicraft |tropicraft |9.6.3 |DONE |Manifest: NOSIGNATURE blue_skies-1.20.1-1.3.31.jar |Blue Skies |blue_skies |1.3.31 |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 wardenwalkers-1.5-forge-mc1.20.1.jar |Warden Walkers |wardenwalkers |1.5 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.4.7.jar |GeckoLib 4 |geckolib |4.4.7 |DONE |Manifest: NOSIGNATURE cave_dweller-1.20.1-1.6.4.jar |cave_dweller |cave_dweller |1.6.4 |DONE |Manifest: NOSIGNATURE aether-1.20.1-1.4.2-neoforge.jar |The Aether |aether |1.20.1-1.4.2-neoforg|DONE |Manifest: NOSIGNATURE lost_aether_content-1.20.1-1.2.3.jar |Aether: Lost Content |lost_aether_content |1.2.3 |DONE |Manifest: NOSIGNATURE deep_aether-1.20.1-1.0.4.jar |Deep Aether |deep_aether |1.20.1-1.0.4 |DONE |Manifest: NOSIGNATURE aeroblender-1.20.1-1.0.1-neoforge.jar |AeroBlender |aeroblender |1.20.1-1.0.1-neoforg|DONE |Manifest: NOSIGNATURE aether-redux-2.0.17-1.20.1-neoforge.jar |The Aether: Redux |aether_redux |2.0.17 |DONE |Manifest: NOSIGNATURE biome_backlog-1.20.1-1.5.2.jar |Biome Backlog |biome_backlog |1.3.0 |DONE |Manifest: NOSIGNATURE naturalist-forge-4.0.3-1.20.1.jar |Naturalist |naturalist |4.0.3 |DONE |Manifest: NOSIGNATURE YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |DONE |Manifest: NOSIGNATURE dimensionalsycnfixes-1.20.1-0.0.1.jar |DimensionalSycnFixes |dimensionalsycnfixes |1.20.1-0.0.1 |DONE |Manifest: NOSIGNATURE BetterSmithingTable-1.1.0-Forge-1.20.jar |BetterSmithingTable |bettersmithingtable |1.1.0 |DONE |Manifest: NOSIGNATURE Incendium_1.20.x_v5.3.5 (5).jar |Incendium |incendium |5.3.5 |DONE |Manifest: NOSIGNATURE InsaneLib-1.13.5-mc1.20.1.jar |InsaneLib |insanelib |1.13.5 |DONE |Manifest: NOSIGNATURE bowinfinityfix-1.20.x-forge-2.6.0.jar |Bow Infinity Fix |bowinfinityfix |2.6.0 |DONE |Manifest: NOSIGNATURE Luminous Tag V1.0 - 1.20.1.jar |LuminousTag |luminoustag |1.0.0 |DONE |Manifest: NOSIGNATURE emi_loot-0.6.6+fix3+1.20.1+forge.jar |EMI Loot |emi_loot |0.6.6+fix3+1.20.1+fo|DONE |Manifest: NOSIGNATURE citadel-2.5.7-1.20.1.jar |Citadel |citadel |2.5.7 |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 lootintegrations-1.20.1-3.7.jar |Lootintegrations mod |lootintegrations |1.20.1-3.7 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.8.jar |MixinExtras |mixinextras |0.2.0-beta.8 |DONE |Manifest: NOSIGNATURE emitrades-forge-1.2.1+mc1.20.1.jar |EMI Trades |emitrades |1.2.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE AetherVillages-1.20.1-1.0.5-forge.jar |Aether Villages |aether_villages |1.0.5 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** 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 mcw-doors-1.1.1forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.1 |DONE |Manifest: NOSIGNATURE bygonenether-1.3.2-1.20.x.jar |Bygone Nether |bygonenether |1.3.2 |DONE |Manifest: NOSIGNATURE pathundergates-1.20.1-1.0.2-release.jar |Path Under Gates |pathundergates |1.20.1-1.0.2-release|DONE |Manifest: NOSIGNATURE dragonfight-1.20.1-4.6.jar |dragonfight mod |dragonfight |1.20.1-4.6 |DONE |Manifest: NOSIGNATURE wafflesplaster-v1.0-FORGE-1.20.1.jar |Waffles Plaster |wafflesplaster |1.0 |DONE |Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |DONE |Manifest: NOSIGNATURE Chipped-forge-1.20.1-3.0.6.jar |Chipped |chipped |3.0.6 |DONE |Manifest: NOSIGNATURE astemirlib-1.20.1-1.25.jar |AstemirLib |astemirlib |1.25 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |DONE |Manifest: NOSIGNATURE snowpig-1.20.1-6.0.3.jar |Snow Pig |snowpig |1.20.1-6.0.3 |DONE |Manifest: NOSIGNATURE customizableelytra-forge-2.1.2+1.20.jar |Customizable Elytra |customizableelytra |2.1.2+1.20 |DONE |Manifest: NOSIGNATURE subnautica_flow-1.2.8-forge-1.20.1.jar |Subnautica Flow |subnautica_flow |1.2.8 |DONE |Manifest: NOSIGNATURE AmbientSounds_FORGE_v6.0.3_mc1.20.1.jar |AmbientSounds |ambientsounds |6.0.3 |DONE |Manifest: NOSIGNATURE ender_dragon_loot_-1.7.4.jar |Ender Dragon Loot 1.20.1 |ender_dragon_loot_ |1.0.0 |DONE |Manifest: NOSIGNATURE endersdelight-1.20.1-1.0.3.jar |Ender's Delight |endersdelight |1.0.3 |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 Chunky-1.3.146.jar |Chunky |chunky |1.3.146 |DONE |Manifest: NOSIGNATURE noflyzone-1.20.1-1.1.0.jar |No-fly Zone |noflyzone |1.20.1-1.1.0 |DONE |Manifest: NOSIGNATURE bfendcities-1.0.jar |Big F&$%ing End Cities |bfendcities |1.0 |DONE |Manifest: NOSIGNATURE mining-dimension-forge-1.20.1-1.1.0.jar |Advanced Mining Dimension |mining_dimension |1.20.1-1.1.0 |DONE |Manifest: NOSIGNATURE zmedievalmusic-1.20.1-2.1.jar |medievalmusic mod |medievalmusic |1.20.1-2.1 |DONE |Manifest: NOSIGNATURE lionfishapi-1.9.jar |LionfishAPI |lionfishapi |1.9 |DONE |Manifest: NOSIGNATURE pamhc2foodextended-1.20.4-1.0.1.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |0.0NONE |DONE |Manifest: NOSIGNATURE modelfix-1.15.jar |Model Gap Fix |modelfix |1.15 |DONE |Manifest: NOSIGNATURE gaiadimension-1.20.1-2.1.145.jar |The Gaia Dimension |gaiadimension |1.20.1-2.1.145 |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 redpanda-forge-1.20.1-1.0.4.jar |YDM's Red Panda |ydms_redpanda |1.0.4 |DONE |Manifest: NOSIGNATURE collective-1.20.1-7.84.jar |Collective |collective |7.84 |DONE |Manifest: NOSIGNATURE morexp-forge-1.20.1-1.0.0.jar |More XP |morexp |1.0.0 |DONE |Manifest: NOSIGNATURE CerbonsApi-Forge-1.20.1-1.0.0.jar |CerbonsApi |cerbons_api |1.0.0 |DONE |Manifest: NOSIGNATURE realmrpg_seadwellers_2.9.9_forge_1.20.1.jar |Realm RPG: Sea Dwellers |seadwellers |2.9.9 |DONE |Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.28.jar |Resourceful Lib |resourcefullib |2.1.28 |DONE |Manifest: NOSIGNATURE twilightdelight-2.0.12.jar |Twilight's Flavor & Delight |twilightdelight |2.0.12 |DONE |Manifest: NOSIGNATURE deeperdarker-forge-1.20.1-1.2.1.jar |Deeper and Darker |deeperdarker |1.2.1 |DONE |Manifest: NOSIGNATURE architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE Jadens-Nether-Expansion-2.0.2-Forge.jar |Jaden's Nether Expansion |netherexp |2.0.2 |DONE |Manifest: NOSIGNATURE dimdoors-5.4.1-1.20.1-forge (2).jar |DimensionalDoors |dimdoors |5.4.1 |DONE |Manifest: NOSIGNATURE pandalib-forge-0.3-1.20.jar |PandaLib |pandalib |0.3 |DONE |Manifest: NOSIGNATURE separatedleaves-2.4.0-forge-1.20.4.jar |Separated Leaves |separatedleaves |2.4.0 |DONE |Manifest: NOSIGNATURE cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |DONE |Manifest: NOSIGNATURE refurbished_furniture-forge-1.20.1-1.0.5.jar |MrCrayfish's Furniture Mod: Re|refurbished_furniture |1.0.5 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** The_Undergarden-1.20.1-0.8.14.jar |The Undergarden |undergarden |0.8.14 |DONE |Manifest: NOSIGNATURE ugpaths-1.20.1-0.1.1.jar |Undergarden Paths |ugpaths |0.1.1 |DONE |Manifest: NOSIGNATURE chunkloaders-1.2.8a-forge-mc1.20.1.jar |Chunk Loaders |chunkloaders |1.2.8a |DONE |Manifest: NOSIGNATURE wafflesmoss-v1.0-FORGE-1.20.1.jar |Waffle's Moss |wafflesmoss |1.0 |DONE |Manifest: NOSIGNATURE framework-forge-1.20.1-0.7.6.jar |Framework |framework |0.7.6 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** PortableCraftingTable-1.20.1-3.2.2-[FORGE].jar |Portable Crafting Table |portablecraftingtable |3.2.2-[FORGE] |DONE |Manifest: NOSIGNATURE infinitetrading-1.20.1-4.5.jar |Infinite Trading |infinitetrading |4.5 |DONE |Manifest: NOSIGNATURE HopoBetterMineshaft-[1.20.2-1.20.4]-1.2.2b.jar |HopoBetterMineshaft |hopo |1.2.2 |DONE |Manifest: NOSIGNATURE Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |DONE |Manifest: NOSIGNATURE CosmeticArmours - **.**.**.** - 1.20.1 - Forge.jar |CosmeticArmours |cosmeticarmoursmod |**.**.**.** |DONE |Manifest: NOSIGNATURE YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.1-build.6+mc1.20|DONE |Manifest: NOSIGNATURE voidtotem-forge-1.20-3.0.1.jar |Void Totem |voidtotem |3.0.1 |DONE |Manifest: NOSIGNATURE WWOO-FABRIC+FORGE+QUILT-2.0.0 (2).jar |William Wythers Overhauled Ove|wwoo_forge |2.0.0 |DONE |Manifest: NOSIGNATURE BetterAdvancements-Forge-1.20.1-0.4.2.10.jar |Better Advancements |betteradvancements |**.**.**.** |DONE |Manifest: NOSIGNATURE villagesandpillages-forge-mc1.20.1-1.0.1.jar |Villages & Pillages |villagesandpillages |1.0.1 |DONE |Manifest: NOSIGNATURE potacore-0.2.8-universal.jar |Potacore |potacore |0.2.8-universal |DONE |Manifest: NOSIGNATURE fireworkpouch-1.0.0.jar |Firework Pouch |fireworkpouch |1.0.0 |DONE |Manifest: NOSIGNATURE pamhc2trees-1.20-1.0.2.jar |Pam's HarvestCraft 2 - Trees |pamhc2trees |1.0.2 |DONE |Manifest: NOSIGNATURE amendments-1.20-1.2.8.jar |Amendments |amendments |1.20-1.2.8 |DONE |Manifest: NOSIGNATURE blueflame-1.20.0-1.0.3.jar |Blue Flame Burning |blueflame |1.20.0-1.0.3 |DONE |Manifest: NOSIGNATURE mss-1.1.2-1.20.jar |Moog's Soaring Structures |mss |1.1.2-1.20-forge |DONE |Manifest: NOSIGNATURE additionallanterns-1.1.1a-forge-mc1.20.jar |Additional Lanterns |additionallanterns |1.1.1a |DONE |Manifest: NOSIGNATURE phantasmic-1.20.1-0.2.5.jar |Phantasmic |nourished_nether |0.2.5 |DONE |Manifest: NOSIGNATURE EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** realmrpg_imps_and_demons_0.9.0_forge_1.20.1.jar |Realm RPG: Imps & Demons |realmrpg_demons |0.9.0 |DONE |Manifest: NOSIGNATURE waystones-forge-1.20-14.1.4.jar |Waystones |waystones |14.1.4 |DONE |Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |**.**.**.** |DONE |Manifest: NOSIGNATURE leawind_third_person-v2.0.9-mc1.20.1-forge.jar |Leawind's Third Person |leawind_third_person |2.0.9 |DONE |Manifest: NOSIGNATURE TheOuterEnd-1.0.9 (2).jar |The Outer End |outer_end |1.0.8 |DONE |Manifest: NOSIGNATURE BasicNetherOres-forge-1.20.1-9.1.1.jar |Basic Nether Ores |bno |9.1.1 |DONE |Manifest: NOSIGNATURE mybadger-1.0.0.jar |MyBadger |mybadger |1.0.0 |DONE |Manifest: NOSIGNATURE YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |DONE |Manifest: NOSIGNATURE HopoBetterUnderwaterRuins-[1.20.2-1.20.4]-1.1.5.ja|HopoBetterUnderwaterRuins |hopour |1.1.4 |DONE |Manifest: NOSIGNATURE we_addon-1.5.jar |WorldEdit Addon (1.5) |we_addon |1.5 |DONE |Manifest: NOSIGNATURE dixtas_armory-1.1.9-1.20.1-beta.jar |dixta's Armory |dixtas_armory |1.1.9-1.20.1-beta |DONE |Manifest: NOSIGNATURE netherdepthsupgrade-3.1.5-1.20.jar |Nether Depths Upgrade |netherdepthsupgrade |3.1.5-1.20 |DONE |Manifest: NOSIGNATURE DistantHorizons-2.1.2-a-1.20.1-forge-fabric.jar |Distant Horizons |distanthorizons |2.1.2-a |DONE |Manifest: NOSIGNATURE BOMD-Forge-1.20.1-1.1.1.jar |Bosses of Mass Destruction |bosses_of_mass_destruction |1.1.1 |DONE |Manifest: NOSIGNATURE blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |DONE |Manifest: NOSIGNATURE azurelib-neo-1.20.1-2.0.30.jar |AzureLib |azurelib |2.0.31 |DONE |Manifest: NOSIGNATURE potionring-1.20-1.1.jar |Potion Rings |potionring |1.20-1.1 |DONE |Manifest: NOSIGNATURE EnderStorage-1.20.1-2.11.0.188-universal.jar |EnderStorage |enderstorage |**.**.**.** |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** TravelersTitles-1.20-Forge-4.0.2.jar |Traveler's Titles |travelerstitles |1.20-Forge-4.0.2 |DONE |Manifest: NOSIGNATURE FasterLadderClimbing-1.20.1-0.2.10.jar |Faster Ladder Climbing |fasterladderclimbing |0.2.10 |DONE |Manifest: NOSIGNATURE forgottenrecipes-forge-1.20-1.2.0.jar |Forgotten Recipes |forgottenrecipes |1.2.0 |DONE |Manifest: NOSIGNATURE ultris-v5.6.9c.jar |Ultris: Boss Expansion |ultris_mr |5.6.9c |DONE |Manifest: NOSIGNATURE friendsandfoes-forge-mc1.20.1-2.0.16.jar |Friends&Foes |friendsandfoes |2.0.16 |DONE |Manifest: NOSIGNATURE TF_Lost_Blocks-1.20.1-1.5.0.jar |Twilight Forest: The Lost Bloc|tflostblocks |1.20.1-1.5.0 |DONE |Manifest: NOSIGNATURE craftingtweaks-forge-1.20.1-18.2.5.jar |CraftingTweaks |craftingtweaks |18.2.5 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-Forge-1.20.1-17.1.18.jar |EnchantmentDescriptions |enchdesc |17.1.18 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** moonlight-1.20-2.12.11-forge.jar |Moonlight Library |moonlight |1.20-2.12.11 |DONE |Manifest: NOSIGNATURE mysterious_mountain_lib-1.4.7-1.20.1.jar |Mysterious Mountain Lib |mysterious_mountain_lib |1.4.7-1.20.1 |DONE |Manifest: NOSIGNATURE corn_delight-1.0.4-1.20.1.jar |Corn Delight |corn_delight |1.0.4-1.20.1 |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 HopoBetterRuinedPortals-[1.20-1.20.2]-1.3.7.jar |HopoBetterRuinedPortals |hoporp |1.3.7 |DONE |Manifest: NOSIGNATURE CreativeCore_FORGE_v2.11.34_mc1.20.1.jar |CreativeCore |creativecore |2.11.34 |DONE |Manifest: NOSIGNATURE healingflasks-1.3.1-forge-1.20.1.jar |Healing Flasks |healingflasks |1.3.1 |DONE |Manifest: NOSIGNATURE Beyond_the_nether_1.20.1-V1.0.4.jar |Beyond the nether |beyond_the_nether |1.0.4 |DONE |Manifest: NOSIGNATURE nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |DONE |Manifest: NOSIGNATURE naturalistdelight-1.0.2-1.20.1.jar |Naturalist Delight |naturalistdelight |1.0.2-1.20.1 |DONE |Manifest: NOSIGNATURE easy-villagers-forge-1.20.1-1.1.21.jar |Easy Villagers |easy_villagers |1.20.1-1.1.21 |DONE |Manifest: NOSIGNATURE Ribbits-1.20.1-Forge-3.0.0.jar |Ribbits |ribbits |1.20.1-Forge-3.0.0 |DONE |Manifest: NOSIGNATURE landsoficaria-1.20.1-2.0.1.0-beta.jar |Lands of Icaria |landsoficaria |1.20.1-2.0.1.0-beta |DONE |Manifest: NOSIGNATURE EMIEnchants-forge-1.19.3-1.20.4-1.0.0.jar |EMI Enchants |emienchants |1.0.0 |DONE |Manifest: NOSIGNATURE Iceberg-1.20.1-forge-1.1.21.jar |Iceberg |iceberg |1.1.21 |DONE |Manifest: NOSIGNATURE mes-1.3.1-1.20-forge (2).jar |Moog's End Structures |mes |1.3.1-1.20-forge |DONE |Manifest: NOSIGNATURE wanderingfighters-1.20.1-forge-2.1.2.jar |Wandering Fighters |wanderingfighters |1.20.1-forge-2.1.2 |DONE |Manifest: NOSIGNATURE Nullscape_1.20.x_v1.2.7.jar |Nullscape |nullscape |1.2.7 |DONE |Manifest: NOSIGNATURE immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |DONE |Manifest: NOSIGNATURE deco-storage-forge-1.20.1-2.0308.jar |Decorative Storage |decorative_storage |2.0308 |DONE |Manifest: NOSIGNATURE betterchunkloading-1.20.1-4.3.jar |betterchunkloading mod |betterchunkloading |1.20.1-4.3 |DONE |Manifest: NOSIGNATURE inventoryhud.forge.1.20.1-3.4.24.jar |Inventory HUD+ |inventoryhud |3.4.24 |DONE |Manifest: NOSIGNATURE BetterTridents-v8.0.1-1.20.1-Forge.jar |Better Tridents |bettertridents |8.0.1 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** alexsdelight-1.5.jar |Alex's Delight |alexsdelight |1.5 |DONE |Manifest: NOSIGNATURE YetAnotherConfigLib-3.5.0+1.20.1-forge.jar |YetAnotherConfigLib |yet_another_config_lib_v3 |3.5.0+1.20.1-forge |DONE |Manifest: NOSIGNATURE charmofundying-forge-6.5.0+1.20.1.jar |Charm of Undying |charmofundying |6.5.0+1.20.1 |DONE |Manifest: NOSIGNATURE BetterF3-7.0.2-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.2 |DONE |Manifest: NOSIGNATURE yaclx-1.12+1.20.2-forge.jar |YetAnotherConfigLibExtensions |yaclx |1.10 |DONE |Manifest: NOSIGNATURE majruszs-enchantments-forge-1.20.1-1.10.8.jar |Majrusz's Enchantments |majruszsenchantments |1.10.8 |DONE |Manifest: NOSIGNATURE spawn-1.0.2-forge.jar |Spawn |spawn |1.20.1-1.0.2 |DONE |Manifest: NOSIGNATURE allarrowsinfinityfix-1.5-forge-mc1.20.jar |All Arrows Infinity Fix |allarrowsinfinityfix |1.5 |DONE |Manifest: NOSIGNATURE bushierflowers-0.0.3-1.20.1.jar |Bushier Flowers |bushierflowers |0.0.3-1.20.1 |DONE |Manifest: NOSIGNATURE wardenhorn-1.9-forge-mc1.20.4.jar |Warden Horn |wardenhorn |1.9 |DONE |Manifest: NOSIGNATURE Astral_1.7_1.20.1.jar |Astral Dimension |astral_dimension |1.7.0 |DONE |Manifest: NOSIGNATURE PresenceFootsteps-1.20.1-1.9.1-beta.1.jar |Presence Footsteps (Forge) |presencefootsteps |1.20.1-1.9.1-beta.1 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 8443876f-9daf-4bb0-89ff-1ff5bc9caa7c FML: 47.3 Forge: net.minecraftforge:47.3.11