---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2025-07-07 11:37:02 Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:60) ~[forge-1.20.1-47.4.3-universal.jar%23633!/:?] {re:classloading} at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.4.3-universal.jar%23633!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23628!/:?] {re:mixin,re:classloading,pl:mixin: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:569) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.4.3.jar%2369!/:?] {} at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.4.3.jar%2369!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar%2355!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: main Suspected Mods: NONE Stacktrace: at java.util.Objects.requireNonNull(Objects.java:336) ~[?:?] {re:mixin} -- MOD create -- Details: Caused by 0: java.lang.ExceptionInInitializerError at com.simibubi.create.Create.onCtor(Create.java:131) ~[create-1.20.1-6.0.6.jar%23431!/:6.0.6] {re:classloading,re:mixin} at com.simibubi.create.Create.(Create.java:106) ~[create-1.20.1-6.0.6.jar%23431!/:6.0.6] {re:classloading,re:mixin} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.20.1-47.4.3.jar%23630!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:126) ~[fmlcore-1.20.1-47.4.3.jar%23629!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 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:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} Mod File: /home/********/multicraft/servers/server2053046/default/mods/create-1.20.1-6.0.6.jar Failure message: Create (create) has failed to load correctly java.lang.ExceptionInInitializerError: null Mod Version: 6.0.6 Mod Issue URL: https://github.com/Creators-of-Create/Create/issues Exception message: java.lang.NullPointerException: Registry entry not present: create:copycat Stacktrace: at java.util.Objects.requireNonNull(Objects.java:336) ~[?:?] {re:mixin} at com.tterrag.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:114) ~[Registrate-MC1.20-1.3.3.jar%23781!/:?] {re:mixin,re:classloading} at com.simibubi.create.foundation.data.CreateRegistrate.accept(CreateRegistrate.java:130) ~[create-1.20.1-6.0.6.jar%23431!/:6.0.6] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:copycats-forge.mixins.json:compat.registrate.CreateRegistrateMixin,pl:mixin:A,pl:runtimedistcleaner:A} at com.tterrag.registrate.builders.AbstractBuilder.register(AbstractBuilder.java:73) ~[Registrate-MC1.20-1.3.3.jar%23781!/:?] {re:classloading,re:mixin} at com.tterrag.registrate.builders.BlockEntityBuilder.register(BlockEntityBuilder.java:150) ~[Registrate-MC1.20-1.3.3.jar%23781!/:?] {re:classloading} at com.simibubi.create.AllBlockEntityTypes.(AllBlockEntityTypes.java:972) ~[create-1.20.1-6.0.6.jar%23431!/:6.0.6] {re:mixin,re:classloading} at com.simibubi.create.Create.onCtor(Create.java:131) ~[create-1.20.1-6.0.6.jar%23431!/:6.0.6] {re:classloading,re:mixin} at com.simibubi.create.Create.(Create.java:106) ~[create-1.20.1-6.0.6.jar%23431!/:6.0.6] {re:classloading,re:mixin} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:481) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:77) ~[javafmllanguage-1.20.1-47.4.3.jar%23630!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:126) ~[fmlcore-1.20.1-47.4.3.jar%23629!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 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:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Linux (amd64) version 5.15.0-138-generic Java Version: 17.0.13, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 9661555520 bytes (9213 MiB) / 11173625856 bytes (10656 MiB) up to 17179869184 bytes (16384 MiB) CPUs: 4 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 9 7950X 16-Core Processor Identifier: AuthenticAMD Family 25 Model 97 Stepping 2 Microarchitecture: Zen 3 Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 16 Number of logical CPUs: 32 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): 114538.09 Virtual memory used (MB): 64627.88 Swap memory total (MB): 18383.99 Swap memory used (MB): 2820.02 JVM Flags: 21 total; -XX:ActiveProcessorCount=4 -Xmx16384M -Xms10649M -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 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.4.3.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.4.3.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.4.3.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.4.3.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.4.3.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE modlauncher-10.0.9.jar crash_assistant TRANSFORMATIONSERVICE FML Language Providers: minecraft@1.0 kotlinforforge@4.11.0 javafml@null lowcodefml@null Mod List: saturn-mc1.20.1-0.1.3.jar |Saturn |saturn |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE Stackable Potions-forge-1.20.1-1.0.0.jar |Stackable Potions |stackablepotions |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations_valhelsia-1.1.jar |lootintegrations_valhelsia mod|lootintegrations_valhelsia |1 |COMMON_SET|Manifest: NOSIGNATURE EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.2 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE botarium-forge-1.20.1-2.3.4.jar |Botarium |botarium |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-windows-2.4.0-1.20.1forge.jar |Macaw's Windows |mcwwindows |2.4.0 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_furniture-forge-1.20.1-1.1.3.jar |Valhelsia Furniture |valhelsia_furniture |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE create_jetpack-forge-4.4.2.jar |Create Jetpack |create_jetpack |4.4.2 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.20.1-11.1.7.0-build.1348.jar |ForgeEndertech |forgeendertech |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE modernfix-forge-5.24.1+mc1.20.1.jar |ModernFix |modernfix |5.24.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE AutochefsDelight-1.20.1-Forge-1.0.7.jar |Autochef's Delight |autochefsdelight |1.0.7+forge |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.6.jar |YUNG's API |yungsapi |1.20-Forge-4.0.6 |COMMON_SET|Manifest: NOSIGNATURE mcw-stairs-1.0.1-1.20.1forge.jar |Macaw's Stairs and Balconies |mcwstairs |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE MaxHealthFix-Forge-1.20.1-12.0.3.jar |MaxHealthFix |maxhealthfix |12.0.3 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** lootintegrations_formations-1.3.jar |lootintegrations_formations mo|lootintegrations_formations |1 |COMMON_SET|Manifest: NOSIGNATURE balm-forge-1.20.1-7.3.31-all.jar |Balm |balm |7.3.31 |COMMON_SET|Manifest: NOSIGNATURE SnowRealMagic-1.20.1-Forge-10.6.2.jar |Snow! Real Magic! |snowrealmagic |10.6.2 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations_iceandfire-1.1.jar |lootintegrations_iceandfire mo|lootintegrations_iceandfire |1.1 |COMMON_SET|Manifest: NOSIGNATURE dynview-1.20.1-4.0.jar |Dynamic view distance |dynview |2.3 |COMMON_SET|Manifest: NOSIGNATURE immersive_armors-1.7.0+1.20.1-forge.jar |Immersive Armors |immersive_armors |1.7.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE exposure-1.20.1-1.7.16-forge.jar |Exposure |exposure |1.7.16 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |COMMON_SET|Manifest: NOSIGNATURE crash_assistant-forge.jar |Crash Assistant |crash_assistant |1.9.9 |COMMON_SET|Manifest: NOSIGNATURE sawmill-1.20-1.4.7.jar |Universal Sawmill |sawmill |1.20-1.4.7 |COMMON_SET|Manifest: NOSIGNATURE embeddium-0.3.31+mc1.20.1.jar |Embeddium |embeddium |0.3.31+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |COMMON_SET|Manifest: NOSIGNATURE GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE corpse-forge-1.20.1-1.0.21.jar |Corpse |corpse |1.20.1-1.0.21 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE Explorify v1.6.2 f10-48.jar |Explorify |explorify |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-trapdoors-1.1.4-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE vanillabackport-forge-1.20.1-1.1.4.3.jar |VanillaBackport |vanillabackport |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.20.1-2.1.3.jar |Resourcefulconfig |resourcefulconfig |2.1.3 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations_dungeoncrawl-1.1.jar |lootintegrations_dungeoncrawl |lootintegrations_dungeoncrawl |1 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-5.14.1+1.20.1.jar |Curios API |curios |5.14.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-1.20-Forge-4.0.3.jar |YUNG's Extras |yungsextras |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE noisium-forge-2.3.0+mc1.20-1.20.1.jar |Noisium |noisium |2.3.0+mc1.20-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ThirstWasTaken-1.20.1-1.4.0.jar |Thirst was Taken |thirst |1.20.1-1.4.0 |COMMON_SET|Manifest: NOSIGNATURE sparsestructuresreforged-1.20.1-0.0.1.jar |SparseStructuresReforged |sparsestructuresreforged |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE worldedit-mod-7.2.15.jar |WorldEdit |worldedit |7.2.15+6463-5ca4dff |COMMON_SET|Manifest: NOSIGNATURE cumulus_menus-1.20.1-1.0.1-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.1-neoforg|COMMON_SET|Manifest: NOSIGNATURE mcw-roofs-2.3.2-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.2 |COMMON_SET|Manifest: NOSIGNATURE Chimes-v2.0.1-1.20.1.jar |Chimes |chimes |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE AdChimneys-1.20.1-10.1.18.0-build.1318.jar |Advanced Chimneys |adchimneys |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE flightlib-forge-2.1.0.jar |Flight Lib |flightlib |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE nitrogen_internals-1.20.1-1.0.12-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.12-neofor|COMMON_SET|Manifest: NOSIGNATURE the_bumblezone-7.8.0+1.20.1-forge.jar |The Bumblezone |the_bumblezone |7.8.0+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** EasyShulkerBoxes-v8.0.2-1.20.1-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |8.0.2 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE veinmining-forge-1.5.0+1.20.1.jar |Vein Mining |veinmining |1.5.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE EnchantingInfuser-v8.0.3-1.20.1-Forge.jar |Enchanting Infuser |enchantinginfuser |8.0.3 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** sliceanddice-forge-3.4.1.jar |Create Slice & Dice |sliceanddice |3.4.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-lights-1.1.2-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE elytraslot-forge-6.4.4+1.20.1.jar |Elytra Slot |elytraslot |6.4.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Kiwi-1.20.1-Forge-11.8.31.jar |Kiwi Library |kiwi |11.8.31+forge |COMMON_SET|Manifest: NOSIGNATURE bellsandwhistles-0.4.5-1.20.x-Create6.0+.jar |Create: Bells & Whistles |bellsandwhistles |0.4.3-1.20.x |COMMON_SET|Manifest: NOSIGNATURE puffish_skills-0.16.3-1.20-forge.jar |Pufferfish's Skills |puffish_skills |0.16.3 |COMMON_SET|Manifest: NOSIGNATURE mowziesmobs-1.7.3.jar |Mowzie's Mobs |mowziesmobs |1.7.3 |COMMON_SET|Manifest: NOSIGNATURE puzzlesapi-forge-8.1.6.jar |Puzzles Api |puzzlesapi |8.1.6 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** formationsnether-1.0.5.jar |Formations Nether |formationsnether |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE Connectible Chains-forge-1.20.1-1.1.1.jar |Connectible Chains |connectiblechains |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE jei-1.20.1-forge-15.20.0.106.jar |Just Enough Items |jei |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar |Universal Bone Meal |universalbonemeal |8.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE RingsOfAscension-1.20.1-2.0.2.jar |Rings of Ascension |ringsofascension |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |COMMON_SET|Manifest: NOSIGNATURE smarterfarmers-1.20-2.1.2.jar |Smarter Farmers |smarterfarmers |1.20-2.1.2 |COMMON_SET|Manifest: NOSIGNATURE iceandfirebettercombat1.20.1-1.0.1.jar |Ice and Fire x Better Combat |iceandfirebettercombat |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE plasmovoice-forge-1.20.1-2.1.5.jar |Plasmo Voice |plasmovoice |2.1.5 |COMMON_SET|Manifest: NOSIGNATURE GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-forge-1.20.1-9.1.0.2.jar |Serene Seasons |sereneseasons |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE corpsecurioscompat-1.20.x-Forge-3.0.2.jar |corpsecurioscompat |corpsecurioscompat |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE formations-1.0.3-forge-mc1.20.2.jar |Formations |formations |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE puzzlesaccessapi-forge-20.1.1.jar |Puzzles Access Api |puzzlesaccessapi |20.1.1 |COMMON_SET|Manifest: NOSIGNATURE forge-1.20.1-47.4.3-universal.jar |Forge |forge |47.4.3 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** chalk-1.20.1-1.6.6.jar |Chalk |chalk |1.6.6 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedbackpackscreateintegration-1.20.1-0.1|Sophisticated Backpacks Create|sophisticatedbackpackscreatein|**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE Log-Begone-Forge-1.20.1-1.0.8.jar |Log Begone |logbegone |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE mcw-paths-1.1.0forge-mc1.20.1.jar |Macaw's Paths and Pavings |mcwpaths |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE formationsoverworld-1.0.4.jar |Formations Overworld |formationsoverworld |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE cofh_core-1.20.1-11.0.2.56.jar |CoFH Core |cofh_core |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE smoothchunk-1.20.1-4.1.jar |Smoothchunk mod |smoothchunk |1.20.1-4.1 |COMMON_SET|Manifest: NOSIGNATURE logprot-1.20.1-3.5.jar |Logprot |logprot |1.4 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.10.jar |TerraBlender |terrablender |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |COMMON_SET|Manifest: NOSIGNATURE bettercombat-forge-1.8.6+1.20.1.jar |Better Combat |bettercombat |1.8.6+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE combatroll-forge-1.3.3+1.20.1.jar |Combat Roll |combatroll |1.3.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Necronomicon-Forge-1.6.0+1.20.1.jar |Necronomicon |necronomicon |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE NoChatReports-FORGE-1.20.1-v2.2.2.jar |No Chat Reports |nochatreports |1.20.1-v2.2.2 |COMMON_SET|Manifest: NOSIGNATURE alltheleaks-0.1.4-beta+1.20.1-forge.jar |All The Leaks |alltheleaks |0.1.4-beta+1.20.1-fo|COMMON_SET|Manifest: NOSIGNATURE spectrelib-forge-0.13.17+1.20.1.jar |SpectreLib |spectrelib |0.13.17+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fastpaintings-1.20-1.2.7.jar |Fast Paintings |fastpaintings |1.20-1.2.7 |COMMON_SET|Manifest: NOSIGNATURE astikorcarts-1.20.1-1.1.8.jar |AstikorCarts Redux |astikorcarts |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.20.1-1.0.4.jar |Flywheel |flywheel |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE Ponder-Forge-1.20.1-1.0.80.jar |Ponder |ponder |1.0.80 |COMMON_SET|Manifest: NOSIGNATURE ecologics-forge-1.20.1-2.2.2.jar |Ecologics |ecologics |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-0.49.10+1.20.1.jar |Polymorph |polymorph |0.49.10+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE canary-mc1.20.1-0.3.3.jar |Canary |canary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE lootr-forge-1.20-0.7.35.91.jar |Lootr |lootr |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE cbc_at_forge_1.20.1_0.1.3a.jar |CBC Advanced Technology |cbc_at |0.1.2b-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE biomemusic-1.20.1-3.5.jar |biomemusic mod |biomemusic |1.20.1-3.5 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v8.1.32-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.32 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** immersive_melodies-0.5.1+1.20.1-forge.jar |Immersive Melodies |immersive_melodies |0.5.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |COMMON_SET|Manifest: NOSIGNATURE deuf-1.20.1-1.3.jar |DEUF - Duplicate Entity UUID F|deuf |1.20.1-1.3 |COMMON_SET|Manifest: NOSIGNATURE responsiveshields-2.3-mc1.18-19-20.x.jar |Responsive Shields |responsiveshields |2.3 |COMMON_SET|Manifest: NOSIGNATURE keybindbundles-1.20.1-1.1.0.jar |KeyBind Bundles |keybindbundles |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE ad_astra-forge-1.20.1-1.15.20.jar |Ad Astra |ad_astra |1.15.20 |COMMON_SET|Manifest: NOSIGNATURE Ad-Astra-Giselle-Addon-forge-1.20.1-6.18.jar |Ad Astra: Giselle Addon |ad_astra_giselle_addon |6.18 |COMMON_SET|Manifest: NOSIGNATURE grappling_hook_mod-1.20.1-1.20.1-v13.jar |Grappling Hook Mod |grapplemod |1.20.1-v13 |COMMON_SET|Manifest: NOSIGNATURE kuma-api-forge-20.1.10+1.20.1.jar |KumaAPI |kuma_api |20.1.10 |COMMON_SET|Manifest: NOSIGNATURE fabric-renderer-api-v1-3.2.1+1d29b44577.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+1d29b44577 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.7.2.jar |GeckoLib 4 |geckolib |4.7.2 |COMMON_SET|Manifest: NOSIGNATURE crittersandcompanions-forge-2.2.2.jar |Critters and Companions |crittersandcompanions |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE PalladiumCore-forge-1.20-2.0.0.0-forge.jar |PalladiumCore |palladiumcore |1.20-2.0.0.0 |COMMON_SET|Manifest: NOSIGNATURE gliders-forge-1.1.7.jar |Gliders |vc_gliders |1.1.7 |COMMON_SET|Manifest: NOSIGNATURE aether-1.20.1-1.5.2-neoforge.jar |The Aether |aether |1.20.1-1.5.2-neoforg|COMMON_SET|Manifest: NOSIGNATURE deep_aether-1.20.1-1.1.6.1.jar |Deep Aether |deep_aether |1.20.1-1.1.6.1 |COMMON_SET|Manifest: NOSIGNATURE aeroblender-1.20.1-1.0.1-neoforge.jar |AeroBlender |aeroblender |1.20.1-1.0.1-neoforg|COMMON_SET|Manifest: NOSIGNATURE aether-redux-2.0.19-1.20.1-neoforge.jar |The Aether: Redux |aether_redux |2.0.19 |COMMON_SET|Manifest: NOSIGNATURE Galosphere-1.20.1-1.4.1-Forge.jar |Galosphere |galosphere |1.20.1-1.4.1 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE connectivity-1.20.1-7.1.jar |Connectivity Mod |connectivity |1.20.1-7.1 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.20.1-1.2.71.1022.jar |Sophisticated Core |sophisticatedcore |1.2.71.1022 |COMMON_SET|Manifest: NOSIGNATURE kleeslabs-forge-1.20.1-15.0.6.jar |KleeSlabs |kleeslabs |15.0.6 |COMMON_SET|Manifest: NOSIGNATURE structureessentials-1.20.1-4.8.jar |Structure Essentials mod |structureessentials |1.20.1-4.8 |COMMON_SET|Manifest: NOSIGNATURE ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar |Ritchie's Projectile Library |ritchiesprojectilelib |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE Prism-1.20.1-forge-1.0.5.jar |Prism |prism |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.20.1-8.6.3.jar |Placebo |placebo |8.6.3 |COMMON_SET|Manifest: NOSIGNATURE citadel-2.6.2-1.20.1.jar |Citadel |citadel |2.6.2 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |COMMON_SET|Manifest: NOSIGNATURE iceandfire-2.1.13-1.20.1-beta-5.jar |Ice and Fire |iceandfire |2.1.13-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE domesticationinnovation-1.7.1-1.20.1.jar |Domestication Innovation |domesticationinnovation |1.7.1 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations-1.20.1-4.7.jar |Lootintegrations mod |lootintegrations |1.20.1-4.7 |COMMON_SET|Manifest: NOSIGNATURE FastItemFrames-v20.1.3-1.20.1-Forge.jar |Fast Item Frames |fastitemframes |20.1.3 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.4.1.jar |MixinExtras |mixinextras |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE AetherVillages-1.20.1-1.0.7-forge.jar |Aether Villages |aether_villages |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** sophisticatedbackpacks-1.20.1-3.23.19.1263.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.23.19.1263 |COMMON_SET|Manifest: NOSIGNATURE relics-1.20.1-0.8.0.9.jar |Relics |relics |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.1.2-mc1.20.1forge.jar |Macaw's Doors |mcwdoors |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE Steam_Rails-1.6.11-alpha+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.11-alpha+forge-m|COMMON_SET|Manifest: NOSIGNATURE ramcompat-1.20.1-0.1.4.jar |RAM-Compat |ramcompat |0.1.4 |COMMON_SET|Manifest: NOSIGNATURE carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE baguettelib-1.20.1-Forge-1.0.0.jar |BaguetteLib |baguettelib |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE fzzy_config-0.7.0+1.20.1+forge.jar |Fzzy Config |fzzy_config |0.7.0+1.20.1+forge |COMMON_SET|Manifest: NOSIGNATURE dummmmmmy-1.20-2.0.7.jar |MmmMmmMmmmmm |dummmmmmy |1.20-2.0.7 |COMMON_SET|Manifest: NOSIGNATURE ice_and_fire_delight-forge-1.20.1-0.2.3.jar |Ice and Fire Delight |ice_and_fire_delight |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |COMMON_SET|Manifest: NOSIGNATURE konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE DiagonalWalls-v8.0.4-1.20.1-Forge.jar |Diagonal Walls |diagonalwalls |8.0.4 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** diagonalblocks-forge-8.0.6.jar |Diagonal Blocks |diagonalblocks |8.0.6 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** create_connected-1.1.7-mc1.20.1-all.jar |Create: Connected |create_connected |1.1.7-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE chipped-forge-1.20.1-3.0.7.jar |Chipped |chipped |3.0.7 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-3.1.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.8.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.8 |COMMON_SET|Manifest: NOSIGNATURE chefs-delight-1.0.3-forge-1.20.1.jar |Chefs Delight |chefsdelight |1.0.3-forge-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE FarmersStructures-1.0.3-1.20.jar |FarmersStructures |farmers_structures |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE fast-ip-ping-v1.0.7-mc1.20.4-forge.jar |Fast IP Ping |fastipping |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE crashutilities-8.1.4.jar |Crash Utilities |crashutilities |8.1.4 |COMMON_SET|Manifest: NOSIGNATURE cataclysmiccombat-1.4.1-1.20.1.jar |Cataclysmic Combat |cataclysmiccombat |1.4 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_structures-forge-1.20.1-1.1.2.jar |Valhelsia Structures |valhelsia_structures |1.20.1-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.2.0-1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE DiagonalWindows-v8.1.5-1.20.1-Forge.jar |Diagonal Windows |diagonalwindows |8.1.5 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** lionfishapi-2.4-Fix.jar |LionfishAPI |lionfishapi |2.4-Fix |COMMON_SET|Manifest: NOSIGNATURE spartantoolkit-1.20.1-1.5.2.jar |Spartan Weaponry Addon Toolkit|spartantoolkit |1.20.1-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE trimeffects-forge-mc1.20-2.1.2.jar |TrimsEffects |trimeffects |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE L_Enders_Cataclysm-3.07.jar |cataclysm |cataclysm |3.07 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.20.1-84.1-FORGE.jar |Patchouli |patchouli |1.20.1-84.1-FORGE |COMMON_SET|Manifest: NOSIGNATURE sophisticatedstoragecreateintegration-1.20.1-0.1.1|Sophisticated Storage Create I|sophisticatedstoragecreateinte|**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE collective-1.20.1-8.3.jar |Collective |collective |8.3 |COMMON_SET|Manifest: NOSIGNATURE spartanfire-1.20.1-2.1.0.jar |Spartan Weaponry: Ice and Fire|spartanfire |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |COMMON_SET|Manifest: NOSIGNATURE ItemsDisplayedForge-v1.3.5-1.20.1.jar |Items Displayed |display |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE SpartanWeaponry-1.20.1-forge-3.1.3-all.jar |Spartan Weaponry |spartanweaponry |3.1.3 |COMMON_SET|Manifest: NOSIGNATURE deeperdarker-forge-1.20.1-1.3.3.jar |Deeper and Darker |deeperdarker |1.3.3 |COMMON_SET|Manifest: NOSIGNATURE architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE Not Enough Recipe Book-FORGE-0.4.1+1.20.1.jar |Not Enough Recipe Book |nerb |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |COMMON_SET|Manifest: NOSIGNATURE umbral_skies-1.3.jar |Umbral Skies |umbral_skies |1.3 |COMMON_SET|Manifest: NOSIGNATURE framework-forge-1.20.1-0.7.15.jar |Framework |framework |0.7.15 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** bwncr-forge-1.20.1-3.17.2.jar |Bad Wither No Cookie Reloaded |bwncr |3.17.2 |COMMON_SET|Manifest: NOSIGNATURE puffish_attributes-0.7.4-1.20-forge.jar |Pufferfish's Attributes |puffish_attributes |0.7.4 |COMMON_SET|Manifest: NOSIGNATURE TradingPost-v8.0.2-1.20.1-Forge.jar |Trading Post |tradingpost |8.0.2 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** raccompat-1.20.1-0.1.3.jar |RAC-Compat |raccompat |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE trashslot-forge-1.20-15.1.2.jar |TrashSlot |trashslot |15.1.2 |COMMON_SET|Manifest: NOSIGNATURE amendments-1.20-1.2.19.jar |Amendments |amendments |1.20-1.2.19 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedstorage-1.20.1-1.3.53.1189.jar |Sophisticated Storage |sophisticatedstorage |1.3.53.1189 |COMMON_SET|Manifest: NOSIGNATURE OctoLib-FORGE-0.5.0.1+1.20.1.jar |OctoLib |octolib |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE copycats-3.0.2+mc.1.20.1-forge.jar |Create: Copycats+ |copycats |3.0.2+mc.1.20.1-forg|COMMON_SET|Manifest: NOSIGNATURE EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** mowzies_cataclysm-1.2.0.jar |Mowzie's Cataclysm |mowzies_cataclysm |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE callablehorses-1.20.1-1.3.0.1.jar |Callable Horses |callablehorses |**.**.**.** |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** ensorcellation-1.20.1-5.0.2.24.jar |Ensorcellation |ensorcellation |5.0.2 |COMMON_SET|Manifest: NOSIGNATURE Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE mcw-paintings-1.0.5-1.20.1forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Tumbleweed-forge-1.20.1-0.5.5.jar |Tumbleweed |tumbleweed |0.5.5 |COMMON_SET|Manifest: NOSIGNATURE artifacts-forge-9.5.16.jar |Artifacts |artifacts |9.5.16 |COMMON_SET|Manifest: NOSIGNATURE decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |COMMON_SET|Manifest: NOSIGNATURE Dungeon Crawl-1.20.1-2.3.15.jar |Dungeon Crawl |dungeoncrawl |2.3.15 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.20.1-7.1.3.jar |Blueprint |blueprint |7.1.3 |COMMON_SET|Manifest: NOSIGNATURE boatload-1.20.1-5.0.1.jar |Boatload |boatload |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE savage_and_ravage-1.20.1-6.0.0.jar |Savage & Ravage |savage_and_ravage |6.0.0 |COMMON_SET|Manifest: NOSIGNATURE clayworks-1.20.1-3.0.4.jar |Clayworks |clayworks |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE upgrade_aquatic-1.20.1-6.0.3.jar |Upgrade Aquatic |upgrade_aquatic |6.0.3 |COMMON_SET|Manifest: NOSIGNATURE personality-1.20.1-4.1.0.jar |Personality |personality |4.1.0 |COMMON_SET|Manifest: NOSIGNATURE gallery-1.20.1-1.0.3.jar |Gallery |gallery |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE allurement-1.20.1-4.0.0.jar |Allurement |allurement |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE pet_cemetery-1.20.1-2.0.0.jar |Pet Cemetery |pet_cemetery |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE woodworks-1.20.1-3.0.2.jar |Woodworks |woodworks |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE incubation-1.20.1-4.0.4.jar |Incubation |incubation |4.0.4 |COMMON_SET|Manifest: NOSIGNATURE buzzier_bees-1.20.1-6.0.1.jar |Buzzier Bees |buzzier_bees |6.0.1 |COMMON_SET|Manifest: NOSIGNATURE berry_good-1.20.1-7.0.0.jar |Berry Good |berry_good |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE toofast-1.20-0.4.3.5.jar |Too Fast |toofast |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE tfmg-1.0.1b.jar |Create: The Factory Must Grow |tfmg |1.0.1b |COMMON_SET|Manifest: NOSIGNATURE friendsandfoes-forge-mc1.20.1-3.0.9.jar |Friends&Foes |friendsandfoes |3.0.9 |COMMON_SET|Manifest: NOSIGNATURE craftingtweaks-forge-1.20.1-18.2.5.jar |CraftingTweaks |craftingtweaks |18.2.5 |COMMON_SET|Manifest: NOSIGNATURE alexscaves-2.0.2.jar |Alex's Caves |alexscaves |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE moonlight-1.20-2.14.12-forge.jar |Moonlight Library |moonlight |1.20-2.14.12 |COMMON_SET|Manifest: NOSIGNATURE labels-1.20-2.0.0.jar |Labels |labels |1.20-2.0.0 |COMMON_SET|Manifest: NOSIGNATURE mysterious_mountain_lib-1.5.22-1.20.1.jar |Mysterious Mountain Lib |mysterious_mountain_lib |1.5.22-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE corn_delight-1.1.8-1.20.1.jar |Corn Delight |corn_delight |1.1.8-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE MagnumTorch-v8.0.2-1.20.1-Forge.jar |Magnum Torch |magnumtorch |8.0.2 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** mixinsquared-forge-0.2.0.jar |MixinSquared |mixinsquared |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE Platform-forge-1.20.1-1.2.10.1.jar |Platform |platform |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations_yungs-1.4.jar |lootintegrations_yungs mod |lootintegrations_yungs |1 |COMMON_SET|Manifest: NOSIGNATURE BarteringStation-v8.0.0-1.20.1-Forge.jar |Bartering Station |barteringstation |8.0.0 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** Ribbits-1.20.1-Forge-3.0.4.jar |Ribbits |ribbits |1.20.1-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.20.1-forge-1.1.25.jar |Iceberg |iceberg |1.1.25 |COMMON_SET|Manifest: NOSIGNATURE SpartanShields-1.20.1-forge-3.1.1.jar |Spartan Shields |spartanshields |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE abnormals_delight-1.20.1-5.0.0.jar |Abnormals Delight |abnormals_delight |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE irons_spellbooks-1.20.1-3.4.0.9.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.4.0.9 |COMMON_SET|Manifest: NOSIGNATURE ice_and_fire_spellbooks-2.3.1-1.20.1.jar |Ice and Fire: Spellbooks |ice_and_fire_spellbooks |2.3.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE immersive_paintings-0.6.8+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.8+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE DiagonalFences-v8.1.5-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.5 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** miners_delight-1.20.1-1.2.3.jar |Miner's Delight |miners_delight |1.20.1-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE extra_compat-1.5.25.jar |Extra Compat |extra_compat |1.5.25 |COMMON_SET|Manifest: NOSIGNATURE temporalapi-1.6.7.jar |Temporal API |temporalapi |1.6.7 |COMMON_SET|Manifest: NOSIGNATURE create_radar-0.3.1+mc1.20.1-all.jar |Create: Radars |create_radar |0.3 |COMMON_SET|Manifest: NOSIGNATURE createbigcannons-5.9.1-mc.1.20.1-forge.jar |Create Big Cannons |createbigcannons |5.9.1 |COMMON_SET|Manifest: NOSIGNATURE create-1.20.1-6.0.6.jar |Create |create |6.0.6 |ERROR |Manifest: NOSIGNATURE supplementaries-1.20-3.1.34.jar |Supplementaries |supplementaries |1.20-3.1.34 |COMMON_SET|Manifest: NOSIGNATURE create_central_kitchen-1.20.1-for-create-6.0.4-1.4|Create: Central Kitchen |create_central_kitchen |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE suppsquared-1.20-1.1.21.jar |Supplementaries Squared |suppsquared |1.20-1.1.21 |COMMON_SET|Manifest: NOSIGNATURE DramaticDoors-QuiFabrge-1.20.1-3.3.1.jar |Dramatic Doors |dramaticdoors |1.20.1-3.3.1 |COMMON_SET|Manifest: NOSIGNATURE everycomp-1.20-2.8.12-forge.jar |Every Compat |everycomp |1.20-2.8.12 |COMMON_SET|Manifest: NOSIGNATURE BetterTridents-v8.0.1-1.20.1-Forge.jar |Better Tridents |bettertridents |8.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** alexsdelight-1.5.jar |Alex's Delight |alexsdelight |1.5 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:**** yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar |YetAnotherConfigLib |yet_another_config_lib_v3 |3.6.6+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE solcarrot-1.20.1-1.15.1.jar |Spice of Life: Carrot Edition |solcarrot |1.15.1 |COMMON_SET|Manifest: NOSIGNATURE Enhanced-Celestials-forge-1.20.1-5.0.3.1.jar |Enhanced Celestials |enhancedcelestials |1.20.1-5.0.3.1 |COMMON_SET|Manifest: NOSIGNATURE Corgilib-Forge-1.20.1-4.0.3.4.jar |CorgiLib |corgilib |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE Data_Anchor-forge-1.20.1-1.0.0.19.jar |Data Anchor |dataanchor |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE charmofundying-forge-6.5.0+1.20.1.jar |Charm of Undying |charmofundying |6.5.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE rarcompat-1.20.1-0.1.7.jar |RAR-Compat |rarcompat |0.1.7 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations_cataclysm-1.1.jar |lootintegrations_cataclysm mod|lootintegrations_cataclysm |1 |COMMON_SET|Manifest: NOSIGNATURE CrabbersDelight-1.20.1-1.1.7e.jar |Crabber's Delight |crabbersdelight |1.1.7e |COMMON_SET|Manifest: NOSIGNATURE packetfixer-3.1.2-1.18-1.20.4-merged.jar |PacketFixer |packetfixer |3.1.2 |COMMON_SET|Manifest: NOSIGNATURE expandability-forge-9.0.4.jar |ExpandAbility |expandability |9.0.4 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_core-forge-1.20.1-1.1.2.jar |Valhelsia Core |valhelsia_core |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE create_enchantment_industry-1.3.3-for-create-6.0.6|Create Enchantment Industry |create_enchantment_industry |1.3.3-for-create-6.0|COMMON_SET|Manifest: NOSIGNATURE sophisticatedstorageinmotion-1.20.1-0.10.19.104.ja|Sophisticated Storage In Motio|sophisticatedstorageinmotion |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 174f6a34-0ea0-48fd-835f-eca09cadb258 FML: 47.4 Forge: net.minecraftforge:47.4.3