
Server Cash
Closed this issue ยท 3 comments
same issue.
`---- Minecraft Crash Report ----
// Don't be sad, have a hug! <3
Time: 2025-06-27 01:11:40
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.0-universal.jar%23734!/:?] {re:classloading}
at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.4.0-universal.jar%23734!/:?] {re:classloading}
at net.minecraft.server.Main.main(Main.java:125) ~[server-1.20.1-20230612.114412-srg.jar%23729!/:?] {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) ~[?:?] {re:mixin}
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}
at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:?] {}
at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.4.0.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%23486!/:6.0.6] {re:classloading,re:mixin}
at com.simibubi.create.Create.(Create.java:106) ~[create-1.20.1-6.0.6.jar%23486!/: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.0.jar%23731!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:126) ~[fmlcore-1.20.1-47.4.0.jar%23730!/:?] {}
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: /server/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%23908!/:?] {re:mixin,re:classloading}
at com.simibubi.create.foundation.data.CreateRegistrate.accept(CreateRegistrate.java:130) ~[create-1.20.1-6.0.6.jar%23486!/: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%23908!/:?] {re:classloading,re:mixin}
at com.tterrag.registrate.builders.BlockEntityBuilder.register(BlockEntityBuilder.java:150) ~[Registrate-MC1.20-1.3.3.jar%23908!/:?] {re:classloading,re:mixin}
at com.simibubi.create.AllBlockEntityTypes.(AllBlockEntityTypes.java:972) ~[create-1.20.1-6.0.6.jar%23486!/:6.0.6] {re:mixin,re:classloading}
at com.simibubi.create.Create.onCtor(Create.java:131) ~[create-1.20.1-6.0.6.jar%23486!/:6.0.6] {re:classloading,re:mixin}
at com.simibubi.create.Create.(Create.java:106) ~[create-1.20.1-6.0.6.jar%23486!/: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.0.jar%23731!/:?] {}
at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$5(ModContainer.java:126) ~[fmlcore-1.20.1-47.4.0.jar%23730!/:?] {}
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 6.1.0-25-amd64
Java Version: 17.0.15, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 696465920 bytes (664 MiB) / 2457862144 bytes (2344 MiB) up to 9663676416 bytes (9216 MiB)
CPUs: 3
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 9 5900X 12-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 2
Microarchitecture: Zen 3
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 12
Number of logical CPUs: 24
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): 105311.16
Virtual memory used (MB): 106344.81
Swap memory total (MB): 40960.00
Swap memory used (MB): 8921.27
JVM Flags: 2 total; -Xms1024M -Xmx9216M
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.0.jar slf4jfixer PLUGINSERVICE
fmlloader-1.20.1-47.4.0.jar object_holder_definalize PLUGINSERVICE
fmlloader-1.20.1-47.4.0.jar runtime_enum_extender PLUGINSERVICE
fmlloader-1.20.1-47.4.0.jar capability_token_subclass PLUGINSERVICE
accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
fmlloader-1.20.1-47.4.0.jar runtimedistcleaner PLUGINSERVICE
modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
[email protected]
javafml@null
_[email protected]+0.15.0+1.20.1
lowcodefml@null
Mod List:
YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
almanac-1.20.x-forge-1.0.2.jar |Almanac |almanac |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
disenchanting_table-merged-1.20.1-5.0.2.jar |Dis-Enchanting Table |disenchanting_table |5.0.2 |COMMON_SET|Manifest: NOSIGNATURE
simplemagnets-1.1.12-forge-mc1.20.1.jar |Simple Magnets |simplemagnets |1.1.12 |COMMON_SET|Manifest: NOSIGNATURE
TinkersLevellingAddon-1.20.1-1.4.3.jar |Tinkers' Levelling Addon |tinkerslevellingaddon |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |COMMON_SET|Manifest: NOSIGNATURE
fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |COMMON_SET|Manifest: NOSIGNATURE
modernfix-forge-5.23.1+mc1.20.1.jar |ModernFix |modernfix |5.23.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |COMMON_SET|Manifest: NOSIGNATURE
fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |COMMON_SET|Manifest: NOSIGNATURE
fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |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
Shrink-1.20.1-1.4.5.jar |Shrink |shrink |1.4.5 |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
createdieselgenerators-1.20.1-1.3.2.jar |Create Diesel Generators |createdieselgenerators |1.20.1-1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
forge_wider_ender_chests-1.0.3-1.20.1.jar |Wider Ender Chests |wider_ender_chests |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
create-new-age-forge-1.20.1-1.1.4.jar |Create: New Age |create_new_age |1.1.4 |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
Paraglider-forge-20.1.3.jar |Paraglider |paraglider |20.1.3 |COMMON_SET|Manifest: NOSIGNATURE
cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |COMMON_SET|Manifest: NOSIGNATURE
embeddium-0.3.31+mc1.20.1.jar |Embeddium |embeddium |0.3.31+mc1.20.1 |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
trading_floor-forge-1.20.1-2.0.4.jar |Create: Trading Floor |trading_floor |2.0.4 |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
constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |COMMON_SET|Manifest: NOSIGNATURE
mcw-roofs-2.3.2-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.2 |COMMON_SET|Manifest: NOSIGNATURE
createrailwaysnavigator-forge-1.20.1-beta-0.8.4-C6|Create Railways Navigator |createrailwaysnavigator |1.20.1-beta-0.8.4-C6|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
fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |COMMON_SET|Manifest: NOSIGNATURE
KryptonReforged-0.2.3.jar |Krypton Reforged |krypton |0.2.3 |COMMON_SET|Manifest: NOSIGNATURE
toms_storage-1.20-1.7.1.jar |Tom's Simple Storage Mod |toms_storage |1.7.1 |COMMON_SET|Manifest: NOSIGNATURE
FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |COMMON_SET|Manifest: NOSIGNATURE
createteleporters2.3-1.20.1.jar |Create Teleporters |createteleporters |2.2 |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
BEB-Forge-1.20.1-4.0.0.jar |Beautiful Enchanted Books |beb |4.0.0 |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
fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |COMMON_SET|Manifest: NOSIGNATURE
radium-mc1.20.1-0.12.4+git.26c9d8e.jar |Radium |radium |0.12.4+git.26c9d8e |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
rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |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
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
fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE
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
caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
fastasyncworldsave-1.20.1-2.4.jar |fastasyncworldsave mod |fastasyncworldsave |1.20.1-2.4 |COMMON_SET|Manifest: NOSIGNATURE
BotanyPots-Forge-1.20.1-13.0.41.jar |BotanyPots |botanypots |13.0.41 |COMMON_SET|Manifest: NOSIGNATURE
rechiseledcreate-1.0.2a-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.2+a |COMMON_SET|Manifest: NOSIGNATURE
midnightlib-1.4.2-forge.jar |MidnightLib |midnightlib |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
molten_vents-1.20.1-2.0.9.jar |Molten Vents |molten_vents |2.0.9 |COMMON_SET|Manifest: NOSIGNATURE
fusion-1.2.7b-forge-mc1.20.1.jar |Fusion |fusion |1.2.7+b |COMMON_SET|Manifest: NOSIGNATURE
CraftTweaker-forge-1.20.1-14.0.57.jar |CraftTweaker |crafttweaker |14.0.57 |COMMON_SET|Manifest: NOSIGNATURE
fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |COMMON_SET|Manifest: NOSIGNATURE
ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE
awesomedungeonocean-forge-1.20.1-3.3.0.jar |Awesome dungeon edition ocean |awesomedungeonocean |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE
server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
voicechat-forge-1.20.1-2.5.30.jar |Simple Voice Chat |voicechat |1.20.1-2.5.30 |COMMON_SET|Manifest: NOSIGNATURE
TerraBlender-forge-1.20.1-3.0.1.10.jar |TerraBlender |terrablender |3.0.1.10 |COMMON_SET|Manifest: NOSIGNATURE
BiomesOPlenty-1.20.1-18.0.0.592.jar |Biomes O' Plenty |biomesoplenty |18.0.0.592 |COMMON_SET|Manifest: NOSIGNATURE
SOB-Forge-1.20.1-1.0.0.jar |SuperOreBlock |super_ore_block |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |COMMON_SET|Manifest: NOSIGNATURE
fabric-resource-conditions-api-v1-2.3.8+9e342fc177|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9e342fc177 |COMMON_SET|Manifest: NOSIGNATURE
fastpaintings-1.20-1.2.7.jar |Fast Paintings |fastpaintings |1.20-1.2.7 |COMMON_SET|Manifest: NOSIGNATURE
CreateTweaker-forge-1.20.1-4.0.15.jar |CreateTweaker |createtweaker |4.0.15 |COMMON_SET|Manifest: NOSIGNATURE
domum_ornamentum-1.20.1-1.0.186-RELEASE-universal.|Domum Ornamentum |domum_ornamentum |1.20.1-1.0.186-RELEA|COMMON_SET|Manifest: NOSIGNATURE
betterfpsdist-1.20.1-6.0.jar |betterfpsdist mod |betterfpsdist |1.20.1-6.0 |COMMON_SET|Manifest: NOSIGNATURE
flywheel-forge-1.20.1-1.0.4.jar |Flywheel |flywheel |1.0.4 |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
[1.20.1] SecurityCraft v1.10.0.1.jar |SecurityCraft |securitycraft |1.10.0.1 |COMMON_SET|Manifest: NOSIGNATURE
nocube's_create_compact_exp_1.0.4_forge_1.20.1.jar|Create Compact Exp |nocubescreateexp |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
structurize-1.20.1-1.0.773-snapshot.jar |Structurize |structurize |1.20.1-1.0.773-snaps|COMMON_SET|Manifest: NOSIGNATURE
fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |COMMON_SET|Manifest: NOSIGNATURE
ImmediatelyFast-Forge-1.5.0+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.5.0+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
underwater_village-1.0.2-forge-1.20.1.jar |underwater_village |underwater_village |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
lootr-forge-1.20-0.7.35.91.jar |Lootr |lootr |0.7.35.91 |COMMON_SET|Manifest: NOSIGNATURE
fabric-object-builder-api-v1-11.1.3+4bd998fa77.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+4bd998fa77 |COMMON_SET|Manifest: NOSIGNATURE
immersive_melodies-0.5.0+1.20.1-forge.jar |Immersive Melodies |immersive_melodies |0.5.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |COMMON_SET|Manifest: NOSIGNATURE
cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53
defaultoptions-forge-1.20-18.0.1.jar |Default Options |defaultoptions |18.0.1 |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+cf68abbe77.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+cf68abbe77 |COMMON_SET|Manifest: NOSIGNATURE
fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |COMMON_SET|Manifest: NOSIGNATURE
towntalk-1.20.1-1.1.0.jar |TownTalk |towntalk |1.1.0 |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
sophisticatedcore-1.20.1-1.2.71.1022.jar |Sophisticated Core |sophisticatedcore |1.2.71.1022 |COMMON_SET|Manifest: NOSIGNATURE
gpumemleakfix-1.20.1-1.8.jar |Gpu memory leak fix |gpumemleakfix |1.20.1-1.8 |COMMON_SET|Manifest: NOSIGNATURE
create_recycle_1.0.2_forge_1.20.1.jar |Create Recycling |create_crush_everything |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
villagernames-1.20.1-8.2.jar |Villager Names |villagernames |8.2 |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
Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |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
sophisticatedbackpacks-1.20.1-3.23.19.1263.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.23.19.1263 |COMMON_SET|Manifest: NOSIGNATURE
mcw-doors-1.1.2-mc1.20.1forge.jar |Macaw's Doors |mcwdoors |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
medieval_buildings-1.20.1-1.1.2-forge.jar |Medieval Buildings |medieval_buildings |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
carryon-forge-1.20.1-2.1.2.7.jar |Carry On |carryon |2.1.2.7 |COMMON_SET|Manifest: NOSIGNATURE
melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
interiors-0.5.6+forge-mc1.20.1-local.jar |Create: Interiors |interiors |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
fabric-api-0.92.2+1.11.12+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.2+1.11.12+1.20.|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: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a
diagonalblocks-forge-8.0.6.jar |Diagonal Blocks |diagonalblocks |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
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
entity_model_features_forge_1.20.1-2.4.1.jar |Entity Model Features |entity_model_features |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE
entity_texture_features_forge_1.20.1-6.2.9.jar |Entity Texture Features |entity_texture_features |6.2.9 |COMMON_SET|Manifest: NOSIGNATURE
customizableelytra-forge-2.1.2+1.20.jar |Customizable Elytra |customizableelytra |2.1.2+1.20 |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
AmbientSounds_FORGE_v6.1.11_mc1.20.1.jar |AmbientSounds |ambientsounds |6.1.11 |COMMON_SET|Manifest: NOSIGNATURE
jearchaeology-1.20.1-1.0.4.jar |Just Enough Archaeology |jearchaeology |1.20.1-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |COMMON_SET|Manifest: NOSIGNATURE
DiagonalWindows-v8.1.5-1.20.1-Forge.jar |Diagonal Windows |diagonalwindows |8.1.5 |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
blockui-1.20.1-1.0.193.jar |UI Library Mod |blockui |1.20.1-1.0.193 |COMMON_SET|Manifest: NOSIGNATURE
CerbonsApi-Forge-1.20.1-1.0.0.jar |CerbonsApi |cerbons_api |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
elevatorid-1.20.1-1.9.1-forge.jar |Elevator Mod |elevatorid |1.20.1-1.9.1-forge |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
cherishedworlds-forge-6.1.7+1.20.1.jar |Cherished Worlds |cherishedworlds |6.1.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
monolib-forge-1.20.1-2.1.0.jar |MonoLib |monolib |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
more_bows_and_arrows-merged-1.20.1-4.0.0.jar |More Bows and Arrows |more_bows_and_arrows |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE
eat_an_omelette-merged-1.20.1-1.5.0.jar |Eat an Omelette |eat_an_omelette |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
golden_foods-merged-1.20.1-2.4.0.jar |Golden Foods |golden_foods |2.4.0 |COMMON_SET|Manifest: NOSIGNATURE
longer_following_time-merged-1.20.1-1.0.0.jar |Longer Following Time |longer_following_time |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
framework-forge-1.20.1-0.7.15.jar |Framework |framework |0.7.15 |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
new_shield_variants-merged-1.20.1-2.0.0.jar |New Shield Variants |new_shield_variants |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
BetterAdvancements-Forge-1.20.1-0.4.2.25.jar |Better Advancements |betteradvancements |0.4.2.25 |COMMON_SET|Manifest: NOSIGNATURE
fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |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: 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
mobdropsrecipes_overworld-merged-1.20.1-2.0.0.jar |MobDropsRecipes Overworld |mobdropsrecipes_overworld |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |COMMON_SET|Manifest: NOSIGNATURE
chloride-FORGE-mc1.20.1-v1.7.2.jar |Chloride |chloride |1.7.2 |COMMON_SET|Manifest: NOSIGNATURE
Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |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
ExplorersCompass-1.20.1-1.3.3-forge.jar |Explorer's Compass |explorerscompass |1.20.1-1.3.3-forge |COMMON_SET|Manifest: NOSIGNATURE
ToastControl-1.20.1-8.0.3.jar |Toast Control |toastcontrol |8.0.3 |COMMON_SET|Manifest: NOSIGNATURE
automessage-merged-1.20.1-2.2.0.jar |AutoMessage |automessage |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
txnilib-forge-1.0.24-1.20.1.jar |TxniLib |txnilib |1.0.24 |COMMON_SET|Manifest: NOSIGNATURE
TConstruct-1.20.1-3.10.1.76.jar |Tinkers' Construct |tconstruct |3.10.1.76 |COMMON_SET|Manifest: NOSIGNATURE
dragonlib-forge-1.20.1-2.2.24.jar |DragonLib |dragonlib |1.20.1-2.2.24 |COMMON_SET|Manifest: NOSIGNATURE
new_slab_variants-merged-1.20.1-3.0.1.jar |New Slab Variants |new_slab_variants |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |COMMON_SET|Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.12.32_mc1.20.1.jar |CreativeCore |creativecore |2.12.32 |COMMON_SET|Manifest: NOSIGNATURE
easy-villagers-forge-1.20.1-1.1.23.jar |Easy Villagers |easy_villagers |1.20.1-1.1.23 |COMMON_SET|Manifest: NOSIGNATURE
StorageDrawers-1.20.1-12.9.14.jar |Storage Drawers |storagedrawers |12.9.14 |COMMON_SET|Manifest: NOSIGNATURE
FluidDrawersLegacy-1.20.1-forge-5.2.0.jar |Fluid Drawers Legacy |fluiddrawerslegacy |5.2.0 |COMMON_SET|Manifest: NOSIGNATURE
DiagonalFences-v8.1.5-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.5 |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
doespotatotick-1.20.1-4.0.2.jar |DoesPotatoTick |doespotatotick |1.20.1-4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
betterarcheology-1.2.1-1.20.1.jar |Better Archeology |betterarcheology |1.2.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |COMMON_SET|Manifest: NOSIGNATURE
dynamicvillage-v0.4-1.20.1.jar |Create: Dynamic Village |dynamicvillage |0.4 |COMMON_SET|Manifest: NOSIGNATURE
buildinggadgets2-1.0.7.jar |Building Gadgets 2 |buildinggadgets2 |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
fancymenu_forge_3.5.2_MC_1.20.1.jar |FancyMenu |fancymenu |3.5.2 |COMMON_SET|Manifest: NOSIGNATURE
minecolonies-1.20.1-1.1.943-snapshot.jar |MineColonies |minecolonies |1.20.1-1.1.943-snaps|COMMON_SET|Manifest: NOSIGNATURE
createmetallurgy-0.0.7-C6-1.20.1.jar |Create Metallurgy |createmetallurgy |0.0.7-C6-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
create_kart-2.3.0-forge-1.20.1.jar |Create Kart |create_kart |2.3.0 |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
justzoom_forge_2.1.1_MC_1.20.1.jar |Just Zoom |justzoom |2.1.1 |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
BetterF3-7.0.2-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.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
create_structures_arise-160.33.32-forge-1.20.1.jar|Create: Structures Arise |create_structures_arise |160.33.32 |COMMON_SET|Manifest: NOSIGNATURE
createaddition-1.20.1-1.3.1.jar |Create Crafts & Additions |createaddition |1.20.1-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
beautifulcampfires-forge-1.20.1-1.0.1.jar |BeautifulCampfires |beautifulcampfires |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
colourfulearth-1.20.1-2.1.jar |Colourful Earth |colourfulearth |1.20.1-2.1 |COMMON_SET|Manifest: NOSIGNATURE
scena-forge-1.0.103.jar |Scena |scena |1.0.103 |COMMON_SET|Manifest: NOSIGNATURE
player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |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
botarium-forge-1.20.1-2.3.4.jar |Botarium |botarium |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE
Ponder-Forge-1.20.1-1.0.80.jar |Ponder |ponder |1.0.80 |COMMON_SET|Manifest: NOSIGNATURE
mcw-windows-2.3.0-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
aquaculturedelight-1.1.1-forge-1.20.1.jar |Aquaculture Delight |aquaculturedelight |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
create_jetpack-forge-4.4.2.jar |Create Jetpack |create_jetpack |4.4.2 |COMMON_SET|Manifest: NOSIGNATURE
fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |COMMON_SET|Manifest: NOSIGNATURE
guardvillagers-1.20.1-1.6.10.jar |Guard Villagers |guardvillagers |1.20.1-1.6.10 |COMMON_SET|Manifest: NOSIGNATURE
forge-medievalend-1.0.1.jar |Medieval Buildings [The End Ed|medievalend |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
balm-forge-1.20.1-7.3.31-all.jar |Balm |balm |7.3.31 |COMMON_SET|Manifest: NOSIGNATURE
fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |COMMON_SET|Manifest: NOSIGNATURE
JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |COMMON_SET|Manifest: NOSIGNATURE
chat_heads-0.13.18-forge-1.20.jar |Chat Heads |chat_heads |0.13.18 |COMMON_SET|Manifest: NOSIGNATURE
forge-startinv-1.0.0-1.20.1.jar |Start Invulnerability Mod |startinv |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
[forge]ctov-3.4.14.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.14 |COMMON_SET|Manifest: NOSIGNATURE
portablespawner-forge-1.20.1-1.0.1.jar |PortableSpawner |portablespawner |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
Geophilic v3.4.2 f15-80.mod.jar |Geophilic |geophilic |3.4.2 |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
AdvancementPlaques-1.20.1-forge-1.6.9.jar |Advancement Plaques |advancementplaques |1.6.9 |COMMON_SET|Manifest: NOSIGNATURE
torchmaster-20.1.9.jar |Torchmaster |torchmaster |20.1.9 |COMMON_SET|Manifest: NOSIGNATURE
fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |COMMON_SET|Manifest: NOSIGNATURE
Explorify v1.6.2 f10-48.jar |Explorify |explorify |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE
ironfurnaces-1.20.1-4.1.6.jar |Iron Furnaces |ironfurnaces |4.1.6 |COMMON_SET|Manifest: NOSIGNATURE
mcw-trapdoors-1.1.4-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642corelib-1.1.18-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18 |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
ender_pack-merged-1.20.1-2.2.0.jar |EnderPack |ender_pack |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
fabric-entity-events-v1-1.6.0+4ca7515277.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+4ca7515277 |COMMON_SET|Manifest: NOSIGNATURE
mcw-furniture-3.3.0-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE
flightlib-forge-2.1.0.jar |Flight Lib |flightlib |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
JadeAddons-1.20.1-Forge-5.5.0.jar |Jade Addons |jadeaddons |5.5.0+forge |COMMON_SET|Manifest: NOSIGNATURE
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
fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |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
doubledoors-1.20.1-7.0.jar |Double Doors |doubledoors |7.0 |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
fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |COMMON_SET|Manifest: NOSIGNATURE
jei-1.20.1-forge-15.20.0.106.jar |Just Enough Items |jei |15.20.0.106 |COMMON_SET|Manifest: NOSIGNATURE
multipiston-1.20-1.2.43-RELEASE.jar |Multi-Piston |multipiston |1.20-1.2.43-RELEASE |COMMON_SET|Manifest: NOSIGNATURE
lithostitched-forge-1.20.1-1.4.8.jar |Lithostitched |lithostitched |1.4.8 |COMMON_SET|Manifest: NOSIGNATURE
Mekanism-1.20.1-10.4.16.80.jar |Mekanism |mekanism |10.4.16 |COMMON_SET|Manifest: NOSIGNATURE
MekanismGenerators-1.20.1-10.4.16.80.jar |Mekanism: Generators |mekanismgenerators |10.4.16 |COMMON_SET|Manifest: NOSIGNATURE
EW-Forge-1.20.1-1.0.0.jar |ExclusiveWeapons |exclusive_weapons |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |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
NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |COMMON_SET|Manifest: NOSIGNATURE
GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |0.0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
SereneSeasons-forge-1.20.1-9.1.0.2.jar |Serene Seasons |sereneseasons |9.1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
mob_drops_recipes_nether-merged-1.20.1-2.1.1.jar |Mob Drops Recipes Nether |mob_drops_recipes_nether |2.1.1 |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.0-universal.jar |Forge |forge |47.4.0 |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
cofh_core-1.20.1-11.0.2.56.jar |CoFH Core |cofh_core |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE
thermal_core-1.20.1-11.0.6.24.jar |Thermal Series |thermal |11.0.6 |COMMON_SET|Manifest: NOSIGNATURE
thermal_integration-1.20.1-11.0.1.27.jar |Thermal Integration |thermal_integration |11.0.1 |COMMON_SET|Manifest: NOSIGNATURE
thermal_cultivation-1.20.1-11.0.1.24.jar |Thermal Cultivation |thermal_cultivation |11.0.1 |COMMON_SET|Manifest: NOSIGNATURE
appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
thermal_innovation-1.20.1-11.0.1.23.jar |Thermal Innovation |thermal_innovation |11.0.1 |COMMON_SET|Manifest: NOSIGNATURE
thermal_foundation-1.20.1-11.0.6.70.jar |Thermal Foundation |thermal_foundation |11.0.6 |COMMON_SET|Manifest: NOSIGNATURE
thermal_locomotion-1.20.1-11.0.1.19.jar |Thermal Locomotion |thermal_locomotion |11.0.1 |COMMON_SET|Manifest: NOSIGNATURE
thermal_dynamics-1.20.1-11.0.1.23.jar |Thermal Dynamics |thermal_dynamics |11.0.1 |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
MineColonies_Tweaks-1.20.1-2.69-all.jar |Tweaks addon for MineColonies |minecolonies_tweaks |2.69 |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
MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |COMMON_SET|Manifest: NOSIGNATURE
MineColonies_Compatibility-1.20.1-2.77.jar |Compatibility addon for MineCo|minecolonies_compatibility |2.77 |COMMON_SET|Manifest: NOSIGNATURE
ImmersiveEngineering-1.20.1-10.2.0-183.jar |Immersive Engineering |immersiveengineering |1.20.1-10.2.0-183 |COMMON_SET|Manifest: 44:39:94:cf:1d:8c:be:3c:7f:a9:ee:f4:1e:63:a5:ac:61:f9:c2:87:d5:5b:d9:d6:8c:b5:3e:96:5d:8e:3f:b7
createoreexcavation-1.20-1.6.4.jar |Create Ore Excavation |createoreexcavation |1.6.4 |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
spectrelib-forge-0.13.17+1.20.1.jar |SpectreLib |spectrelib |0.13.17+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
animal_armor_trims-merged-1.20.1-2.0.1.jar |Animal Armor Trims |animal_armor_trims |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |COMMON_SET|Manifest: NOSIGNATURE
Mantle-1.20.1-1.11.63.jar |Mantle |mantle |1.11.63 |COMMON_SET|Manifest: NOSIGNATURE
fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |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
oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE
fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |COMMON_SET|Manifest: NOSIGNATURE
PuzzlesLib-v8.1.32-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.32 |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
create_power_loader-2.0.3-mc1.20.1.jar |Create: Power Loader |create_power_loader |2.0.3-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
Aquaculture-1.20.1-2.5.5.jar |Aquaculture 2 |aquaculture |2.5.5 |COMMON_SET|Manifest: NOSIGNATURE
fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |COMMON_SET|Manifest: NOSIGNATURE
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
create_misc_and_things 1.20.1_4.0A.jar |create: things and misc |create_things_and_misc |1.0.0 |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
recipeessentials-1.20.1-4.0.jar |recipeessentials mod |recipeessentials |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
naturalist-5.0pre2+forge-1.20.1.jar |Naturalist |naturalist |5.0pre2 |COMMON_SET|Manifest: NOSIGNATURE
connectivity-1.20.1-7.1.jar |Connectivity Mod |connectivity |1.20.1-7.1 |COMMON_SET|Manifest: NOSIGNATURE
immersive_aircraft-1.2.2+1.20.1-forge.jar |Immersive Aircraft |immersive_aircraft |1.2.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
kleeslabs-forge-1.20.1-15.0.6.jar |KleeSlabs |kleeslabs |15.0.6 |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
cookingforblockheads-forge-1.20.1-16.0.13.jar |CookingForBlockheads |cookingforblockheads |16.0.13 |COMMON_SET|Manifest: NOSIGNATURE
Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
citadel-2.6.1-1.20.1.jar |Citadel |citadel |2.6.1 |COMMON_SET|Manifest: NOSIGNATURE
alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |COMMON_SET|Manifest: NOSIGNATURE
fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |COMMON_SET|Manifest: NOSIGNATURE
mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
redirected-forge-1.0.0-1.20.1.jar |Redirected |redirected |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
CreateNumismatics-1.0.15+forge-mc1.20.1.jar |Create: Numismatics |numismatics |1.0.15+forge-mc1.20.|COMMON_SET|Manifest: NOSIGNATURE
Twigs-1.20.1-3.1.0.jar |Twigs |twigs |1.20.1-3.1.1 |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
dummmmmmy-1.20-2.0.7.jar |MmmMmmMmmmmm |dummmmmmy |1.20-2.0.7 |COMMON_SET|Manifest: NOSIGNATURE
fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |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
FarmersStructures-1.0.3-1.20.jar |FarmersStructures |farmers_structures |1.0.0 |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
createframed-1.20.1-1.6.5.jar |Create: Framed |createframed |1.6.5 |COMMON_SET|Manifest: NOSIGNATURE
create_ultimate_factory-2.1.0-forge-1.20.1.jar |Create: Ultimate Factory |create_ultimate_factory |2.1.0 |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
Bountiful-6.0.4+1.20.1-forge.jar |Bountiful |bountiful |6.0.4+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
trimeffects-forge-mc1.20-2.1.2.jar |TrimsEffects |trimeffects |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
protection_pixel-1.1.6-forge-1.20.1.jar |Protection Pixel |protection_pixel |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedstoragecreateintegration-1.20.1-0.1.1|Sophisticated Storage Create I|sophisticatedstoragecreateinte|0.1.12.36 |COMMON_SET|Manifest: NOSIGNATURE
mobdropsrecipes_end-merged-1.20.1-1.0.1.jar |MobDropsRecipes End |mobdropsrecipes_end |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
collective-1.20.1-8.3.jar |Collective |collective |8.3 |COMMON_SET|Manifest: NOSIGNATURE
thermal_expansion-1.20.1-11.0.1.29.jar |Thermal Expansion |thermal_expansion |11.0.1 |COMMON_SET|Manifest: NOSIGNATURE
xercapaint-1.20.1-1.0.1.jar |Joy of Painting |xercapaint |1.20.1-1.0.1 |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
MekanismTools-1.20.1-10.4.16.80.jar |Mekanism: Tools |mekanismtools |10.4.16 |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
epicpowerbracelets-forge-1.20.X-1.1.0.jar |Epic Power Bracelets |epicpowerbracelets |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
ftb-library-forge-2001.2.9.jar |FTB Library |ftblibrary |2001.2.9 |COMMON_SET|Manifest: NOSIGNATURE
ftb-teams-forge-2001.3.1.jar |FTB Teams |ftbteams |2001.3.1 |COMMON_SET|Manifest: NOSIGNATURE
ftb-chunks-forge-2001.3.6.jar |FTB Chunks |ftbchunks |2001.3.6 |COMMON_SET|Manifest: NOSIGNATURE
ftb-quests-forge-2001.4.13.jar |FTB Quests |ftbquests |2001.4.13 |COMMON_SET|Manifest: NOSIGNATURE
betterpickaxetrims-forge-1.20.1-1.0.1.jar |Better Pickaxe Trims |pickaxetrims |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |COMMON_SET|Manifest: NOSIGNATURE
refurbished_furniture-forge-1.20.1-1.0.14.jar |MrCrayfish's Furniture Mod: Re|refurbished_furniture |1.0.14 |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
trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |COMMON_SET|Manifest: NOSIGNATURE
fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |COMMON_SET|Manifest: NOSIGNATURE
YeetusExperimentus-Forge-2.3.1-build.6+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.1-build.6+mc1.20|COMMON_SET|Manifest: NOSIGNATURE
fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |COMMON_SET|Manifest: NOSIGNATURE
TradingPost-v8.0.2-1.20.1-Forge.jar |Trading Post |tradingpost |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
smartcrafter-0.2.0.jar |Create: Smart Crafter |smartcrafter |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
inventorysorter-1.20.1-23.0.8.jar |Simple Inventory Sorter |inventorysorter |23.0.8 |COMMON_SET|Manifest: NOSIGNATURE
BHMenu-Forge-1.20.1-2.4.2.jar |BHMenu |bhmenu |2.4.2 |COMMON_SET|Manifest: NOSIGNATURE
rhino-forge-2001.2.3-build.10.jar |Rhino |rhino |2001.2.3-build.10 |COMMON_SET|Manifest: NOSIGNATURE
kubejs-forge-2001.6.5-build.16.jar |KubeJS |kubejs |2001.6.5-build.16 |COMMON_SET|Manifest: NOSIGNATURE
trashslot-forge-1.20-15.1.2.jar |TrashSlot |trashslot |15.1.2 |COMMON_SET|Manifest: NOSIGNATURE
jmi-forge-1.20.1-0.14-48.jar |JourneyMap Integration |jmi |1.20.1-0.14-48 |COMMON_SET|Manifest: NOSIGNATURE
sophisticatedstorage-1.20.1-1.3.51.1182.jar |Sophisticated Storage |sophisticatedstorage |1.3.51.1182 |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.31.jar |Supplementaries |supplementaries |1.20-3.1.31 |COMMON_SET|Manifest: NOSIGNATURE
createmechanicalcompanion-1.5-1.20.1.jar |Create Mechanical Companion |createmechanicalcompanion |1.5-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
kubejs-create-forge-2001.3.0-build.8.jar |KubeJS Create |kubejs_create |2001.3.0-build.8 |COMMON_SET|Manifest: NOSIGNATURE
createdeco-2.0.3-1.20.1-forge.jar |Create Deco |createdeco |2.0.3-1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
Create Encased-1.20.1-1.7.1-fix2.jar |Create Encased |createcasing |1.7.1-fix2 |COMMON_SET|Manifest: NOSIGNATURE
creategoggles-1.20.1-6.0.0-[FORGE].jar |Create Goggles |creategoggles |6.0.0 |COMMON_SET|Manifest: NOSIGNATURE
FramedBlocks-9.4.2.jar |FramedBlocks |framedblocks |9.4.2 |COMMON_SET|Manifest: NOSIGNATURE
pipeorgans-0.7.1+1.20.1.jar |Create: Sound of Steam |pipeorgans |0.7.1+1.20.1 |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
create_mecanical_extruder-1.20.1-1.6.10-6.0.6.jar |Create Mechanical Extruder |create_mechanical_extruder |1.20.1-1.6.10-6.0.6 |COMMON_SET|Manifest: NOSIGNATURE
createenchantablemachinery-3.4.1+mc1.20.1-forge.ja|Create: Enchantable Machinery |createenchantablemachinery |3.4.1 |COMMON_SET|Manifest: NOSIGNATURE
waystones-forge-1.20.1-14.1.13.jar |Waystones |waystones |14.1.13 |COMMON_SET|Manifest: NOSIGNATURE
journeymap-1.20.1-5.10.3-forge.jar |Journeymap |journeymap |5.10.3 |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
fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
alternate_current-mc1.20-1.7.0.jar |Alternate Current |alternate_current |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
configured-forge-1.20.1-2.2.3.jar |Configured |configured |2.2.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
adorable_eggs-Forge-1.20.1-1.0.1.jar |AdorableEggs |adorable_eggs |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
MyServerIsCompatible-1.20-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |COMMON_SET|Manifest: NOSIGNATURE
create-confectionery1.20.1_v1.1.0.jar |Create Confectionery |create_confectionery |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
overclocked_watches-merged-1.20.1-1.1.0.jar |Overclocked Watches |overclocked_watches |1.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
guideme-20.1.11.jar |GuideME |guideme |20.1.11 |COMMON_SET|Manifest: NOSIGNATURE
factory_blocks-forge-1.4.0+mc1.20.1.jar |Factory Blocks |factory_blocks |1.4.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |COMMON_SET|Manifest: NOSIGNATURE
alexscaves-2.0.2.jar |Alex's Caves |alexscaves |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
more_useful_copper-merged-1.20.1-2.0.0.jar |More Useful Copper |more_useful_copper |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar |EnchantmentDescriptions |enchdesc |17.1.19 |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
moonlight-1.20-2.14.11-forge.jar |Moonlight Library |moonlight |1.20-2.14.11 |COMMON_SET|Manifest: NOSIGNATURE
mixinsquared-forge-0.1.2-beta.6.jar |MixinSquared |mixinsquared |0.1.2-beta.6 |COMMON_SET|Manifest: NOSIGNATURE
Jade-1.20.1-Forge-11.13.1.jar |Jade |jade |11.13.1+forge |COMMON_SET|Manifest: NOSIGNATURE
appliedenergistics2-forge-15.4.5.jar |Applied Energistics 2 |ae2 |15.4.5 |COMMON_SET|Manifest: NOSIGNATURE
ae2wtlib-15.2.3-forge.jar |AE2WTLib |ae2wtlib |15.2.3-forge |COMMON_SET|Manifest: NOSIGNATURE
polyeng-forge-0.1.1-1.20.1.jar |Polymorphic Energistics |polyeng |0.1.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
Delightful-1.20.1-3.7.2.jar |Delightful |delightful |3.7.2 |COMMON_SET|Manifest: NOSIGNATURE
nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
Iceberg-1.20.1-forge-1.1.25.jar |Iceberg |iceberg |1.1.25 |COMMON_SET|Manifest: NOSIGNATURE
create-stuff-additions1.20.1_v2.1.0.jar |Create Stuff & Additions |create_sa |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
more_beautiful_torches-merged-1.20.1-3.0.0.jar |More Beautiful Torches! |more_beautiful_torches |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
cryonicconfig-forge-1.0.0+mc1.20.1.jar |Cryonic Config |cryonicconfig |1.0.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
pattern_schematics-1.2.3+forge-1.20.1.jar |Create: Pattern Schematics |create_pattern_schematics |1.2.3+forge-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
alexsdelight-1.5.jar |Alex's Delight |alexsdelight |1.5 |COMMON_SET|Manifest: NOSIGNATURE
chisel-forge-2.0.0+mc1.20.1.jar |Chisel Reborn |chisel |2.0.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
healthy_water-merged-1.20.1-1.0.1.jar |Healthy Water |healthy_water |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
Applied-Mekanistics-1.4.2.jar |Applied Mekanistics |appmek |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
expandability-forge-9.0.4.jar |ExpandAbility |expandability |9.0.4 |COMMON_SET|Manifest: NOSIGNATURE
chisels-and-bits-forge-1.4.148.jar |chisels-and-bits |chiselsandbits |1.4.148 |COMMON_SET|Manifest: NOSIGNATURE
fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |COMMON_SET|Manifest: NOSIGNATURE
fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |COMMON_SET|Manifest: NOSIGNATURE
crabclaws-forge-1.20.X-1.2.0.jar |CrabClaws |crabclaws |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
Crash Report UUID: 7d156105-a00b-4b08-a3ed-c0186356251f
FML: 47.4
Forge: net.minecraftforge:47.4.0`