Jump to content

ks4874ek

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by ks4874ek

  1. Sorry but where do I find debug.log? Edit: I was able to get it working by adding -Djava.net.preferIPv4Stack=true to the JVM argument.
  2. Thank you for the help. By disabling computercraft, I was able to start the game. However, when I try to make a new world, it gives me a different error ---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 1/10/22 6:37 PM Description: Exception in server tick loop java.lang.IllegalStateException: failed to create a child event loop at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:52) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:87) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:82) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:63) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:51) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at org.cyclops.integratedrest.http.HttpServer.initialize(HttpServer.java:28) ~[?:1.1.5] {re:classloading} at org.cyclops.integratedrest.IntegratedRest.onApiServerStarted(IntegratedRest.java:88) ~[?:1.1.5] {re:classloading} at org.cyclops.integratedrest.IntegratedRest$$Lambda$10582/1320779752.accept(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus$$Lambda$2816/1587558083.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus$$Lambda$3485/1133886531.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.fml.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:106) ~[?:?] {re:mixin,re:classloading} at net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:622) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:roadrunner.mixins.json:world.light_batching.MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:232) [?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:structure_gel.mixins.json:MinecraftServerMixin,pl:mixin:APP:blame.mixins.json:MinecraftServerAccessor,pl:mixin:APP:mixins.shrines.json:MixinMinecraftServer,pl:mixin:APP:byg.mixins.json:server.MixinMinecraftServer,pl:mixin:APP:resourcefulbees.mixins.json:MixinMinecraftServer,pl:mixin:APP:elementalcraft.mixins.json:MixinMinecraftServer,pl:mixin:APP:kubejs-common.mixins.json:MinecraftServerMixin,pl:mixin:APP:roadrunner.mixins.json:world.light_batching.MinecraftServerMixin,pl:mixin:A} at net.minecraft.server.MinecraftServer$$Lambda$59233/957907717.run(Unknown Source) [?:?] {} at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] {} Caused by: io.netty.channel.ChannelException: failed to open a new selector at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} ... 20 more Caused by: java.io.IOException: Unable to establish loopback connection at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68) ~[?:1.8.0_51] {} at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170) ~[?:1.8.0_51] {} at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50) ~[?:1.8.0_51] {} at java.nio.channels.Pipe.open(Pipe.java:155) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44) ~[?:1.8.0_51] {} at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} ... 20 more Caused by: java.net.SocketException: Permission denied: connect at sun.nio.ch.Net.connect0(Native Method) ~[?:1.8.0_51] {} at sun.nio.ch.Net.connect(Net.java:458) ~[?:1.8.0_51] {} at sun.nio.ch.Net.connect(Net.java:450) ~[?:1.8.0_51] {} at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648) ~[?:1.8.0_51] {} at java.nio.channels.SocketChannel.open(SocketChannel.java:189) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:130) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68) ~[?:1.8.0_51] {} at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170) ~[?:1.8.0_51] {} at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50) ~[?:1.8.0_51] {} at java.nio.channels.Pipe.open(Pipe.java:155) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44) ~[?:1.8.0_51] {} at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} ... 20 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- 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: 2982054552 bytes (2843 MB) / 8343519232 bytes (7957 MB) up to 10141302784 bytes (9671 MB) CPUs: 8 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10880m -Xms256m ModLauncher: 8.0.9+86+master.3cf110c 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.20.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.2.20.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.2.20.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.2.20.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.2.20.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.20 FML Language Providers: javafml@36.2 minecraft@1 kotlinforforge@1.16.0 kotori_scala@2.13.5-build-2 scorge@3.1.3 Mod List: ftb-essentials-1605.1.5-build.32.jar |FTB Essentials |ftbessentials |1605.1.5-build.32 |DONE |Manifest: NOSIGNATURE refinedpipes-0.5.1.jar |Refined Pipes |refinedpipes |0.5.1 |DONE |Manifest: NOSIGNATURE IntegratedTerminals-1.16.5-1.2.11.jar |IntegratedTerminals |integratedterminals |1.2.11 |DONE |Manifest: NOSIGNATURE HammerLib-1.16.5-16.3.27.jar |HammerLib |hammerlib |16.3.27 |DONE |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 ftb-dripper-1605.1.0-build.16.jar |FTB Dripper |ftbdripper |1605.1.0-build.16 |DONE |Manifest: NOSIGNATURE essentials-1.16.5-2.11.1.jar |Essentials |essentials |1.16.5-2.11.1 |DONE |Manifest: NOSIGNATURE ForgeEndertech-1.16.5-7.2.2.0-build.0202.jar |Forge Endertech |forgeendertech |7.2.2.0 |DONE |Manifest: NOSIGNATURE YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |DONE |Manifest: NOSIGNATURE mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |DONE |Manifest: NOSIGNATURE WitherSkeletonTweaks-1.16.5-5.4.1.jar |Wither Skeleton Tweaks |wstweaks |5.4.1 |DONE |Manifest: NOSIGNATURE reliquary-1.16.5-1.3.5.1100.jar |Reliquary |xreliquary |1.16.5-1.3.5.1100 |DONE |Manifest: NOSIGNATURE randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |DONE |Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7 Apotheosis-1.16.5-4.8.4.jar |Apotheosis |apotheosis |4.8.4 |DONE |Manifest: NOSIGNATURE Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |DONE |Manifest: NOSIGNATURE WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |DONE |Manifest: NOSIGNATURE TMechworks-1.16.3+-2.2.5.jar |Tinkers' Mechworks |tmechworks |2.2.5 |DONE |Manifest: NOSIGNATURE DeLogger-3.0.4-build.20+mc1.16.5.jar |DeLogger |delogger |3.0.4-build.20+mc1.1|DONE |Manifest: NOSIGNATURE supplementaries-1.16.5-0.17.12b.jar |Supplementaries |supplementaries |0.17.12 |DONE |Manifest: NOSIGNATURE refinedstorage-1.9.16.jar |Refined Storage |refinedstorage |1.9.16 |DONE |Manifest: NOSIGNATURE structure_gel-1.16.5-1.7.8.jar |Structure Gel API |structure_gel |1.7.8 |DONE |Manifest: NOSIGNATURE industrial-foregoing-1.16.5-3.2.14.7-16.jar |Industrial Foregoing |industrialforegoing |3.2.14.7 |DONE |Manifest: NOSIGNATURE TipTheScales-1.16.5-3.0.0.15.jar |TipTheScales |tipthescales |3.0.0.15 |DONE |Manifest: NOSIGNATURE repurposed_structures_forge-3.4.7+1.16.5.jar |Repurposed Structures |repurposed_structures |3.4.7+1.16.5 |DONE |Manifest: NOSIGNATURE morevillagers-FORGE-1.16.5-1.5.5.jar |More Villagers |morevillagers |1.5.5 |DONE |Manifest: NOSIGNATURE toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |DONE |Manifest: NOSIGNATURE dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |DONE |Manifest: NOSIGNATURE Botania-1.16.5-420.1.jar |Botania |botania |1.16.5-420.1 |DONE |Manifest: NOSIGNATURE fairylights-4.0.5-1.16.5.jar |Fairy Lights |fairylights |4.0.5 |DONE |Manifest: NOSIGNATURE spark-forge.jar |spark |spark |1.6.0 |DONE |Manifest: NOSIGNATURE itemstitchingfix-1.16.5-0.2.jar |Item Stitching Fix |itemstitchingfix |1.0 |DONE |Manifest: NOSIGNATURE advgenerators-0.10.1.11-mc1.16.5.jar |Advanced Generators |advgenerators |0.10.1.11 |DONE |Manifest: NOSIGNATURE YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |DONE |Manifest: NOSIGNATURE tombstone-6.6.3-1.16.5.jar |Corail Tombstone |tombstone |6.6.3 |DONE |Manifest: NOSIGNATURE Chunk Pregenerator-V1.16-3.2.1.jar |Chunk Pregenerator |chunkpregen |V1.16-3.2.1 |DONE |Manifest: NOSIGNATURE ExtraStorage-1.16.5-1.6.0.jar |Extra Storage |extrastorage |1.6.0 |DONE |Manifest: NOSIGNATURE NaturesAura-34.3.jar |Nature's Aura |naturesaura |34.3 |DONE |Manifest: NOSIGNATURE constructionwand-1.16.5-2.6.jar |Construction Wand |constructionwand |1.16.5-2.6 |DONE |Manifest: NOSIGNATURE mcw-roofs-2.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |DONE |Manifest: NOSIGNATURE cfm-7.0.0pre22-1.16.3.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre22 |DONE |Manifest: NOSIGNATURE observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |DONE |Manifest: NOSIGNATURE CustomStartingGear-1.16.5-2.0.3-universal.jar |Custom Starter Gear |customstartinggear |2.0.3.1 |DONE |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 FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE dungeons_libraries-1.16.5-0.0.3-beta.jar |Dungeons Libraries |dungeons_libraries |1.16.5-0.0.3-beta |DONE |Manifest: NOSIGNATURE mcw-lights-1.0.2-mc1.16.5.jar |Macaw's Lights and Lamps |mcwlights |1.0.2 |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Industrial Foregoing]-1.16.|Industrial Agriculture Plugin-|iapif |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |DONE |Manifest: NOSIGNATURE ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |DONE |Manifest: NOSIGNATURE mining_helmet-1.16.5-2.0.1.jar |Mining Helmet |mining_helmet |2.0.1 |DONE |Manifest: NOSIGNATURE AttributeFix-1.16.5-10.1.3.jar |AttributeFix |attributefix |10.1.3 |DONE |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 caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |DONE |Manifest: NOSIGNATURE AwesomeDungeonForge-1.16.5-1.1.3.jar |Awesome Dungeon |awesomedungeon |1.1.3 |DONE |Manifest: NOSIGNATURE compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |DONE |Manifest: NOSIGNATURE refstoragefluxified-1.16.5-1.0.1.jar |Refined Storage Fluxified |refstoragefluxified |1.0.0 |DONE |Manifest: NOSIGNATURE curioofundying-forge-1.16.5-5.2.0.0.jar |Curio of Undying |curioofundying |1.16.5-5.2.0.0 |DONE |Manifest: NOSIGNATURE FarmingForBlockheads_1.16.5-7.3.1.jar |Farming for Blockheads |farmingforblockheads |7.3.1 |DONE |Manifest: NOSIGNATURE sulfuric-1.1.jar |Sulfuric |sulfuric |1.0 |DONE |Manifest: NOSIGNATURE additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |DONE |Manifest: NOSIGNATURE extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |DONE |Manifest: NOSIGNATURE blame-1.16.5-3.7.0-forge.jar |Blame! |blame |1.16.5-3.7.0-forge |DONE |Manifest: NOSIGNATURE Extractures(v1.3)_1.16.5.jar |extractures |extractures |1.2.0 |DONE |Manifest: NOSIGNATURE ironchest-1.16.5-11.2.21.jar |Iron Chests |ironchest |1.16.5-11.2.21 |DONE |Manifest: NOSIGNATURE IntegratedCrafting-1.16.5-1.0.20.jar |IntegratedCrafting |integratedcrafting |1.0.20 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.16.5-2.1.49-beta.jar |When Dungeons Arise |dungeons_arise |2.1.49 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.2.20-client.jar |Minecraft |minecraft |1.16.5 |DONE |Manifest: NOSIGNATURE integratedadditions-1.1.4.jar |IntegratedAdditions |integratedadditions |1.1.4 |DONE |Manifest: NOSIGNATURE voicechat-forge-1.16.5-1.7.8.jar |Simple Voice Chat |voicechat |1.16.5-1.7.8 |DONE |Manifest: NOSIGNATURE EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |DONE |Manifest: NOSIGNATURE pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |DONE |Manifest: NOSIGNATURE Numina-1.16.5-2.1.15.jar |Numina |numina |2.1.15 |DONE |Manifest: NOSIGNATURE AdLods-1.16.5-4.1.9.1-build.0206.jar |Large Ore Deposits |adlods |4.1.9.1 |DONE |Manifest: NOSIGNATURE ChickenChunks-1.16.5-2.9.0.88-universal.jar |ChickenChunks |chickenchunks |2.9.0.88 |DONE |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 paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |DONE |Manifest: NOSIGNATURE flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |DONE |Manifest: NOSIGNATURE ftb-backups-2.1.2.2.jar |FTB Backups |ftbbackups |2.1.2.2 |DONE |Manifest: NOSIGNATURE oauth-1.1.5-1.16.jar |OAuth |oauth |1.0 |DONE |Manifest: NOSIGNATURE JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |DONE |Manifest: NOSIGNATURE structurize-0.13.252-ALPHA-universal.jar |Structurize |structurize |0.13.252-ALPHA |DONE |Manifest: NOSIGNATURE lootr-1.16.5-0.0.9.30.jar |Lootr |lootr |0.0.9.30 |DONE |Manifest: NOSIGNATURE occultism-1.16.5-1.23.3.jar |Occultism |occultism |1.16.5-1.23.3 |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Mekanism]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapmekanism |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE extremeSoundMuffler-3.17_1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.17_forge-1.16.5 |DONE |Manifest: NOSIGNATURE CosmeticArmorReworked-1.16.5-v4a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4a |DONE |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 magipsi-1.16.5-2.0.0.1.jar |Magical Psi |magipsi |1.16.5-2.0.0.1 |DONE |Manifest: NOSIGNATURE DefaultOptions_1.16.5-12.2.1.jar |Default Options |defaultoptions |12.2.1 |DONE |Manifest: NOSIGNATURE StructuresPlusEnd.jar |Structure plus ii |structure_plus_ii |1.0.0 |DONE |Manifest: NOSIGNATURE rsrequestify-1.16.5-2.1.4.jar |RSRequestify |rsrequestify |2.1.4 |DONE |Manifest: NOSIGNATURE grapplemod-1.16.5-v12.2.jar |Grappling Hook Mod |grapplemod |1.16.5-v12.2 |DONE |Manifest: NOSIGNATURE DungeonsMod-1.16.3-1.4.43.jar |Dungeons Mod |dungeonsmod |1.16.3-1.4.43 |DONE |Manifest: NOSIGNATURE ExtendedCrafting-1.16.5-3.1.10.jar |Extended Crafting |extendedcrafting |3.1.10 |DONE |Manifest: NOSIGNATURE morecfm-1.3.1-1.16.3.jar |MrCrayfish's More Furniture Mo|morecfm |1.3.1 |DONE |Manifest: NOSIGNATURE InsaneLib-1.4.1-mc1.16.5.jar |InsaneLib |insanelib |1.4.1 |DONE |Manifest: NOSIGNATURE BowInfinityFix-1.16.x-rv9.1.jar |Bow Infinity Fix |bowinfinityfix |rv9.1 |DONE |Manifest: NOSIGNATURE glassential-forge-1.16.5-1.1.7.jar |Glassential |glassential |1.1.7 |DONE |Manifest: NOSIGNATURE Placebo-1.16.5-4.6.1.jar |Placebo |placebo |4.6.1 |DONE |Manifest: NOSIGNATURE Bookshelf-Forge-1.16.5-10.3.29.jar |Bookshelf |bookshelf |10.3.29 |DONE |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.10.jar |Dark Utilities |darkutils |8.0.10 |DONE |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 BotanyPots-1.16.5-7.1.23.jar |BotanyPots |botanypots |7.1.23 |DONE |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 biomeidfixer-1.16.5-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.16.5-3.12.2.432.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.12.2.432 |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Powah]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapp |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE ProgressiveBosses-3.4.1-mc1.16.5.jar |Progressive Bosses |progressivebosses |3.4.1 |DONE |Manifest: NOSIGNATURE mcw-doors-1.0.5-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.5 |DONE |Manifest: NOSIGNATURE MekanismGenerators-1.16.5-10.0.24.453.jar |Mekanism: Generators |mekanismgenerators |10.0.24 |DONE |Manifest: NOSIGNATURE carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |DONE |Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9 konkrete_forge_1.3.2_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.3.2 |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Botania]-1.16.5-1.7.2.jar |Industrial Agriculture Plugin-|iapb |1.16.5-1.7.2 |DONE |Manifest: NOSIGNATURE ExperienceBugFix-1.36.0.2.jar |Experience Bug Fix |experiencebugfix |1.36.0.2 |DONE |Manifest: NOSIGNATURE RSInfinityBooster-1.16.5-1.1+3.jar |RSInfinityBooster |rsinfinitybooster |1.16.5-1.1+3 |DONE |Manifest: NOSIGNATURE EquipmentCompare-1.16.5-1.2.7.jar |Equipment Compare |equipmentcompare |1.2.7 |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Gobber]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapg |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE createplus-1.16.4_v0.3.2.1.jar |Create Plus |createplus |1.16.4_v0.3.2.1 |DONE |Manifest: NOSIGNATURE mcw-bridges-2.0.1-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.1 |DONE |Manifest: NOSIGNATURE curiousjetpacks-1.4c-1.16.5.jar |Curious Jetpacks |curiousjetpacks |1.4c-1.16.5 |DONE |Manifest: NOSIGNATURE valkyrielib-1.16.5-3.0.9.5.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.9.5 |DONE |Manifest: NOSIGNATURE envirocore-1.16.5-3.0.9.3.jar |Environmental Core |envirocore |1.16.5-3.0.9.3 |DONE |Manifest: NOSIGNATURE envirotech-1.16.5-3.0.9.4.jar |Environmental Tech |envirotech |1.16.5-3.0.9.4 |DONE |Manifest: NOSIGNATURE simplylight-1.16.5-1.4.0-build.24.jar |Simply Light |simplylight |1.16.5-1.4.0-build.2|DONE |Manifest: NOSIGNATURE SolarFluxReborn-1.16.5-16.3.9.jar |Solar Flux Reborn |solarflux |16.3.9 |DONE |Manifest: NOSIGNATURE hole_filler_mod-1.2.4.2-mc_1.16.x-forge.jar |Hole Filler Mod |hole_filler_mod |1.2.4.2 |DONE |Manifest: NOSIGNATURE dpanvil-1.16.5-1.2.3.jar |DataPack Anvil |dpanvil |1.16.5-1.2.3 |DONE |Manifest: NOSIGNATURE overworld_two-1.0-Forge-1.16.4.jar |Overworld 2 |overworld_two |1.0 |DONE |Manifest: NOSIGNATURE time-in-a-bottle-1.1.0.jar |Time In A Bottle |tiab |1.1.0 |DONE |Manifest: NOSIGNATURE villagertools-1.16.5-1.0.2.jar |villagertools |villagertools |1.16.5-1.0.2 |DONE |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 simplegens-1.16.5-3.0.9.2.jar |Simple Generators |simplegens |1.16.5-3.0.9.2 |DONE |Manifest: NOSIGNATURE MysticalCustomization-1.16.5-2.1.7.jar |Mystical Customization |mysticalcustomization |2.1.7 |DONE |Manifest: NOSIGNATURE elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |DONE |Manifest: NOSIGNATURE Runelic-1.16.5-7.0.2.jar |Runelic |runelic |7.0.2 |DONE |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 AI-Improvements-1.16.5-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |DONE |Manifest: NOSIGNATURE light-overlay-5.8.1.jar |Light Overlay |lightoverlay |5.8.1 |DONE |Manifest: NOSIGNATURE bwncr-1.16.5-3.10.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.5-3.10.16 |DONE |Manifest: NOSIGNATURE BetterAdvancements-1.16.5-0.1.0.108.jar |Better Advancements |betteradvancements |0.1.0.108 |DONE |Manifest: NOSIGNATURE ae2wtlib-0.3.2-1.16.5.jar |AE2 Wireless Terminals |ae2wtlib |0.3.2-1.16.5 |DONE |Manifest: NOSIGNATURE pamhc2trees-1.16.3-1.0.1.jar |Pam's HarvestCraft 2 Fruit Tre|pamhc2trees |1.0.1 |DONE |Manifest: NOSIGNATURE Shrines-1.16.5-2.0.0-Beta7.jar |Shrines |shrines |1.16.5-2.0.0-Beta7 |DONE |Manifest: NOSIGNATURE platforms-1.16-1.7.12.jar |Platforms |platforms |1.7.12 |DONE |Manifest: NOSIGNATURE the-conjurer-1.16.4-1.0.13.jar |The Conjurer |conjurer_illager |1.0.13 |DONE |Manifest: NOSIGNATURE dungeons_mobs-1.16.5-2.0.1-beta.jar |Dungeons Mobs |dungeons_mobs |1.16.5-2.0.1-beta |DONE |Manifest: NOSIGNATURE ae2extras-1.3.1-1.16.5.jar |AE2 Extras |ae2extras |1.3.1-1.16.5 |DONE |Manifest: NOSIGNATURE mcw-paintings-1.0.2-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.2 |DONE |Manifest: NOSIGNATURE enviromats-1.16.5-2.0.9.0.jar |Environmental Materials |enviromats |2.0.9.0 |DONE |Manifest: NOSIGNATURE Artifacts-1.16.5-2.10.3.jar |Artifacts |artifacts |1.16.5-2.10.3 |DONE |Manifest: NOSIGNATURE SimpleStorageNetwork-1.16.5-1.5.0.jar |Simple Storage Network |storagenetwork |1.16.5-1.5.0 |DONE |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 framedcompactdrawers-1.16-2.2.1.jar |Framed Compacting Drawers |framedcompactdrawers |1.16-2.2.1 |DONE |Manifest: NOSIGNATURE OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |DONE |Manifest: NOSIGNATURE decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |DONE |Manifest: NOSIGNATURE ExplorersCompass-1.16.5-1.1.2-forge.jar |Explorer's Compass |explorerscompass |1.16.5-1.1.2-forge |DONE |Manifest: NOSIGNATURE PackagedExCrafting-1.16.5-2.0.0.2.jar |PackagedExCrafting |packagedexcrafting |2.0.0.2 |DONE |Manifest: NOSIGNATURE ToastControl-1.16.5-4.4.0.jar |Toast Control |toastcontrol |4.4.0 |DONE |Manifest: NOSIGNATURE mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |DONE |Manifest: NOSIGNATURE TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |DONE |Manifest: NOSIGNATURE scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |DONE |Manifest: NOSIGNATURE CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |DONE |Manifest: NOSIGNATURE TConstruct-1.16.5-3.3.1.316.jar |Tinkers' Construct |tconstruct |3.3.1.316 |DONE |Manifest: NOSIGNATURE smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |DONE |Manifest: NOSIGNATURE LargeFluidTank-16.1.8.jar |FluidTank |fluidtank |16.1.8 |DONE |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 LegendaryTooltips-1.16.5-1.1.5.jar |Legendary Tooltips |legendarytooltips |1.1.5 |DONE |Manifest: NOSIGNATURE creativewirelesstransmitter-1.16x-1.12.jar |Creative Wireless Transmitter |creativewirelesstransmitter |1.16x-1.12 |DONE |Manifest: NOSIGNATURE StorageDrawers-1.16.3-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |DONE |Manifest: NOSIGNATURE FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |DONE |Manifest: NOSIGNATURE twoplayersonehorse-1.16.4-2.0.2.jar |2 players 1 horse |twoplayersonehorse |1.16.4-2.0.2 |DONE |Manifest: NOSIGNATURE fancymenu_forge_2.4.3_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.4.3 |DONE |Manifest: NOSIGNATURE minecolonies-1.16.5-1.0.311-BETA.jar |MineColonies |minecolonies |1.16.5-1.0.311-BETA |DONE |Manifest: NOSIGNATURE pylons-1.0.4.jar |Pylons |pylons |1.0.3 |DONE |Manifest: NOSIGNATURE MagmaMonsters-0.5.3.jar |MagmaMonsters |magma_monsters |0.5.3 |DONE |Manifest: NOSIGNATURE ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |DONE |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 TA2 beginning 1.0.9 1.16.5.jar |[Add-on] The Abyss: The Beginn|thebeginning |1.0.9 |DONE |Manifest: NOSIGNATURE ftb-sluice-forge-1.0.11-build.47.jar |FTB Sluice |ftbsluice |1.0.11-build.47 |DONE |Manifest: NOSIGNATURE valhelsia_core-16.0.13a.jar |Valhelsia Core |valhelsia_core |16.0.13a |DONE |Manifest: NOSIGNATURE valhelsia_structures-1.16.5-0.1.6.jar |Valhelsia Structures |valhelsia_structures |1.16.5-0.1.6 |DONE |Manifest: NOSIGNATURE overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |DONE |Manifest: NOSIGNATURE flickerfix-1.0.1.jar |FlickerFix |flickerfix |1.0.1 |DONE |Manifest: NOSIGNATURE NatureExpansion1.4.jar |Nature Expansion |nature_expansion |1.3.0 |DONE |Manifest: NOSIGNATURE create-stuff-additions1.16.5_v1.1.5.jar |Create Stuff Additions |create_stuff_additions |1.1.5 |DONE |Manifest: NOSIGNATURE supermartijn642configlib-1.0.9-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |DONE |Manifest: NOSIGNATURE AdditionalEnchantedMiner-1.16.5-16.1.10.jar |QuarryPlus |quarryplus |16.1.10 |DONE |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 GameMenuRemoveGFARB-1.16.4-1.1.jar |Game Menu Remove GFARB |gamemenuremovegfarb |1.1 |DONE |Manifest: NOSIGNATURE mcw-windows-2.0.2-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.2 |DONE |Manifest: NOSIGNATURE betternether_reforged-1.2.jar |Better Nether Reforged |betternether |1.2 |DONE |Manifest: NOSIGNATURE stalwart-dungeons-1.16.5-1.1.7.jar |Stalwart Dungeons |stalwart_dungeons |1.1.7 |DONE |Manifest: NOSIGNATURE SilentMechanisms-1.16.3-1.0.1+77.jar |Silent's Mechanisms |silents_mechanisms |1.0.1+77 |DONE |Manifest: NOSIGNATURE IronJetpacks-1.16.5-4.2.3.jar |Iron Jetpacks |ironjetpacks |4.2.3 |DONE |Manifest: NOSIGNATURE BetterCaves-Forge-1.16.4-1.1.2.jar |YUNG's Better Caves |bettercaves |1.16.4-1.1.2 |DONE |Manifest: NOSIGNATURE CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |DONE |Manifest: NOSIGNATURE IntegratedREST-1.16.5-1.1.5.jar |IntegratedREST |integratedrest |1.1.5 |DONE |Manifest: NOSIGNATURE farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |DONE |Manifest: NOSIGNATURE Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |DONE |Manifest: NOSIGNATURE MaxHealthFix-Forge-1.16.5-1.0.4.jar |MaxHealthFix |maxhealthfix |1.0.4 |DONE |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 cabletiers-1.16.5-0.543.jar |Cable Tiers |cabletiers |1.16.5-0.543 |DONE |Manifest: NOSIGNATURE lootbeams-1.16.5-release-nov0221.jar |LootBeams |lootbeams |1.16.5 |DONE |Manifest: NOSIGNATURE guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |DONE |Manifest: NOSIGNATURE JustEnoughResources-1.16.5-0.12.1.133.jar |Just Enough Resources |jeresources |0.12.1.133 |DONE |Manifest: NOSIGNATURE shetiphiancore-1.16-3.8.7.jar |ShetiPhian-Core |shetiphiancore |3.8.7 |DONE |Manifest: NOSIGNATURE integrated_proxy-1.16-1.0.19.jar |IntegratedProxy |integrated_proxy |1.0.19 |DONE |Manifest: NOSIGNATURE dcintegration-forge-2.1.1-1.16.jar |Discord Integration |dcintegration |2.1.1 |DONE |Manifest: NOSIGNATURE emojiful-1.16.4-2.1.6.jar |Emojiful |emojiful |1.16.4-2.1.6 |DONE |Manifest: NOSIGNATURE torchmaster-2.3.8.jar |Torchmaster |torchmaster |2.3.8 |DONE |Manifest: NOSIGNATURE ModularPowersuits-1.16.5-2.1.17.jar |MachineMuse's Modular Powersui|powersuits |1.0.0 |DONE |Manifest: NOSIGNATURE Aquamirae 2.2 (1.16.5).jar |Aquamirae |ob_aquamirae |2.2.0 |DONE |Manifest: NOSIGNATURE fastfurnaceminusreplacement-1.1-1.16.3.jar |Fast Furnace Minus Replacement|fastfurnaceminusreplacement |1.1-1.16.3 |DONE |Manifest: NOSIGNATURE BotanyTrees-1.16.5-3.0.5.jar |BotanyTrees |botanytrees |3.0.5 |DONE |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 mcw-trapdoors-1.0.4-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.4 |DONE |Manifest: NOSIGNATURE silent-gear-1.16.5-2.6.30.jar |Silent Gear |silentgear |2.6.30 |DONE |Manifest: NOSIGNATURE SilentGems-1.16.3-3.7.16.jar |Silent's Gems 3 |silentgems |3.7.16 |DONE |Manifest: NOSIGNATURE supermartijn642corelib-1.0.15-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.15 |DONE |Manifest: NOSIGNATURE extcaves-2.4.jar |Extended Caves |extcaves |2.4 |DONE |Manifest: NOSIGNATURE decorative_blocks_abnormals-1.2.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.2 |DONE |Manifest: NOSIGNATURE MysticalAdaptations-1.16.5-1.2.1.jar |Mystical Adaptations |mysticaladaptations |1.16.5-1.2.1 |DONE |Manifest: NOSIGNATURE portality-1.16.5-3.2.5.jar |Portality |portality |3.2.5 |DONE |Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.6.6.jar |Curios API |curios |1.16.5-4.0.6.6 |DONE |Manifest: NOSIGNATURE VanillaTweaks-1.16.5-1.5.46.jar |VanillaTweaks |vanillatweaks |1.16.5-1.5.46 |DONE |Manifest: NOSIGNATURE tanknull-2.3-1.16.4.jar |Tank Null |tanknull |2.3-1.16.4 |DONE |Manifest: NOSIGNATURE angelring-1.16.5-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |DONE |Manifest: NOSIGNATURE TheAbyss2.0.0-snapshot-0.3210.jar |TheAbyss |theabyss |TheAbyss2.0.0-snapsh|DONE |Manifest: NOSIGNATURE mutantmore-1.16.5-1.0.0.jar |Mutant More |mutantmore |1.0.3 |DONE |Manifest: NOSIGNATURE mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |DONE |Manifest: NOSIGNATURE cloth-config-4.13.49-forge.jar |Cloth Config v4 API |cloth-config |4.13.49 |DONE |Manifest: NOSIGNATURE AdChimneys-1.16.5-6.0.12.3-build.0207.jar |Advanced Chimneys |adchimneys |6.0.12.3 |DONE |Manifest: NOSIGNATURE CodeChickenLib-1.16.5-4.0.5.438-universal.jar |CodeChicken Lib |codechickenlib |4.0.5.438 |DONE |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.3.122-universal.jar |CBMultipart |cb_multipart |3.0.3.122 |DONE |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 BrandonsCore-1.16.5-3.0.11.238-universal.jar |Brandon's Core |brandonscore |3.0.11.238 |DONE |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.18.428-universal.jar|Draconic Evolution |draconicevolution |3.0.18.428 |DONE |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 Babel-1.0.5.jar |Babel |babel |1.0.5 |DONE |Manifest: NOSIGNATURE JEPB-1.0.0.jar |Just Enough Piglin Bartering |jepb |1.0.0 |DONE |Manifest: NOSIGNATURE BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |DONE |Manifest: NOSIGNATURE stables-1.16.5-1.0.1.jar |Stables |stables |1.16.5-1.0.1 |DONE |Manifest: NOSIGNATURE DarkPaintings-1.16.5-6.0.5.jar |DarkPaintings |darkpaintings |6.0.5 |DONE |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 tconplanner-1.16.5-1.1.1.jar |Tinker's Planner |tconplanner |1.1.1 |DONE |Manifest: NOSIGNATURE mowziesmobs-1.5.19.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |DONE |Manifest: NOSIGNATURE ftb-jar-mod-1605.1.0-build.28.jar |FTB Jar Mod |ftbjarmod |1605.1.0-build.28 |DONE |Manifest: NOSIGNATURE woot-1.16.5-1.0.8.0.jar |Woot |woot |1.16.5-1.0.8.0 |DONE |Manifest: NOSIGNATURE The_Graveyard_2.1_(FORGE)_for_1.16.4-1.16.5.jar |The Graveyard (FORGE) |graveyard |2.1 |DONE |Manifest: NOSIGNATURE Mekanism-1.16.5-10.0.24.453.jar |Mekanism |mekanism |10.0.24 |DONE |Manifest: NOSIGNATURE bdlib-1.17.1.11-mc1.16.5.jar |BdLib |bdlib |1.17.1.11 |DONE |Manifest: NOSIGNATURE PrettyPipesFluids-0.4.1.jar |Pretty Fluid Pipes |ppfluids |0.4.1 |DONE |Manifest: NOSIGNATURE NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |DONE |Manifest: NOSIGNATURE AdventuresStructures_1.0.jar |StructuresAdventures |structuresadventures |1.0 |DONE |Manifest: NOSIGNATURE SereneSeasons-1.16.5-4.0.1.122-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.122 |DONE |Manifest: NOSIGNATURE LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |DONE |Manifest: NOSIGNATURE OPF-1.16.X-v1.jar |Online Picture Frame 2 |opf |1.0 |DONE |Manifest: NOSIGNATURE engineerstools-1.16.5-1.1.6.jar |Engineer's Tools |engineerstools |1.1.6 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b pneumaticcraft-repressurized-1.16.5-2.14.6-277.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.14.6-277 |DONE |Manifest: NOSIGNATURE pedestals-0.8s_hotfix_5.jar |Pedestals |pedestals |0.8s_hotfix_5 |DONE |Manifest: NOSIGNATURE catalogue-1.5.0-1.16.5.jar |Catalogue |catalogue |1.5.0 |DONE |Manifest: NOSIGNATURE mysticalworld-1.16.5-0.3.5.25.jar |Mystical World |mysticalworld |0.3.5.25 |DONE |Manifest: NOSIGNATURE ImmersivePetroleum-1.16.5-3.3.0-8.jar |Immersive Petroleum |immersivepetroleum |3.3.0-8 |DONE |Manifest: NOSIGNATURE drippyloadingscreen_forge_1.4.2_MC_1.16.2-1.16.5.j|Drippy Loading Screen |drippyloadingscreen |1.4.2 |DONE |Manifest: NOSIGNATURE ZeroCore2-1.16.5-2.1.7.jar |Zero CORE 2 |zerocore |1.16.5-2.1.7 |DONE |Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |DONE |Manifest: NOSIGNATURE creativeapiary-1.16.5-1.72.jar |Creative Apiary |creativeapiary |1.16.5-1.72 |DONE |Manifest: NOSIGNATURE EmendatusEnigmatica-1.2.15-build.7+mc1.16.5.jar |Emendatus Enigmatica |emendatusenigmatica |1.16.5-1.2.15 |DONE |Manifest: NOSIGNATURE chunksavingfix-0.1.0.jar |Chunk Saving Fix |chunksavingfix |0.1.0 |DONE |Manifest: NOSIGNATURE jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |DONE |Manifest: NOSIGNATURE pipez-1.16.5-1.2.14.jar |Pipez |pipez |1.16.5-1.2.14 |DONE |Manifest: NOSIGNATURE Mantle-1.16.5-1.6.147.jar |Mantle |mantle |1.6.147 |DONE |Manifest: NOSIGNATURE IntegratedDynamics-1.16.5-1.10.6.jar |IntegratedDynamics |integrateddynamics |1.10.6 |DONE |Manifest: NOSIGNATURE integratednbt-1.16.4-1.4.2.jar |Integrated NBT |integratednbt |version |DONE |Manifest: NOSIGNATURE pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |DONE |Manifest: NOSIGNATURE Croptopia-1.16.4-FORGE-1.4.2.jar |Croptopia |croptopia |1.4.2 |DONE |Manifest: NOSIGNATURE polymorph-forge-1.16.5-0.36.jar |Polymorph |polymorph |1.16.5-0.36 |DONE |Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |DONE |Manifest: NOSIGNATURE entityculling-1.3.0.jar |EntityCulling |entityculling |1.3.0 |DONE |Manifest: NOSIGNATURE creativecrafter-1.16x-0.152.jar |Creative Crafter |creativecrafter |1.16x-0.152 |DONE |Manifest: NOSIGNATURE RSLargePatterns-1.16.5-2.1.0.3.jar |Refined Storage Large Patterns|rslargepatterns |2.1.0.3 |DONE |Manifest: NOSIGNATURE PickleTweaks-1.16.5-5.2.6.jar |Pickle Tweaks |pickletweaks |5.2.6 |DONE |Manifest: NOSIGNATURE Login_Shield-1.16.5-5-g909ffa8.jar |LoginShield |login_shield |1.16.5-5-g909ffa8 |DONE |Manifest: NOSIGNATURE byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |DONE |Manifest: NOSIGNATURE Obscuria's Essentials 2.2 (1.16.5).jar |Obscuria's Essentials |ob_core |2.2.0 |DONE |Manifest: NOSIGNATURE ftb-structures-1605.1.1-build.34.jar |FTB Structures |ftbstructures |1605.1.1-build.34 |DONE |Manifest: NOSIGNATURE deuf-1.16.4-1.1.jar |DEUF - Duplicate Entity UUID F|deuf |1.16.4-1.1 |DONE |Manifest: NOSIGNATURE CyclopsCore-1.16.5-1.12.1.jar |Cyclops Core |cyclopscore |1.12.1 |DONE |Manifest: NOSIGNATURE astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |DONE |Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7 NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |DONE |Manifest: NOSIGNATURE eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |DONE |Manifest: NOSIGNATURE Tips-1.16.5-4.0.7.jar |Tips |tips |4.0.7 |DONE |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 managear-1.16.3-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |DONE |Manifest: NOSIGNATURE connectivity-2.4-1.16.5.jar |Connectivity Mod |connectivity |2.4-1.16.5 |DONE |Manifest: NOSIGNATURE Industrial_AgricultureCore-1.16.5-1.8.13.jar |Industrial Agriculture |industrialagriculture |1.16.5-1.8.13 |DONE |Manifest: NOSIGNATURE MysticalAgriculture-1.16.5-4.2.6.jar |Mystical Agriculture |mysticalagriculture |4.2.6 |DONE |Manifest: NOSIGNATURE MysticalAgradditions-1.16.5-4.2.4.jar |Mystical Agradditions |mysticalagradditions |4.2.4 |DONE |Manifest: NOSIGNATURE KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |DONE |Manifest: NOSIGNATURE rsgauges-1.16.5-1.2.12.jar |Gauges and Switches |rsgauges |1.2.12 |DONE |Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |DONE |Manifest: NOSIGNATURE Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |DONE |Manifest: NOSIGNATURE dankstorage-3.16.jar |Dank Storage |dankstorage |3.16 |DONE |Manifest: NOSIGNATURE citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |DONE |Manifest: NOSIGNATURE rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |DONE |Manifest: NOSIGNATURE alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |DONE |Manifest: NOSIGNATURE iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |DONE |Manifest: NOSIGNATURE mightyarchitect-mc1.16.3_v0.5.jar |The Mighty Architect |mightyarchitect |0.5 |DONE |Manifest: NOSIGNATURE magnesium-1.5.jar |Magnesium |magnesium |1.5 |DONE |Manifest: NOSIGNATURE buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |DONE |Manifest: NOSIGNATURE FramedBlocks-2.11.2.jar |FramedBlocks |framedblocks |2.11.2 |DONE |Manifest: NOSIGNATURE forge-1.16.5-36.2.20-universal.jar |Forge |forge |36.2.20 |DONE |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 cofh_core-1.16.5-1.4.0.6.jar |CoFH Core |cofh_core |1.4.0.6 |DONE |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.4.1.7.jar |Thermal Series |thermal |1.4.1.7 |DONE |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_cultivation-1.16.5-1.4.1.3.jar |Thermal Cultivation |thermal_cultivation |1.4.1.3 |DONE |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.2.0.jar |AppleSkin |appleskin |mc1.16.4-2.2.0 |DONE |Manifest: NOSIGNATURE AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |DONE |Manifest: NOSIGNATURE Morph-o-Tool-1.4-27.jar |Morph-o-Tool |morphtool |1.4-27 |DONE |Manifest: NOSIGNATURE Atum-1.16.5-2.2.9.jar |Atum 2 |atum |1.16.5-2.2.9 |DONE |Manifest: NOSIGNATURE thermal_innovation-1.16.5-1.4.1.3.jar |Thermal Innovation |thermal_innovation |1.4.1.3 |DONE |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.4.1.2.jar |Thermal Locomotion |thermal_locomotion |1.4.1.2 |DONE |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 Psi 1.16-97.jar |Psi |psi |1.16-96 |DONE |Manifest: NOSIGNATURE Aquaculture-1.16.5-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |DONE |Manifest: NOSIGNATURE simpleplanes-1.16.5-4.6.0.jar |Simple Planes |simpleplanes |1.16.5-4.6.0 |DONE |Manifest: NOSIGNATURE LightingWand-1.16.4-1.8.1.jar |Lighting Wand |lightingwand |1.8.1 |DONE |Manifest: NOSIGNATURE jeed-1.16.5-1.6.jar |Just Enough Effect Description|jeed |1.16.5-1.6 |DONE |Manifest: NOSIGNATURE FpsReducer-forge-1.24-mc1.16.5.jar |FPS Reducer |fpsreducer |1.24-mc1.16.5 |DONE |Manifest: NOSIGNATURE XNetGases-1.16.5-2.3.8.jar |XNet Gases |xnetgases |2.3.8 |DONE |Manifest: NOSIGNATURE twilightforest-1.16.5-4.0.546-universal.jar |The Twilight Forest |twilightforest |NONE |DONE |Manifest: NOSIGNATURE mob_grinding_utils-1.16.5-0.4.30.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.30 |DONE |Manifest: NOSIGNATURE PrettyPipes-1.9.5.jar |Pretty Pipes |prettypipes |1.9.5 |DONE |Manifest: NOSIGNATURE chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |DONE |Manifest: NOSIGNATURE FarmersDelight-1.16.5-0.5.3.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.3 |DONE |Manifest: NOSIGNATURE ResourcefulBees-1.16.5-0.9.9.8.jar |Resourceful Bees |resourcefulbees |1.16.5-0.9.9.8 |DONE |Manifest: NOSIGNATURE CommonCapabilities-1.16.5-2.8.0.jar |CommonCapabilities |commoncapabilities |2.8.0 |DONE |Manifest: NOSIGNATURE crashutilities-3.12.jar |Crash Utilities |crashutilities |3.12 |DONE |Manifest: NOSIGNATURE Compressium-1.16.5-1.2.3.jar |Compressium |compressium |1.2.custom |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Silent's Mechanisms]-1.16.5|Industrial Agriculture Plugin-|iapsm |1.16.5-1.8.10 |DONE |Manifest: NOSIGNATURE getittogetherdrops-1.16.4-v1.1.jar |Get It Together, Drops! |getittogetherdrops |v1.1 |DONE |Manifest: NOSIGNATURE MekanismAdditions-1.16.5-10.0.24.453.jar |Mekanism: Additions |mekanismadditions |10.0.24 |DONE |Manifest: NOSIGNATURE Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |DONE |Manifest: NOSIGNATURE drawerfps-2.1.jar |Drawer FPS |drawerfps |2.1 |DONE |Manifest: NOSIGNATURE mcw-fences-1.0.2-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.2 |DONE |Manifest: NOSIGNATURE mining_dimension-1.16.5-1.0.6.jar |Mining World |mining_dimension |1.16.5-1.0.6 |DONE |Manifest: NOSIGNATURE JER-Integration-1.1.0.jar |Reforged: SoulShards |jerintegration |1.1.0 |DONE |Manifest: NOSIGNATURE dungeons_enhanced-1.16.5-1.3.jar |Dungeons Enhanced |dungeons_enhanced |1.3 |DONE |Manifest: NOSIGNATURE bettercompat-0.4-1.16.5-36.2.8.jar |Tinkers Better Compat |bettercompat |0.4 |DONE |Manifest: NOSIGNATURE TrackAPI-1.16.4-forge-1.2.1.jar |TrackAPI |trackapi |1.2 |DONE |Manifest: NOSIGNATURE pamhc2foodextended-1.16.3-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |DONE |Manifest: NOSIGNATURE Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |DONE |Manifest: NOSIGNATURE ars_nouveau-1.16.5-1.24.8.jar |Ars Nouveau |ars_nouveau |1.24.8 |DONE |Manifest: NOSIGNATURE hexblades-1.16.5-0.0.8.6.jar |Hexblades |hexblades |0.0.8.5 |DONE |Manifest: NOSIGNATURE Industrial Agriculture[Silent's Gems]-1.16.3-1.7.1|Industrial Agriculture Plugin-|iapsg |1.16.3-1.7.1 |DONE |Manifest: NOSIGNATURE collective-1.16.5-3.8.jar |Collective |collective |3.8 |DONE |Manifest: NOSIGNATURE betterbiomeblend-1.16.4-1.2.9-forge.jar |Better Biome Blend |betterbiomeblend |1.16.4-1.2.9-forge |DONE |Manifest: NOSIGNATURE thermal_expansion-1.16.5-1.4.1.3.jar |Thermal Expansion |thermal_expansion |1.4.1.3 |DONE |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 IntegratedTunnels-1.16.5-1.8.9.jar |IntegratedTunnels |integratedtunnels |1.8.9 |DONE |Manifest: NOSIGNATURE seamless_loading_screen-1.16.5-1.1.6.jar |Seamless Loading Screen |seamless_loading_screen |1.16.5-1.1.6 |DONE |Manifest: NOSIGNATURE GunpowderLib-1.16.5-1.2.2.jar |GunpowderLib |gunpowderlib |1.16.5-1.2.2 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 Gobber2-Forge-1.16.5-2.3.52.jar |Gobber 2 |gobber2 |2.3.52 |DONE |Manifest: NOSIGNATURE ftb-ultimine-forge-1605.3.1-build.45.jar |FTB Ultimine |ftbultimine |1605.3.1-build.45 |DONE |Manifest: NOSIGNATURE BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |DONE |Manifest: NOSIGNATURE buildersaddition-1.16.5-20210807a.jar |Builders Crafts & Addition |buildersaddition |1.16.5-20210807a |DONE |Manifest: NOSIGNATURE MekanismTools-1.16.5-10.0.24.453.jar |Mekanism: Tools |mekanismtools |10.0.24 |DONE |Manifest: NOSIGNATURE architectury-1.26.39.jar |Architectury |architectury |1.26.39 |DONE |Manifest: NOSIGNATURE observable-0.1.3-forge.jar |Observable |observable |0.1.3 |DONE |Manifest: NOSIGNATURE ftb-library-forge-1605.3.4-build.90.jar |FTB Library |ftblibrary |1605.3.4-build.90 |DONE |Manifest: NOSIGNATURE ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |DONE |Manifest: NOSIGNATURE ftb-ranks-forge-1605.1.5-build.16.jar |FTB Ranks |ftbranks |1605.1.5-build.16 |DONE |Manifest: NOSIGNATURE ftb-chunks-forge-1605.3.2-build.83.jar |FTB Chunks |ftbchunks |1605.3.2-build.83 |DONE |Manifest: NOSIGNATURE ftb-banners-1605.1.3-build.27.jar |FTB Banners |ftbbanners |1605.1.3-build.27 |DONE |Manifest: NOSIGNATURE ImmersiveRailroading-1.16.5-forge-1.9.1.jar |Immersive Railroading |immersiverailroading |1.16.5-forge-1.9.1 |DONE |Manifest: NOSIGNATURE UniversalModCore-1.16.5-forge-1.1.3.jar |Universal Mod Core |universalmodcore |1.1.3 |DONE |Manifest: NOSIGNATURE curiouselytra-forge-1.16.5-4.0.2.4.jar |Curious Elytra |curiouselytra |1.16.5-4.0.2.4 |DONE |Manifest: NOSIGNATURE ExtremeReactors2-1.16.5-2.0.33.jar |Extreme Reactors |bigreactors |1.16.5-2.0.33 |DONE |Manifest: NOSIGNATURE compactcrafting-1.0.0.jar |Compact Crafting |compactcrafting |task ':jar' property|DONE |Manifest: NOSIGNATURE theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE topaddons-1.16.5-2.2.0-beta.jar |TOP Addons |topaddons |1.16.5-2.2.0-beta |DONE |Manifest: NOSIGNATURE jei-1.16.5-7.7.1.138.jar |Just Enough Items |jei |7.7.1.138 |DONE |Manifest: NOSIGNATURE JustEnoughCalculation-1.16.5-3.8.6.jar |Just Enough Calculation |jecalculation |3.8.6 |DONE |Manifest: NOSIGNATURE elementalcraft-1.16.5-2.7.13.jar |ElementalCraft |elementalcraft |1.16.5-2.7.13 |DONE |Manifest: NOSIGNATURE invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |DONE |Manifest: NOSIGNATURE trashcans-1.0.11-mc1.16.jar |Trash Cans |trashcans |1.0.11 |DONE |Manifest: NOSIGNATURE InventoryEssentials_1.16.5-2.3.2.jar |Inventory Essentials |inventoryessentials |2.3.2 |DONE |Manifest: NOSIGNATURE smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |DONE |Manifest: NOSIGNATURE GameMenuModOption-1.16.4-1.8.jar |Game Menu Mod Option |gamemenumodoption |1.8 |DONE |Manifest: NOSIGNATURE Cyclic-1.16.5-1.5.11.jar |Cyclic |cyclic |1.16.5-1.5.11 |DONE |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 CraftPresence-Forge-1.16.5-Release-1.8.8.jar |CraftPresence |craftpresence |1.8.8 |DONE |Manifest: NOSIGNATURE rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |DONE |Manifest: NOSIGNATURE kubejs-forge-1605.3.19-build.229.jar |KubeJS |kubejs |1605.3.19-build.229 |DONE |Manifest: NOSIGNATURE kubejs-thermal-1605.1.4-build.3.jar |KubeJS Thermal |kubejs_thermal |1605.1.4-build.3 |DONE |Manifest: NOSIGNATURE kubejs-mekanism-1605.1.2-build.2.jar |KubeJS Mekanism |kubejs_mekanism |1605.1.2-build.2 |DONE |Manifest: NOSIGNATURE Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |DONE |Manifest: NOSIGNATURE TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |DONE |Manifest: NOSIGNATURE jmi-1.16.5-0.4-22.jar |JourneyMap Integration |jmi |1.16.5-0.4-22 |DONE |Manifest: NOSIGNATURE snad-1.0.9-forge.jar |Snad |snad |1.0.9 |DONE |Manifest: NOSIGNATURE item-filters-forge-1605.2.5-build.9.jar |Item Filters |itemfilters |1605.2.5-build.9 |DONE |Manifest: NOSIGNATURE ftb-quests-forge-1605.3.5-build.72.jar |FTB Quests |ftbquests |1605.3.5-build.72 |DONE |Manifest: NOSIGNATURE ftb-money-1605.1.3-build.6.jar |FTB Money |ftbmoney |1605.1.3-build.6 |DONE |Manifest: NOSIGNATURE metalbarrels-1.16.2-3.3b.jar |Metal Barrels |metalbarrels |1.16.2-3.3b |DONE |Manifest: NOSIGNATURE abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |DONE |Manifest: NOSIGNATURE endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |DONE |Manifest: NOSIGNATURE savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |DONE |Manifest: NOSIGNATURE abnormals_delight-1.16.5-1.2.1.jar |Abnormals Delight |abnormals_delight |1.2.1 |DONE |Manifest: NOSIGNATURE upgrade_aquatic-1.16.5-3.1.2.jar |Upgrade Aquatic |upgrade_aquatic |3.1.2 |DONE |Manifest: NOSIGNATURE neapolitan-1.16.5-2.2.1.jar |Neapolitan |neapolitan |2.2.1 |DONE |Manifest: NOSIGNATURE nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |DONE |Manifest: NOSIGNATURE buzzier_bees-1.16.5-3.0.3.jar |Buzzier Bees |buzzier_bees |3.0.3 |DONE |Manifest: NOSIGNATURE CuriosQuarkOBP-1.16.5-1.0.2.jar |Curios Quark Oddities Backpack|curiosquarkobp |1.0.2 |DONE |Manifest: NOSIGNATURE create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |DONE |Manifest: NOSIGNATURE kubejs-create-1605.1.2-build.7.jar |KubeJS Create |kubejs_create |1605.1.2-build.7 |DONE |Manifest: NOSIGNATURE morecreatestuffs-mc1.16-1.4.1b.jar |More Create Stuffs |morecreatestuffs |mc1.16-1.4.1b |DONE |Manifest: NOSIGNATURE createdeco-1.1.2-1.16.5.jar |Create Deco |createdeco |1.1.2-1.16.5 |DONE |Manifest: NOSIGNATURE Waystones_1.16.5-7.6.4.jar |Waystones |waystones |7.6.4 |DONE |Manifest: NOSIGNATURE FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |DONE |Manifest: NOSIGNATURE journeymap-1.16.5-5.8.0beta3.jar |Journeymap |journeymap |5.8.0beta3 |DONE |Manifest: NOSIGNATURE RoadRunner-mc1.16.5-1.4.0.jar |Meep Meep! (Road Runner) |roadrunner |1.4.0 |DONE |Manifest: NOSIGNATURE comforts-forge-1.16.5-4.0.1.3.jar |Comforts |comforts |1.16.5-4.0.1.3 |DONE |Manifest: NOSIGNATURE appliedenergistics2-8.4.4.jar |Applied Energistics 2 |appliedenergistics2 |8.4.4 |DONE |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 lazierae2-1.16.5-1.1.4.jar |LazierAE2 |lazierae2 |1.1.4 |DONE |Manifest: NOSIGNATURE configured-1.5.1-1.16.5.jar |Configured |configured |1.5.1 |DONE |Manifest: NOSIGNATURE DimStorage-1.16.5-4.4.1.jar |DimStorage |dimstorage |4.4.1 |DONE |Manifest: NOSIGNATURE MyServerIsCompatible-1.16.5-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |DONE |Manifest: NOSIGNATURE quantum_quarry_plus-1.10.3.jar |Quantum Quarry Plus |quantumquarryplus |1.9 |DONE |Manifest: NOSIGNATURE mcjtylib-1.16-5.1.2.jar |McJtyLib |mcjtylib |1.16-5.1.2 |DONE |Manifest: NOSIGNATURE rftoolsbase-1.16-2.1.1.jar |RFToolsBase |rftoolsbase |1.16-2.1.1 |DONE |Manifest: NOSIGNATURE rftoolspower-1.16-3.0.11.jar |RFToolsPower |rftoolspower |1.16-3.0.11 |DONE |Manifest: NOSIGNATURE rftoolsbuilder-1.16-3.1.4.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.1.4 |DONE |Manifest: NOSIGNATURE xnet-1.16-3.0.15.jar |XNet |xnet |1.16-3.0.15 |DONE |Manifest: NOSIGNATURE rftoolsdim-1.16-7.0.19-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.19-beta |DONE |Manifest: NOSIGNATURE rftoolsstorage-1.16-2.0.15.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.15 |DONE |Manifest: NOSIGNATURE rftoolscontrol-1.16-4.0.13.jar |RFToolsControl |rftoolscontrol |1.16-4.0.13 |DONE |Manifest: NOSIGNATURE mahoutsukai-1.16.5-v1.33.6.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.33.6 |DONE |Manifest: NOSIGNATURE inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |DONE |Manifest: NOSIGNATURE fixedanvilrepaircost_1.16.5-1.6.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.6 |DONE |Manifest: NOSIGNATURE Sledgehammer-1.16.5-2.0.1.jar |Sledgehammer |sledgehammer |1.16.5-2.0.0 |DONE |Manifest: 65:9c:b2:1c:ac:92:df:f0:35:07:78:51:9b:65:49:87:69:0b:76:7f:23:9a:ab:1f:fa:fc:b0:f3:fc:02:6a:1b BloodMagic-1.16.4-3.1.7-27.jar |Blood Magic |bloodmagic |1.16.4-3.1.7-27 |DONE |Manifest: NOSIGNATURE tomeofblood-1.16.5-1.2.2.jar |Tome of Blood |tomeofblood |1.16.5-1.2.2 |DONE |Manifest: NOSIGNATURE kubejs-blood-magic-1605.1.1-build.3.jar |KubeJS Blood Magic |kubejs_blood_magic |1605.1.1-build.3 |DONE |Manifest: NOSIGNATURE FasterLadderClimbing-1.16.4-0.2.1.jar |Faster Ladder Climbing |fasterladderclimbing |1.16.4-0.2.1 |DONE |Manifest: NOSIGNATURE immersiveposts-1.16.5-4.2.2.jar |Immersive Posts |immersiveposts |4.2.0 |DONE |Manifest: d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0 ImmersiveEngineering-1.16.5-5.0.5-140.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.5-140 |DONE |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 kubejs-immersive-engineering-1605.1.1-build.2.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1605.1.1-build.2 |DONE |Manifest: NOSIGNATURE Exchangers-1.16.5-3.0.2.jar |Exchangers |exchangers |1.16.5-3.0.2 |DONE |Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |DONE |Manifest: NOSIGNATURE sounddeviceoptions-1.4.3.jar |Sound Device Options |sounddeviceoptions |1.4.3 |DONE |Manifest: NOSIGNATURE rftoolsutility-1.16-3.1.6.jar |RFToolsUtility |rftoolsutility |1.16-3.1.6 |DONE |Manifest: NOSIGNATURE EnchantmentDescriptions-1.16.5-7.0.18.jar |EnchantmentDescriptions |enchdesc |7.0.18 |DONE |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 swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |DONE |Manifest: NOSIGNATURE ToolBelt-1.16.5-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |DONE |Manifest: NOSIGNATURE titanium-1.16.5-3.2.8.7-22.jar |Titanium |titanium |3.2.8.7 |DONE |Manifest: NOSIGNATURE mana-and-artifice-1.5.1.4.jar |Mana and Artifice |mana-and-artifice |1.5.1.4 |DONE |Manifest: NOSIGNATURE silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |DONE |Manifest: NOSIGNATURE forbidden_arcanus-16.2.2.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.2 |DONE |Manifest: NOSIGNATURE create-addon-v5.jar |Create Add-On |create_addon |1.0.0 |DONE |Manifest: NOSIGNATURE PackagedAuto-1.16.5-2.0.0.5.jar |PackagedAuto |packagedauto |2.0.0.5 |DONE |Manifest: NOSIGNATURE towers_of_the_wild-1.16.3-2.1.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.3-2.1.0 |DONE |Manifest: NOSIGNATURE Iceberg-1.16.5-1.0.30.jar |Iceberg |iceberg |1.0.30 |DONE |Manifest: NOSIGNATURE Quark-r2.4-321.jar |Quark |quark |r2.4-321 |DONE |Manifest: NOSIGNATURE adaptive_performance_tweaks_1.16.5-1.2.1.jar |Adaptive Performance Tweaks |adaptive_performance_tweaks |1.2.1 |DONE |Manifest: NOSIGNATURE Chisel-MC1.16.5-2.0.1-alpha.4.jar |Chisel |chisel |MC1.16.5-2.0.1-alpha|DONE |Manifest: NOSIGNATURE SoL-Carrot-1.16.5-1.10.1.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.1 |DONE |Manifest: NOSIGNATURE refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |DONE |Manifest: NOSIGNATURE expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |DONE |Manifest: NOSIGNATURE chiselsandbits-1.0.43.jar |Chisels & bits |chiselsandbits |1.0.43 |DONE |Manifest: NOSIGNATURE Translocators-1.16.5-2.6.0.82-universal.jar |Translocators |translocators |2.6.0.82 |DONE |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 loadmyresources_1.0.1_MC_1.16.2-1.16.5.jar |Load My Resources |loadmyresources |1.0.1 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 7bd438ee-3c3f-443d-a0ee-8b26d92894f2 RoadRunner != Lithium: This instance was launched using RoadRunner, which is an *unofficial* Lithium fork! Please **do not** report bugs to them! [Psi] Active spell: None Patchouli open book context: n/a Player Count: 0 / 8; [] Data Packs: vanilla, mod:ftbessentials, mod:refinedpipes, mod:integratedterminals, mod:hammerlib (incompatible), mod:ftbdripper (incompatible), mod:essentials (incompatible), mod:forgeendertech, mod:yungsapi, mod:mdecore, mod:wstweaks (incompatible), mod:xreliquary, mod:randompatches, mod:apotheosis (incompatible), mod:morpheus (incompatible), mod:waterstrainer, mod:tmechworks (incompatible), mod:delogger (incompatible), mod:supplementaries, mod:refinedstorage, mod:structure_gel, mod:industrialforegoing (incompatible), mod:tipthescales, mod:repurposed_structures, mod:morevillagers, mod:toughnessbar (incompatible), mod:dungeons_plus, mod:botania, mod:fairylights, mod:spark, mod:itemstitchingfix, mod:advgenerators, mod:yungsextras, mod:tombstone, mod:chunkpregen, mod:extrastorage, mod:naturesaura (incompatible), mod:constructionwand, mod:mcwroofs, mod:cfm (incompatible), mod:observerlib, mod:customstartinggear (incompatible), mod:fastleafdecay (incompatible), mod:geckolib3 (incompatible), mod:dungeons_libraries (incompatible), mod:mcwlights, mod:iapif (incompatible), mod:quarkoddities (incompatible), mod:clienttweaks (incompatible), mod:mining_helmet (incompatible), mod:attributefix, mod:caelus, mod:awesomedungeon, mod:compactmachines, mod:refstoragefluxified, mod:curioofundying, mod:farmingforblockheads (incompatible), mod:sulfuric, mod:additional_lights, mod:extradisks, mod:blame, mod:extractures, mod:ironchest, mod:integratedcrafting, mod:dungeons_arise, mod:integratedadditions, mod:voicechat, mod:entity_culling, mod:pamhc2crops (incompatible), mod:numina, mod:adlods, mod:chickenchunks (incompatible), mod:paintings (incompatible), mod:flywheel, mod:ftbbackups (incompatible), mod:oauth, mod:justenoughprofessions, mod:structurize, mod:lootr (incompatible), mod:occultism, mod:iapmekanism (incompatible), mod:extremesoundmuffler, mod:cosmeticarmorreworked (incompatible), mod:magipsi, mod:defaultoptions (incompatible), mod:structure_plus_ii, mod:rsrequestify (incompatible), mod:grapplemod, mod:dungeonsmod (incompatible), mod:extendedcrafting, mod:morecfm, mod:insanelib, mod:bowinfinityfix (incompatible), mod:glassential (incompatible), mod:placebo (incompatible), mod:bookshelf, mod:darkutils (incompatible), mod:botanypots, mod:biomeidfixer, mod:sophisticatedbackpacks, mod:iapp (incompatible), mod:progressivebosses, mod:mcwdoors, mod:mekanismgenerators, mod:carryon, mod:konkrete, mod:iapb (incompatible), mod:experiencebugfix (incompatible), mod:rsinfinitybooster, mod:equipmentcompare, mod:iapg (incompatible), mod:createplus, mod:mcwbridges, mod:curiousjetpacks (incompatible), mod:valkyrielib, mod:envirocore (incompatible), mod:envirotech, mod:simplylight, mod:solarflux, mod:hole_filler_mod, mod:dpanvil, mod:overworld_two, mod:tiab, mod:villagertools, mod:simplegens, mod:mysticalcustomization (incompatible), mod:elevatorid, mod:runelic, mod:aiimprovements, mod:lightoverlay (incompatible), mod:bwncr, mod:betteradvancements, mod:ae2wtlib, mod:pamhc2trees (incompatible), mod:shrines, mod:platforms, mod:conjurer_illager (incompatible), mod:dungeons_mobs (incompatible), mod:ae2extras (incompatible), mod:mcwpaintings (incompatible), mod:enviromats (incompatible), mod:artifacts, mod:storagenetwork, mod:framedcompactdrawers (incompatible), mod:outer_end, mod:decorative_blocks, mod:explorerscompass, mod:packagedexcrafting (incompatible), mod:toastcontrol (incompatible), mod:mininggadgets (incompatible), mod:travelerstitles, mod:scuba_gear (incompatible), mod:craftingtweaks (incompatible), mod:tconstruct, mod:smoothboot, mod:fluidtank, mod:legendarytooltips, mod:creativewirelesstransmitter (incompatible), mod:storagedrawers (incompatible), mod:fluxnetworks, mod:twoplayersonehorse, mod:fancymenu (incompatible), mod:minecolonies (incompatible), mod:pylons, mod:magma_monsters, mod:ferritecore (incompatible), mod:thebeginning, mod:ftbsluice (incompatible), mod:valhelsia_core, mod:valhelsia_structures, mod:overloadedarmorbar (incompatible), mod:flickerfix, mod:nature_expansion, mod:create_stuff_additions, mod:supermartijn642configlib, mod:quarryplus, mod:gamemenuremovegfarb, mod:mcwwindows, mod:betternether, mod:stalwart_dungeons, mod:silents_mechanisms (incompatible), mod:ironjetpacks, mod:bettercaves (incompatible), mod:ctm (incompatible), mod:integratedrest, mod:farmersdelightintegrations, mod:powah, mod:maxhealthfix, mod:cabletiers, mod:lootbeams, mod:guardvillagers, mod:jeresources, mod:shetiphiancore, mod:integrated_proxy, mod:dcintegration (incompatible), mod:emojiful (incompatible), mod:torchmaster (incompatible), mod:powersuits, mod:ob_aquamirae, mod:fastfurnaceminusreplacement (incompatible), mod:botanytrees, mod:mcwtrpdoors, mod:silentgear, mod:silentgems, mod:supermartijn642corelib, mod:extcaves, mod:decorative_blocks_abnormals, mod:mysticaladaptations (incompatible), mod:portality (incompatible), mod:curios, mod:vanillatweaks, mod:tanknull (incompatible), mod:angelring (incompatible), mod:theabyss, mod:mutantmore, mod:mcwfurnitures, mod:cloth-config (incompatible), mod:adchimneys, mod:codechickenlib (incompatible), mod:cb_multipart (incompatible), mod:brandonscore (incompatible), mod:draconicevolution (incompatible), mod:babel, mod:jepb, mod:bettermineshafts, mod:stables, mod:darkpaintings, mod:tconplanner, mod:mowziesmobs (incompatible), mod:ftbjarmod (incompatible), mod:woot, mod:graveyard, mod:mekanism, mod:bdlib, mod:ppfluids (incompatible), mod:naturescompass (incompatible), mod:structuresadventures, mod:sereneseasons, mod:libx, mod:opf (incompatible), mod:engineerstools, mod:pneumaticcraft, mod:pedestals (incompatible), mod:catalogue, mod:mysticalworld, mod:immersivepetroleum, mod:drippyloadingscreen, mod:zerocore, mod:mousetweaks, mod:creativeapiary (incompatible), mod:emendatusenigmatica, mod:chunksavingfix, mod:jeiintegration, mod:pipez, mod:mantle (incompatible), mod:integrateddynamics, mod:integratednbt (incompatible), mod:pamhc2foodcore (incompatible), mod:croptopia, mod:polymorph, mod:autoreglib (incompatible), mod:entityculling, mod:creativecrafter (incompatible), mod:rslargepatterns (incompatible), mod:pickletweaks, mod:login_shield, mod:byg, mod:ob_core, mod:ftbstructures (incompatible), mod:deuf (incompatible), mod:cyclopscore, mod:astralsorcery, mod:netherportalfix (incompatible), mod:eidolon, mod:tips, mod:managear, mod:connectivity, mod:industrialagriculture, mod:mysticalagriculture, mod:mysticalagradditions, mod:kleeslabs (incompatible), mod:rsgauges, mod:cookingforblockheads (incompatible), mod:controlling, mod:dankstorage, mod:citadel (incompatible), mod:rats, mod:alexsmobs, mod:iceandfire (incompatible), mod:mightyarchitect (incompatible), mod:magnesium, mod:buildinggadgets, mod:framedblocks (incompatible), mod:forge, mod:cofh_core (incompatible), mod:thermal (incompatible), mod:thermal_cultivation (incompatible), mod:appleskin, mod:akashictome, mod:morphtool (incompatible), mod:atum, mod:thermal_innovation (incompatible), mod:thermal_locomotion (incompatible), mod:psi (incompatible), mod:aquaculture (incompatible), mod:simpleplanes, mod:lightingwand, mod:jeed, mod:fpsreducer, mod:xnetgases, mod:twilightforest, mod:mob_grinding_utils, mod:prettypipes (incompatible), mod:chocolate, mod:farmersdelight, mod:resourcefulbees (incompatible), mod:commoncapabilities, mod:crashutilities (incompatible), mod:compressium (incompatible), mod:iapsm, mod:getittogetherdrops, mod:mekanismadditions, mod:lollipop, mod:drawerfps, mod:mcwfences, mod:mining_dimension, mod:jerintegration, mod:dungeons_enhanced, mod:bettercompat, mod:trackapi (incompatible), mod:pamhc2foodextended (incompatible), mod:patchouli (incompatible), mod:ars_nouveau, mod:hexblades, mod:iapsg (incompatible), mod:collective, mod:betterbiomeblend, mod:thermal_expansion (incompatible), mod:integratedtunnels, mod:seamless_loading_screen, mod:gunpowderlib, mod:gobber2, mod:ftbultimine (incompatible), mod:betterstrongholds, mod:buildersaddition (incompatible), mod:mekanismtools, mod:architectury, mod:observable, mod:ftblibrary, mod:ftbteams, mod:ftbranks, mod:ftbchunks, mod:ftbbanners, mod:immersiverailroading (incompatible), mod:universalmodcore (incompatible), mod:curiouselytra, mod:bigreactors, mod:compactcrafting, mod:theoneprobe, mod:topaddons (incompatible), mod:jei, mod:jecalculation (incompatible), mod:elementalcraft, mod:invtweaks (incompatible), mod:trashcans, mod:inventoryessentials (incompatible), mod:smallships, mod:gamemenumodoption, mod:cyclic (incompatible), mod:craftpresence, mod:rhino, mod:kubejs, mod:kubejs_thermal, mod:kubejs_mekanism, mod:cucumber, mod:trashslot (incompatible), mod:jmi, mod:snad, mod:itemfilters, mod:ftbquests, mod:ftbmoney, mod:metalbarrels (incompatible), mod:abnormals_core, mod:endergetic, mod:savageandravage, mod:abnormals_delight, mod:upgrade_aquatic, mod:neapolitan, mod:nethers_delight, mod:buzzier_bees, mod:curiosquarkobp, mod:create, mod:kubejs_create, mod:morecreatestuffs, mod:createdeco, mod:waystones (incompatible), mod:fastsuite (incompatible), mod:journeymap (incompatible), mod:roadrunner (incompatible), mod:comforts, mod:appliedenergistics2 (incompatible), mod:lazierae2, mod:configured, mod:dimstorage, mod:myserveriscompatible, mod:quantumquarryplus, mod:mcjtylib, mod:rftoolsbase, mod:rftoolspower, mod:rftoolsbuilder, mod:xnet, mod:rftoolsdim, mod:rftoolsstorage, mod:rftoolscontrol, mod:mahoutsukai (incompatible), mod:inventorypets (incompatible), mod:fixedanvilrepaircost, mod:sledgehammer, mod:bloodmagic, mod:tomeofblood, mod:kubejs_blood_magic, mod:fasterladderclimbing, mod:immersiveposts, mod:immersiveengineering, mod:kubejs_immersive_engineering, mod:exchangers, mod:selene, mod:sounddeviceoptions (incompatible), mod:rftoolsutility, mod:enchdesc, mod:swingthroughgrass (incompatible), mod:toolbelt (incompatible), mod:titanium (incompatible), mod:mana-and-artifice, mod:silentlib (incompatible), mod:forbidden_arcanus (incompatible), mod:create_addon, mod:packagedauto (incompatible), mod:towers_of_the_wild, mod:iceberg, mod:quark (incompatible), mod:adaptive_performance_tweaks, mod:chisel (incompatible), mod:solcarrot, mod:refinedstorageaddons, mod:expandability, mod:chiselsandbits (incompatible), mod:translocators (incompatible), mod:loadmyresources, loadmyresources.hiddenpack, file/Included Structures, resourcefulbees:internals (incompatible), Solar Flux Generated Resources Type: Integrated Server (map_client.txt) Is Modded: Definitely; Client brand changed to 'forge'
  3. Ok with vanilla minecraft Tried multiple modpacks, fresh install of Curseforge, Java, restarting, and didn't work. ---- Minecraft Crash Report ---- // My bad. Time: 1/9/22 11:45 PM Description: Rendering overlay java.lang.ExceptionInInitializerError: null at dan200.computercraft.shared.Config.sync(Config.java:352) ~[?:1.99.1] {re:classloading} at dan200.computercraft.shared.Config.sync(Config.java:389) ~[?:1.99.1] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_4273_Config_sync_Loading.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus$$Lambda$3491/2092143369.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3216/1484331387.accept(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModContainer$$Lambda$42512/115691584.accept(Unknown Source) ~[?:?] {} at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker$$Lambda$42509/1627857047.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:classloading} at net.minecraftforge.fml.ModLoader.lambda$null$18(ModLoader.java:208) ~[?:?] {re:mixin,re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$42508/1232204407.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:125) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:208) ~[?:?] {re:mixin,re:classloading} at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$7(ClientModLoader.java:132) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:loadmyresources.mixin.json:MixinClientModLoader,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$42499/197287828.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:loadmyresources.mixin.json:MixinClientModLoader,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3136/979308245.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:132) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:loadmyresources.mixin.json:MixinClientModLoader,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:loadmyresources.mixin.json:MixinClientModLoader,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$42479/1758954742.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:loadmyresources.mixin.json:MixinClientModLoader,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraftforge.fml.client.ClientModLoader$$Lambda$3136/979308245.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.lang.IllegalStateException: failed to create a child event loop at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:88) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at dan200.computercraft.core.apis.http.NetworkUtils.<clinit>(NetworkUtils.java:50) ~[?:1.99.1] {re:classloading} ... 38 more Caused by: io.netty.channel.ChannelException: failed to open a new selector at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:177) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at dan200.computercraft.core.apis.http.NetworkUtils.<clinit>(NetworkUtils.java:50) ~[?:1.99.1] {re:classloading} ... 38 more Caused by: java.io.IOException: Unable to establish loopback connection at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:101) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68) ~[?:1.8.0_51] {} at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170) ~[?:1.8.0_51] {} at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50) ~[?:1.8.0_51] {} at java.nio.channels.Pipe.open(Pipe.java:155) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44) ~[?:1.8.0_51] {} at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at dan200.computercraft.core.apis.http.NetworkUtils.<clinit>(NetworkUtils.java:50) ~[?:1.99.1] {re:classloading} ... 38 more Caused by: java.net.SocketException: Permission denied: connect at sun.nio.ch.Net.connect0(Native Method) ~[?:1.8.0_51] {} at sun.nio.ch.Net.connect(Net.java:458) ~[?:1.8.0_51] {} at sun.nio.ch.Net.connect(Net.java:450) ~[?:1.8.0_51] {} at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:648) ~[?:1.8.0_51] {} at java.nio.channels.SocketChannel.open(SocketChannel.java:189) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer$LoopbackConnector.run(PipeImpl.java:130) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:83) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:68) ~[?:1.8.0_51] {} at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_51] {} at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:170) ~[?:1.8.0_51] {} at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:50) ~[?:1.8.0_51] {} at java.nio.channels.Pipe.open(Pipe.java:155) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:127) ~[?:1.8.0_51] {} at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:44) ~[?:1.8.0_51] {} at io.netty.channel.nio.NioEventLoop.openSelector(NioEventLoop.java:175) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoop.<init>(NioEventLoop.java:151) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:127) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.newChild(NioEventLoopGroup.java:36) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:84) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:58) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.util.concurrent.MultithreadEventExecutorGroup.<init>(MultithreadEventExecutorGroup.java:47) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.MultithreadEventLoopGroup.<init>(MultithreadEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:77) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:72) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at io.netty.channel.nio.NioEventLoopGroup.<init>(NioEventLoopGroup.java:59) ~[netty-all-4.1.25.Final.jar:4.1.25.Final] {} at dan200.computercraft.core.apis.http.NetworkUtils.<clinit>(NetworkUtils.java:50) ~[?:1.99.1] {re:classloading} ... 38 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at dan200.computercraft.shared.Config.sync(Config.java:352) ~[?:1.99.1] {re:classloading} at dan200.computercraft.shared.Config.sync(Config.java:389) ~[?:1.99.1] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_4273_Config_sync_Loading.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:85) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus$$Lambda$3491/2092143369.invoke(Unknown Source) ~[?:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-4.0.0.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$3216/1484331387.accept(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$7(ModContainer.java:152) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModContainer$$Lambda$42512/115691584.accept(Unknown Source) ~[?:?] {} at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:152) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:90) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading} at net.minecraftforge.fml.config.ConfigTracker$$Lambda$42509/1627857047.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:classloading} at net.minecraftforge.fml.ModLoader.lambda$null$18(ModLoader.java:208) ~[?:?] {re:mixin,re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$42508/1232204407.run(Unknown Source) ~[?:?] {} at net.minecraftforge.fml.DistExecutor.unsafeRunWhenOn(DistExecutor.java:125) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:208) ~[?:?] {re:mixin,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,xf:fml:astralsorcery:reach_set_client_renderer,xf:fml:fairylights:GameRendererTransformer,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:astralsorcery:reach_set_client_renderer,xf:fml:fairylights:GameRendererTransformer,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:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:magnesium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinMinecraftAccessor,pl:mixin:APP:seamless_loading_screen.mixins.json:MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixins.sledgehammer.core.json:client.MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,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:randompatches.mixins.json:client.MinecraftMixin,pl:mixin:APP:mining_helmet.mixins.json:MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:ShaderCloseMixin,pl:mixin:APP:outer_end.mixins.json:BackgroundMusicMixin,pl:mixin:APP:fancymenu.general.mixin.json:MixinMinecraft,pl:mixin:APP:drippyloadingscreen.mixin.json:MixinMinecraft,pl:mixin:APP:magnesium.mixins.json:features.options.MixinMinecraftClient,pl:mixin:APP:magnesium.mixins.json:features.gui.MixinMinecraftAccessor,pl:mixin:APP:seamless_loading_screen.mixins.json:MinecraftMixin,pl:mixin:APP:kubejs-common.mixins.json:MinecraftMixin,pl:mixin:APP:abnormals_core.mixins.json:client.MinecraftMixin,pl:mixin:APP:mixins.sledgehammer.core.json:client.MinecraftMixin,pl:mixin:APP:immersiveengineering.mixins.json:accessors.client.MinecraftAccess,pl:mixin:APP:assets/botania/botania.mixins.json:AccessorMinecraft,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,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,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.20.jar:36.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$509/413088973.call(Unknown Source) [forge-1.16.5-36.2.20.jar:36.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.9.jar:?] {re:classloading} at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.9.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: 1095446424 bytes (1044 MB) / 2605187072 bytes (2484 MB) up to 3817865216 bytes (3641 MB) CPUs: 8 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m ModLauncher: 8.0.9+86+master.3cf110c 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.20.jar object_holder_definalize PLUGINSERVICE /forge-1.16.5-36.2.20.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE /forge-1.16.5-36.2.20.jar capability_inject_definalize PLUGINSERVICE /forge-1.16.5-36.2.20.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE /forge-1.16.5-36.2.20.jar fml TRANSFORMATIONSERVICE FML: 36.2 Forge: net.minecraftforge:36.2.20 FML Language Providers: javafml@36.2 minecraft@1 kotlinforforge@1.16.0 kotori_scala@2.13.5-build-2 scorge@3.1.3 Mod List: ftb-essentials-1605.1.5-build.32.jar |FTB Essentials |ftbessentials |1605.1.5-build.32 |COMMON_SET|Manifest: NOSIGNATURE refinedpipes-0.5.1.jar |Refined Pipes |refinedpipes |0.5.1 |COMMON_SET|Manifest: NOSIGNATURE IntegratedTerminals-1.16.5-1.2.11.jar |IntegratedTerminals |integratedterminals |1.2.11 |COMMON_SET|Manifest: NOSIGNATURE HammerLib-1.16.5-16.3.27.jar |HammerLib |hammerlib |16.3.27 |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 ftb-dripper-1605.1.0-build.16.jar |FTB Dripper |ftbdripper |1605.1.0-build.16 |COMMON_SET|Manifest: NOSIGNATURE essentials-1.16.5-2.11.1.jar |Essentials |essentials |1.16.5-2.11.1 |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 YungsApi-1.16.4-Forge-13.jar |YUNG's API |yungsapi |1.16.4-Forge-13 |COMMON_SET|Manifest: NOSIGNATURE mdecore-1.16.4-16.1.0.jar |MattDahEpic Core |mdecore |16.1.0 |COMMON_SET|Manifest: NOSIGNATURE WitherSkeletonTweaks-1.16.5-5.4.1.jar |Wither Skeleton Tweaks |wstweaks |5.4.1 |COMMON_SET|Manifest: NOSIGNATURE reliquary-1.16.5-1.3.5.1100.jar |Reliquary |xreliquary |1.16.5-1.3.5.1100 |COMMON_SET|Manifest: NOSIGNATURE randompatches-2.4.4-forge.jar |RandomPatches |randompatches |2.4.4-forge |COMMON_SET|Manifest: 92:f6:29:d4:09:89:f5:f5:98:5e:20:34:31:d0:7b:58:22:06:bd:a5:d1:6a:92:6e:ac:3d:8d:18:c5:b2:5b:d7 Apotheosis-1.16.5-4.8.4.jar |Apotheosis |apotheosis |4.8.4 |COMMON_SET|Manifest: NOSIGNATURE Morpheus-1.16.5-4.2.70.jar |Morpheus |morpheus |4.2.70 |COMMON_SET|Manifest: NOSIGNATURE WaterStrainer-1.16.3-10.0.0.jar |Water Strainer |waterstrainer |1.16.3-10.0.0 |COMMON_SET|Manifest: NOSIGNATURE TMechworks-1.16.3+-2.2.5.jar |Tinkers' Mechworks |tmechworks |2.2.5 |COMMON_SET|Manifest: NOSIGNATURE DeLogger-3.0.4-build.20+mc1.16.5.jar |DeLogger |delogger |3.0.4-build.20+mc1.1|COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.16.5-0.17.12b.jar |Supplementaries |supplementaries |0.17.12 |COMMON_SET|Manifest: NOSIGNATURE refinedstorage-1.9.16.jar |Refined Storage |refinedstorage |1.9.16 |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 industrial-foregoing-1.16.5-3.2.14.7-16.jar |Industrial Foregoing |industrialforegoing |3.2.14.7 |COMMON_SET|Manifest: NOSIGNATURE TipTheScales-1.16.5-3.0.0.15.jar |TipTheScales |tipthescales |3.0.0.15 |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 toughnessbar-6.1.jar |Toughness Bar |toughnessbar |6.1 |COMMON_SET|Manifest: NOSIGNATURE dungeons_plus-1.16.5-1.1.5.jar |Dungeons Plus |dungeons_plus |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE Botania-1.16.5-420.1.jar |Botania |botania |1.16.5-420.1 |COMMON_SET|Manifest: NOSIGNATURE fairylights-4.0.5-1.16.5.jar |Fairy Lights |fairylights |4.0.5 |COMMON_SET|Manifest: NOSIGNATURE spark-forge.jar |spark |spark |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE itemstitchingfix-1.16.5-0.2.jar |Item Stitching Fix |itemstitchingfix |1.0 |COMMON_SET|Manifest: NOSIGNATURE advgenerators-0.10.1.11-mc1.16.5.jar |Advanced Generators |advgenerators |0.10.1.11 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-Forge-1.16.4-1.0.jar |YUNG's Extras |yungsextras |Forge-1.16.4-1.0 |COMMON_SET|Manifest: NOSIGNATURE tombstone-6.6.3-1.16.5.jar |Corail Tombstone |tombstone |6.6.3 |COMMON_SET|Manifest: NOSIGNATURE Chunk Pregenerator-V1.16-3.2.1.jar |Chunk Pregenerator |chunkpregen |V1.16-3.2.1 |COMMON_SET|Manifest: NOSIGNATURE ExtraStorage-1.16.5-1.6.0.jar |Extra Storage |extrastorage |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE NaturesAura-34.3.jar |Nature's Aura |naturesaura |34.3 |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.0.1-mc1.16.5-4.jar |Macaw's Roofs |mcwroofs |2.0.1 |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 observerlib-1.16.5-1.5.3.jar |ObserverLib |observerlib |1.16.5-1.5.3 |COMMON_SET|Manifest: NOSIGNATURE CustomStartingGear-1.16.5-2.0.3-universal.jar |Custom Starter Gear |customstartinggear |2.0.3.1 |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 FastLeafDecay-v25.jar |FastLeafDecay |fastleafdecay |v25 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.16.5-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |COMMON_SET|Manifest: NOSIGNATURE dungeons_libraries-1.16.5-0.0.3-beta.jar |Dungeons Libraries |dungeons_libraries |1.16.5-0.0.3-beta |COMMON_SET|Manifest: NOSIGNATURE mcw-lights-1.0.2-mc1.16.5.jar |Macaw's Lights and Lamps |mcwlights |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Industrial Foregoing]-1.16.|Industrial Agriculture Plugin-|iapif |1.16.3-1.7.1 |COMMON_SET|Manifest: NOSIGNATURE QuarkOddities-1.16.3.jar |Quark Oddities |quarkoddities |1.16.3 |COMMON_SET|Manifest: NOSIGNATURE ClientTweaks_1.16.3-5.3.0.jar |Client Tweaks |clienttweaks |5.3.0 |COMMON_SET|Manifest: NOSIGNATURE mining_helmet-1.16.5-2.0.1.jar |Mining Helmet |mining_helmet |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE AttributeFix-1.16.5-10.1.3.jar |AttributeFix |attributefix |10.1.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 caelus-forge-1.16.5-2.1.3.2.jar |Caelus API |caelus |1.16.5-2.1.3.2 |COMMON_SET|Manifest: NOSIGNATURE AwesomeDungeonForge-1.16.5-1.1.3.jar |Awesome Dungeon |awesomedungeon |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE compactmachines-4.0.0-beta.2.jar |Compact Machines 4 |compactmachines |4.0.0-beta.2 |COMMON_SET|Manifest: NOSIGNATURE refstoragefluxified-1.16.5-1.0.1.jar |Refined Storage Fluxified |refstoragefluxified |1.0.0 |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 sulfuric-1.1.jar |Sulfuric |sulfuric |1.0 |COMMON_SET|Manifest: NOSIGNATURE additional_lights-1.16.4-2.1.3.jar |Additional Lights |additional_lights |2.1.3 |COMMON_SET|Manifest: NOSIGNATURE extradisks-1.16.4-1.5.1.jar |Extra Disks |extradisks |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE blame-1.16.5-3.7.0-forge.jar |Blame! |blame |1.16.5-3.7.0-forge |COMMON_SET|Manifest: NOSIGNATURE Extractures(v1.3)_1.16.5.jar |extractures |extractures |1.2.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 IntegratedCrafting-1.16.5-1.0.20.jar |IntegratedCrafting |integratedcrafting |1.0.20 |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 forge-1.16.5-36.2.20-client.jar |Minecraft |minecraft |1.16.5 |COMMON_SET|Manifest: NOSIGNATURE integratedadditions-1.1.4.jar |IntegratedAdditions |integratedadditions |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE voicechat-forge-1.16.5-1.7.8.jar |Simple Voice Chat |voicechat |1.16.5-1.7.8 |COMMON_SET|Manifest: NOSIGNATURE EntityCulling-1.16.5-2.1.6.jar |Entity Culling |entity_culling |2.1.6 |COMMON_SET|Manifest: NOSIGNATURE pamhc2crops-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Crops |pamhc2crops |version |COMMON_SET|Manifest: NOSIGNATURE Numina-1.16.5-2.1.15.jar |Numina |numina |2.1.15 |COMMON_SET|Manifest: NOSIGNATURE AdLods-1.16.5-4.1.9.1-build.0206.jar |Large Ore Deposits |adlods |4.1.9.1 |COMMON_SET|Manifest: NOSIGNATURE ChickenChunks-1.16.5-2.9.0.88-universal.jar |ChickenChunks |chickenchunks |2.9.0.88 |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 paintings-1.16.4-7.0.0.1.jar |Paintings ++ |paintings |1.16.4-6.0.1.5 |COMMON_SET|Manifest: NOSIGNATURE flywheel-1.16-0.2.5.jar |Flywheel |flywheel |1.16-0.2.5 |COMMON_SET|Manifest: NOSIGNATURE ftb-backups-2.1.2.2.jar |FTB Backups |ftbbackups |2.1.2.2 |COMMON_SET|Manifest: NOSIGNATURE oauth-1.1.5-1.16.jar |OAuth |oauth |1.0 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughProfessions-1.16.5-1.2.2.jar |Just Enough Professions (JEP) |justenoughprofessions |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE structurize-0.13.252-ALPHA-universal.jar |Structurize |structurize |0.13.252-ALPHA |COMMON_SET|Manifest: NOSIGNATURE lootr-1.16.5-0.0.9.30.jar |Lootr |lootr |0.0.9.30 |COMMON_SET|Manifest: NOSIGNATURE occultism-1.16.5-1.23.3.jar |Occultism |occultism |1.16.5-1.23.3 |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Mekanism]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapmekanism |1.16.3-1.7.1 |COMMON_SET|Manifest: NOSIGNATURE extremeSoundMuffler-3.17_1.16.5.jar |Extreme Sound Muffler |extremesoundmuffler |3.17_forge-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE CosmeticArmorReworked-1.16.5-v4a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.16.5-v4a |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 magipsi-1.16.5-2.0.0.1.jar |Magical Psi |magipsi |1.16.5-2.0.0.1 |COMMON_SET|Manifest: NOSIGNATURE DefaultOptions_1.16.5-12.2.1.jar |Default Options |defaultoptions |12.2.1 |COMMON_SET|Manifest: NOSIGNATURE StructuresPlusEnd.jar |Structure plus ii |structure_plus_ii |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE rsrequestify-1.16.5-2.1.4.jar |RSRequestify |rsrequestify |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE grapplemod-1.16.5-v12.2.jar |Grappling Hook Mod |grapplemod |1.16.5-v12.2 |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 advancedperipherals-1.16.5-0.7.5r.jar |Advanced Peripherals |advancedperipherals |0.7.5r |COMMON_SET|Manifest: NOSIGNATURE ExtendedCrafting-1.16.5-3.1.10.jar |Extended Crafting |extendedcrafting |3.1.10 |COMMON_SET|Manifest: NOSIGNATURE morecfm-1.3.1-1.16.3.jar |MrCrayfish's More Furniture Mo|morecfm |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE InsaneLib-1.4.1-mc1.16.5.jar |InsaneLib |insanelib |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE BowInfinityFix-1.16.x-rv9.1.jar |Bow Infinity Fix |bowinfinityfix |rv9.1 |COMMON_SET|Manifest: NOSIGNATURE glassential-forge-1.16.5-1.1.7.jar |Glassential |glassential |1.1.7 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.16.5-4.6.1.jar |Placebo |placebo |4.6.1 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.16.5-10.3.29.jar |Bookshelf |bookshelf |10.3.29 |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.10.jar |Dark Utilities |darkutils |8.0.10 |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 BotanyPots-1.16.5-7.1.23.jar |BotanyPots |botanypots |7.1.23 |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 biomeidfixer-1.16.5-1.0.1.s5.jar |Biome Id Fixer by Desagas |biomeidfixer |1.16.5-1.0.1.s5 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedbackpacks-1.16.5-3.12.2.432.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.16.5-3.12.2.432 |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Powah]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapp |1.16.3-1.7.1 |COMMON_SET|Manifest: NOSIGNATURE ProgressiveBosses-3.4.1-mc1.16.5.jar |Progressive Bosses |progressivebosses |3.4.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.0.5-mc1.16.5.jar |Macaw's Doors |mcwdoors |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE MekanismGenerators-1.16.5-10.0.24.453.jar |Mekanism: Generators |mekanismgenerators |10.0.24 |COMMON_SET|Manifest: NOSIGNATURE carryon-1.16.5-1.15.5.15.jar |Carry On |carryon |1.15.5.15 |COMMON_SET|Manifest: 8c:03:ac:7d:21:62:65:e2:83:91:f3:22:57:99:ed:75:78:1e:db:de:03:99:ef:53:3b:59:95:18:01:bc:84:a9 konkrete_forge_1.3.2_MC_1.16.2-1.16.5.jar |Konkrete |konkrete |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Botania]-1.16.5-1.7.2.jar |Industrial Agriculture Plugin-|iapb |1.16.5-1.7.2 |COMMON_SET|Manifest: NOSIGNATURE ExperienceBugFix-1.36.0.2.jar |Experience Bug Fix |experiencebugfix |1.36.0.2 |COMMON_SET|Manifest: NOSIGNATURE RSInfinityBooster-1.16.5-1.1+3.jar |RSInfinityBooster |rsinfinitybooster |1.16.5-1.1+3 |COMMON_SET|Manifest: NOSIGNATURE EquipmentCompare-1.16.5-1.2.7.jar |Equipment Compare |equipmentcompare |1.2.7 |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Gobber]-1.16.3-1.7.1.jar |Industrial Agriculture Plugin-|iapg |1.16.3-1.7.1 |COMMON_SET|Manifest: NOSIGNATURE createplus-1.16.4_v0.3.2.1.jar |Create Plus |createplus |1.16.4_v0.3.2.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.0.1-mc1.16.5.jar |Macaw's Bridges |mcwbridges |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE curiousjetpacks-1.4c-1.16.5.jar |Curious Jetpacks |curiousjetpacks |1.4c-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE valkyrielib-1.16.5-3.0.9.5.jar |ValkyrieLib |valkyrielib |1.16.5-3.0.9.5 |COMMON_SET|Manifest: NOSIGNATURE envirocore-1.16.5-3.0.9.3.jar |Environmental Core |envirocore |1.16.5-3.0.9.3 |COMMON_SET|Manifest: NOSIGNATURE envirotech-1.16.5-3.0.9.4.jar |Environmental Tech |envirotech |1.16.5-3.0.9.4 |COMMON_SET|Manifest: NOSIGNATURE simplylight-1.16.5-1.4.0-build.24.jar |Simply Light |simplylight |1.16.5-1.4.0-build.2|COMMON_SET|Manifest: NOSIGNATURE SolarFluxReborn-1.16.5-16.3.9.jar |Solar Flux Reborn |solarflux |16.3.9 |COMMON_SET|Manifest: NOSIGNATURE hole_filler_mod-1.2.4.2-mc_1.16.x-forge.jar |Hole Filler Mod |hole_filler_mod |1.2.4.2 |COMMON_SET|Manifest: NOSIGNATURE dpanvil-1.16.5-1.2.3.jar |DataPack Anvil |dpanvil |1.16.5-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE overworld_two-1.0-Forge-1.16.4.jar |Overworld 2 |overworld_two |1.0 |COMMON_SET|Manifest: NOSIGNATURE time-in-a-bottle-1.1.0.jar |Time In A Bottle |tiab |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE villagertools-1.16.5-1.0.2.jar |villagertools |villagertools |1.16.5-1.0.2 |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 simplegens-1.16.5-3.0.9.2.jar |Simple Generators |simplegens |1.16.5-3.0.9.2 |COMMON_SET|Manifest: NOSIGNATURE MysticalCustomization-1.16.5-2.1.7.jar |Mystical Customization |mysticalcustomization |2.1.7 |COMMON_SET|Manifest: NOSIGNATURE elevatorid-1.16.5-1.7.13.jar |Elevator Mod |elevatorid |1.16.5-1.7.13 |COMMON_SET|Manifest: NOSIGNATURE Runelic-1.16.5-7.0.2.jar |Runelic |runelic |7.0.2 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 AI-Improvements-1.16.5-0.4.0.jar |AI-Improvements |aiimprovements |0.4.0 |COMMON_SET|Manifest: NOSIGNATURE light-overlay-5.8.1.jar |Light Overlay |lightoverlay |5.8.1 |COMMON_SET|Manifest: NOSIGNATURE bwncr-1.16.5-3.10.16.jar |Bad Wither No Cookie Reloaded |bwncr |1.16.5-3.10.16 |COMMON_SET|Manifest: NOSIGNATURE BetterAdvancements-1.16.5-0.1.0.108.jar |Better Advancements |betteradvancements |0.1.0.108 |COMMON_SET|Manifest: NOSIGNATURE ae2wtlib-0.3.2-1.16.5.jar |AE2 Wireless Terminals |ae2wtlib |0.3.2-1.16.5 |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 Shrines-1.16.5-2.0.0-Beta7.jar |Shrines |shrines |1.16.5-2.0.0-Beta7 |COMMON_SET|Manifest: NOSIGNATURE platforms-1.16-1.7.12.jar |Platforms |platforms |1.7.12 |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-2.0.1-beta.jar |Dungeons Mobs |dungeons_mobs |1.16.5-2.0.1-beta |COMMON_SET|Manifest: NOSIGNATURE ae2extras-1.3.1-1.16.5.jar |AE2 Extras |ae2extras |1.3.1-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE mcw-paintings-1.0.2-mc1.16.5.jar |Macaw's Paintings |mcwpaintings |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE enviromats-1.16.5-2.0.9.0.jar |Environmental Materials |enviromats |2.0.9.0 |COMMON_SET|Manifest: NOSIGNATURE Artifacts-1.16.5-2.10.3.jar |Artifacts |artifacts |1.16.5-2.10.3 |COMMON_SET|Manifest: NOSIGNATURE SimpleStorageNetwork-1.16.5-1.5.0.jar |Simple Storage Network |storagenetwork |1.16.5-1.5.0 |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 framedcompactdrawers-1.16-2.2.1.jar |Framed Compacting Drawers |framedcompactdrawers |1.16-2.2.1 |COMMON_SET|Manifest: NOSIGNATURE OuterEnd-0.2.14.jar |The Outer End |outer_end |0.2.9 |COMMON_SET|Manifest: NOSIGNATURE decorative_blocks-1.16.4-1.7.2.jar |Decorative Blocks |decorative_blocks |1.7.2 |COMMON_SET|Manifest: NOSIGNATURE ExplorersCompass-1.16.5-1.1.2-forge.jar |Explorer's Compass |explorerscompass |1.16.5-1.1.2-forge |COMMON_SET|Manifest: NOSIGNATURE PackagedExCrafting-1.16.5-2.0.0.2.jar |PackagedExCrafting |packagedexcrafting |2.0.0.2 |COMMON_SET|Manifest: NOSIGNATURE ToastControl-1.16.5-4.4.0.jar |Toast Control |toastcontrol |4.4.0 |COMMON_SET|Manifest: NOSIGNATURE mininggadgets-1.7.5.jar |Mining Gadgets |mininggadgets |1.7.5 |COMMON_SET|Manifest: NOSIGNATURE TravelersTitles-1.16.4-1.5.jar |Traveler's Titles |travelerstitles |1.16.4-1.5 |COMMON_SET|Manifest: NOSIGNATURE scuba-gear-1.16.5-1.0.3.jar |Scuba Gear |scuba_gear |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE CraftingTweaks_1.16.5-12.2.1.jar |Crafting Tweaks |craftingtweaks |12.2.1 |COMMON_SET|Manifest: NOSIGNATURE TConstruct-1.16.5-3.3.1.316.jar |Tinkers' Construct |tconstruct |3.3.1.316 |COMMON_SET|Manifest: NOSIGNATURE smoothboot-forge-1.16.4-1.2.2.jar |Smooth Boot |smoothboot |1.16.4-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE LargeFluidTank-16.1.8.jar |FluidTank |fluidtank |16.1.8 |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 LegendaryTooltips-1.16.5-1.1.5.jar |Legendary Tooltips |legendarytooltips |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE creativewirelesstransmitter-1.16x-1.12.jar |Creative Wireless Transmitter |creativewirelesstransmitter |1.16x-1.12 |COMMON_SET|Manifest: NOSIGNATURE StorageDrawers-1.16.3-8.3.0.jar |Storage Drawers |storagedrawers |8.3.0 |COMMON_SET|Manifest: NOSIGNATURE FluxNetworks-1.16.5-6.1.7.12.jar |Flux Networks |fluxnetworks |6.1.7.12 |COMMON_SET|Manifest: NOSIGNATURE twoplayersonehorse-1.16.4-2.0.2.jar |2 players 1 horse |twoplayersonehorse |1.16.4-2.0.2 |COMMON_SET|Manifest: NOSIGNATURE fancymenu_forge_2.4.3_MC_1.16.2-1.16.5.jar |FancyMenu |fancymenu |2.4.3 |COMMON_SET|Manifest: NOSIGNATURE minecolonies-1.16.5-1.0.311-BETA.jar |MineColonies |minecolonies |1.16.5-1.0.311-BETA |COMMON_SET|Manifest: NOSIGNATURE pylons-1.0.4.jar |Pylons |pylons |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE MagmaMonsters-0.5.3.jar |MagmaMonsters |magma_monsters |0.5.3 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-2.1.0-forge.jar |Ferrite Core |ferritecore |2.1.0 |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 TA2 beginning 1.0.9 1.16.5.jar |[Add-on] The Abyss: The Beginn|thebeginning |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE ftb-sluice-forge-1.0.11-build.47.jar |FTB Sluice |ftbsluice |1.0.11-build.47 |COMMON_SET|Manifest: NOSIGNATURE valhelsia_core-16.0.13a.jar |Valhelsia Core |valhelsia_core |16.0.13a |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 overloadedarmorbar-5.1.0.jar |Overloaded Armor Bar |overloadedarmorbar |5.1.0 |COMMON_SET|Manifest: NOSIGNATURE flickerfix-1.0.1.jar |FlickerFix |flickerfix |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE NatureExpansion1.4.jar |Nature Expansion |nature_expansion |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE createaddition-1.16.5-20211215b.jar |Create Crafts & Additions |createaddition |1.16.5-20211215b |COMMON_SET|Manifest: NOSIGNATURE create-stuff-additions1.16.5_v1.1.5.jar |Create Stuff Additions |create_stuff_additions |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642configlib-1.0.9-mc1.16.jar |SuperMartijn642's Config Lib |supermartijn642configlib |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE AdditionalEnchantedMiner-1.16.5-16.1.10.jar |QuarryPlus |quarryplus |16.1.10 |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 GameMenuRemoveGFARB-1.16.4-1.1.jar |Game Menu Remove GFARB |gamemenuremovegfarb |1.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-windows-2.0.2-mc1.16.5.jar |Macaw's Windows |mcwwindows |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE betternether_reforged-1.2.jar |Better Nether Reforged |betternether |1.2 |COMMON_SET|Manifest: NOSIGNATURE stalwart-dungeons-1.16.5-1.1.7.jar |Stalwart Dungeons |stalwart_dungeons |1.1.7 |COMMON_SET|Manifest: NOSIGNATURE SilentMechanisms-1.16.3-1.0.1+77.jar |Silent's Mechanisms |silents_mechanisms |1.0.1+77 |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 CTM-MC1.16.1-1.1.2.6.jar |ConnectedTexturesMod |ctm |MC1.16.1-1.1.2.6 |COMMON_SET|Manifest: NOSIGNATURE IntegratedREST-1.16.5-1.1.5.jar |IntegratedREST |integratedrest |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE farmersdelightintegrations-1.16.5-1.2.jar |Farmer's Delight Compats |farmersdelightintegrations |1.16.5-1.2 |COMMON_SET|Manifest: NOSIGNATURE Powah-1.16.5-2.3.16.jar |Powah |powah |2.3.16 |COMMON_SET|Manifest: NOSIGNATURE MaxHealthFix-Forge-1.16.5-1.0.4.jar |MaxHealthFix |maxhealthfix |1.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 cabletiers-1.16.5-0.543.jar |Cable Tiers |cabletiers |1.16.5-0.543 |COMMON_SET|Manifest: NOSIGNATURE lootbeams-1.16.5-release-nov0221.jar |LootBeams |lootbeams |1.16.5 |COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.16.5.1.2.6.jar |Guard Villagers |guardvillagers |1.2.6 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.16.5-0.12.1.133.jar |Just Enough Resources |jeresources |0.12.1.133 |COMMON_SET|Manifest: NOSIGNATURE shetiphiancore-1.16-3.8.7.jar |ShetiPhian-Core |shetiphiancore |3.8.7 |COMMON_SET|Manifest: NOSIGNATURE integrated_proxy-1.16-1.0.19.jar |IntegratedProxy |integrated_proxy |1.0.19 |COMMON_SET|Manifest: NOSIGNATURE dcintegration-forge-2.1.1-1.16.jar |Discord Integration |dcintegration |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE emojiful-1.16.4-2.1.6.jar |Emojiful |emojiful |1.16.4-2.1.6 |COMMON_SET|Manifest: NOSIGNATURE torchmaster-2.3.8.jar |Torchmaster |torchmaster |2.3.8 |COMMON_SET|Manifest: NOSIGNATURE ModularPowersuits-1.16.5-2.1.17.jar |MachineMuse's Modular Powersui|powersuits |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Aquamirae 2.2 (1.16.5).jar |Aquamirae |ob_aquamirae |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE fastfurnaceminusreplacement-1.1-1.16.3.jar |Fast Furnace Minus Replacement|fastfurnaceminusreplacement |1.1-1.16.3 |COMMON_SET|Manifest: NOSIGNATURE BotanyTrees-1.16.5-3.0.5.jar |BotanyTrees |botanytrees |3.0.5 |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 mcw-trapdoors-1.0.4-mc1.16.5.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE silent-gear-1.16.5-2.6.30.jar |Silent Gear |silentgear |2.6.30 |COMMON_SET|Manifest: NOSIGNATURE SilentGems-1.16.3-3.7.16.jar |Silent's Gems 3 |silentgems |3.7.16 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.0.15-mc1.16.5.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.0.15 |COMMON_SET|Manifest: NOSIGNATURE extcaves-2.4.jar |Extended Caves |extcaves |2.4 |COMMON_SET|Manifest: NOSIGNATURE decorative_blocks_abnormals-1.2.jar |Decorative Blocks Abnormals |decorative_blocks_abnormals |1.2 |COMMON_SET|Manifest: NOSIGNATURE MysticalAdaptations-1.16.5-1.2.1.jar |Mystical Adaptations |mysticaladaptations |1.16.5-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE portality-1.16.5-3.2.5.jar |Portality |portality |3.2.5 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.16.5-4.0.6.6.jar |Curios API |curios |1.16.5-4.0.6.6 |COMMON_SET|Manifest: NOSIGNATURE VanillaTweaks-1.16.5-1.5.46.jar |VanillaTweaks |vanillatweaks |1.16.5-1.5.46 |COMMON_SET|Manifest: NOSIGNATURE tanknull-2.3-1.16.4.jar |Tank Null |tanknull |2.3-1.16.4 |COMMON_SET|Manifest: NOSIGNATURE angelring-1.16.5-1.3.4.1.jar |Angel Ring |angelring |1.3.4.1 |COMMON_SET|Manifest: NOSIGNATURE TheAbyss2.0.0-snapshot-0.3210.jar |TheAbyss |theabyss |TheAbyss2.0.0-snapsh|COMMON_SET|Manifest: NOSIGNATURE mutantmore-1.16.5-1.0.0.jar |Mutant More |mutantmore |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE mcw-furniture-2.0.1-mc1.16.5.jar |Macaw's Furniture |mcwfurnitures |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-4.13.49-forge.jar |Cloth Config v4 API |cloth-config |4.13.49 |COMMON_SET|Manifest: NOSIGNATURE AdChimneys-1.16.5-6.0.12.3-build.0207.jar |Advanced Chimneys |adchimneys |6.0.12.3 |COMMON_SET|Manifest: NOSIGNATURE CodeChickenLib-1.16.5-4.0.5.438-universal.jar |CodeChicken Lib |codechickenlib |4.0.5.438 |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.3.122-universal.jar |CBMultipart |cb_multipart |3.0.3.122 |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 BrandonsCore-1.16.5-3.0.11.238-universal.jar |Brandon's Core |brandonscore |3.0.11.238 |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 Babel-1.0.5.jar |Babel |babel |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE JEPB-1.0.0.jar |Just Enough Piglin Bartering |jepb |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE BetterMineshafts-Forge-1.16.4-2.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.16.4-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE stables-1.16.5-1.0.1.jar |Stables |stables |1.16.5-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE DarkPaintings-1.16.5-6.0.5.jar |DarkPaintings |darkpaintings |6.0.5 |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 tconplanner-1.16.5-1.1.1.jar |Tinker's Planner |tconplanner |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE mowziesmobs-1.5.19.jar |Mowzie's Mobs |mowziesmobs |1.5.19 |COMMON_SET|Manifest: NOSIGNATURE ftb-jar-mod-1605.1.0-build.28.jar |FTB Jar Mod |ftbjarmod |1605.1.0-build.28 |COMMON_SET|Manifest: NOSIGNATURE woot-1.16.5-1.0.8.0.jar |Woot |woot |1.16.5-1.0.8.0 |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 Mekanism-1.16.5-10.0.24.453.jar |Mekanism |mekanism |10.0.24 |COMMON_SET|Manifest: NOSIGNATURE bdlib-1.17.1.11-mc1.16.5.jar |BdLib |bdlib |1.17.1.11 |COMMON_SET|Manifest: NOSIGNATURE PrettyPipesFluids-0.4.1.jar |Pretty Fluid Pipes |ppfluids |0.4.1 |COMMON_SET|Manifest: NOSIGNATURE NaturesCompass-1.16.5-1.9.1-forge.jar |Nature's Compass |naturescompass |1.16.5-1.9.1-forge |COMMON_SET|Manifest: NOSIGNATURE AdventuresStructures_1.0.jar |StructuresAdventures |structuresadventures |1.0 |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-1.16.5-4.0.1.122-universal.jar |Serene Seasons |sereneseasons |1.16.5-4.0.1.122 |COMMON_SET|Manifest: NOSIGNATURE LibX-1.16.3-1.0.76.jar |LibX |libx |1.16.3-1.0.76 |COMMON_SET|Manifest: NOSIGNATURE OPF-1.16.X-v1.jar |Online Picture Frame 2 |opf |1.0 |COMMON_SET|Manifest: NOSIGNATURE engineerstools-1.16.5-1.1.6.jar |Engineer's Tools |engineerstools |1.1.6 |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b pneumaticcraft-repressurized-1.16.5-2.14.6-277.jar|PneumaticCraft: Repressurized |pneumaticcraft |1.16.5-2.14.6-277 |COMMON_SET|Manifest: NOSIGNATURE pedestals-0.8s_hotfix_5.jar |Pedestals |pedestals |0.8s_hotfix_5 |COMMON_SET|Manifest: NOSIGNATURE catalogue-1.5.0-1.16.5.jar |Catalogue |catalogue |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE mysticalworld-1.16.5-0.3.5.25.jar |Mystical World |mysticalworld |0.3.5.25 |COMMON_SET|Manifest: NOSIGNATURE ImmersivePetroleum-1.16.5-3.3.0-8.jar |Immersive Petroleum |immersivepetroleum |3.3.0-8 |COMMON_SET|Manifest: NOSIGNATURE drippyloadingscreen_forge_1.4.2_MC_1.16.2-1.16.5.j|Drippy Loading Screen |drippyloadingscreen |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE ZeroCore2-1.16.5-2.1.7.jar |Zero CORE 2 |zerocore |1.16.5-2.1.7 |COMMON_SET|Manifest: NOSIGNATURE MouseTweaks-2.14-mc1.16.2.jar |Mouse Tweaks |mousetweaks |2.14 |COMMON_SET|Manifest: NOSIGNATURE creativeapiary-1.16.5-1.72.jar |Creative Apiary |creativeapiary |1.16.5-1.72 |COMMON_SET|Manifest: NOSIGNATURE EmendatusEnigmatica-1.2.15-build.7+mc1.16.5.jar |Emendatus Enigmatica |emendatusenigmatica |1.16.5-1.2.15 |COMMON_SET|Manifest: NOSIGNATURE chunksavingfix-0.1.0.jar |Chunk Saving Fix |chunksavingfix |0.1.0 |COMMON_SET|Manifest: NOSIGNATURE jeiintegration_1.16.5-7.0.1.15.jar |JEI Integration |jeiintegration |7.0.1.15 |COMMON_SET|Manifest: NOSIGNATURE pipez-1.16.5-1.2.14.jar |Pipez |pipez |1.16.5-1.2.14 |COMMON_SET|Manifest: NOSIGNATURE Mantle-1.16.5-1.6.147.jar |Mantle |mantle |1.6.147 |COMMON_SET|Manifest: NOSIGNATURE IntegratedDynamics-1.16.5-1.10.6.jar |IntegratedDynamics |integrateddynamics |1.10.6 |COMMON_SET|Manifest: NOSIGNATURE integratednbt-1.16.4-1.4.2.jar |Integrated NBT |integratednbt |version |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodcore-1.16.3-1.0.2.jar |Pam's HarvestCraft 2 Food Core|pamhc2foodcore |version |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.16.4-FORGE-1.4.2.jar |Croptopia |croptopia |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE polymorph-forge-1.16.5-0.36.jar |Polymorph |polymorph |1.16.5-0.36 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.6-49.jar |AutoRegLib |autoreglib |1.6-49 |COMMON_SET|Manifest: NOSIGNATURE entityculling-1.3.0.jar |EntityCulling |entityculling |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE creativecrafter-1.16x-0.152.jar |Creative Crafter |creativecrafter |1.16x-0.152 |COMMON_SET|Manifest: NOSIGNATURE RSLargePatterns-1.16.5-2.1.0.3.jar |Refined Storage Large Patterns|rslargepatterns |2.1.0.3 |COMMON_SET|Manifest: NOSIGNATURE PickleTweaks-1.16.5-5.2.6.jar |Pickle Tweaks |pickletweaks |5.2.6 |COMMON_SET|Manifest: NOSIGNATURE Login_Shield-1.16.5-5-g909ffa8.jar |LoginShield |login_shield |1.16.5-5-g909ffa8 |COMMON_SET|Manifest: NOSIGNATURE byg-1.3.5.jar |Oh The Biomes You'll Go |byg |1.3.4 |COMMON_SET|Manifest: NOSIGNATURE Obscuria's Essentials 2.2 (1.16.5).jar |Obscuria's Essentials |ob_core |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE ftb-structures-1605.1.1-build.34.jar |FTB Structures |ftbstructures |1605.1.1-build.34 |COMMON_SET|Manifest: NOSIGNATURE deuf-1.16.4-1.1.jar |DEUF - Duplicate Entity UUID F|deuf |1.16.4-1.1 |COMMON_SET|Manifest: NOSIGNATURE CyclopsCore-1.16.5-1.12.1.jar |Cyclops Core |cyclopscore |1.12.1 |COMMON_SET|Manifest: NOSIGNATURE astralsorcery-1.16-1.16.5-1.13.12.jar |Astral Sorcery |astralsorcery |1.16.5-1.13.12 |COMMON_SET|Manifest: 45:2b:0a:49:6b:65:3b:39:a9:dd:d2:5b:55:7f:82:47:a5:1d:7a:cc:7f:a8:69:73:72:53:6f:57:4d:b2:1a:b7 NetherPortalFix_1.16.3-7.2.1.jar |NetherPortalFix |netherportalfix |7.2.1 |COMMON_SET|Manifest: NOSIGNATURE eidolon-0.2.7.jar |Eidolon |eidolon |0.2.7 |COMMON_SET|Manifest: NOSIGNATURE Tips-1.16.5-4.0.7.jar |Tips |tips |4.0.7 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 managear-1.16.3-2.2.3.jar |Mana Gear |managear |1.16.3-2.2.3 |COMMON_SET|Manifest: NOSIGNATURE connectivity-2.4-1.16.5.jar |Connectivity Mod |connectivity |2.4-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE Industrial_AgricultureCore-1.16.5-1.8.13.jar |Industrial Agriculture |industrialagriculture |1.16.5-1.8.13 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgriculture-1.16.5-4.2.6.jar |Mystical Agriculture |mysticalagriculture |4.2.6 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgradditions-1.16.5-4.2.4.jar |Mystical Agradditions |mysticalagradditions |4.2.4 |COMMON_SET|Manifest: NOSIGNATURE KleeSlabs_1.16.5-9.2.1.jar |KleeSlabs |kleeslabs |9.2.1 |COMMON_SET|Manifest: NOSIGNATURE rsgauges-1.16.5-1.2.12.jar |Gauges and Switches |rsgauges |1.2.12 |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b CookingForBlockheads_1.16.5-9.3.4.jar |Cooking for Blockheads |cookingforblockheads |9.3.4 |COMMON_SET|Manifest: NOSIGNATURE Controlling-7.0.0.28.jar |Controlling |controlling |7.0.0.28 |COMMON_SET|Manifest: NOSIGNATURE dankstorage-3.16.jar |Dank Storage |dankstorage |3.16 |COMMON_SET|Manifest: NOSIGNATURE citadel-1.8.1-1.16.5.jar |Citadel |citadel |1.8.1 |COMMON_SET|Manifest: NOSIGNATURE rats-7.2.0-1.16.5.jar |Rats |rats |7.2.0 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.12.1.jar |Alex's Mobs |alexsmobs |1.12.1 |COMMON_SET|Manifest: NOSIGNATURE iceandfire-2.1.9-1.16.5.jar |Ice and Fire |iceandfire |2.1.9-1.16.5 |COMMON_SET|Manifest: NOSIGNATURE mightyarchitect-mc1.16.3_v0.5.jar |The Mighty Architect |mightyarchitect |0.5 |COMMON_SET|Manifest: NOSIGNATURE magnesium-1.5.jar |Magnesium |magnesium |1.5 |COMMON_SET|Manifest: NOSIGNATURE buildinggadgets-1.16.5-3.8.2.jar |Building Gadgets |buildinggadgets |3.8.2 |COMMON_SET|Manifest: NOSIGNATURE FramedBlocks-2.11.2.jar |FramedBlocks |framedblocks |2.11.2 |COMMON_SET|Manifest: NOSIGNATURE forge-1.16.5-36.2.20-universal.jar |Forge |forge |36.2.20 |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 cofh_core-1.16.5-1.4.0.6.jar |CoFH Core |cofh_core |1.4.0.6 |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.4.1.7.jar |Thermal Series |thermal |1.4.1.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 thermal_cultivation-1.16.5-1.4.1.3.jar |Thermal Cultivation |thermal_cultivation |1.4.1.3 |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.2.0.jar |AppleSkin |appleskin |mc1.16.4-2.2.0 |COMMON_SET|Manifest: NOSIGNATURE AkashicTome-1.4-16.jar |Akashic Tome |akashictome |1.4-16 |COMMON_SET|Manifest: NOSIGNATURE Morph-o-Tool-1.4-27.jar |Morph-o-Tool |morphtool |1.4-27 |COMMON_SET|Manifest: NOSIGNATURE Atum-1.16.5-2.2.9.jar |Atum 2 |atum |1.16.5-2.2.9 |COMMON_SET|Manifest: NOSIGNATURE thermal_innovation-1.16.5-1.4.1.3.jar |Thermal Innovation |thermal_innovation |1.4.1.3 |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.4.1.2.jar |Thermal Locomotion |thermal_locomotion |1.4.1.2 |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 Psi 1.16-97.jar |Psi |psi |1.16-96 |COMMON_SET|Manifest: NOSIGNATURE Aquaculture-1.16.5-2.1.21.jar |Aquaculture 2 |aquaculture |1.16.5-2.1.21 |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 LightingWand-1.16.4-1.8.1.jar |Lighting Wand |lightingwand |1.8.1 |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 FpsReducer-forge-1.24-mc1.16.5.jar |FPS Reducer |fpsreducer |1.24-mc1.16.5 |COMMON_SET|Manifest: NOSIGNATURE XNetGases-1.16.5-2.3.8.jar |XNet Gases |xnetgases |2.3.8 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.16.5-4.0.546-universal.jar |The Twilight Forest |twilightforest |NONE |COMMON_SET|Manifest: NOSIGNATURE mob_grinding_utils-1.16.5-0.4.30.jar |Mob Grinding Utils |mob_grinding_utils |1.16.5-0.4.30 |COMMON_SET|Manifest: NOSIGNATURE PrettyPipes-1.9.5.jar |Pretty Pipes |prettypipes |1.9.5 |COMMON_SET|Manifest: NOSIGNATURE chocolate-1.3.0-1.16.4.jar |Chocolate |chocolate |1.3.0-1.16.4 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.16.5-0.5.3.jar |Farmer's Delight |farmersdelight |1.16.5-0.5.3 |COMMON_SET|Manifest: NOSIGNATURE ResourcefulBees-1.16.5-0.9.9.8.jar |Resourceful Bees |resourcefulbees |1.16.5-0.9.9.8 |COMMON_SET|Manifest: NOSIGNATURE CommonCapabilities-1.16.5-2.8.0.jar |CommonCapabilities |commoncapabilities |2.8.0 |COMMON_SET|Manifest: NOSIGNATURE crashutilities-3.12.jar |Crash Utilities |crashutilities |3.12 |COMMON_SET|Manifest: NOSIGNATURE Compressium-1.16.5-1.2.3.jar |Compressium |compressium |1.2.custom |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Silent's Mechanisms]-1.16.5|Industrial Agriculture Plugin-|iapsm |1.16.5-1.8.10 |COMMON_SET|Manifest: NOSIGNATURE getittogetherdrops-1.16.4-v1.1.jar |Get It Together, Drops! |getittogetherdrops |v1.1 |COMMON_SET|Manifest: NOSIGNATURE MekanismAdditions-1.16.5-10.0.24.453.jar |Mekanism: Additions |mekanismadditions |10.0.24 |COMMON_SET|Manifest: NOSIGNATURE Lollipop-1.16.5-3.2.9.jar |Lollipop |lollipop |3.2.9 |COMMON_SET|Manifest: NOSIGNATURE drawerfps-2.1.jar |Drawer FPS |drawerfps |2.1 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.0.2-mc1.16.5.jar |Macaw's Fences and Walls |mcwfences |1.0.2 |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 JER-Integration-1.1.0.jar |Reforged: SoulShards |jerintegration |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE dungeons_enhanced-1.16.5-1.3.jar |Dungeons Enhanced |dungeons_enhanced |1.3 |COMMON_SET|Manifest: NOSIGNATURE bettercompat-0.4-1.16.5-36.2.8.jar |Tinkers Better Compat |bettercompat |0.4 |COMMON_SET|Manifest: NOSIGNATURE TrackAPI-1.16.4-forge-1.2.1.jar |TrackAPI |trackapi |1.2 |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodextended-1.16.3-1.0.4.jar |Pam's HarvestCraft 2 Food Exte|pamhc2foodextended |version |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.16.4-53.2.jar |Patchouli |patchouli |1.16.4-53.2 |COMMON_SET|Manifest: NOSIGNATURE ars_nouveau-1.16.5-1.24.8.jar |Ars Nouveau |ars_nouveau |1.24.8 |COMMON_SET|Manifest: NOSIGNATURE hexblades-1.16.5-0.0.8.6.jar |Hexblades |hexblades |0.0.8.5 |COMMON_SET|Manifest: NOSIGNATURE Industrial Agriculture[Silent's Gems]-1.16.3-1.7.1|Industrial Agriculture Plugin-|iapsg |1.16.3-1.7.1 |COMMON_SET|Manifest: NOSIGNATURE collective-1.16.5-3.8.jar |Collective |collective |3.8 |COMMON_SET|Manifest: NOSIGNATURE betterbiomeblend-1.16.4-1.2.9-forge.jar |Better Biome Blend |betterbiomeblend |1.16.4-1.2.9-forge |COMMON_SET|Manifest: NOSIGNATURE thermal_expansion-1.16.5-1.4.1.3.jar |Thermal Expansion |thermal_expansion |1.4.1.3 |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 IntegratedTunnels-1.16.5-1.8.9.jar |IntegratedTunnels |integratedtunnels |1.8.9 |COMMON_SET|Manifest: NOSIGNATURE seamless_loading_screen-1.16.5-1.1.6.jar |Seamless Loading Screen |seamless_loading_screen |1.16.5-1.1.6 |COMMON_SET|Manifest: NOSIGNATURE GunpowderLib-1.16.5-1.2.2.jar |GunpowderLib |gunpowderlib |1.16.5-1.2.2 |COMMON_SET|Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 Gobber2-Forge-1.16.5-2.3.52.jar |Gobber 2 |gobber2 |2.3.52 |COMMON_SET|Manifest: NOSIGNATURE ftb-ultimine-forge-1605.3.1-build.45.jar |FTB Ultimine |ftbultimine |1605.3.1-build.45 |COMMON_SET|Manifest: NOSIGNATURE BetterStrongholds-1.16.4-1.2.1.jar |YUNG's Better Strongholds |betterstrongholds |1.16.4-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE buildersaddition-1.16.5-20210807a.jar |Builders Crafts & Addition |buildersaddition |1.16.5-20210807a |COMMON_SET|Manifest: NOSIGNATURE MekanismTools-1.16.5-10.0.24.453.jar |Mekanism: Tools |mekanismtools |10.0.24 |COMMON_SET|Manifest: NOSIGNATURE architectury-1.26.39.jar |Architectury |architectury |1.26.39 |COMMON_SET|Manifest: NOSIGNATURE observable-0.1.3-forge.jar |Observable |observable |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE ftb-library-forge-1605.3.4-build.90.jar |FTB Library |ftblibrary |1605.3.4-build.90 |COMMON_SET|Manifest: NOSIGNATURE ftb-teams-forge-1605.2.3-build.40.jar |FTB Teams |ftbteams |1605.2.3-build.40 |COMMON_SET|Manifest: NOSIGNATURE ftb-ranks-forge-1605.1.5-build.16.jar |FTB Ranks |ftbranks |1605.1.5-build.16 |COMMON_SET|Manifest: NOSIGNATURE ftb-chunks-forge-1605.3.2-build.83.jar |FTB Chunks |ftbchunks |1605.3.2-build.83 |COMMON_SET|Manifest: NOSIGNATURE ftb-banners-1605.1.3-build.27.jar |FTB Banners |ftbbanners |1605.1.3-build.27 |COMMON_SET|Manifest: NOSIGNATURE ImmersiveRailroading-1.16.5-forge-1.9.1.jar |Immersive Railroading |immersiverailroading |1.16.5-forge-1.9.1 |COMMON_SET|Manifest: NOSIGNATURE UniversalModCore-1.16.5-forge-1.1.3.jar |Universal Mod Core |universalmodcore |1.1.3 |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 cc-tweaked-1.16.5-1.99.1.jar |CC: Tweaked |computercraft |1.99.1 |COMMON_SET|Manifest: NOSIGNATURE Draconic-Evolution-1.16.5-3.0.18.428-universal.jar|Draconic Evolution |draconicevolution |3.0.18.428 |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 Colony4ComputerCraft-1.16.5-1.4.1.jar |MineColonies for ComputerCraft|colony4cc |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE ExtremeReactors2-1.16.5-2.0.33.jar |Extreme Reactors |bigreactors |1.16.5-2.0.33 |COMMON_SET|Manifest: NOSIGNATURE compactcrafting-1.0.0.jar |Compact Crafting |compactcrafting |task ':jar' property|COMMON_SET|Manifest: NOSIGNATURE theoneprobe-1.16-3.1.4.jar |The One Probe |theoneprobe |1.16-3.1.4 |COMMON_SET|Manifest: NOSIGNATURE topaddons-1.16.5-2.2.0-beta.jar |TOP Addons |topaddons |1.16.5-2.2.0-beta |COMMON_SET|Manifest: NOSIGNATURE jei-1.16.5-7.7.1.138.jar |Just Enough Items |jei |7.7.1.138 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughCalculation-1.16.5-3.8.6.jar |Just Enough Calculation |jecalculation |3.8.6 |COMMON_SET|Manifest: NOSIGNATURE elementalcraft-1.16.5-2.7.13.jar |ElementalCraft |elementalcraft |1.16.5-2.7.13 |COMMON_SET|Manifest: NOSIGNATURE invtweaks-1.16.4-1.0.1.jar |Inventory Tweaks Renewed |invtweaks |1.16.4-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE trashcans-1.0.11-mc1.16.jar |Trash Cans |trashcans |1.0.11 |COMMON_SET|Manifest: NOSIGNATURE InventoryEssentials_1.16.5-2.3.2.jar |Inventory Essentials |inventoryessentials |2.3.2 |COMMON_SET|Manifest: NOSIGNATURE smallships-1.16.5-1.10.1.jar |Small Ships Mod |smallships |1.10.1 |COMMON_SET|Manifest: NOSIGNATURE GameMenuModOption-1.16.4-1.8.jar |Game Menu Mod Option |gamemenumodoption |1.8 |COMMON_SET|Manifest: NOSIGNATURE Cyclic-1.16.5-1.5.11.jar |Cyclic |cyclic |1.16.5-1.5.11 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed CraftPresence-Forge-1.16.5-Release-1.8.8.jar |CraftPresence |craftpresence |1.8.8 |COMMON_SET|Manifest: NOSIGNATURE rhino-forge-1605.1.5-build.75.jar |Rhino |rhino |1605.1.5-build.75 |COMMON_SET|Manifest: NOSIGNATURE kubejs-forge-1605.3.19-build.229.jar |KubeJS |kubejs |1605.3.19-build.229 |COMMON_SET|Manifest: NOSIGNATURE kubejs-thermal-1605.1.4-build.3.jar |KubeJS Thermal |kubejs_thermal |1605.1.4-build.3 |COMMON_SET|Manifest: NOSIGNATURE kubejs-mekanism-1605.1.2-build.2.jar |KubeJS Mekanism |kubejs_mekanism |1605.1.2-build.2 |COMMON_SET|Manifest: NOSIGNATURE Cucumber-1.16.5-4.1.12.jar |Cucumber Library |cucumber |4.1.12 |COMMON_SET|Manifest: NOSIGNATURE TrashSlot_1.16.3-12.2.1.jar |TrashSlot |trashslot |12.2.1 |COMMON_SET|Manifest: NOSIGNATURE jmi-1.16.5-0.4-22.jar |JourneyMap Integration |jmi |1.16.5-0.4-22 |COMMON_SET|Manifest: NOSIGNATURE snad-1.0.9-forge.jar |Snad |snad |1.0.9 |COMMON_SET|Manifest: NOSIGNATURE item-filters-forge-1605.2.5-build.9.jar |Item Filters |itemfilters |1605.2.5-build.9 |COMMON_SET|Manifest: NOSIGNATURE ftb-quests-forge-1605.3.5-build.72.jar |FTB Quests |ftbquests |1605.3.5-build.72 |COMMON_SET|Manifest: NOSIGNATURE ftb-money-1605.1.3-build.6.jar |FTB Money |ftbmoney |1605.1.3-build.6 |COMMON_SET|Manifest: NOSIGNATURE metalbarrels-1.16.2-3.3b.jar |Metal Barrels |metalbarrels |1.16.2-3.3b |COMMON_SET|Manifest: NOSIGNATURE abnormals_core-1.16.5-3.3.0.jar |Abnormals Core |abnormals_core |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE endergetic-1.16.4-3.0.0.jar |The Endergetic Expansion |endergetic |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE savageandravage-1.16.5-3.2.0.jar |Savage & Ravage |savageandravage |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE abnormals_delight-1.16.5-1.2.1.jar |Abnormals Delight |abnormals_delight |1.2.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 neapolitan-1.16.5-2.2.1.jar |Neapolitan |neapolitan |2.2.1 |COMMON_SET|Manifest: NOSIGNATURE nethers_delight-2.1.jar |Nethers Delight |nethers_delight |2.1 |COMMON_SET|Manifest: NOSIGNATURE buzzier_bees-1.16.5-3.0.3.jar |Buzzier Bees |buzzier_bees |3.0.3 |COMMON_SET|Manifest: NOSIGNATURE CuriosQuarkOBP-1.16.5-1.0.2.jar |Curios Quark Oddities Backpack|curiosquarkobp |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE create-mc1.16.5_v0.3.2g.jar |Create |create |v0.3.2g |COMMON_SET|Manifest: NOSIGNATURE kubejs-create-1605.1.2-build.7.jar |KubeJS Create |kubejs_create |1605.1.2-build.7 |COMMON_SET|Manifest: NOSIGNATURE morecreatestuffs-mc1.16-1.4.1b.jar |More Create Stuffs |morecreatestuffs |mc1.16-1.4.1b |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 FastSuite-1.16.4-1.1.1.jar |FastSuite |fastsuite |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE journeymap-1.16.5-5.8.0beta3.jar |Journeymap |journeymap |5.8.0beta3 |COMMON_SET|Manifest: NOSIGNATURE RoadRunner-mc1.16.5-1.4.0.jar |Meep Meep! (Road Runner) |roadrunner |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-1.16.5-4.0.1.3.jar |Comforts |comforts |1.16.5-4.0.1.3 |COMMON_SET|Manifest: NOSIGNATURE appliedenergistics2-8.4.4.jar |Applied Energistics 2 |appliedenergistics2 |8.4.4 |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 lazierae2-1.16.5-1.1.4.jar |LazierAE2 |lazierae2 |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE Storage4ComputerCraft-1.16.5-1.3.1.jar |Storage for ComputerCraft |storage4computercraft |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE configured-1.5.1-1.16.5.jar |Configured |configured |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE DimStorage-1.16.5-4.4.1.jar |DimStorage |dimstorage |4.4.1 |COMMON_SET|Manifest: NOSIGNATURE MyServerIsCompatible-1.16.5-1.0.jar |MyServerIsCompatible |myserveriscompatible |1.0 |COMMON_SET|Manifest: NOSIGNATURE quantum_quarry_plus-1.10.3.jar |Quantum Quarry Plus |quantumquarryplus |1.9 |COMMON_SET|Manifest: NOSIGNATURE mcjtylib-1.16-5.1.2.jar |McJtyLib |mcjtylib |1.16-5.1.2 |COMMON_SET|Manifest: NOSIGNATURE rftoolsbase-1.16-2.1.1.jar |RFToolsBase |rftoolsbase |1.16-2.1.1 |COMMON_SET|Manifest: NOSIGNATURE rftoolspower-1.16-3.0.11.jar |RFToolsPower |rftoolspower |1.16-3.0.11 |COMMON_SET|Manifest: NOSIGNATURE rftoolsbuilder-1.16-3.1.4.jar |RFToolsBuilder |rftoolsbuilder |1.16-3.1.4 |COMMON_SET|Manifest: NOSIGNATURE xnet-1.16-3.0.15.jar |XNet |xnet |1.16-3.0.15 |COMMON_SET|Manifest: NOSIGNATURE rftoolsdim-1.16-7.0.19-beta.jar |RFToolsDimensions |rftoolsdim |1.16-7.0.19-beta |COMMON_SET|Manifest: NOSIGNATURE rftoolsstorage-1.16-2.0.15.jar |RFToolsStorage |rftoolsstorage |1.16-2.0.15 |COMMON_SET|Manifest: NOSIGNATURE rftoolscontrol-1.16-4.0.13.jar |RFToolsControl |rftoolscontrol |1.16-4.0.13 |COMMON_SET|Manifest: NOSIGNATURE mahoutsukai-1.16.5-v1.33.6.jar |Mahou Tsukai |mahoutsukai |1.16.5-v1.33.6 |COMMON_SET|Manifest: NOSIGNATURE inventorypets-1.16.5-2.0.15.jar |Inventory Pets |inventorypets |2.0.15 |COMMON_SET|Manifest: NOSIGNATURE fixedanvilrepaircost_1.16.5-1.6.jar |Fixed Anvil Repair Cost |fixedanvilrepaircost |1.6 |COMMON_SET|Manifest: NOSIGNATURE Sledgehammer-1.16.5-2.0.1.jar |Sledgehammer |sledgehammer |1.16.5-2.0.0 |COMMON_SET|Manifest: 65:9c:b2:1c:ac:92:df:f0:35:07:78:51:9b:65:49:87:69:0b:76:7f:23:9a:ab:1f:fa:fc:b0:f3:fc:02:6a:1b BloodMagic-1.16.4-3.1.7-27.jar |Blood Magic |bloodmagic |1.16.4-3.1.7-27 |COMMON_SET|Manifest: NOSIGNATURE tomeofblood-1.16.5-1.2.2.jar |Tome of Blood |tomeofblood |1.16.5-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE kubejs-blood-magic-1605.1.1-build.3.jar |KubeJS Blood Magic |kubejs_blood_magic |1605.1.1-build.3 |COMMON_SET|Manifest: NOSIGNATURE FasterLadderClimbing-1.16.4-0.2.1.jar |Faster Ladder Climbing |fasterladderclimbing |1.16.4-0.2.1 |COMMON_SET|Manifest: NOSIGNATURE immersiveposts-1.16.5-4.2.2.jar |Immersive Posts |immersiveposts |4.2.0 |COMMON_SET|Manifest: d5:aa:49:67:b7:dd:64:8a:a4:7d:3e:57:12:6b:f9:3f:e8:5e:6b:24:d9:f9:c5:fb:c5:e7:a0:cf:98:64:dc:d0 ImmersiveEngineering-1.16.5-5.0.5-140.jar |Immersive Engineering |immersiveengineering |1.16.5-5.0.5-140 |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 kubejs-immersive-engineering-1605.1.1-build.2.jar |KubeJS Immersive Engineering |kubejs_immersive_engineering |1605.1.1-build.2 |COMMON_SET|Manifest: NOSIGNATURE Exchangers-1.16.5-3.0.2.jar |Exchangers |exchangers |1.16.5-3.0.2 |COMMON_SET|Manifest: 2e:cb:db:61:22:2a:6d:79:f4:22:31:8c:34:9b:cf:9f:91:ea:95:c4:bf:bb:8a:de:6e:10:c3:f0:b1:c6:ae:20 selene-1.16.5-1.9.0.jar |Selene |selene |1.16.5-1.0 |COMMON_SET|Manifest: NOSIGNATURE sounddeviceoptions-1.4.3.jar |Sound Device Options |sounddeviceoptions |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE rftoolsutility-1.16-3.1.6.jar |RFToolsUtility |rftoolsutility |1.16-3.1.6 |COMMON_SET|Manifest: NOSIGNATURE EnchantmentDescriptions-1.16.5-7.0.18.jar |EnchantmentDescriptions |enchdesc |7.0.18 |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 swingthroughgrass-1.16.4-1.5.3.jar |SwingThroughGrass |swingthroughgrass |1.16.4-1.5.3 |COMMON_SET|Manifest: NOSIGNATURE ToolBelt-1.16.5-1.16.0.jar |Tool Belt |toolbelt |1.16.0 |COMMON_SET|Manifest: NOSIGNATURE titanium-1.16.5-3.2.8.7-22.jar |Titanium |titanium |3.2.8.7 |COMMON_SET|Manifest: NOSIGNATURE mana-and-artifice-1.5.1.4.jar |Mana and Artifice |mana-and-artifice |1.5.1.4 |COMMON_SET|Manifest: NOSIGNATURE silent-lib-1.16.3-4.9.6.jar |Silent Lib |silentlib |4.9.6 |COMMON_SET|Manifest: NOSIGNATURE forbidden_arcanus-16.2.2.jar |Forbidden & Arcanus |forbidden_arcanus |16.2.2 |COMMON_SET|Manifest: NOSIGNATURE create-addon-v5.jar |Create Add-On |create_addon |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE PackagedAuto-1.16.5-2.0.0.5.jar |PackagedAuto |packagedauto |2.0.0.5 |COMMON_SET|Manifest: NOSIGNATURE towers_of_the_wild-1.16.3-2.1.0.1.jar |Towers Of The Wild |towers_of_the_wild |1.16.3-2.1.0 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.16.5-1.0.30.jar |Iceberg |iceberg |1.0.30 |COMMON_SET|Manifest: NOSIGNATURE Quark-r2.4-321.jar |Quark |quark |r2.4-321 |COMMON_SET|Manifest: NOSIGNATURE adaptive_performance_tweaks_1.16.5-1.2.1.jar |Adaptive Performance Tweaks |adaptive_performance_tweaks |1.2.1 |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 SoL-Carrot-1.16.5-1.10.1.jar |Spice of Life: Carrot Edition |solcarrot |1.16.5-1.10.1 |COMMON_SET|Manifest: NOSIGNATURE refinedstorageaddons-0.7.4.jar |Refined Storage Addons |refinedstorageaddons |0.7.4 |COMMON_SET|Manifest: NOSIGNATURE expandability-2.0.1-forge.jar |ExpandAbility |expandability |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE chiselsandbits-1.0.43.jar |Chisels & bits |chiselsandbits |1.0.43 |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 loadmyresources_1.0.1_MC_1.16.2-1.16.5.jar |Load My Resources |loadmyresources |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 366f0622-d5a5-4446-98f2-2eee8cdfc1a6 RoadRunner != Lithium: This instance was launched using RoadRunner, which is an *unofficial* Lithium fork! Please **do not** report bugs to them! Launched Version: forge-36.2.20 Backend library: LWJGL version 3.2.2 build 10 Backend API: NVIDIA GeForce GTX 970/PCIe/SSE2 GL version 4.6.0 NVIDIA 471.96, NVIDIA Corporation 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: fast Resource Packs: vanilla, mod_resources, resourcefulbees, quark:emote_resources (incompatible), magipsi Current Language: English (US) CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.