Skip to content

Instantly share code, notes, and snippets.

@xquao
Created July 14, 2022 22:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xquao/f4d47513ae2ee19e93c1cc78e2660d3d to your computer and use it in GitHub Desktop.
Save xquao/f4d47513ae2ee19e93c1cc78e2660d3d to your computer and use it in GitHub Desktop.
---- Minecraft Crash Report ----
// Don't do that.
Time: 7/11/22 7:44 PM
Description: Rendering overlay
com.electronwill.nightconfig.core.io.WritingException: An I/O error occured
at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:90) ~[core-3.6.3.jar:?] {}
at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61) ~[core-3.6.3.jar:?] {}
at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80) ~[core-3.6.3.jar:?] {}
at net.minecraftforge.fml.config.ModConfig.save(ModConfig.java:94) ~[?:?] {re:classloading}
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:107) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.timecore.json:config.ConfigTrackerMixin,pl:mixin:A}
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.timecore.json:config.ConfigTrackerMixin,pl:mixin:A}
at net.minecraftforge.fml.config.ConfigTracker$$Lambda$48691/830088675.accept(Unknown Source) ~[?:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.timecore.json:config.ConfigTrackerMixin,pl:mixin:A}
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:209) ~[?:?] {re:classloading}
at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$7(ClientModLoader.java:132) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.timecore.json:client.ClientModelLoaderMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$48683/2113494221.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.timecore.json:client.ClientModelLoaderMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2966/1333063103.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:132) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.timecore.json:client.ClientModelLoaderMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader.lambda$onResourceReload$2(ClientModLoader.java:114) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.timecore.json:client.ClientModelLoaderMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$48680/665203331.run(Unknown Source) ~[?:?] {}
at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$4(ClientModLoader.java:123) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:mixins.timecore.json:client.ClientModelLoaderMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2966/1333063103.run(Unknown Source) ~[?:?] {}
at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {re:computing_frames}
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}
Caused by: java.nio.file.FileSystemException: C:\Users\Trey\Twitch\Minecraft\Instances\super craft\config\ue\UEUtils.toml: The process cannot access the file because it is being used by another process.
at sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:86) ~[?:1.8.0_51] {}
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97) ~[?:1.8.0_51] {}
at sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102) ~[?:1.8.0_51] {}
at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(WindowsFileSystemProvider.java:230) ~[?:1.8.0_51] {}
at java.nio.file.spi.FileSystemProvider.newOutputStream(FileSystemProvider.java:434) ~[?:1.8.0_51] {}
at java.nio.file.Files.newOutputStream(Files.java:216) ~[?:1.8.0_51] {}
at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:87) ~[core-3.6.3.jar:?] {}
... 25 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at com.electronwill.nightconfig.core.io.ConfigWriter.write(ConfigWriter.java:90) ~[core-3.6.3.jar:?] {}
at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.save(WriteSyncFileConfig.java:61) ~[core-3.6.3.jar:?] {}
at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.save(AutosaveCommentedFileConfig.java:80) ~[core-3.6.3.jar:?] {}
at net.minecraftforge.fml.config.ModConfig.save(ModConfig.java:94) ~[?:?] {re:classloading}
at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:107) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.timecore.json:config.ConfigTrackerMixin,pl:mixin:A}
at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.timecore.json:config.ConfigTrackerMixin,pl:mixin:A}
at net.minecraftforge.fml.config.ConfigTracker$$Lambda$48691/830088675.accept(Unknown Source) ~[?:?] {}
at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.timecore.json:config.ConfigTrackerMixin,pl:mixin:A}
at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:209) ~[?:?] {re:classloading}
-- Overlay render details --
Details:
Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:484) ~[?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:977) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:mixins.timecore.json:client.MinecraftMixin,pl:mixin:APP:assets/mining_dimension/mining_dimension.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:607) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:betterendforge.mixins.json:MinecraftMixin,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:sodium.mixins.json:features.options.MixinMinecraftAccessor,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:mixins.timecore.json:client.MinecraftMixin,pl:mixin:APP:assets/mining_dimension/mining_dimension.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A}
at net.minecraft.client.main.Main.main(Main.java:184) [?:?] {re:classloading,pl:runtimedistcleaner:A}
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {}
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {}
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {}
at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.16.5-36.2.34.jar:36.2] {}
at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$516/484878781.call(Unknown Source) [forge-1.16.5-36.2.34.jar:36.2] {}
at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {re:classloading}
at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {re:classloading}
-- System Details --
Details:
Minecraft Version: 1.16.5
Minecraft Version ID: 1.16.5
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_51, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 649063768 bytes (618 MB) / 5298454528 bytes (5053 MB) up to 11453595648 bytes (10923 MB)
CPUs: 8
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12288m -Xms256m
ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
ModLauncher launch target: fmlclient
ModLauncher naming: srg
ModLauncher services:
/mixin-0.8.4.jar mixin PLUGINSERVICE
/eventbus-4.0.0.jar eventbus PLUGINSERVICE
/forge-1.16.5-36.2.34.jar object_holder_definalize PLUGINSERVICE
/forge-1.16.5-36.2.34.jar runtime_enum_extender PLUGINSERVICE
/accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
/forge-1.16.5-36.2.34.jar capability_inject_definalize PLUGINSERVICE
/forge-1.16.5-36.2.34.jar runtimedistcleaner PLUGINSERVICE
/mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
/forge-1.16.5-36.2.34.jar fml TRANSFORMATIONSERVICE
FML: 36.2
Forge: net.minecraftforge:36.2.34
FML Language Providers:
javafml@36.2
minecraft@1
kotlinforforge@1.17.0
kotori_scala@2.13.8-build-3
scorge@3.1.3
Mod List:
create-stuff-additions1.16.5_v1.1.6.jar |Create Stuff Additions |create_stuff_additions |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
BetterDungeons-1.16.4-1.2.1.jar |YUNG's Better Dungeons |betterdungeons |1.16.4-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642configlib-1.1.6-forge-mc1.16.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
AdditionalEnchantedMiner-1.16.5-16.1.11.jar |QuarryPlus |quarryplus |16.1.11 |COMMON_SET|Manifest: 1a:13:52:63:6f:dc:0c:ad:7f:8a:64:ac:46:58:8a:0c:90:ea:2c:5d:11:ac:4c:d4:62:85:c7:d1:00:fa:9c:76
infernal-expansion-1.16.5-2.5.0.jar |Infernal Expansion |infernalexp |2.5.0 |COMMON_SET|Manifest: NOSIGNATURE
rhodonite-1.16.5-1.0.1.jar |Rhodonite |rhodonite |1.16.5-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
Pirates_And_Looters_Kraken_Update.jar |PiratesAndLootersReborn |piratesandlootersreborn |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
nether-s-exoticism-1.16.5-1.1.4.jar |Nether's Exoticism |nethers_exoticism |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
refinedpipes-0.5.2.jar |Refined Pipes |refinedpipes |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE
timeless_and_classic_1.6.5_ALPHA.jar |Timeless and Classic Mod Addon|timeless_and_classic |0.3 |COMMON_SET|Manifest: NOSIGNATURE
HammerLib-1.16.5-16.3.30.jar |HammerLib |hammerlib |16.3.30 |COMMON_SET|Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c
mcw-windows-2.0.3-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE
looot-1.16.4-1.0.0.3.jar |Looot |looot |1.0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
BlockArmor-1.16.5-2.6.4.jar |Block Armor |blockarmor |2.6.4 |COMMON_SET|Manifest: NOSIGNATURE
IronJetpacks-1.16.5-4.2.3.jar |Iron Jetpacks |ironjetpacks |4.2.3 |COMMON_SET|Manifest: NOSIGNATURE
BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
ForgeEndertech-1.16.5-7.2.2.0-build.0202.jar |Forge Endertech |forgeendertech |7.2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
Swords of the End Update 1.2.2.jar |Swords of the End |magicswords |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
IronGenerators-1.6.0-final-1.16.x.jar |Iron Generators |irongenerators |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
advancementframes-1.16.5-1.0.5.jar |Advancement Frames |advancementframes |1.16.5-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |COMMON_SET|Manifest: NOSIGNATURE
additional-guns-0.2.0-1.16.5.jar |Additional Guns |additionalguns |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
WitherSkeletonTweaks-1.16.5-5.4.1.jar |Wither Skeleton Tweaks |wstweaks |5.4.1 |COMMON_SET|Manifest: NOSIGNATURE
upgradednetherite_items-1.16.5-1.0.0.4-release.jar|Upgraded Netherite : Items |upgradednetherite_items |1.16.5-1.0.0.4-relea|COMMON_SET|Manifest: NOSIGNATURE
Shrink-1.16.5-1.1.6.jar |Shrink |shrink |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
toolleveling-1.16.5-1.2.12.jar |Tool Leveling |toolleveling |1.16.5 - 1.2.12 |COMMON_SET|Manifest: NOSIGNATURE
guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
Apotheosis-1.16.5-4.8.99F.jar |Apotheosis |apotheosis |4.8.99F |COMMON_SET|Manifest: NOSIGNATURE
aquaticadditionsBETA1.6.1-1.16.5.jar |Aquatic Additions |aq |1.16.5-1.6 |COMMON_SET|Manifest: NOSIGNATURE
immersive-armors-1.1.6-forge.jar |Immersive Armors |immersive_armors |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
gunswithoutroses-1.16.5-1.0.9.jar |Guns Without Roses |gunswithoutroses |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
Unique Enchantments Utils-1.16.5-1.7.0.jar |Unique Util Enchantments |uniqueutil |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
JustEnoughResources-1.16.5-0.12.1.128.jar |Just Enough Resources |jeresources |0.12.1.128 |COMMON_SET|Manifest: NOSIGNATURE
LootGames-1.16.5-2.0.0.5.jar |LootGames |lootgames |2.0.0.5 |COMMON_SET|Manifest: NOSIGNATURE
refinedstorage-1.9.18.jar |Refined Storage |refinedstorage |1.9.18 |COMMON_SET|Manifest: NOSIGNATURE
betterendforge-1.16.5-1.6.3.jar |BetterEnd Forge |betterendforge |1.16.5-1.6.3 |COMMON_SET|Manifest: NOSIGNATURE
upgradednetherite-1.16.5-2.0.0.8-release.jar |Upgraded Netherite |upgradednetherite |1.16.5-2.0.0.8-relea|COMMON_SET|Manifest: NOSIGNATURE
structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |COMMON_SET|Manifest: NOSIGNATURE
AdvancementPlaques-1.16.5-1.4.1.jar |Advancement Plaques |advancementplaques |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE
endlessocean-1.16.5-0.2.5-BETA.jar |Endless Ocean Aquatic Adventur|endlessocean |0.2.5-BETA |COMMON_SET|Manifest: NOSIGNATURE
castle_in_the_sky-1.16.5-0.2.6.jar |Castle in the sky |castle_in_the_sky |1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
industrial-foregoing-1.16.5-3.2.14.6-14.jar |Industrial Foregoing |industrialforegoing |3.2.14.6 |COMMON_SET|Manifest: NOSIGNATURE
repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |COMMON_SET|Manifest: NOSIGNATURE
Aquamirae 3.0.0.jar |Aquamirae |ob_aquamirae |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
BiomesOPlenty-1.16.5-13.1.0.477-universal.jar |Biomes O' Plenty |biomesoplenty |1.16.5-13.1.0.477 |COMMON_SET|Manifest: NOSIGNATURE
geode-1.1.2.jar |Geode |geode |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
ironfurnaces-1.16.5-2.7.7.jar |Iron Furnaces |ironfurnaces |2.7.7 |COMMON_SET|Manifest: NOSIGNATURE
Many More Ores PRE-RELEASE 1.5.jar |Many More Ores |many_more_ores |PRE-RELEASE 1.5 |COMMON_SET|Manifest: NOSIGNATURE
dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
transparent-2.3.0+1.16.5-forge.jar |Transparent |transparent |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
Boss Music Mod.jar |bossthemes |bossthemes |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
supermartijn642corelib-1.0.19-forge-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.19 |COMMON_SET|Manifest: NOSIGNATURE
enderitemod-1.16.5-0.8.1-forge-36.1.0.jar |Enderite Mod |enderitemod |1.16.5-0.8.1-forge-3|COMMON_SET|Manifest: NOSIGNATURE
mostructures-forge-1.2.0-1.16.5.jar |Mo' Structures |mostructures |1.2.0-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
advancednetherite-1.12.3-1.16.5.jar |Advanced Netherite |advancednetherite |1.12.3 |COMMON_SET|Manifest: NOSIGNATURE
Unique Enchantments-1.16.5-2.3.0.jar |Unique Enchantments |uniquee |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
rottenPiglins1_2_0.jar |Rotten_Piglins |rotten_piglins |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
unnamedanimalmod-1.0.3.jar |Unnamed Animal Mod |unnamedanimalmod |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
Infinite_Dungeons-1.16.5-1.0.9.jar |Infinite Dungeons |infinite_dungeons |NONE |COMMON_SET|Manifest: NOSIGNATURE
BetterVillage-Forge-1.16.5-1.0.2.jar |Better Village |bettervillage |1 |COMMON_SET|Manifest: NOSIGNATURE
obfuscate-0.6.3-1.16.5.jar |Obfuscate |obfuscate |0.6.3 |COMMON_SET|Manifest: NOSIGNATURE
infinitemusic-1.3.0.jar |Infinite Music |infinitemusic |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
TheAbyss2 2.2.3-4 1.16.5.jar |TheAbyss |theabyss |2.2.3-4 |COMMON_SET|Manifest: NOSIGNATURE
majruszs-difficulty-1.16.4-1.1.0.jar |Majrusz's Progressive Difficul|majruszs_difficulty |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
constructionwand-1.16.5-2.6.jar |Construction Wand |constructionwand |1.16.5-2.6 |COMMON_SET|Manifest: NOSIGNATURE
mcw-roofs-2.1.2-mc1.16.5.jar |Macaw's Roofs |mcwroofs |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
mutantmore-1.16.5-1.0.1.jar |Mutant More |mutantmore |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
littlelogistics-mc1.16.5-v1.0.8.jar |Little Logistics |littlelogistics |mc1.16.5-v1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |COMMON_SET|Manifest: NOSIGNATURE
Chargers-1.16.5-3.1.2.9.jar |Chargers |chargers |3.1.2.9 |COMMON_SET|Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
curios-forge-1.16.5-4.0.8.2.jar |Curios API |curios |1.16.5-4.0.8.2 |COMMON_SET|Manifest: NOSIGNATURE
mcw-furniture-3.0.0-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Mine-Pop! 1.9-1.16.5 (FORGE).jar |Mine-Pop! |minepop |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
cloth-config-4.14.64-forge.jar |Cloth Config v4 API |cloth-config |4.14.64 |COMMON_SET|Manifest: NOSIGNATURE
conjuring-forgery-0.2.2.jar |Conjuring - Forgery |conjuring |0.2.2 |COMMON_SET|Manifest: NOSIGNATURE
ScalingHealth-1.16.5-4.1.5+11.jar |Scaling Health |scalinghealth |4.1.5+11 |COMMON_SET|Manifest: NOSIGNATURE
mcsa-forge-2.3.0-Forge.jar |MC Story Mode Armor - Forge |mcsaforge |2.3.0-Forge |COMMON_SET|Manifest: NOSIGNATURE
CodeChickenLib-1.16.5-4.0.7.445-universal.jar |CodeChicken Lib |codechickenlib |4.0.7.445 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
CBMultipart-1.16.5-3.0.4.123-universal.jar |CBMultipart |cb_multipart |3.0.4.123 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE
TPaintings 1.16.5.jar |Tpaintings |tpaintings |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
so_many_enchants-1.4.1.jar |So Many Enchants!!! |so_many_enchants |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE
DarkPaintings-1.16.5-6.0.11.jar |DarkPaintings |darkpaintings |6.0.11 |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
dungeons_gear-1.16.5-3.0.21-hotfix.jar |Dungeons Gear |dungeons_gear |3.0.21-hotfix |COMMON_SET|Manifest: NOSIGNATURE
mcw-lights-1.0.3-mc1.16.5.jar |Macaw's Lights and Lamps |mcwlights |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
mowziesmobs-1.5.25.jar |Mowzie's Mobs |mowziesmobs |1.5.25 |COMMON_SET|Manifest: NOSIGNATURE
AdFinders-1.16.5-5.0.12.0-build.0252.jar |Advanced Finders |adfinders |5.0.12.0 |COMMON_SET|Manifest: NOSIGNATURE
cgm-1.0.1-1.16.3.jar |MrCrayfish's Gun Mod |cgm |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
TonsOfEnchants-1.16.5-1.1.jar |Tons Of Enchantments |tonsofenchants |1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
bountifulbaubles-1.16.5-0.1.0-forge.jar |Bountiful Baubles |bountifulbaubles |1.16.5-0.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Brazilian Fields 3.8.jar |Brazilian Fields |brazilian_fields |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
BasicEndOres-1.16.5-1.0.0.jar |Basic End Ores |beo |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
AoA3-1.16.5-3.6.6.jar |Advent of Ascension |aoa3 |1.16.5-3.6.6 |COMMON_SET|Manifest: NOSIGNATURE
jei-1.16.5-7.7.1.152.jar |Just Enough Items |jei |7.7.1.152 |COMMON_SET|Manifest: NOSIGNATURE
Nameless Trinkets-1.16.5-1.1.2.jar |Nameless Trinkets |nameless_trinkets |1.16.5-1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
The_Graveyard_2.1_(FORGE)_for_1.16.4-1.16.5.jar |The Graveyard (FORGE) |graveyard |2.1 |COMMON_SET|Manifest: NOSIGNATURE
LibraryFerret-Forge-1.16.5-2.0.0.jar |Library ferret |libraryferret |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Mekanism-1.16.5-10.1.2.457.jar |Mekanism |mekanism |10.1.2 |COMMON_SET|Manifest: NOSIGNATURE
caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
Undefeatables 1.6.jar |Undefeatables |undefeatables |1.6 |COMMON_SET|Manifest: NOSIGNATURE
Space-BossTools-1.16.5-5.5e.jar |Space-BossTools |boss_tools |5.5e |COMMON_SET|Manifest: NOSIGNATURE
jev-1.16.3-2.0.1.jar |Just Enough Vehicles |jev |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
AwesomeDungeonForge-1.16.5-2.0.11.jar |Awesome Dungeon |awesomedungeon |1 |COMMON_SET|Manifest: NOSIGNATURE
Organics-1.16.5-0.1.9.jar |Organics |organics |0.1.9 |COMMON_SET|Manifest: NOSIGNATURE
TravelersBackpack-1.16.5-5.4.9.jar |Traveler's Backpack |travelersbackpack |5.4.9 |COMMON_SET|Manifest: NOSIGNATURE
compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |COMMON_SET|Manifest: NOSIGNATURE
stoneholm-1.2.2.jar |Stoneholm |stoneholm |1.2 |COMMON_SET|Manifest: NOSIGNATURE
champions-forge-1.16.5-2.0.1.13.jar |Champions |champions |1.16.5-2.0.1.13 |COMMON_SET|Manifest: NOSIGNATURE
curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
FarmingForBlockheads_1.16.5-7.3.1.jar |Farming for Blockheads |farmingforblockheads |7.3.1 |COMMON_SET|Manifest: NOSIGNATURE
seeds-1.16.5-1.0.6.jar |Seeds |seeds |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
Nether Ores Plus+ 1.5.2 - 1.16.5.jar |Nether Ores Plus+ |netheroresplus |1.5.2 |COMMON_SET|Manifest: NOSIGNATURE
outvoted-1.16.5-1.2.4.jar |Outvoted |outvoted |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
sodium-forge-2.9.10+rev.ea6353c.jar |SodiumReforged |sodium |2.9.10+rev.ea6353c |COMMON_SET|Manifest: NOSIGNATURE
ColdsGrappler(Forge1.16.4)vrs1.0.2.jar |Colds: Grappler |coldsgrappler |1.16.4-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
crumbs-forge-1.0.7.jar |Crumbs |crumbs |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
inzheFoPCore-v.1.2.0.jar |inzheFoPs Core |inzhefopcore |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
XPCoins(FORGE-1.16.4)vrs1.0.7.jar |XP Coins |xpcoins |1.16.4-1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
DynamicSurroundings-1.16.5-4.0.5.0.jar |§3Dynamic Surroundings |dsurround |4.0.5.0 |COMMON_SET|Manifest: NOSIGNATURE
ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |COMMON_SET|Manifest: NOSIGNATURE
DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |COMMON_SET|Manifest: NOSIGNATURE
AwesomeDungeonOcean-Forge-1.16.5-2.0.7.jar |Awesome Dungeon Ocean |awesomedungeonocean |1 |COMMON_SET|Manifest: NOSIGNATURE
ZeroCore2-1.16.5-2.1.22.jar |Zero CORE 2 |zerocore |1.16.5-2.1.22 |COMMON_SET|Manifest: NOSIGNATURE
forge-1.16.5-36.2.34-client.jar |Minecraft |minecraft |1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
sons-of-sins-1.16.5-1.0.9.jar |sons of sins |sons_of_sins |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
MobCards_1.16.5_Beta_0.1.0.jar |Mob Cards |mob_cards |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
pandoras_creatures-1.16.3-2.0.1.jar |Pandoras Creatures |pandoras_creatures |1.16.3-2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |COMMON_SET|Manifest: NOSIGNATURE
Spheric 1.0.6-1 1.16.5.jar |Spheric |spheric |1.0.6-1 |COMMON_SET|Manifest: NOSIGNATURE
AwesomeDungeonNether-Forge-1.16.5-1.0.3.jar |Awesome Dungeon Nether |awesomedungeonnether |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |COMMON_SET|Manifest: NOSIGNATURE
AdLods-1.16.5-4.1.9.2-build.0217.jar |Large Ore Deposits |adlods |4.1.9.2 |COMMON_SET|Manifest: NOSIGNATURE
Special Drops 1.1.0 - 1.16.5.jar |Special Drops |special_drops |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |COMMON_SET|Manifest: NOSIGNATURE
majrusz-library-1.16.4-2.0.1.jar |Majrusz Library |majrusz_library |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |COMMON_SET|Manifest: NOSIGNATURE
steampowered-1.16.5-1.2.0-hf1.jar |Create: Steam Powered |steampowered |1.16.5-1.2.0-hf1 |COMMON_SET|Manifest: NOSIGNATURE
Mantle-1.16.5-1.6.157.jar |Mantle |mantle |1.6.157 |COMMON_SET|Manifest: NOSIGNATURE
EasyEmerald-Forge-1.16.5-1.0.26.jar |Easy Emerald |easy_emerald |1.0.26 |COMMON_SET|Manifest: NOSIGNATURE
Xaeros_Minimap_22.10.0_Forge_1.16.5.jar |Xaero's Minimap |xaerominimap |22.10.0 |COMMON_SET|Manifest: NOSIGNATURE
pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |COMMON_SET|Manifest: NOSIGNATURE
itemcollectors-1.1.5-mc1.16.jar |Item Collectors |itemcollectors |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
dragonseeker-1.1.jar |Dragonseeker |dragonseeker |1.1 |COMMON_SET|Manifest: NOSIGNATURE
baubleyheartcanisters-1.16.5-1.1.11.jar |Baubley Heart Canisters |bhc |1.16.5-1.1.11 |COMMON_SET|Manifest: NOSIGNATURE
AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |COMMON_SET|Manifest: NOSIGNATURE
Blocklings Collection-4.5-1.16.5.jar |Blocklings Collection |blocklings_collection |4.5 |COMMON_SET|Manifest: NOSIGNATURE
structurize-1.16.5-1.0.392-RELEASE.jar |Structurize |structurize |1.16.5-1.0.392-RELEA|COMMON_SET|Manifest: NOSIGNATURE
Library_of_Exile-1.16.5-1.2.3.jar |Library Of Exile |library_of_exile |NONE |COMMON_SET|Manifest: NOSIGNATURE
Wesley's Roguelike Dungeons (Version 1.0).jar |Wesley's Roguelike Dungeons |wrd |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
cobbler-1.6.1.jar |Shulkers Faithful Factories |cobbler |1.6.1 |COMMON_SET|Manifest: NOSIGNATURE
PuzzlesLib-v1.0.15-1.16.5-Forge.jar |Puzzles Lib |puzzleslib |1.0.15 |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
byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |COMMON_SET|Manifest: NOSIGNATURE
Obscuria's Essentials 3.0.0.jar |Obscuria's Essentials |ob_core |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Betterlands-1.16.5-0.5.0.jar |Betterlands |betterlands |1.16.5-0.5.0 |COMMON_SET|Manifest: NOSIGNATURE
CosmeticArmorReworked-1.16.5-v5.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v5 |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
Corrupted Witherskeleton Boss Mod 1.16.5 v1.3.jar|Herobrine |herobrine |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
farlanders-1.16.4-1.3.9.jar |The Farlanders |farlanders |1.3.9 |COMMON_SET|Manifest: NOSIGNATURE
tetra-1.16.5-3.20.0.jar |Tetra |tetra |3.20.0 |COMMON_SET|Manifest: NOSIGNATURE
tetranomicon-1.3.jar |Tetranomicon |tetranomicon |1.3 |COMMON_SET|Manifest: NOSIGNATURE
spIIfix.jar |Structure plus ii |structure_plus_ii |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
DungeonsMod-1.16.3-1.4.43.jar |Dungeons Mod |dungeonsmod |1.16.3-1.4.43 |COMMON_SET|Manifest: NOSIGNATURE
randomloot-1.16.5-2.3.9.jar |Random Loot Mod |randomloot |1.16.5-2.3.9 |COMMON_SET|Manifest: NOSIGNATURE
blue_skies-1.16.5-1.1.3.jar |Blue Skies |blue_skies |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
Piglin Expansion 1.2.jar |Piglin Expansion |piglin_expansion |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
Wyrmroost-1.16.3-1.2.11.jar |Wyrmroost |wyrmroost |1.16.3-1.2.11 |COMMON_SET|Manifest: NOSIGNATURE
blazegear-1.16.5-1.0.7.jar |Blaze Gear |blazegear |1.16.5-1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
curiousshulkerboxes-forge-1.16.5-4.0.1.0.jar |Curious Shulker Boxes |curiousshulkerboxes |1.16.5-4.0.1.0 |COMMON_SET|Manifest: NOSIGNATURE
AdditionalBanners-1.16.5-6.0.3.jar |AdditionalBanners |additionalbanners |6.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
Architects-Palette-1.16.4-1.1.5.jar |Architect's Palette |architects_palette |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
DoggyTalents-1.16.5-2.1.15.jar |Doggy Talents 2 |doggytalents |2.1.15 |COMMON_SET|Manifest: NOSIGNATURE
deadlyendphantoms-1.16.4-3.0.0.jar |Deadly End Phantoms |deadlyendphantoms |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
InsaneLib-1.4.2-mc1.16.5.jar |InsaneLib |insanelib |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
villagernames_1.16.5-3.4.jar |Villager Names |villagernames |3.4 |COMMON_SET|Manifest: NOSIGNATURE
XaerosWorldMap_1.24.0_Forge_1.16.5.jar |Xaero's World Map |xaeroworldmap |1.24.0 |COMMON_SET|Manifest: NOSIGNATURE
Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |COMMON_SET|Manifest: NOSIGNATURE
Placebo-1.16.5-4.7.0.jar |Placebo |placebo |4.7.0 |COMMON_SET|Manifest: NOSIGNATURE
citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |COMMON_SET|Manifest: NOSIGNATURE
alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |COMMON_SET|Manifest: NOSIGNATURE
iceandfire-2.1.10-1.16.5.jar |Ice and Fire |iceandfire |2.1.10-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
potionsmaster-0.2.2-1.16.5-36.1.0.jar |Potions Master |potionsmaster |0.2.2-1.16.5-36.1.0 |COMMON_SET|Manifest: NOSIGNATURE
moreminecarts-1.3.16.jar |More Minecarts |moreminecarts |1.3.16 |COMMON_SET|Manifest: NOSIGNATURE
Prehistoric_Delight_2.1.0_Forge_1.16.5.jar |Prehistoric Delight (by NoCube|pre_delight |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
MutantBeasts-1.16.4-1.1.3.jar |Mutant Beasts |mutantbeasts |1.16.4-1.1.3 |COMMON_SET|Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
forge-branders-spawnermod-1.16.5-1.8.14.jar |Enhanced Mob Spawners |spawnermod |1.8.14 |COMMON_SET|Manifest: NOSIGNATURE
Bookshelf-Forge-1.16.5-10.4.32.jar |Bookshelf |bookshelf |10.4.32 |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
DarkUtilities-1.16.5-8.0.14.jar |Dark Utilities |darkutils |8.0.14 |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
buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |COMMON_SET|Manifest: NOSIGNATURE
forge-1.16.5-36.2.34-universal.jar |Forge |forge |36.2.34 |COMMON_SET|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
Atum-1.16.5-2.2.11.jar |Atum 2 |atum |1.16.5-2.2.11 |COMMON_SET|Manifest: NOSIGNATURE
cofh_core-1.16.5-1.5.0.11.jar |CoFH Core |cofh_core |1.5.0.11 |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_foundation-1.16.5-1.5.0.14.jar |Thermal Series |thermal |1.5.0.14 |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_innovation-1.16.5-1.5.0.4.jar |Thermal Innovation |thermal_innovation |1.5.0.4 |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_locomotion-1.16.5-1.5.0.4.jar |Thermal Locomotion |thermal_locomotion |1.5.0.4 |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
appleskin-forge-mc1.16.x-2.4.0.jar |AppleSkin |appleskin |2.4.0+mc1.16.4 |COMMON_SET|Manifest: NOSIGNATURE
Aquaculture-1.16.5-2.1.22.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.22 |COMMON_SET|Manifest: NOSIGNATURE
simpleplanes-1.16.5-4.6.0.jar |Simple Planes |simpleplanes |1.16.5-4.6.0 |COMMON_SET|Manifest: NOSIGNATURE
relics-1.16.5-0.3.4.3.jar |Relics |relics |0.3.4.3 |COMMON_SET|Manifest: NOSIGNATURE
ProgressiveBosses-3.4.3-mc1.16.5.jar |Progressive Bosses |progressivebosses |3.4.3 |COMMON_SET|Manifest: NOSIGNATURE
mcw-doors-1.0.6-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
jeed-1.16.5-1.6.jar |Just Enough Effect Description|jeed |1.16.5-1.6 |COMMON_SET|Manifest: NOSIGNATURE
sworddisplay-1.16.5-1.2.0.jar |Sword Displays |sworddisplay |1.16.5-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
bygonenether-1.1.2-1.16.5.jar |Bygone Nether |bygonenether |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
MekanismGenerators-1.16.5-10.1.2.457.jar |Mekanism: Generators |mekanismgenerators |10.1.2 |COMMON_SET|Manifest: NOSIGNATURE
dragonfight-1.8.jar |dragonfight mod |dragonfight |1.8 |COMMON_SET|Manifest: NOSIGNATURE
mineralchance_1.16.5-1.6.jar |Mineral Chance |mineralchance |1.6 |COMMON_SET|Manifest: NOSIGNATURE
LostTrinkets-1.16.5-0.1.27.jar |Lost Trinkets |losttrinkets |0.1.27 |COMMON_SET|Manifest: NOSIGNATURE
netherite-plus-mod-1.4.5-1.16.5-forge.jar |Netherite Plus |netherite_plus |1.4.5-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
twilightforest-1.16.5-4.0.870-universal.jar |The Twilight Forest |twilightforest |NONE |COMMON_SET|Manifest: NOSIGNATURE
mob_grinding_utils-1.16.5-0.4.37.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.37 |COMMON_SET|Manifest: NOSIGNATURE
Buddycards-1.16.5-2.5.3.jar |Buddycards |buddycards |1.16.5-2.5.3 |COMMON_SET|Manifest: NOSIGNATURE
mcw-bridges-2.0.3-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.3 |COMMON_SET|Manifest: NOSIGNATURE
FarmersDelight-1.16.5-0.6.0.jar |Farmer's Delight |farmersdelight |1.16.5-0.6.0 |COMMON_SET|Manifest: NOSIGNATURE
culturaldelights-1.16.5-0.9.2.jar |Cultural Delights |culturaldelights |0.9.2 |COMMON_SET|Manifest: NOSIGNATURE
EnderitesDelight-1.16.5-1.3.jar |Enderite's Delight |enderitesdelight |1.3 |COMMON_SET|Manifest: NOSIGNATURE
customizableelytra-1.16.4-1.6.1.jar |Customizable Elytra |customizableelytra |1.16.4-1.6.1 |COMMON_SET|Manifest: NOSIGNATURE
ResourcefulBees-1.16.5-0.10.7.jar |Resourceful Bees |resourcefulbees |1.16.5-0.10.7 |COMMON_SET|Manifest: NOSIGNATURE
Curious Armor Stands-1.16.5-2.2.0.jar |Curious Armor Stands |curious_armor_stands |1.16.5-2.2.0 |COMMON_SET|Manifest: NOSIGNATURE
Enderite-1.0-1.16.5-Forge.jar |Enderite |lolenderite |1.16.5-1.0 |COMMON_SET|Manifest: NOSIGNATURE
curiousjetpacks-1.4c-1.16.5.jar |Curious Jetpacks |curiousjetpacks |1.4c-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
Five Nights at Freddy's Mod Update 2 Patch 2.jar |FNAF Mod |fnaf_mod |2.5.5 |COMMON_SET|Manifest: NOSIGNATURE
1.16.5-enchantedgoldenapplecrafting-1.0.jar |Enchanted Golden Apple Craftin|enchantedgoldenapplecrafting |1.0 |COMMON_SET|Manifest: NOSIGNATURE
endrem-5.0.3-R-1.16.5.jar |End Remastered |endrem |5.0.3-R-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |COMMON_SET|Manifest: NOSIGNATURE
LeesCreatures-1.0.9-1.16.5.jar |Lees Creatures |leescreatures |1.16.5-1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
mcw-fences-1.0.5-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
mining_dimension-1.16.5-1.0.6.jar |Mining World |mining_dimension |1.16.5-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
vehicle-mod-0.45.2-1.16.3.jar |MrCrayfish's Vehicle Mod |vehicle |0.45.2 |COMMON_SET|Manifest: NOSIGNATURE
wirelesschargers-1.0.6-forge-mc1.16.jar |Wireless Chargers |wirelesschargers |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
rare-ice-0.2.2.jar |Rare Ice |rare-ice |version |COMMON_SET|Manifest: NOSIGNATURE
dungeons_enhanced-1.16.5-1.7.jar |Dungeons Enhanced |dungeons_enhanced |1.7 |COMMON_SET|Manifest: NOSIGNATURE
villagespawnpoint_1.16.5-1.8.jar |Village Spawn Point |villagespawnpoint |1.8 |COMMON_SET|Manifest: NOSIGNATURE
pamhc2foodextended-1.16.3-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |COMMON_SET|Manifest: NOSIGNATURE
Illager Plushies 1.0.5 1.16.5.jar |Illager Plushies |illager_plushies |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
CNB-1.16.3_5-1.2.11.jar |Creatures and Beasts |cnb |1.2.11 |COMMON_SET|Manifest: NOSIGNATURE
geckolib-forge-1.16.5-3.0.81.jar |GeckoLib |geckolib3 |3.0.81 |COMMON_SET|Manifest: NOSIGNATURE
SolarFluxReborn-1.16.5-16.3.9.jar |Solar Flux Reborn |solarflux |16.3.9 |COMMON_SET|Manifest: NOSIGNATURE
Goblins_Dungeons_1.0.6-1.16.jar |Goblins & Dungeons |goblinsanddungeons |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE
Cataclysm-0.19.jar |Cataclysm Mod |cataclysm |1.0 |COMMON_SET|Manifest: NOSIGNATURE
Patchouli-1.16.4-53.3.jar |Patchouli |patchouli |1.16.4-53.3 |COMMON_SET|Manifest: NOSIGNATURE
ars_nouveau-1.16.5-1.25.1.jar |Ars Nouveau |ars_nouveau |1.25.1 |COMMON_SET|Manifest: NOSIGNATURE
ColdSpeeders(FORGE1.16.4)vrs1.0.1.jar |Colds: Speeders |coldsspeeders |1.16.4-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
collective-1.16.5-4.28.jar |Collective |collective |4.28 |COMMON_SET|Manifest: NOSIGNATURE
arsomega-1.4.0.jar |Ars Omega |arsomega |1.16.5-1.3 |COMMON_SET|Manifest: NOSIGNATURE
OreExcavation-1.8.157.jar |Ore Excavation |oreexcavation |1.8.157 |COMMON_SET|Manifest: e7:68:1c:0d:b9:7e:cf:f8:f3:40:9c:84:c5:39:d7:a4:59:78:b0:6b:c3:fd:b7:4f:69:18:a3:88:e3:76:8c:3f
thermal_expansion-1.16.5-1.5.0.7.jar |Thermal Expansion |thermal_expansion |1.5.0.7 |COMMON_SET|Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
EndReborn [0.8.4].jar |End: Reborn |endreborn |0.8.4 |COMMON_SET|Manifest: NOSIGNATURE
witherstormmod-1.16.5-1.0.2.3.jar |Cracker's Wither Storm Mod |witherstormmod |1.0.2.3 |COMMON_SET|Manifest: NOSIGNATURE
Gobber2-Forge-1.16.5-2.3.54.jar |Gobber 2 |gobber2 |2.3.54 |COMMON_SET|Manifest: NOSIGNATURE
EnigmaticLegacy-2.11.12.jar |Enigmatic Legacy |enigmaticlegacy |2.11.12 |COMMON_SET|Manifest: NOSIGNATURE
Runelic-1.16.5-7.0.3.jar |Runelic |runelic |7.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
BannerAdditions-1.16.5-1.5.1.jar |Banner Additions |banneradditions |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE
SpartanWeaponry-1.16.5-2.2.0-rc-2.jar |Spartan Weaponry |spartanweaponry |2.2.0 Release Candid|COMMON_SET|Manifest: NOSIGNATURE
architectury-1.32.66.jar |Architectury |architectury |1.32.66 |COMMON_SET|Manifest: NOSIGNATURE
mountainous-0.1.1-forge.jar |Mountainous |mountainous |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |COMMON_SET|Manifest: NOSIGNATURE
enchantwithmob-1.16.5-1.5.2.jar |Enchant With Mob |enchantwithmob |1.16.5-1.5.2 |COMMON_SET|Manifest: NOSIGNATURE
smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |COMMON_SET|Manifest: NOSIGNATURE
toomanyglyphs-snapshot-20220223.jar |Too Many Glyphs |toomanyglyphs |0.1.0 |COMMON_SET|Manifest: NOSIGNATURE
omni_card-1.16.5-1.0.3.jar |Omnipotent Card |omni_card |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
Cyclic-1.16.5-1.5.17.jar |Cyclic |cyclic |1.16.5-1.5.17 |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
BetterAdvancements-1.16.5-0.1.1.115.jar |Better Advancements |betteradvancements |0.1.1.115 |COMMON_SET|Manifest: NOSIGNATURE
Ma-Enchants-1.16.5-3.6.1.jar |Ma Enchants |ma-enchants |1.16.5-3.6.1 |COMMON_SET|Manifest: NOSIGNATURE
Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |COMMON_SET|Manifest: NOSIGNATURE
pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
AwesomeDungeonEnd-Forge-1.16.5-1.0.3.jar |Awesome Dungeon The End |awesomedungeonend |1 |COMMON_SET|Manifest: NOSIGNATURE
camoucreeper-2.0.0.jar |Camouflaged Creepers |camoucreepers |1.16.5-2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
Shrines-1.16.5-2.3.0.jar |Shrines |shrines |1.16.5-2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
NourishedNetherV12-1.16.5Backport.jar |Nourished Nether |nourished_nether |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
EasyMagic-v1.0.4-1.16.5.jar |Easy Magic |easymagic |1.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
amwplushies-1.16.5-1.0.8.jar |A Man With Plushies |a_man_with_plushies |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
NourishedEndV9-1.16.5Backport.jar |Nourished End |nourished_end |1.0.8 |COMMON_SET|Manifest: NOSIGNATURE
the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |COMMON_SET|Manifest: NOSIGNATURE
dungeons_mobs-1.16.5-1.0.10.jar |Dungeons Mobs |dungeons_mobs |1.0.10 |COMMON_SET|Manifest: NOSIGNATURE
abnormals_core-1.16.5-3.3.1.jar |Abnormals Core |abnormals_core |3.3.1 |COMMON_SET|Manifest: NOSIGNATURE
upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |COMMON_SET|Manifest: NOSIGNATURE
irregularchef-1.16.5-1.0.1.jar |The Irregular Chef |irregularchef |1.16.5-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
endergetic-1.16.5-3.0.2.jar |The Endergetic Expansion |endergetic |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE
savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE
nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |COMMON_SET|Manifest: NOSIGNATURE
allurement-1.16.5-1.2.1.jar |Allurement |allurement |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE
justmobheads_1.16.5-5.4.jar |Just Mob Heads |justmobheads |5.4 |COMMON_SET|Manifest: NOSIGNATURE
extraboats-1.16.5-2.1.1.jar |Extra Boats |extraboats |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE
Unique Enchantments Battle-1.16.5-1.4.0.jar |Unique Battle Enchantments |uniquebattle |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
Unique Enchantments Base-1.16.5-1.4.0.jar |Unique Enchantments Base |uniquebase |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |COMMON_SET|Manifest: NOSIGNATURE
createdeco-1.1.2-1.16.5.jar |Create Deco |createdeco |1.1.2-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE
Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |COMMON_SET|Manifest: NOSIGNATURE
mcw-paintings-1.0.3-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
mgui-1.16.5-3.3.0.jar |mgui |mgui |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE
appliedenergistics2-8.4.7.jar |Applied Energistics 2 |appliedenergistics2 |8.4.7 |COMMON_SET|Manifest: 95:58:cc:83:9d:a8:fa:4f:e9:f3:54:90:66:61:c8:ae:9c:08:88:11:52:52:df:2d:28:5f:05:d8:28:57:0f:98
Numina-1.16.5-2.2.30.jar |Numina |numina |2.2.30 |COMMON_SET|Manifest: NOSIGNATURE
ModularPowersuits-1.16.5-2.2.30.jar |MachineMuse's Modular Powersui|powersuits |2.2.30 |COMMON_SET|Manifest: NOSIGNATURE
Artifacts-1.16.5-2.10.5.jar |Artifacts |artifacts |1.16.5-2.10.5 |COMMON_SET|Manifest: NOSIGNATURE
OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |COMMON_SET|Manifest: NOSIGNATURE
BasicNetherOres-1.16.5-5.5.0.jar |Basic Nether Ores |bno |5.5.0 |COMMON_SET|Manifest: NOSIGNATURE
DungeonCrawl-1.16.5-2.3.9.jar |Dungeon Crawl |dungeoncrawl |2.3.9 |COMMON_SET|Manifest: NOSIGNATURE
Obscuria's Tooltips 1.0.0.jar |Obscuria's Tooltips |ob_tooltips |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
mahoutsukai-1.16.5-v1.34.27.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.34.27 |COMMON_SET|Manifest: NOSIGNATURE
Orcz 0.67 1.16.5.jar |Orcz |orcz |0.67 |COMMON_SET|Manifest: NOSIGNATURE
walljump-forge-1.16.4-1.3.7.jar |Wall-Jump! |walljump |1.16.4-1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |COMMON_SET|Manifest: NOSIGNATURE
iChunUtil-1.16.5-10.6.1.jar |iChunUtil |ichunutil |10.6.1 |COMMON_SET|Manifest: NOSIGNATURE
mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |COMMON_SET|Manifest: NOSIGNATURE
EnderStorage-1.16.5-2.8.0.170-universal.jar |EnderStorage |enderstorage |2.8.0.170 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
Prehistoric Fauna 2.1.3.jar |Prehistoric Fauna |prehistoricfauna |2.1.3 |COMMON_SET|Manifest: NOSIGNATURE
spartantwilight-1.16.5-2.2.1.jar |Spartan Weaponry: Twilight For|spartantwilight |1.16.5-2.2.1 |COMMON_SET|Manifest: NOSIGNATURE
Idolizing.jar |The Idle |the_idle |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
BrandonsCore-1.16.5-3.0.15.248-universal.jar |Brandon's Core |brandonscore |3.0.15.248 |COMMON_SET|Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
Draconic-Evolution-1.16.5-3.0.27.462-universal.jar|Draconic Evolution |draconicevolution |3.0.27.462 |COMMON_SET|Manifest: 53:bb:a0:11:bd:61:e2:1a:e2:cb:fd:f8:4f:e4:cd:a5:cc:12:f4:43:f0:78:68:3b:e1:62:c6:78:3b:27:ff:fe
MysticalAgriculture-1.16.5-4.2.6.jar |Mystical Agriculture |mysticalagriculture |4.2.6 |COMMON_SET|Manifest: NOSIGNATURE
useless-sword-1.16.5-V1.3.7.jar |Useless Sword |useless_sword |1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
TConstruct-1.16.5-3.3.4.335.jar |Tinkers' Construct |tconstruct |3.3.4.335 |COMMON_SET|Manifest: NOSIGNATURE
BrassAmberBattleTowers-1.16.5-1.6.3.jar |Brass Amber BattleTowers |ba_bt |1.16.5-1.6.3 |COMMON_SET|Manifest: NOSIGNATURE
EnchantmentDescriptions-1.16.5-7.1.20.jar |EnchantmentDescriptions |enchdesc |7.1.20 |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
ToolBelt-1.16.5-1.16.2.jar |Tool Belt |toolbelt |1.16.2 |COMMON_SET|Manifest: NOSIGNATURE
titanium-1.16.5-3.2.8.4-10.jar |Titanium |titanium |3.2.8.4 |COMMON_SET|Manifest: NOSIGNATURE
Alex's Delight 1.1.3 - Forge 1.16.5.jar |Alex's Delight |amfd |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE
silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |COMMON_SET|Manifest: NOSIGNATURE
atmospheric-1.16.5-3.1.1.jar |Atmospheric |atmospheric |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
extragolems-16.5.2.jar |Extra Golems |golems |16.5.2 |COMMON_SET|Manifest: NOSIGNATURE
easy_villagers-1.16.5-1.0.13.jar |Easy Villagers |easy_villagers |1.16.5-1.0.13 |COMMON_SET|Manifest: NOSIGNATURE
TimeCore-1.16.5-3.5.0.0.jar |Time Core |timecore |1.16.5-3.5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
plushies-1.2-1.16.5-forge.jar |Plushie Mod |plushies |1.2 |COMMON_SET|Manifest: NOSIGNATURE
Iceberg-1.16.5-1.0.41.jar |Iceberg |iceberg |1.0.41 |COMMON_SET|Manifest: NOSIGNATURE
fuze-relics-1.16.5-1.0.0.jar |Fuze Relics |fuze_relics |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
ffenchants-1.16.5-1.4.3.jar |FlashFyre's Enchantments |ffenchants |1.16.5-1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
SpartanShields-1.16.5-2.1.2.jar |Spartan Shields |spartanshields |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE
Quark-r2.4-322.jar |Quark |quark |r2.4-322 |COMMON_SET|Manifest: NOSIGNATURE
Gobber_Delight_1.0.1_Forge_1.16.5.jar |Gobber Delight (by NoCube) |gobberdelight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
brutalbosses-4.7.jar |brutalbosses mod |brutalbosses |4.7 |COMMON_SET|Manifest: NOSIGNATURE
StorageDrawers-1.16.3-8.5.2.jar |Storage Drawers |storagedrawers |8.5.2 |COMMON_SET|Manifest: NOSIGNATURE
FluxNetworks-1.16.5-6.2.1.14.jar |Flux Networks |fluxnetworks |6.2.1.14 |COMMON_SET|Manifest: NOSIGNATURE
ars_elemental-1.16.5-0.1.6.3.jar |Ars Elemental - Elemental Spel|ars_elemental |1.16.5-0.1.6.3 |COMMON_SET|Manifest: NOSIGNATURE
Statues-1.16.5-0.1.7.7.jar |Statues Mod |statues |0.1.7.7 |COMMON_SET|Manifest: NOSIGNATURE
SW Ice and Fire-1.16.5-1.1.0.jar |Spartan Weaponry: Ice and Fire|swiaf |1.16.5-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
upgradedcore-1.16.5-1.0.0.3-release.jar |Upgraded Core |upgradedcore |1.16.5-1.0.0.3-relea|COMMON_SET|Manifest: NOSIGNATURE
minecolonies-1.16.5-1.0.736-RELEASE.jar |MineColonies |minecolonies |1.16.5-1.0.736-RELEA|COMMON_SET|Manifest: NOSIGNATURE
workshopsofdoom-1.16.4-1.1.0.1.jar |Workshops of Doom |workshopsofdoom |1.1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
HunterIllager-1.16.5-1.4.0.jar |Hunter Illager |hunterillager |1.16.5-1.4.0 |COMMON_SET|Manifest: NOSIGNATURE
illagersweararmor-1.0.5.jar |Illagers Wear Armor |illagersweararmor |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
Chisel-MC1.16.5-2.0.1-alpha.4.jar |Chisel |chisel |MC1.16.5-2.0.1-alpha|COMMON_SET|Manifest: NOSIGNATURE
EasyPaxel(1.16.4) - 1.0.10.jar |Easy Paxel |easypaxelmod |1.16.4-1.0.10 |COMMON_SET|Manifest: NOSIGNATURE
BackTools-1.16.5-10.2.0.jar |Back Tools |backtools |10.2.0 |COMMON_SET|Manifest: NOSIGNATURE
OddWaterMobs[1.16.5]_1.5.0.jar |Odd Water Mobs |oddwatermobs |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
moredragoneggs-2.4.jar |More Dragon Eggs |moredragoneggs |2.4 |COMMON_SET|Manifest: NOSIGNATURE
upgradednetherite_creative-1.16.5-1.0.0.4-release.|Upgraded Netherite : Creative |upgradednetherite_creative |1.16.5-1.0.0.4-relea|COMMON_SET|Manifest: NOSIGNATURE
illagers_plus-1.16.4v1.7.2.jar |Illagers+ |illagers_plus |1.16.4v1.7.2 |COMMON_SET|Manifest: NOSIGNATURE
refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |COMMON_SET|Manifest: NOSIGNATURE
TA2 beginning 1.0.9 1.16.5.jar |[Add-on] The Abyss: The Beginn|thebeginning |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE
expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE
valhelsia_core-16.0.15.jar |Valhelsia Core |valhelsia_core |16.0.15 |COMMON_SET|Manifest: NOSIGNATURE
valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |COMMON_SET|Manifest: NOSIGNATURE
Translocators-1.16.5-2.6.0.82-universal.jar |Translocators |translocators |2.6.0.82 |COMMON_SET|Manifest: 31:e6:db:63:47:4a:6e:e0:0a:2c:11:d1:76:db:4e:82:ff:56:2d:29:93:d2:e5:02:bd:d3:bd:9d:27:47:a5:71
createaddition-1.16.5-20220129a.jar |Create Crafts & Additions |createaddition |1.16.5-20220129a |COMMON_SET|Manifest: NOSIGNATURE
Crash Report UUID: 2991778b-947a-4571-bb4e-753bf28fe97e
Launched Version: forge-36.2.34
Backend library: LWJGL version 3.2.2 build 10
Backend API: AMD Radeon RX 6500 XT GL version 4.6.14800 Compatibility Profile Context 22.6.1 30.0.21023.1015, ATI Technologies Inc.
GL Caps: Using framebuffer using OpenGL 3.0
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'forge'
Type: Client (map_client.txt)
Graphics mode: fancy
Resource Packs:
Current Language: English (US)
CPU: 8x AMD Ryzen 5 3400G with Radeon Vega Graphics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment