Skip to content

Instantly share code, notes, and snippets.

@BugmanBugman
Created December 20, 2023 22:33
Show Gist options
  • Save BugmanBugman/8e41e3ec2ceda4de00675074c929a455 to your computer and use it in GitHub Desktop.
Save BugmanBugman/8e41e3ec2ceda4de00675074c929a455 to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Sorry :(
Time: 2023-12-20 22:31:14
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.2.17-universal.jar%23708!/:?] {re:classloading}
at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.2.17-universal.jar%23708!/:?] {re:classloading}
at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23703!/:?] {re:mixin,re:classloading,pl:mixin:A}
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) ~[?:?] {}
at java.lang.reflect.Method.invoke(Method.java:578) ~[?:?] {}
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.17.jar%2369!/:?] {}
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.2.17.jar%2369!/:?] {}
at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.2.17.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 jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {}
-- MOD sullysmod --
Details:
Caused by 0: java.lang.NoClassDefFoundError: org/apache/commons/compress/utils/Lists
at com.uraneptus.sullysmod.core.other.SMTextUtil.createTranslation(SMTextUtil.java:33) ~[sullysmod-3.1.0-beta.jar%23662!/:3.1.0-beta] {re:classloading}
at com.uraneptus.sullysmod.core.other.SMTextDefinitions.<clinit>(SMTextDefinitions.java:17) ~[sullysmod-3.1.0-beta.jar%23662!/:3.1.0-beta] {re:classloading}
at com.uraneptus.sullysmod.SullysMod.<init>(SullysMod.java:59) ~[sullysmod-3.1.0-beta.jar%23662!/:3.1.0-beta] {re:classloading}
at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}
at java.lang.reflect.Constructor.newInstance(Constructor.java:484) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:70) ~[javafmllanguage-1.20.1-47.2.17.jar%23705!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.2.17.jar%23704!/:?] {re:mixin}
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:387) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1311) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1840) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1806) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) ~[?:?] {re:mixin}
Mod File: /home/ubuntu/minecraft/mods/sullysmod-3.1.0-beta.jar
Failure message: Sully's Mod (sullysmod) has failed to load correctly
java.lang.NoClassDefFoundError: org/apache/commons/compress/utils/Lists
Mod Version: 3.1.0-beta
Mod Issue URL: https://github.com/Uraneptus/Sullys-Mod/issues
Exception message: java.lang.ClassNotFoundException: org.apache.commons.compress.utils.Lists
Stacktrace:
at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.10.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?] {}
at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.10.jar:?] {}
at java.lang.ClassLoader.loadClass(ClassLoader.java:521) ~[?:?] {}
at com.uraneptus.sullysmod.core.other.SMTextUtil.createTranslation(SMTextUtil.java:33) ~[sullysmod-3.1.0-beta.jar%23662!/:3.1.0-beta] {re:classloading}
at com.uraneptus.sullysmod.core.other.SMTextDefinitions.<clinit>(SMTextDefinitions.java:17) ~[sullysmod-3.1.0-beta.jar%23662!/:3.1.0-beta] {re:classloading}
at com.uraneptus.sullysmod.SullysMod.<init>(SullysMod.java:59) ~[sullysmod-3.1.0-beta.jar%23662!/:3.1.0-beta] {re:classloading}
at jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:67) ~[?:?] {}
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500) ~[?:?] {}
at java.lang.reflect.Constructor.newInstance(Constructor.java:484) ~[?:?] {}
at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:70) ~[javafmllanguage-1.20.1-47.2.17.jar%23705!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.2.17.jar%23704!/:?] {re:mixin}
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:387) ~[?:?] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1311) ~[?:?] {}
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1840) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1806) ~[?:?] {re:mixin,re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177) ~[?:?] {re:mixin}
-- System Details --
Details:
Minecraft Version: 1.20.1
Minecraft Version ID: 1.20.1
Operating System: Linux (aarch64) version 5.15.0-1049-oracle
Java Version: 19.0.1, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 8508984160 bytes (8114 MiB) / 10737418240 bytes (10240 MiB) up to 10737418240 bytes (10240 MiB)
CPUs: 4
Processor Vendor: aarch64
Processor Name:
Identifier: aarch64 Family 8 Model 0xd0c Stepping r0x3p1
Microarchitecture: unknown
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 4
Graphics card #0 name: Virtio GPU
Graphics card #0 vendor: Red Hat, Inc.
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: version: 01
Virtual memory max (MB): 11993.94
Virtual memory used (MB): 11616.07
Swap memory total (MB): 0.00
Swap memory used (MB): 0.00
JVM Flags: 20 total; -Xms10G -Xmx10G -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.2.17.jar slf4jfixer PLUGINSERVICE
fmlloader-1.20.1-47.2.17.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.20.1-47.2.17.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.20.1-47.2.17.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.20.1-47.2.17.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
minecraft@1.0
kotlinforforge@4.9.0
lowcodefml@null
javafml@null
Mod List:
adaptive_performance_tweaks_core_1.20.1-11.0.0.jar|APTweaks: Core |adaptive_performance_tweaks_co|11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterDungeons-1.20-Forge-4.0.3.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
habitat-1.2.5.jar |Habitat |habitat |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE
secondchanceforge-1.20-1.5.1.jar |Second Chance Forge |secondchanceforge |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
EnderZoology-v8.0.1-1.20.1-Forge.jar |Ender Zoology |enderzoology |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
EasyAnvils-v8.0.1-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
SlimyBoyos-forge-1.20.1-7.0.0.4.jar |SlimyBoyos |slimyboyos |7.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE
bigbrain-1.20-1.7.3.jar |Big Brain |bigbrain |1.20-1.7.3 |COMMON_SET|Manifest: NOSIGNATURE
majruszs-difficulty-neoforge-1.20.1-1.9.4.jar |Majrusz's Progressive Difficul|majruszsdifficulty |1.9.4 |COMMON_SET|Manifest: NOSIGNATURE
hourglass-1.20-1.2.1.1.jar |Hourglass |hourglass |1.2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
advancementframes-1.20-2.1.0.jar |Advancement Frames |advancementframes |1.20-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
ravageandcabbage-1.20.1-1.2.4.jar |Ravage & Cabbage |ravageandcabbage |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
modernfix-forge-5.10.1+mc1.20.1.jar |ModernFix |modernfix |5.10.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
VillagersPlus_3.0_(FORGE)_for_1.20.1.jar |VillagersPlus |villagersplus |3.0 |COMMON_SET|Manifest: NOSIGNATURE
YungsApi-1.20-Forge-4.0.2.jar |YUNG's API |yungsapi |1.20-Forge-4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
does_potato_tick-1.20.1-3.7.0.jar |Does Potato Tick |does_potato_tick |1.20.1-3.7.0 |COMMON_SET|Manifest: NOSIGNATURE
MaxHealthFix-Forge-1.20.1-12.0.2.jar |MaxHealthFix |maxhealthfix |12.0.2 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
bagus_lib-1.20.1-4.2.1.jar |Bagus Lib |bagus_lib |1.20.1-4.2.1 |COMMON_SET|Manifest: NOSIGNATURE
weather2-1.20.1-2.8.1.jar |Weather2 |weather2 |1.20.1-2.8.1 |COMMON_SET|Manifest: NOSIGNATURE
Kambrik-6.1.1+1.20.1-forge.jar |Kambrik |kambrik |6.1.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
guardvillagers-1.20.1-1.6.3.jar |Guard Villagers |guardvillagers |1.20.1-1.6.3 |COMMON_SET|Manifest: NOSIGNATURE
adaptive_performance_tweaks_gamerules_1.20.1-11.0.|APTweaks: Gamerules |adaptive_performance_tweaks_ga|11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Apotheosis-1.20.1-7.2.0.jar |Apotheosis |apotheosis |7.2.0 |COMMON_SET|Manifest: NOSIGNATURE
GrimoireOfGaia4-1.20.1-4.0.0-alpha.5.jar |Grimoire of Gaia 4 |grimoireofgaia |4.0.0-alpha.5 |COMMON_SET|Manifest: NOSIGNATURE
balm-forge-1.20.1-7.2.1.jar |Balm |balm |7.2.1 |COMMON_SET|Manifest: NOSIGNATURE
SnowRealMagic-1.20.1-forge-9.2.0.jar |Snow! Real Magic! |snowrealmagic |9.2.0 |COMMON_SET|Manifest: NOSIGNATURE
JustEnoughResources-1.20.1-1.4.0.238.jar |Just Enough Resources |jeresources |1.4.0.238 |COMMON_SET|Manifest: NOSIGNATURE
spelunkery-1.20.1-0.3.5-forge.jar |Spelunkery |spelunkery |1.20.1-0.3.5 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterNetherFortresses-1.20-Forge-2.0.5.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE
cloth-config-11.1.106-forge.jar |Cloth Config v10 API |cloth_config |11.1.106 |COMMON_SET|Manifest: NOSIGNATURE
LeavesBeGone-v8.0.0-1.20.1-Forge.jar |Leaves Be Gone |leavesbegone |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
revampedwolf-1.20.1-5.0.0.jar |RevampedWolf |revampedwolf |1.20.1-5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
supplementaries-1.20-2.7.12.jar |Supplementaries |supplementaries |1.20-2.7.12 |COMMON_SET|Manifest: NOSIGNATURE
structure_gel-1.20.1-2.15.1.jar |Structure Gel API |structure_gel |2.15.1 |COMMON_SET|Manifest: NOSIGNATURE
corpse-1.20.1-1.0.9.jar |Corpse |corpse |1.20.1-1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
AdvancementPlaques-1.20.1-forge-1.5.1.jar |Advancement Plaques |advancementplaques |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
TinySkeletons-v8.0.1-1.20.1-Forge.jar |Tiny Skeletons |tinyskeletons |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
Amplified_Nether_1.20.2_v1.2.3.jar |Amplified Nether |amplifiednether |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
repurposed_structures-7.1.11+1.20.1-forge.jar |Repurposed Structures |repurposed_structures |7.1.11+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
BetterCompatibilityChecker-neo-4.0.8+mc1.20.1.jar |Better Compatibility Checker |bcc |4.0.8 |COMMON_SET|Manifest: NOSIGNATURE
explorify-v1.3.0-mc1.20.jar |Explorify |explorify |1.3.0-mc1.20 |COMMON_SET|Manifest: NOSIGNATURE
jepp-1.20-1.1.2.jar |Just Enough Painting Previews |jepp |1.20-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
DeathFinder-v8.0.1-1.20.1-Forge.jar |Death Finder |deathfinder |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
sleep_tight-1.20-1.1.12.jar |Sleep Tight |sleep_tight |1.20-1.1.12 |COMMON_SET|Manifest: NOSIGNATURE
YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
resourcefulconfig-forge-1.20.1-2.1.0.jar |Resourcefulconfig |resourcefulconfig |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
MetalBundles-v8.0.1-1.20.1-Forge.jar |Metal Bundles |metalbundles |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
spark-1.10.53-forge.jar |spark |spark |1.10.53 |COMMON_SET|Manifest: NOSIGNATURE
mysticaloaktree-1.20-1.11.jar |Mystical Oak Tree |mysticaloaktree |1.20-1.11 |COMMON_SET|Manifest: NOSIGNATURE
EchoChest-v8.0.0-1.20.1-Forge.jar |Echo Chest |echochest |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
curios-forge-5.4.6+1.20.1.jar |Curios API |curios |5.4.6+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
ragnagoblin-forge-1.20.1-2.1.0.jar |Ragna Goblin |ragnagoblin |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Searchables-forge-1.20.1-1.0.2.jar |Searchables |searchables |1.0.2 |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
ApothicAttributes-1.20.1-1.2.1.jar |Apothic Attributes |attributeslib |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE
overweightfarming-1.20.1-2.1.0-forge.jar |Overweight Farming |overweight_farming |1.20.1-2.1.0-forge |COMMON_SET|Manifest: NOSIGNATURE
QueenBee-Forge-1.20.1-3.1.3.jar |Queen Bee |queen_bee |3.1.3 |COMMON_SET|Manifest: NOSIGNATURE
sparsestructuresreforged-1.19.2-1.20.1-0.0.3.jar |SparseStructuresReforged |sparsestructuresreforged |1.19.2-1.20.1-0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
littlelogistics-mc1.20.1-v1.20.1.2.jar |Little Logistics |littlelogistics |1.20.1.2 |COMMON_SET|Manifest: NOSIGNATURE
NetherChested-v8.0.1-1.20.1-Forge.jar |Nether Chested |netherchested |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
mountedpearl-1.20.1-1.0.1.jar |Mounted Pearl |mountedpearl |1.0.1 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
flib-1.20.1-0.0.11.jar |flib |flib |0.0.11 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
YungsBetterEndIsland-1.20-Forge-2.0.4.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
BetterBurning-Forge-1.20.1-9.0.2.jar |BetterBurning |betterburning |9.0.2 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
KryptonReforged-0.2.3.jar |Krypton Reforged |krypton |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE
EasyShulkerBoxes-v8.0.1-1.20.1-Forge.jar |Easy Shulker Boxes |easyshulkerboxes |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
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.2.1+1.20.1.jar |Vein Mining |veinmining |1.2.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
experienced_crops-1.20.1-1.1.0-forge.jar |Experienced Crops |experienced_crops |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
majrusz-library-neoforge-1.20.1-7.0.2.jar |Majrusz Library |majruszlibrary |7.0.2 |COMMON_SET|Manifest: NOSIGNATURE
shutdowner-1.20.1-2.2.jar |Shutdown mod for timed and no |shutdowner |2.0 |COMMON_SET|Manifest: NOSIGNATURE
functionalarmortrim-1.20.1-4.jar |Funtional Armor Trim |functionalarmortrim |4 |COMMON_SET|Manifest: NOSIGNATURE
YungsBetterJungleTemples-1.20-Forge-2.0.4.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
snifferent-1.0.3-1.20.1.jar |snifferent |snifferent |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
radium-mc1.20.1-0.12.2+git.5f80f74.jar |Radium |radium |0.12.2+git.5f80f74 |COMMON_SET|Manifest: NOSIGNATURE
Kiwi-1.20.1-forge-11.1.1.jar |Kiwi Library |kiwi |11.1.1 |COMMON_SET|Manifest: NOSIGNATURE
doubledoors-1.20.1-5.2.jar |Double Doors |doubledoors |5.2 |COMMON_SET|Manifest: NOSIGNATURE
puzzlesapi-forge-8.1.4.jar |Puzzles Api |puzzlesapi |8.1.4 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
dusk-1.20.1-3.5.jar |Dusk Mod |dusk |1.20.1-3.5 |COMMON_SET|Manifest: NOSIGNATURE
MutantMonsters-v8.0.6-1.20.1-Forge.jar |Mutant Monsters |mutantmonsters |8.0.6 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
endertrigon-1.20.1-1.0.jar |Ender Trigon |endertrigon |1.0 |COMMON_SET|Manifest: NOSIGNATURE
jei-1.20.1-forge-15.2.0.27.jar |Just Enough Items |jei |15.2.0.27 |COMMON_SET|Manifest: NOSIGNATURE
VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar |Universal Bone Meal |universalbonemeal |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
Paxi-1.20-Forge-4.0.jar |Paxi |paxi |1.20-Forge-4.0 |COMMON_SET|Manifest: NOSIGNATURE
Kobolds-2.10.1.jar |Kobolds |kobolds |2.10.1 |COMMON_SET|Manifest: NOSIGNATURE
carpeted-1.20-1.4.jar |Carpeted |carpeted |1.20-1.4 |COMMON_SET|Manifest: NOSIGNATURE
fullstackwatchdog-1.0.1+1.19.2-forge.jar |FullStack Watchdog |fullstackwatchdog |1.0.1+1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE
armored_redstone-1.20.1-0.4.0.jar |Armored Redstone |armored_redstone |1.20.1-0.4.0 |COMMON_SET|Manifest: NOSIGNATURE
fastasyncworldsave-1.20.1-1.2.jar |fastasyncworldsave mod |fastasyncworldsave |1.20.1-1.2 |COMMON_SET|Manifest: NOSIGNATURE
apotheotic_additions1.2.1.jar |Apotheotic Additions |apotheotic_additions |1.2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
smarterfarmers-1.20-1.7.3.jar |Smarter Farmers |smarterfarmers |1.20-1.7.3 |COMMON_SET|Manifest: NOSIGNATURE
iswydt-1.0.2-1.20.x-FORGE.jar |I See What You Did There! |iswydt |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
neruina-1.3.0-forge+1.18.2-1.20.1.jar |Neruina |neruina |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
BagOfHolding-v8.0.1-1.20.1-Forge.jar |Bag Of Holding |bagofholding |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
RespawningAnimals-v8.1.1-1.20.1-Forge.jar |Respawning Animals |respawninganimals |8.1.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
starlight-1.1.2+forge.1cda73c.jar |Starlight |starlight |1.1.2+forge.1cda73c |COMMON_SET|Manifest: NOSIGNATURE
BeeFix-1.20-1.0.7.jar |Bee Fix |beefix |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
memoryleakfix-forge-1.17+-1.1.2.jar |Memory Leak Fix |memoryleakfix |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
mythicmounts-20.1-7.4.2-forge.jar |MythicMounts |mythicmounts |20.1-7.4.2-forge |COMMON_SET|Manifest: NOSIGNATURE
puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
hunters_return-1.20.1-11.2.0.jar |Hunters Returns |hunters_return |1.20.1-11.2.0 |COMMON_SET|Manifest: NOSIGNATURE
spawnbalanceutility-1.20-46.13.3.jar |SpawnBalanceUtility |spawnbalanceutility |46.13.3 |COMMON_SET|Manifest: NOSIGNATURE
bestylewither-forge-mc1.20-1.6.0.jar |BE Style Wither |bestylewither |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
DungeonsArise-1.20.1-2.1.57-release.jar |When Dungeons Arise |dungeons_arise |2.1.57-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
hearths-v1.0.0-mc1.20u1.20.1.jar |Hearths |hearths |1.0.0-mc1.20u1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
smoothchunk-1.20.1-3.5.jar |Smoothchunk mod |smoothchunk |1.20.1-3.5 |COMMON_SET|Manifest: NOSIGNATURE
MobPC-1.20-1.0.0.jar |Mob Population Control |mobpc |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
usefulspyglass-forge-1.20.1-0.5.0.jar |Useful Spyglass |usefulspyglass |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE
ForgeConfigScreens-v8.0.2-1.20.1-Forge.jar |Forge Config Screens |forgeconfigscreens |8.0.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
justenoughbreeding-forge-1.20.x-1.0.11.jar |Just Enough Breeding |justenoughbreeding |1.0.11 |COMMON_SET|Manifest: NOSIGNATURE
cleanswing-1.20-1.4.jar |Clean Swing Through Grass |cleanswing |1.20-1.4 |COMMON_SET|Manifest: NOSIGNATURE
spectrelib-forge-0.13.14+1.20.1.jar |SpectreLib |spectrelib |0.13.14+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
fastpaintings-1.20-1.2.3.jar |Fast Paintings |fastpaintings |1.20-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
astikorcarts-1.20.x-1.1.6.jar |AstikorCarts Redux |astikorcarts |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
kffmod-4.9.0.jar |Kotlin For Forge |kotlinforforge |4.9.0 |COMMON_SET|Manifest: NOSIGNATURE
ecologics-forge-1.20.1-2.2.0.jar |Ecologics |ecologics |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
lava_monster-1.20.1-1.0.11.jar |Lava Monster |lava_monster |1.0.11 |COMMON_SET|Manifest: NOSIGNATURE
polymorph-forge-0.49.2+1.20.1.jar |Polymorph |polymorph |0.49.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
redirector-1.20.1-4.4.0-forge.jar |Redirector |redirector |1.20.1-4.4.0 |COMMON_SET|Manifest: NOSIGNATURE
hardcorerevival-forge-1.20.1-12.0.1.jar |Hardcore Revival |hardcorerevival |12.0.1 |COMMON_SET|Manifest: NOSIGNATURE
regrowth-1.20-46.31.2.jar |Regrowth |regrowth |46.31.2 |COMMON_SET|Manifest: NOSIGNATURE
armor-weight-1.20.1-1.0.1.jar |Armor Weight |armor_weight |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
FastFurnace-1.20.1-8.0.1.jar |FastFurnace |fastfurnace |8.0.1 |COMMON_SET|Manifest: NOSIGNATURE
oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE
PuzzlesLib-v8.1.11-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.11 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
parry-2.5.0.jar |Shield Parry |parry |2.5.0 |COMMON_SET|Manifest: NOSIGNATURE
villagersrespawn-1.20-46.7.0.jar |Villagers Respawn Mod |villagersrespawn |46.7.0 |COMMON_SET|Manifest: NOSIGNATURE
bettergolem-1.20.1-4.0.0.jar |Better Golem |bettergolem |1.20.1-4.0.0 |COMMON_SET|Manifest: NOSIGNATURE
betterinvisibility-1.20.1-1.0.4.jar |Better Invisibility |betterinvisibility |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
goated-1.20-1.3.4.jar |You've Goat to be kidding me |goated |1.20-1.3.4 |COMMON_SET|Manifest: NOSIGNATURE
chunksending-1.20.1-2.8.jar |chunksending mod |chunksending |1.20.1-2.8 |COMMON_SET|Manifest: NOSIGNATURE
Wealthy And Growth-1.20.1-3.1.0.jar |Wealthy And Growth |wealthy_and_growth |1.20.1-3.1.0 |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
aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |COMMON_SET|Manifest: NOSIGNATURE
responsiveshields-2.3-mc1.18-19-20.x.jar |Responsive Shields |responsiveshields |2.3 |COMMON_SET|Manifest: NOSIGNATURE
TreeChop-1.20.1-forge-0.18.3.jar |HT's TreeChop |treechop |0.18.3 |COMMON_SET|Manifest: NOSIGNATURE
notenoughcrashes-4.4.6+1.20.1-forge.jar |Not Enough Crashes |notenoughcrashes |4.4.6+1.20.1 |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
v_slab_compat-1.20-2.1.jar |Vertical Slabs Compat |v_slab_compat |1.20-2.1 |COMMON_SET|Manifest: NOSIGNATURE
netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |COMMON_SET|Manifest: NOSIGNATURE
recipeessentials-1.20.1-3.2.jar |recipeessentials mod |recipeessentials |1.20.1-3.2 |COMMON_SET|Manifest: NOSIGNATURE
IllagerInvasion-v8.0.3-1.20.1-Forge.jar |Illager Invasion |illagerinvasion |8.0.3 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
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-4.9.jar |Connectivity Mod |connectivity |1.20.1-4.9 |COMMON_SET|Manifest: NOSIGNATURE
structureessentials-1.20.1-3.2.jar |Structure Essentials mod |structureessentials |1.20.1-3.2 |COMMON_SET|Manifest: NOSIGNATURE
nanhealthfixer-1.20.1-0.0.1.jar |NaNHealthFixer |nanhealthfixer |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
piglinproliferation-1.20-1.1.2.jar |Piglin Proliferation |piglinproliferation |1.20-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
golemsarefriends-1.20.0-1.0.1.jar |Golems Are Friends Not Fodder |golemsarefriends |1.20.0-1.0.1 |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.0.jar |Placebo |placebo |8.6.0 |COMMON_SET|Manifest: NOSIGNATURE
citadel-2.4.9-1.20.1.jar |Citadel |citadel |2.4.9 |COMMON_SET|Manifest: NOSIGNATURE
alexsmobs-1.22.7.jar |Alex's Mobs |alexsmobs |1.22.7 |COMMON_SET|Manifest: NOSIGNATURE
cloudstorage-1.4.0-1.20.jar |Cloud Storage |cloudstorage |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
Rats-1.20.1-8.1.2.jar |Rats |rats |1.20.1-8.1.2 |COMMON_SET|Manifest: NOSIGNATURE
forge-1.20.1-47.2.17-universal.jar |Forge |forge |47.2.17 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.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-3.4.jar |Lootintegrations mod |lootintegrations |1.20.1-3.4 |COMMON_SET|Manifest: NOSIGNATURE
beaconsforall-forge-6.2.1+1.20.1.jar |Beacons for All |beaconsforall |6.2.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
mixinextras-forge-0.2.1.jar |MixinExtras |mixinextras |0.2.1 |COMMON_SET|Manifest: NOSIGNATURE
Bookshelf-Forge-1.20.1-20.1.7.jar |Bookshelf |bookshelf |20.1.7 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
forgery-3.4.5+1.20.jar |Forgery |fabrication |3.4.5+1.20 |COMMON_SET|Manifest: NOSIGNATURE
MemorySweep-1.20.1-1.0.0-forge.jar |MemorySweep |memorysweep |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
AchievementOptimizer-1.20.1-1.0.2.jar |AchievementOptimizer |achiopt |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
jeed-1.20-2.1.6.jar |Just Enough Effects Descriptio|jeed |1.20-2.1.6 |COMMON_SET|Manifest: NOSIGNATURE
dynamo-1.20.1-1.0.0.jar |Dynamo |dynamo |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
bygonenether-1.3.2-1.20.x.jar |Bygone Nether |bygonenether |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
Ramel-Reforged-1.20.1-1.0.1.jar |Ramel |ramel |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
hauntedharvest-1.20-3.1.16.jar |Haunted Harvest |hauntedharvest |1.20-3.1.16 |COMMON_SET|Manifest: NOSIGNATURE
dragonmounts-1.20.1-1.1.5.b3.jar |Dragon Mounts: Legacy |dragonmounts |1.1.5.b3 |COMMON_SET|Manifest: NOSIGNATURE
dummmmmmy-1.20-1.8.13.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.8.13 |COMMON_SET|Manifest: NOSIGNATURE
trenzalore-forge-3.3.10+mc1.20.1-all.jar |Trenzalore |trenzalore |3.3.10 |COMMON_SET|Manifest: NOSIGNATURE
fixexperiencebug-1.20-46.2.2.jar |Experience Bug Fix |experiencebugfix |46.2.2 |COMMON_SET|Manifest: NOSIGNATURE
dsbg-1.0-1.20.1.jar |Detected setBlock Be Gone |dsbg |1.0-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
AirHop-v8.0.0-1.20.1-Forge.jar |Air Hop |airhop |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
EnemyExpansion2.0-1.20.1.jar |Enemy Expansion |enemyexpansion |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
friendsandfoes-flowerymooblooms-forge-mc1.20.1-2.0|Friends&Foes - Flowery Moobloo|flowerymooblooms |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
FarmersDelight-1.20.1-1.2.3.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.3 |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
BagusMob-1.20.1-3.1.1.jar |BagusMob |bagusmob |1.20.1-3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
crashutilities-8.1.4.jar |Crash Utilities |crashutilities |8.1.4 |COMMON_SET|Manifest: NOSIGNATURE
jearchaeology-1.20.1-1.0.3.jar |Just Enough Archaeology |jearchaeology |1.20.1-1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
cant_sleep_clowns_will_eat_me-1.20.1-1.1.0.1.jar |Can't Sleep Clowns Will Eat Me|cant_sleep_clowns_will_eat_me |1.1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
endersdelight-1.20.1-1.0.3.jar |Ender's Delight |endersdelight |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
ender_chested-1.20.1-1.1.0.jar |Ender Chested |ender_chested |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Chunky-1.3.92.jar |Chunky |chunky |1.3.92 |COMMON_SET|Manifest: NOSIGNATURE
bfendcities-1.0.jar |Big F&$%ing End Cities |bfendcities |1.0 |COMMON_SET|Manifest: NOSIGNATURE
eeeabsmobs-0.4.jar |EEEAB's Mobs |eeeabsmobs |0.4 |COMMON_SET|Manifest: NOSIGNATURE
born_in_chaos_[Forge]1.20.1_1.1.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
EyesInTheDarkness-1.20.1-1.3.10.jar |Eyes in the Darkness |eyesinthedarkness |1.3.10 |COMMON_SET|Manifest: NOSIGNATURE
Bountiful-6.0.3+1.20.1-forge.jar |Bountiful |bountiful |6.0.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
leaky-1.20.1-1.7.jar |leaky mod |leaky |1.20.1-1.7 |COMMON_SET|Manifest: NOSIGNATURE
L_Enders_Cataclysm-1.84 -1.20.1.jar |Cataclysm Mod |cataclysm |1.0 |COMMON_SET|Manifest: NOSIGNATURE
Patchouli-1.20.1-83-FORGE.jar |Patchouli |patchouli |1.20.1-83-FORGE |COMMON_SET|Manifest: NOSIGNATURE
suppsquared-1.20-1.1.11.jar |Supplementaries Squared |suppsquared |1.20-1.1.11 |COMMON_SET|Manifest: NOSIGNATURE
MobCrossing-1.20-1.0.0.jar |Mob Crossing |mobcrossing |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
collective-1.20.1-7.23.jar |Collective |collective |7.23 |COMMON_SET|Manifest: NOSIGNATURE
StrongerSnowballs-Forge-1.20.1-13.0.2.jar |StrongerSnowballs |strongersnowballs |13.0.2 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
combat_next-1.20.1-1.0.2-all.jar |Combat Next |combat_next |1.20.1-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
NightConfigFixes-v8.0.0-1.20.1-Forge.jar |Night Config Fixes |nightconfigfixes |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
grassnotfloating-1.20.1-0.1.0.jar |GrassNotFloating |grassnotfloating |0.1.0 |COMMON_SET|Manifest: NOSIGNATURE
resourcefullib-forge-1.20.1-2.1.19.jar |Resourceful Lib |resourcefullib |2.1.19 |COMMON_SET|Manifest: NOSIGNATURE
architectury-9.1.12-forge.jar |Architectury |architectury |9.1.12 |COMMON_SET|Manifest: NOSIGNATURE
footprintparticle-0.5.1-mc1.20.jar |Footprint Particle |footprintparticle |0.5.1-mc1.20 |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.1.jar |Cupboard utilities |cupboard |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE
logical-dye-mixing-1.0.0.jar |Logical Dye Mixing |mr_logical_dyemixing |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
framework-forge-1.20.1-0.6.16.jar |Framework |framework |0.6.16 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
enchantwithmob-1.20.1-11.4.1.jar |EnchantWithMob |enchantwithmob |1.20.1-11.4.1 |COMMON_SET|Manifest: NOSIGNATURE
sullysmod-3.1.0-beta.jar |Sully's Mod |sullysmod |3.1.0-beta |ERROR |Manifest: NOSIGNATURE
geckolib-neoforge-1.20.1-4.3.1.jar |GeckoLib 4 |geckolib |4.3.1 |COMMON_SET|Manifest: NOSIGNATURE
cave_dweller-1.20.1-1.7.0.jar |cave_dweller |cave_dweller |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
adaptive_performance_tweaks_items_1.20.1-11.0.0.ja|APTweaks: Items |adaptive_performance_tweaks_it|11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Species-1.20.1-1.3-Forge.jar |Species |species |1.20.1-1.3 |COMMON_SET|Manifest: NOSIGNATURE
polylib-forge-2000.0.3-build.97.jar |PolyLib |polylib |2000.0.3-build.97 |COMMON_SET|Manifest: NOSIGNATURE
WhatTheBucket-Forge-1.20.1-11.0.3.jar |WhatTheBucket |whatthebucket |11.0.3 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
legends_gather-1.20.1-2.0.0.jar |Legends Gather |legends_gather |1.20.1-2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
majruszs-accessories-neoforge-1.20.1-1.4.0.jar |Majrusz's Accessories |majruszsaccessories |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
inventorysorter-1.20.1-23.0.1.jar |Simple Inventory Sorter |inventorysorter |23.0.1 |COMMON_SET|Manifest: NOSIGNATURE
villagesandpillages-forge-mc1.20.1-1.0.0.jar |Villages&Pillages |villagesandpillages |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
PortableHole-v8.0.0-1.20.1-Forge.jar |Portable Hole |portablehole |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
relics_and_alchemy-1.20.1-0.7.1.jar |Relics And Alchemy |relics_and_alchemy |1.20.1-0.7.1 |COMMON_SET|Manifest: NOSIGNATURE
readyplayerfun-1.20.1-2.8.0.0-FORGE.jar |Ready Player Fun |readyplayerfun |1.20.1-2.8.0.0-FORGE|COMMON_SET|Manifest: NOSIGNATURE
treasuredistance-1.20-1.2.jar |Treasure Distance mod |treasuredistance |1.20-1.2 |COMMON_SET|Manifest: NOSIGNATURE
biomemakeover-FORGE-1.20.1-1.11.4.jar |Biome Makeover |biomemakeover |1.20.1-1.11.4 |COMMON_SET|Manifest: NOSIGNATURE
Supernatural-2.9.3.jar |Supernatural |supernatural |2.9.3 |COMMON_SET|Manifest: NOSIGNATURE
flatbedrock-forge-3.0.1-build.18+mc1.20.1.jar |Flat Bedrock |flatbedrock |3.0.1-build.18+mc1.2|COMMON_SET|Manifest: NOSIGNATURE
DeathKnell-Forge-1.20.1-10.0.3.jar |DeathKnell |deathknell |10.0.3 |COMMON_SET|Manifest: NOSIGNATURE
limitedchunks-1.20.1-3.9.jar |Limited Chunkloading |limitedchunks |1.8 |COMMON_SET|Manifest: NOSIGNATURE
EasyMagic-v8.0.1-1.20.1-Forge.jar |Easy Magic |easymagic |8.0.1 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
the-conjurer-1.20.1-1.1.6.jar |The Conjurer |conjurer_illager |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
map_atlases-1.20-5.12.6-all.jar |Map Atlases |map_atlases |1.20-5.12.6 |COMMON_SET|Manifest: NOSIGNATURE
obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE
MonsterPlus-Forge1.20.1-v1.1.6.1.jar |Monster Plus |monsterplus |1.0 |COMMON_SET|Manifest: NOSIGNATURE
extra_compat-1.3.8.jar |Extra Compat |extra_compat |1.3.8 |COMMON_SET|Manifest: NOSIGNATURE
FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE
artifacts-forge-9.2.0.jar |Artifacts |artifacts |9.2.0 |COMMON_SET|Manifest: NOSIGNATURE
Dungeon Crawl-1.20.1-2.3.14.jar |Dungeon Crawl |dungeoncrawl |2.3.14 |COMMON_SET|Manifest: NOSIGNATURE
ftbbackups2-forge-1.20-1.0.23.jar |FTB Backups 2 |ftbbackups2 |1.0.23 |COMMON_SET|Manifest: NOSIGNATURE
BetterTotemOfUndying-Forge-1.20.1-1.1.0.jar |Better Totem Of Undying |better_totem_of_undying |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
everycomp-1.20-2.6.18.jar |Every Compat |everycomp |1.20-2.6.18 |COMMON_SET|Manifest: NOSIGNATURE
cyanide-forge-1.20.1-4.1.0.jar |Cyanide |cyanide |4.1.0 |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
deathquotes-forge-1.20.1-3.3.jar |DeathQuotes |deathquotes |3.3 |COMMON_SET|Manifest: NOSIGNATURE
betterjukebox-1.20-1.3.jar |Better Jukeboxes |betterjukebox |1.20-1.3 |COMMON_SET|Manifest: NOSIGNATURE
BOMD-Forge-1.20.1-1.0.6.jar |Bosses of Mass Destruction |bosses_of_mass_destruction |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
Terralith_1.20.4_v2.4.11.jar |Terralith |terralith |2.4.11 |COMMON_SET|Manifest: NOSIGNATURE
blueprint-1.20.1-7.0.0.jar |Blueprint |blueprint |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE
randomium-1.20-1.29.jar |Randomium |randomium |1.20-1.29 |COMMON_SET|Manifest: NOSIGNATURE
watut-1.20.1-1.0.11.jar |What Are They Up To |watut |1.20.1-1.0.11 |COMMON_SET|Manifest: NOSIGNATURE
VillainousFishAI-forge-1.20.1-1.1.jar |Villainous Fish AI |villainousfishai |1.1 |COMMON_SET|Manifest: NOSIGNATURE
adaptive_performance_tweaks_player_1.20.1-11.0.0.j|APTweaks: Player |adaptive_performance_tweaks_pl|11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
libertyvillagers-2.0.0+forge+1.20.1.jar |Liberty's Villagers |libertyvillagers |2.0.0+forge+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
Raided-1.20.1-0.1.3.jar |Raided |raided |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE
friendsandfoes-forge-mc1.20.1-2.0.6.jar |Friends&Foes |friendsandfoes |2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
nyfsspiders-forge-1.20.1-2.1.1.jar |Nyf's Spiders |nyfsspiders |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
illagersweararmor-1.20-1.3.1.jar |Illagers Wear Armor |zillagersweararmor |1.20-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
right_click_get_crops-1.20.1-1.6.0.12.jar |Right Click, Get Crops |right_click_get_crops |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
capable_composters-1.20.1-1.2.0.3.jar |Capable Composters |capable_composters |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
cofh_core-1.20.1-11.0.0.51.jar |CoFH Core |cofh_core |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE
ensorcellation-1.20.1-5.0.0.21.jar |Ensorcellation |ensorcellation |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
cotw-forge-1.20.1-1.0.0.jar |Curse of the Warden |cotw |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
JustEnoughBeacons-Forge-1.19+-1.1.1.jar |JustEnoughBeacons |just_enough_beacons |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
alexscaves-1.0.9.jar |Alex's Caves |alexscaves |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
tact-1.0.6+1.20.1.jar |TACT |tact |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
moonlight-1.20-2.8.67-forge.jar |Moonlight Library |moonlight |1.20-2.8.67 |COMMON_SET|Manifest: NOSIGNATURE
labels-1.20-1.19.jar |Labels |labels |1.20-1.19 |COMMON_SET|Manifest: NOSIGNATURE
moyai-1.20-2.1.4.jar |Moyai |moyai |1.20-2.1.4 |COMMON_SET|Manifest: NOSIGNATURE
endermanoverhaul-forge-1.20.1-1.0.3.jar |Enderman Overhaul |endermanoverhaul |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
Salju-Ladders-2.4.3.jar |Better Ladders |salju_ladders |2.4.3 |COMMON_SET|Manifest: NOSIGNATURE
mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
snowyspirit-1.20-2.2.6.jar |Snowy Spirit |snowyspirit |1.20-2.2.6 |COMMON_SET|Manifest: NOSIGNATURE
friendsandfoes-beekeeperhut-forge-mc1.20-1.3.0.jar|Friends&Foes - Beekeeper Hut |beekeeperhut |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.11.16_mc1.20.1.jar |CreativeCore |creativecore |2.11.16 |COMMON_SET|Manifest: NOSIGNATURE
creeperheal-1.20.1-2.0.3.jar |creeperheal |creeperheal |2.0.3 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed
archers_paradox-1.20.1-5.0.0.17.jar |Archer's Paradox |archers_paradox |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
taniwha-forge-1.20.0-5.4.4.jar |Taniwha |taniwha |1.20.0-5.4.4 |COMMON_SET|Manifest: NOSIGNATURE
weaponmaster-multi-forge-1.20.1-3.0.6.jar |YDM's Weapon Master |weaponmaster |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE
smoothboot-mc1.20.1-0.0.3.jar |Smooth Boot (Reloaded) |smoothboot |0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
TrueHerobrine_1.1+1.20.1.jar |True Herobrine |true_herobrine |1.1 |COMMON_SET|Manifest: NOSIGNATURE
Iceberg-1.20.1-forge-1.1.18.jar |Iceberg |iceberg |1.1.18 |COMMON_SET|Manifest: NOSIGNATURE
brutalbosses-1.20.1-6.6.jar |brutalbosses mod |brutalbosses |1.20.1-6.6 |COMMON_SET|Manifest: NOSIGNATURE
hmag-forge-mc1.20.1-9.0.7.jar |Hostile Mobs and Girls |hmag |9.0.7 |COMMON_SET|Manifest: NOSIGNATURE
FastWorkbench-1.20.1-8.0.2.jar |Fast Workbench |fastbench |8.0.2 |COMMON_SET|Manifest: NOSIGNATURE
CerbonsBetterBeacons-Forge-1.20.1-1.0.2.jar |CERBON's Better Beacons |better_beacons |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
Nullscape_1.20.4_v1.2.4.jar |Nullscape |nullscape |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
normaldamage-1.0.0-forge.jar |Normal Damage |normaldamage |1.0.0-forge |COMMON_SET|Manifest: NOSIGNATURE
betterchunkloading-1.20.1-2.5.jar |betterchunkloading mod |betterchunkloading |1.20.1-2.5 |COMMON_SET|Manifest: NOSIGNATURE
miners_delight-1.20.1-1.2.1.jar |Miner's Delight |miners_delight |1.20.1-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE
UniversalEnchants-v8.0.0-1.20.1-Forge.jar |Universal Enchants |universalenchants |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
TrampleNoMore-Forge-1.20.1-13.0.2.jar |TrampleNoMore |tramplenomore |13.0.2 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5
DMMTTBA-forge-1.20.1-1.0.2.jar |Don't Make Me Turn This Boat A|dmmttba |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
MEED-1.20.1-2.4.jar |Moderately Enough Effect Descr|moderately_enough_effect_desc |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
coroutil-1.20.1-1.3.3.jar |CoroUtil |coroutil |1.20.1-1.3.3 |COMMON_SET|Manifest: NOSIGNATURE
capable_cauldrons-1.20.1-1.2.0.5.jar |Capable Cauldrons |capable_cauldrons |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
creeperoverhaul-3.0.1-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
betterlily-1.20-1.3.1.jar |Better Lily Pads |betterlily |1.20-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
async-locator-forge-1.20-1.3.0.jar |Async Locator |asynclocator |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
majruszs-enchantments-neoforge-1.20.1-1.10.5.jar |Majrusz's Enchantments |majruszsenchantments |1.10.5 |COMMON_SET|Manifest: NOSIGNATURE
heartstone-1.20-1.3.0.jar |Heartstone |heartstone |1.20-1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
PacketFixer-forge-1.1.7-1.20.1.jar |Packet Fixer |packetfixer |1.1.7 |COMMON_SET|Manifest: NOSIGNATURE
expandability-forge-9.0.0.jar |ExpandAbility |expandability |9.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Crash Report UUID: d75dcf16-eaf6-4ef7-b685-deec91fa552f
FML: 47.2
Forge: net.minecraftforge:47.2.17
Suspected Mods: Forge (forge), Minecraft (minecraft)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment