Jump to content

Failing to launch forge server


Löjtnant Hubbe

Recommended Posts

Alright, so I think this is the right place to post. I am trying to make a modded server for me and my friends and I can't get it too boot. I am relativley sure that it is because I am missing the language Kotori Scala. ( found the line "Failure message: Mod File AdditionalEnchantedMiner-1.16.3-16.1.1.jar needs language provider kotori_scala:2.13.3-build-3 or above, and below 2.14.0 to load" in my crash log https://pastebin.com/GkdeKvmt)

I have tried installing it both through the msi file for scala, SBT, and INTELLIJ. I am at a loss as what I should do and I am looking for advice.

Link to comment
Share on other sites

Did you try installing the mod that provides it?
https://www.curseforge.com/minecraft/mc-mods/scalable-cats-force

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Not according to the log you provided, please provide debug.log

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Has done some more testing and I got rid of that even tho I changed nothing and I can't make any sense of it. Still doesn't start and now I don't even know what's wrong.

[26Oct2020 02:41:45.154] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 34.1.25, --fml.mcpVersion, 20200911.084530, --fml.mcVersion, 1.16.3, --fml.forgeGroup, net.minecraftforge, nogui]
[26Oct2020 02:41:45.159] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 7.0.1+78+master.e9771d8 starting: java version 1.8.0_271 by Oracle Corporation
[26Oct2020 02:41:45.167] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,testharness,fmlclient,fmlserver]
[26Oct2020 02:41:45.178] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : []
[26Oct2020 02:41:45.228] [main/DEBUG] [cpw.mods.modlauncher.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [mixin,eventbus,object_holder_definalize,runtime_enum_extender,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[26Oct2020 02:41:45.238] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[26Oct2020 02:41:45.379] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[26Oct2020 02:41:45.394] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [mixin,fml]
[26Oct2020 02:41:45.395] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[26Oct2020 02:41:45.396] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service mixin
[26Oct2020 02:41:45.396] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service mixin
[26Oct2020 02:41:45.396] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[26Oct2020 02:41:45.396] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[26Oct2020 02:41:45.399] [main/DEBUG] [net.minecraftforge.fml.loading.LauncherVersion/CORE]: Found FMLLauncher version 34.1
[26Oct2020 02:41:45.399] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML 34.1 loading
[26Oct2020 02:41:45.399] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found ModLauncher version : 7.0.1+78+master.e9771d8
[26Oct2020 02:41:45.399] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Initializing modjar URL handler
[26Oct2020 02:41:45.400] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found AccessTransformer version : 2.2.0+57+master.16c1bdb
[26Oct2020 02:41:45.400] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found EventBus version : 3.0.3+63+master.b6b4769
[26Oct2020 02:41:45.400] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found Runtime Dist Cleaner
[26Oct2020 02:41:45.403] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: FML found CoreMod version : 3.0.0+9+master.3817658
[26Oct2020 02:41:45.403] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package implementation version 3.1.1+12+master.3ce14ad
[26Oct2020 02:41:45.403] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Found ForgeSPI package specification 3
[26Oct2020 02:41:45.664] [main/INFO] [net.minecraftforge.fml.loading.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[26Oct2020 02:41:45.665] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[26Oct2020 02:41:45.667] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[26Oct2020 02:41:45.677] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[26Oct2020 02:41:45.678] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service mixin
[26Oct2020 02:41:45.680] [main/DEBUG] [mixin/]: Mixin bootstrap service org.spongepowered.asm.service.mojang.MixinServiceLaunchWrapperBootstrap is not available: LaunchWrapper is not available
[26Oct2020 02:41:45.684] [main/DEBUG] [mixin/]: MixinService [ModLauncher] was successfully booted in sun.misc.Launcher$AppClassLoader@4517d9a3
[26Oct2020 02:41:45.701] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/C:/Users/Storm/Downloads/all%20the%20mods/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
[26Oct2020 02:41:45.704] [main/DEBUG] [mixin/]: Initialising Mixin Platform Manager
[26Oct2020 02:41:45.704] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ModLauncher Root Container(4f56a0a2)
[26Oct2020 02:41:45.705] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ModLauncher Root Container(4f56a0a2)
[26Oct2020 02:41:45.706] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ModLauncher Root Container(4f56a0a2)
[26Oct2020 02:41:45.707] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ModLauncher Root Container(4f56a0a2)
[26Oct2020 02:41:45.707] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ModLauncher Root Container(4f56a0a2)
[26Oct2020 02:41:45.710] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service mixin
[26Oct2020 02:41:45.710] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[26Oct2020 02:41:45.710] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Setting up basic FML game directories
[26Oct2020 02:41:45.712] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\Storm\Downloads\all the mods
[26Oct2020 02:41:45.712] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path GAMEDIR is C:\Users\Storm\Downloads\all the mods
[26Oct2020 02:41:45.713] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\Storm\Downloads\all the mods\mods
[26Oct2020 02:41:45.713] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path MODSDIR is C:\Users\Storm\Downloads\all the mods\mods
[26Oct2020 02:41:45.713] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\Storm\Downloads\all the mods\config
[26Oct2020 02:41:45.713] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\Storm\Downloads\all the mods\config
[26Oct2020 02:41:45.713] [main/DEBUG] [net.minecraftforge.fml.loading.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\Storm\Downloads\all the mods\config\fml.toml
[26Oct2020 02:41:45.714] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading configuration
[26Oct2020 02:41:45.762] [main/DEBUG] [net.minecraftforge.fml.loading.FileUtils/CORE]: Found existing default config directory directory : C:\Users\Storm\Downloads\all the mods\defaultconfigs
[26Oct2020 02:41:45.762] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing ModFile
[26Oct2020 02:41:45.765] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Preparing launch handler
[26Oct2020 02:41:45.765] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Using fmlserver as launch service
[26Oct2020 02:41:45.771] [main/DEBUG] [net.minecraftforge.fml.loading.FMLLoader/CORE]: Received command line version data  : MC Version: '1.16.3' MCP Version: '20200911.084530' Forge Version: '34.1.25' Forge group: 'net.minecraftforge'
[26Oct2020 02:41:45.772] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found JAR asm at path C:\Users\Storm\Downloads\all the mods\libraries\org\ow2\asm\asm\7.2\asm-7.2.jar
[26Oct2020 02:41:45.772] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found probable library path C:\Users\Storm\Downloads\all the mods\libraries
[26Oct2020 02:41:45.773] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Found forge path C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar is present
[26Oct2020 02:41:45.774] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: SRG MC at C:\Users\Storm\Downloads\all the mods\libraries\net\minecraft\server\1.16.3-20200911.084530\server-1.16.3-20200911.084530-srg.jar is present
[26Oct2020 02:41:45.775] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: MC Extras at C:\Users\Storm\Downloads\all the mods\libraries\net\minecraft\server\1.16.3-20200911.084530\server-1.16.3-20200911.084530-extra.jar is present
[26Oct2020 02:41:45.776] [main/DEBUG] [net.minecraftforge.fml.loading.LibraryFinder/CORE]: Forge patches at C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar is present
[26Oct2020 02:41:45.780] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 0 language providers
[26Oct2020 02:41:45.781] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding forge as a language from C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar
[26Oct2020 02:41:45.783] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/Storm/Downloads/all%20the%20mods/libraries/net/minecraftforge/forge/1.16.3-34.1.25/forge-1.16.3-34.1.25-universal.jar to languageloader classloader
[26Oct2020 02:41:45.820] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 2 language providers
[26Oct2020 02:41:45.821] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 34.1
[26Oct2020 02:41:45.826] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[26Oct2020 02:41:45.828] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformation service fml
[26Oct2020 02:41:45.828] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Current naming domain is 'srg'
[26Oct2020 02:41:45.829] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Identified name mapping providers {}
[26Oct2020 02:41:45.829] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services begin scanning
[26Oct2020 02:41:45.830] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service mixin
[26Oct2020 02:41:45.830] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service mixin
[26Oct2020 02:41:45.830] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Beginning scan trigger - transformation service fml
[26Oct2020 02:41:45.831] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Initiating mod scan
[26Oct2020 02:41:45.851] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModListHandler/CORE]: Found mod coordinates from lists: []
[26Oct2020 02:41:45.874] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModDiscoverer/CORE]: Found Mod Locators : (mods folder:null),(maven libs:null),(exploded directory:null),(minecraft:null)
[26Oct2020 02:41:46.532] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Adding file:/C:/Users/Storm/Downloads/all%20the%20mods/mods/ScalableCatsForce-2.13.3-build-3-with-library.jar to languageloader classloader
[26Oct2020 02:41:46.541] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found 3 language providers
[26Oct2020 02:41:46.542] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider javafml, version 34.1
[26Oct2020 02:41:46.542] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider minecraft, version 1
[26Oct2020 02:41:46.542] [main/DEBUG] [net.minecraftforge.fml.loading.LanguageLoadingProvider/CORE]: Found language provider kotori_scala, version 2.13.3-build-3
[26Oct2020 02:41:46.544] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar
[26Oct2020 02:41:46.574] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file absentbydesign-1.16.3-1.1.1.jar with {absentbydesign} mods - versions {1.16.3-1.1.1}
[26Oct2020 02:41:46.577] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar with language javafml
[26Oct2020 02:41:46.578] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar
[26Oct2020 02:41:46.580] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AdditionalEnchantedMiner-1.16.3-16.1.1.jar with {quarryplus} mods - versions {16.1.1}
[26Oct2020 02:41:46.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar with language kotori_scala
[26Oct2020 02:41:46.582] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar
[26Oct2020 02:41:46.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file aiotbotania-1.16.2-1.3.2.jar with {aiotbotania} mods - versions {1.3.2}
[26Oct2020 02:41:46.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar with language javafml
[26Oct2020 02:41:46.584] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar
[26Oct2020 02:41:46.586] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file allthemodium-1.1.15-1.16.3-34.1.0.jar with {allthemodium} mods - versions {1.1.15}
[26Oct2020 02:41:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar with language javafml
[26Oct2020 02:41:46.587] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar
[26Oct2020 02:41:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file alltheores-0.1.12-1.16.3-34.1.0.jar with {alltheores} mods - versions {0.1.12}
[26Oct2020 02:41:46.589] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar with language javafml
[26Oct2020 02:41:46.590] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar
[26Oct2020 02:41:46.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file allthetweaks-1.1.7-1.16.3-34.1.10.jar with {allthetweaks} mods - versions {1.1.7}
[26Oct2020 02:41:46.592] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar with language javafml
[26Oct2020 02:41:46.593] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar
[26Oct2020 02:41:46.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file angelring-1.16.3-1.3.3.jar with {angelring} mods - versions {1.3.3}
[26Oct2020 02:41:46.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar with language javafml
[26Oct2020 02:41:46.594] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar
[26Oct2020 02:41:46.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Apotheosis-1.16.3-4.3.4.jar with {apotheosis} mods - versions {4.3.4}
[26Oct2020 02:41:46.596] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar with language javafml
[26Oct2020 02:41:46.622] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod trueInfinity with Javascript path apothasm/true-infinity.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod sundering with Javascript path apothasm/sundering.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchData with Javascript path apothasm/enchantment-datas.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod tempting with Javascript path apothasm/tempting.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod reflective with Javascript path apothasm/reflective.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemEnch with Javascript path apothasm/item-ench.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod calcStackEnch with Javascript path apothasm/calc-stack-ench.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod containerRepair with Javascript path apothasm/container-repair.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod enchAffix with Javascript path apothasm/enchantability.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod guiRepair with Javascript path apothasm/gui-repair.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod combatRules with Javascript path apothasm/combat-rules.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fishingBobber with Javascript path apothasm/fishing-bobber.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixDmg with Javascript path apothasm/affix-entity-dmg.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixEntity with Javascript path apothasm/affix-extra-dmg.js
[26Oct2020 02:41:46.623] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixProt with Javascript path apothasm/affix-prot-level.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod affixUser with Javascript path apothasm/affix-user-hurt.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod stackUUID with Javascript path apothasm/stack-modifier-hack.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod itemUseHook with Javascript path apothasm/item-use-hook.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod quarkMatrix with Javascript path apothasm/quark-matrix.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod crossbow with Javascript path apothasm/crossbow.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod crossbowArrow with Javascript path apothasm/crossbow-arrows.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/true-infinity.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/sundering.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantment-datas.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/tempting.js
[26Oct2020 02:41:46.624] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/reflective.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-ench.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/calc-stack-ench.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/container-repair.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/enchantability.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/gui-repair.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/combat-rules.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/fishing-bobber.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-entity-dmg.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-extra-dmg.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-prot-level.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/affix-user-hurt.js
[26Oct2020 02:41:46.625] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/stack-modifier-hack.js
[26Oct2020 02:41:46.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/item-use-hook.js
[26Oct2020 02:41:46.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/quark-matrix.js
[26Oct2020 02:41:46.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/crossbow.js
[26Oct2020 02:41:46.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod apothasm/crossbow-arrows.js
[26Oct2020 02:41:46.626] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar
[26Oct2020 02:41:46.627] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AppleSkin-mc1.16.2-forge-1.0.14.jar with {appleskin} mods - versions {1.0.14}
[26Oct2020 02:41:46.627] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar with language javafml
[26Oct2020 02:41:46.627] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar
[26Oct2020 02:41:46.628] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file appliedenergistics2-8.1.0-alpha.3.jar with {appliedenergistics2} mods - versions {8.1.0-alpha.3}
[26Oct2020 02:41:46.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar with language javafml
[26Oct2020 02:41:46.633] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar
[26Oct2020 02:41:46.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Aquaculture-1.16.3-2.1.1.jar with {aquaculture} mods - versions {1.16.3-2.1.1}
[26Oct2020 02:41:46.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar with language javafml
[26Oct2020 02:41:46.635] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar
[26Oct2020 02:41:46.637] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ars_nouveau-1.16.3-1.2.1.jar with {ars_nouveau} mods - versions {1.2.1}
[26Oct2020 02:41:46.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar with language javafml
[26Oct2020 02:41:46.638] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar
[26Oct2020 02:41:46.639] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file atmadditions-1.16.2-1.0.0.jar with {atmadditions} mods - versions {1.16.2-1.0.0}
[26Oct2020 02:41:46.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar with language javafml
[26Oct2020 02:41:46.640] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar
[26Oct2020 02:41:46.641] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AttributeFix-1.16.3-8.0.2.jar with {attributefix} mods - versions {8.0.2}
[26Oct2020 02:41:46.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar with language javafml
[26Oct2020 02:41:46.642] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar
[26Oct2020 02:41:46.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file AutoRegLib-1.6-46.jar with {autoreglib} mods - versions {1.6-46}
[26Oct2020 02:41:46.643] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar with language javafml
[26Oct2020 02:41:46.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar
[26Oct2020 02:41:46.644] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BadMobs-1.16.3-7.0.1.jar with {badmobs} mods - versions {7.0.1}
[26Oct2020 02:41:46.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar with language javafml
[26Oct2020 02:41:46.645] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar
[26Oct2020 02:41:46.646] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bagofyurting-1.16.3-1.1.0.1.jar with {bagofyurting} mods - versions {1.1.0.1}
[26Oct2020 02:41:46.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar with language javafml
[26Oct2020 02:41:46.647] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar
[26Oct2020 02:41:46.648] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file balancedenchanting-1.0.jar with {balancedenchanting} mods - versions {1.0}
[26Oct2020 02:41:46.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar with language javafml
[26Oct2020 02:41:46.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar
[26Oct2020 02:41:46.649] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterAdvancements-1.16.3-0.1.0.102.jar with {betteradvancements} mods - versions {0.1.0.102}
[26Oct2020 02:41:46.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar with language javafml
[26Oct2020 02:41:46.650] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar
[26Oct2020 02:41:46.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BetterMineshaftsForge-1.16.2-1.0.jar with {bettermineshafts} mods - versions {1.16.2-1.0}
[26Oct2020 02:41:46.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar with language javafml
[26Oct2020 02:41:46.651] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar
[26Oct2020 02:41:46.653] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file biggerreactors-1.16.3-0.1.9-beta.jar with {biggerreactors} mods - versions {0.1.9}
[26Oct2020 02:41:46.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar with language javafml
[26Oct2020 02:41:46.654] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar
[26Oct2020 02:41:46.655] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BiomesOPlenty-1.16.3-12.0.0.409-universal.jar with {biomesoplenty} mods - versions {1.16.3-12.0.0.409}
[26Oct2020 02:41:46.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar with language javafml
[26Oct2020 02:41:46.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar
[26Oct2020 02:41:46.656] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Bookshelf-1.16.3-8.6.19.jar with {bookshelf} mods - versions {8.6.19}
[26Oct2020 02:41:46.657] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar with language javafml
[26Oct2020 02:41:46.658] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar
[26Oct2020 02:41:46.659] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Botania-1.16.3-409.jar with {botania} mods - versions {1.16.3-409}
[26Oct2020 02:41:46.661] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar with language javafml
[26Oct2020 02:41:46.661] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar
[26Oct2020 02:41:46.662] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file BotanyPots-1.16.3-5.1.11.jar with {botanypots} mods - versions {5.1.11}
[26Oct2020 02:41:46.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar with language javafml
[26Oct2020 02:41:46.663] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar
[26Oct2020 02:41:46.664] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file buildinggadgets-3.7.1.jar with {buildinggadgets} mods - versions {3.7.1}
[26Oct2020 02:41:46.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar with language javafml
[26Oct2020 02:41:46.665] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar
[26Oct2020 02:41:46.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file bwncr-1.16.3-3.8.15.jar with {bwncr} mods - versions {1.16.3-3.8.15}
[26Oct2020 02:41:46.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar with language javafml
[26Oct2020 02:41:46.666] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar
[26Oct2020 02:41:46.667] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file byg-1.0.8.jar with {byg} mods - versions {1.0.8}
[26Oct2020 02:41:46.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar with language javafml
[26Oct2020 02:41:46.668] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar
[26Oct2020 02:41:46.669] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file camera-1.16.3-1.0.4.jar with {camera} mods - versions {1.16.3-1.0.4}
[26Oct2020 02:41:46.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar with language javafml
[26Oct2020 02:41:46.670] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar
[26Oct2020 02:41:46.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cc-tweaked-1.16.3-1.93.1.jar with {computercraft} mods - versions {1.93.1}
[26Oct2020 02:41:46.671] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar with language javafml
[26Oct2020 02:41:46.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar
[26Oct2020 02:41:46.672] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file citadel-1.4.1.jar with {citadel} mods - versions {1.4.1}
[26Oct2020 02:41:46.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar with language javafml
[26Oct2020 02:41:46.673] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar
[26Oct2020 02:41:46.674] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cleancut-mc1.16-2.2-forge.jar with {cleancut} mods - versions {2.2}
[26Oct2020 02:41:46.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar with language javafml
[26Oct2020 02:41:46.675] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar
[26Oct2020 02:41:46.676] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ClientTweaks_1.16.3-5.2.0.jar with {clienttweaks} mods - versions {5.2.0}
[26Oct2020 02:41:46.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar with language javafml
[26Oct2020 02:41:46.677] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar
[26Oct2020 02:41:46.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file cloth-config-forge-4.1.0.jar with {cloth-config} mods - versions {4.0}
[26Oct2020 02:41:46.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar with language javafml
[26Oct2020 02:41:46.678] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar
[26Oct2020 02:41:46.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Clumps-6.0.0.11.jar with {clumps} mods - versions {6.0.0.11}
[26Oct2020 02:41:46.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar with language javafml
[26Oct2020 02:41:46.679] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar
[26Oct2020 02:41:46.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file collective-1.16.3-1.53.jar with {collective} mods - versions {1.53}
[26Oct2020 02:41:46.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar with language javafml
[26Oct2020 02:41:46.680] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar
[26Oct2020 02:41:46.681] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file comforts-forge-1.16.3-4.0.0.1.jar with {comforts} mods - versions {1.16.3-4.0.0.1}
[26Oct2020 02:41:46.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar with language javafml
[26Oct2020 02:41:46.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar
[26Oct2020 02:41:46.682] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Compressium-1.16.3-1.1.33.jar with {compressium} mods - versions {1.1.33}
[26Oct2020 02:41:46.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar with language javafml
[26Oct2020 02:41:46.683] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar
[26Oct2020 02:41:46.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file confdespawntimer_1.16.3_1.3.jar with {confdespawntimer} mods - versions {1.3}
[26Oct2020 02:41:46.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar with language javafml
[26Oct2020 02:41:46.684] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar
[26Oct2020 02:41:46.685] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file constructionwand-1.16.2-1.5.jar with {constructionwand} mods - versions {1.16.2-1.5}
[26Oct2020 02:41:46.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar with language javafml
[26Oct2020 02:41:46.686] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar
[26Oct2020 02:41:46.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Controlling-7.0.0.8.jar with {controlling} mods - versions {7.0.0.8}
[26Oct2020 02:41:46.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar with language javafml
[26Oct2020 02:41:46.687] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar
[26Oct2020 02:41:46.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CookingForBlockheads_1.16.3-9.2.1.jar with {cookingforblockheads} mods - versions {9.2.1}
[26Oct2020 02:41:46.688] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar with language javafml
[26Oct2020 02:41:46.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar
[26Oct2020 02:41:46.689] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file corpse-1.16.3-1.1.8.jar with {corpse} mods - versions {1.16.3-1.1.8}
[26Oct2020 02:41:46.690] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar with language javafml
[26Oct2020 02:41:46.690] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar
[26Oct2020 02:41:46.691] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CosmeticArmorReworked-1.16.3-v1.jar with {cosmeticarmorreworked} mods - versions {1.16.3-v1}
[26Oct2020 02:41:46.692] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar with language javafml
[26Oct2020 02:41:46.692] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar
[26Oct2020 02:41:46.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file CraftingTweaks_1.16.3-12.2.0.jar with {craftingtweaks} mods - versions {12.2.0}
[26Oct2020 02:41:46.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar with language javafml
[26Oct2020 02:41:46.693] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar
[26Oct2020 02:41:46.694] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file crashutilities-3.5.jar with {crashutilities} mods - versions {3.5}
[26Oct2020 02:41:46.695] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar with language javafml
[26Oct2020 02:41:46.695] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar
[26Oct2020 02:41:46.695] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cucumber-1.16.3-4.1.2.jar with {cucumber} mods - versions {4.1.2}
[26Oct2020 02:41:46.696] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar with language javafml
[26Oct2020 02:41:46.696] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar
[26Oct2020 02:41:46.697] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file culinaryconstruct-forge-1.16.3-4.0.0.1.jar with {culinaryconstruct} mods - versions {1.16.3-4.0.0.1}
[26Oct2020 02:41:46.697] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar with language javafml
[26Oct2020 02:41:46.697] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar
[26Oct2020 02:41:46.698] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file curios-forge-1.16.3-4.0.2.0.jar with {curios} mods - versions {1.16.3-4.0.2.0}
[26Oct2020 02:41:46.699] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar with language javafml
[26Oct2020 02:41:46.699] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar
[26Oct2020 02:41:46.700] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Cyclic-1.16.3-0.8.3.jar with {cyclic} mods - versions {1.16.3-0.8.3}
[26Oct2020 02:41:46.704] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar with language javafml
[26Oct2020 02:41:46.704] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar
[26Oct2020 02:41:46.705] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file dankstorage-3.11.jar with {dankstorage} mods - versions {3.11}
[26Oct2020 02:41:46.706] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar with language javafml
[26Oct2020 02:41:46.706] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar
[26Oct2020 02:41:46.707] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DarkUtilities-1.16.3-6.0.3.jar with {darkutils} mods - versions {6.0.3}
[26Oct2020 02:41:46.707] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar with language javafml
[26Oct2020 02:41:46.707] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar
[26Oct2020 02:41:46.708] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DefaultOptions_1.16.3-12.2.0.jar with {defaultoptions} mods - versions {12.2.0}
[26Oct2020 02:41:46.709] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar with language javafml
[26Oct2020 02:41:46.710] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar
[26Oct2020 02:41:46.710] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file demagnetize-forge-1.16.2-1.2.2.jar with {demagnetize} mods - versions {1.16.2-1.2.2}
[26Oct2020 02:41:46.711] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar with language javafml
[26Oct2020 02:41:46.711] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar
[26Oct2020 02:41:46.712] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file DimStorage-1.16.3-4.2.1.jar with {dimstorage} mods - versions {4.2.1}
[26Oct2020 02:41:46.712] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar with language javafml
[26Oct2020 02:41:46.713] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar
[26Oct2020 02:41:46.713] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ding-1.16.3-1.2.0.jar with {ding} mods - versions {1.2.0}
[26Oct2020 02:41:46.714] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar with language javafml
[26Oct2020 02:41:46.714] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar
[26Oct2020 02:41:46.715] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file elementalcraft-1.16.3-2.3.12.jar with {elementalcraft} mods - versions {1.16.3-2.3.12}
[26Oct2020 02:41:46.716] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar with language javafml
[26Oct2020 02:41:46.716] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar
[26Oct2020 02:41:46.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file elevatorid-1.16.3-1.7.6.jar with {elevatorid} mods - versions {1.16.3-1.7.6}
[26Oct2020 02:41:46.717] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar with language javafml
[26Oct2020 02:41:46.718] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar
[26Oct2020 02:41:46.718] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file emojiful-1.16.3-2.1.0.jar with {emojiful} mods - versions {1.16.3-2.1.0}
[26Oct2020 02:41:46.719] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar with language javafml
[26Oct2020 02:41:46.719] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar
[26Oct2020 02:41:46.720] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file EnchantmentDescriptions-1.16.3-5.0.6.jar with {enchdesc} mods - versions {5.0.6}
[26Oct2020 02:41:46.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar with language javafml
[26Oct2020 02:41:46.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar
[26Oct2020 02:41:46.721] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file enderchests-1.16-1.7.4.jar with {enderchests} mods - versions {1.7.4}
[26Oct2020 02:41:46.722] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar with language javafml
[26Oct2020 02:41:46.722] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar
[26Oct2020 02:41:46.722] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file endertanks-1.16-1.9.3.jar with {endertanks} mods - versions {1.9.3}
[26Oct2020 02:41:46.723] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar with language javafml
[26Oct2020 02:41:46.723] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar
[26Oct2020 02:41:46.723] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file engineersdecor-1.16.3-1.1.3-b2.jar with {engineersdecor} mods - versions {1.1.3-b2}
[26Oct2020 02:41:46.725] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar with language javafml
[26Oct2020 02:41:46.725] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar
[26Oct2020 02:41:46.726] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file engineerstools-1.16.3-1.1.1-b1.jar with {engineerstools} mods - versions {1.1.1-b1}
[26Oct2020 02:41:46.726] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar with language javafml
[26Oct2020 02:41:46.727] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar
[26Oct2020 02:41:46.727] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file entangled-1.2.7-mc1.16.3.jar with {entangled} mods - versions {1.2.7}
[26Oct2020 02:41:46.728] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar with language javafml
[26Oct2020 02:41:46.728] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar
[26Oct2020 02:41:46.729] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file enviromats-1.16.3-2.0.3.2.jar with {enviromats} mods - versions {1.16.3-2.0.3.2}
[26Oct2020 02:41:46.730] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar with language javafml
[26Oct2020 02:41:46.730] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar
[26Oct2020 02:41:46.731] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file extradisks-1.16.3-1.3.3.jar with {extradisks} mods - versions {1.3.3}
[26Oct2020 02:41:46.732] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar with language javafml
[26Oct2020 02:41:46.732] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar
[26Oct2020 02:41:46.732] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ExtraStorage-1.16.3-1.1.0.jar with {extrastorage} mods - versions {1.1.0}
[26Oct2020 02:41:46.733] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar with language javafml
[26Oct2020 02:41:46.733] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar
[26Oct2020 02:41:46.734] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file extremeSoundMuffler-2.1.3_Forge-1.16.3.jar with {extremesoundmuffler} mods - versions {2.1.3_forge-1.16.3}
[26Oct2020 02:41:46.734] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar with language javafml
[26Oct2020 02:41:46.734] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar
[26Oct2020 02:41:46.735] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FarmingForBlockheads_1.16.3-7.2.0.jar with {farmingforblockheads} mods - versions {7.2.0}
[26Oct2020 02:41:46.735] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar with language javafml
[26Oct2020 02:41:46.735] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar
[26Oct2020 02:41:46.736] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastFurnace-1.16.3-4.3.0.jar with {fastfurnace} mods - versions {4.3.0}
[26Oct2020 02:41:46.736] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar with language javafml
[26Oct2020 02:41:46.737] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar
[26Oct2020 02:41:46.737] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastLeafDecay-v25.jar with {fastleafdecay} mods - versions {v25}
[26Oct2020 02:41:46.737] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar with language javafml
[26Oct2020 02:41:46.737] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar
[26Oct2020 02:41:46.738] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file FastWorkbench-1.16.3-4.4.0.jar with {fastbench} mods - versions {4.4.0}
[26Oct2020 02:41:46.738] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar with language javafml
[26Oct2020 02:41:46.739] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod player-transfer-stack with Javascript path javascript/player-transfer-stack.js
[26Oct2020 02:41:46.739] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod player-matrix-change with Javascript path javascript/player-matrix-change.js
[26Oct2020 02:41:46.739] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/player-transfer-stack.js
[26Oct2020 02:41:46.739] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/player-matrix-change.js
[26Oct2020 02:41:46.739] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar
[26Oct2020 02:41:46.740] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file flatbedrock-1.16.3-1.1.3.jar with {flatbedrock} mods - versions {1.16.3-1.1.3}
[26Oct2020 02:41:46.741] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar with language javafml
[26Oct2020 02:41:46.741] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar
[26Oct2020 02:41:46.742] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forbidden_arcanus-1.16.3-1.0.1.jar with {forbidden_arcanus} mods - versions {1.16.3-1.0.1}
[26Oct2020 02:41:46.743] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar with language javafml
[26Oct2020 02:41:46.743] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar
[26Oct2020 02:41:46.743] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.16.3-geckolib-2.1.2.jar with {geckolib} mods - versions {2.1.2}
[26Oct2020 02:41:46.744] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar with language javafml
[26Oct2020 02:41:46.744] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar
[26Oct2020 02:41:46.745] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-backups-2.1.1.6.jar with {ftbbackups} mods - versions {2.1.1.6}
[26Oct2020 02:41:46.746] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar with language javafml
[26Oct2020 02:41:46.746] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar
[26Oct2020 02:41:46.747] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-chunks-1603.1.2.39.jar with {ftbchunks} mods - versions {1603.1.2.39}
[26Oct2020 02:41:46.747] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar with language javafml
[26Oct2020 02:41:46.748] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar
[26Oct2020 02:41:46.748] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-gui-library-1603.1.1.24.jar with {ftbguilibrary} mods - versions {1603.1.1.24}
[26Oct2020 02:41:46.749] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar with language javafml
[26Oct2020 02:41:46.749] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar
[26Oct2020 02:41:46.749] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-ranks-1.0.0.7.jar with {ftbranks} mods - versions {1.0.0.7}
[26Oct2020 02:41:46.750] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar with language javafml
[26Oct2020 02:41:46.750] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar
[26Oct2020 02:41:46.751] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-teams-1.0.1.12.jar with {ftbteams} mods - versions {1.0.1.12}
[26Oct2020 02:41:46.751] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar with language javafml
[26Oct2020 02:41:46.751] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar
[26Oct2020 02:41:46.752] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ftb-ultimine-1603.1.1.12.jar with {ftbultimine} mods - versions {1603.1.1.12}
[26Oct2020 02:41:46.753] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar with language javafml
[26Oct2020 02:41:46.753] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar
[26Oct2020 02:41:46.754] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file globalxp-1.16.3-v1.4.14.jar with {globalxp} mods - versions {v1.4.14}
[26Oct2020 02:41:46.754] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar with language javafml
[26Oct2020 02:41:46.754] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar
[26Oct2020 02:41:46.755] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file iceandfire-2.1.0-1.16.3.jar with {iceandfire} mods - versions {2.0.3-1.16.3}
[26Oct2020 02:41:46.756] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar with language javafml
[26Oct2020 02:41:46.756] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar
[26Oct2020 02:41:46.756] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ImmersiveEngineering-1.16.3-4.1.0-124.jar with {immersiveengineering} mods - versions {1.16.3-4.1.0-124}
[26Oct2020 02:41:46.765] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar with language javafml
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod IE wire damage with Javascript path asm/wiredamage.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod IE arm angle adjustment with Javascript path asm/arm_angles.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod IE block update callback with Javascript path asm/blockwirecollisions.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod IE after TESR callback with Javascript path asm/aftertesr.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/wiredamage.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/arm_angles.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/blockwirecollisions.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod asm/aftertesr.js
[26Oct2020 02:41:46.766] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar
[26Oct2020 02:41:46.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file industrial-foregoing-1.16.3-3.1.1-a834e76.jar with {industrialforegoing} mods - versions {3.1.1}
[26Oct2020 02:41:46.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar with language javafml
[26Oct2020 02:41:46.767] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar
[26Oct2020 02:41:46.768] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file invtweaks-1.16.2-1.0.0.jar with {invtweaks} mods - versions {1.16.2-1.0.0}
[26Oct2020 02:41:46.769] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar with language javafml
[26Oct2020 02:41:46.769] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar
[26Oct2020 02:41:46.769] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ironchest-1.16.3-11.2.6.jar with {ironchest} mods - versions {1.16.3-11.2.6}
[26Oct2020 02:41:46.770] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar with language javafml
[26Oct2020 02:41:46.770] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar
[26Oct2020 02:41:46.771] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file IronJetpacks-1.16.3-4.1.1.jar with {ironjetpacks} mods - versions {4.1.1}
[26Oct2020 02:41:46.771] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar with language javafml
[26Oct2020 02:41:46.771] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar
[26Oct2020 02:41:46.771] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file item-filters-2.2.2.17.jar with {itemfilters} mods - versions {2.2.2.17}
[26Oct2020 02:41:46.772] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar with language javafml
[26Oct2020 02:41:46.772] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar
[26Oct2020 02:41:46.773] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JAOPCA-1.16.3-3.4.0.0.jar with {jaopca} mods - versions {3.4.0.0}
[26Oct2020 02:41:46.773] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar with language javafml
[26Oct2020 02:41:46.773] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar
[26Oct2020 02:41:46.773] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jei-1.16.3-7.6.0.49.jar with {jei} mods - versions {7.5.0.43}
[26Oct2020 02:41:46.774] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar with language javafml
[26Oct2020 02:41:46.774] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar
[26Oct2020 02:41:46.775] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jeiintegration_1.16.3-6.0.0.8.jar with {jeiintegration} mods - versions {6.0.0.8}
[26Oct2020 02:41:46.776] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar with language javafml
[26Oct2020 02:41:46.776] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar
[26Oct2020 02:41:46.777] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file jumbofurnace-1.16.3-2.1.0.0.jar with {jumbofurnace} mods - versions {1.16.3-2.1.0.0}
[26Oct2020 02:41:46.778] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar with language javafml
[26Oct2020 02:41:46.778] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar
[26Oct2020 02:41:46.779] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file JustEnoughResources-1.16.3-0.12.0.102.jar with {jeresources} mods - versions {0.12.0.102}
[26Oct2020 02:41:46.779] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar with language javafml
[26Oct2020 02:41:46.779] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar
[26Oct2020 02:41:46.780] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file KleeSlabs_1.16.3-9.2.0.jar with {kleeslabs} mods - versions {9.2.0}
[26Oct2020 02:41:46.780] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar with language javafml
[26Oct2020 02:41:46.780] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar
[26Oct2020 02:41:46.781] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file kubejs-1603.2.8.73.jar with {kubejs} mods - versions {1603.2.8.73}
[26Oct2020 02:41:46.781] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar with language javafml
[26Oct2020 02:41:46.781] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar
[26Oct2020 02:41:46.782] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LibX-1.16.3-1.0.2.jar with {libx} mods - versions {1.16.3-1.0.2}
[26Oct2020 02:41:46.782] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar with language javafml
[26Oct2020 02:41:46.782] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar
[26Oct2020 02:41:46.783] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file light-overlay-5.5.3.jar with {lightoverlay-forge} mods - versions {NONE}
[26Oct2020 02:41:46.783] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar with language javafml
[26Oct2020 02:41:46.784] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod NetworkManager with Javascript path META-INF/NetworkManager.js
[26Oct2020 02:41:46.784] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod WorldRenderer with Javascript path META-INF/WorldRenderer.js
[26Oct2020 02:41:46.784] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/NetworkManager.js
[26Oct2020 02:41:46.784] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/WorldRenderer.js
[26Oct2020 02:41:46.784] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar
[26Oct2020 02:41:46.784] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file LightingWand-1.16.2-1.7.0.jar with {lightingwand} mods - versions {1.7.0}
[26Oct2020 02:41:46.785] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar with language javafml
[26Oct2020 02:41:46.785] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar
[26Oct2020 02:41:46.785] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Lollipop-1.16.3-3.2.2.jar with {lollipop} mods - versions {3.2.2}
[26Oct2020 02:41:46.786] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar with language javafml
[26Oct2020 02:41:46.786] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar
[26Oct2020 02:41:46.786] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Ma-Essentials-1.16.3-3.4.0.jar with {maessentials} mods - versions {1.16.3-3.4.0}
[26Oct2020 02:41:46.787] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar with language javafml
[26Oct2020 02:41:46.787] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar
[26Oct2020 02:41:46.787] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mahoutsukai-1.16.3-v1.25.1.jar with {mahoutsukai} mods - versions {1.16.3-v1.25.1}
[26Oct2020 02:41:46.788] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar with language javafml
[26Oct2020 02:41:46.788] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar
[26Oct2020 02:41:46.789] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file managear-1.16.3-2.1.2.jar with {managear} mods - versions {1.16.1-2.1.2}
[26Oct2020 02:41:46.789] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar with language javafml
[26Oct2020 02:41:46.789] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar
[26Oct2020 02:41:46.790] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcjtylib-1.16-5.0.11.jar with {mcjtylib} mods - versions {1.16-5.0.11}
[26Oct2020 02:41:46.791] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar with language javafml
[26Oct2020 02:41:46.791] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar
[26Oct2020 02:41:46.792] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-bridges-1.0.4-mc1.16.3.jar with {mcwbridges} mods - versions {1.0.4}
[26Oct2020 02:41:46.793] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar with language javafml
[26Oct2020 02:41:46.793] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar
[26Oct2020 02:41:46.794] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar with {mcwdoors} mods - versions {1.0.1}
[26Oct2020 02:41:46.795] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar with language javafml
[26Oct2020 02:41:46.795] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar
[26Oct2020 02:41:46.795] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcw-windows-1.0.2-mc1.16.3.jar with {mcwwindows} mods - versions {1.0.2}
[26Oct2020 02:41:46.796] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar with language javafml
[26Oct2020 02:41:46.796] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar
[26Oct2020 02:41:46.796] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mcws-roofs-1.16.3-v2.0.0.jar with {mcwroofs} mods - versions {2.0.0}
[26Oct2020 02:41:46.797] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar with language javafml
[26Oct2020 02:41:46.797] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar
[26Oct2020 02:41:46.798] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Mekanism-1.16.3-10.0.12.437.jar with {mekanism} mods - versions {10.0.12}
[26Oct2020 02:41:46.799] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar with language javafml
[26Oct2020 02:41:46.799] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar
[26Oct2020 02:41:46.799] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MekanismAdditions-1.16.3-10.0.12.437.jar with {mekanismadditions} mods - versions {10.0.12}
[26Oct2020 02:41:46.800] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar with language javafml
[26Oct2020 02:41:46.800] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar
[26Oct2020 02:41:46.800] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MekanismGenerators-1.16.3-10.0.12.437.jar with {mekanismgenerators} mods - versions {10.0.12}
[26Oct2020 02:41:46.801] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar with language javafml
[26Oct2020 02:41:46.801] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar
[26Oct2020 02:41:46.801] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MekanismTools-1.16.3-10.0.12.437.jar with {mekanismtools} mods - versions {10.0.12}
[26Oct2020 02:41:46.802] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar with language javafml
[26Oct2020 02:41:46.802] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar
[26Oct2020 02:41:46.803] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file metalbarrels-3.3a.jar with {metalbarrels} mods - versions {3.3a}
[26Oct2020 02:41:46.803] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar with language javafml
[26Oct2020 02:41:46.804] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar
[26Oct2020 02:41:46.804] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mining-helmet-1.16.3-1.0.9.jar with {mining_helmet} mods - versions {1.0.9}
[26Oct2020 02:41:46.805] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar with language javafml
[26Oct2020 02:41:46.805] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar
[26Oct2020 02:41:46.805] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file mininggadgets-1.6.0.jar with {mininggadgets} mods - versions {1.6.0}
[26Oct2020 02:41:46.806] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar with language javafml
[26Oct2020 02:41:46.806] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar
[26Oct2020 02:41:46.806] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file modnametooltip_1.16.2-1.15.0.jar with {modnametooltip} mods - versions {1.15.0}
[26Oct2020 02:41:46.807] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar with language javafml
[26Oct2020 02:41:46.807] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar
[26Oct2020 02:41:46.808] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file modular-routers-1.16.3-7.1.1-37.jar with {modularrouters} mods - versions {1.16.3-7.1.1-37}
[26Oct2020 02:41:46.809] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar with language javafml
[26Oct2020 02:41:46.809] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar
[26Oct2020 02:41:46.810] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file morered-1.16.3-2.0.0.0.jar with {morered} mods - versions {2.0.0.0}
[26Oct2020 02:41:46.810] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar with language javafml
[26Oct2020 02:41:46.810] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar
[26Oct2020 02:41:46.811] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MouseTweaks-2.13-mc1.16.2.jar with {mousetweaks} mods - versions {2.13}
[26Oct2020 02:41:46.811] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar with language javafml
[26Oct2020 02:41:46.811] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar
[26Oct2020 02:41:46.812] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAgradditions-1.16.3-4.1.0.jar with {mysticalagradditions} mods - versions {4.1.0}
[26Oct2020 02:41:46.812] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar with language javafml
[26Oct2020 02:41:46.812] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar
[26Oct2020 02:41:46.813] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalAgriculture-1.16.3-4.1.0.jar with {mysticalagriculture} mods - versions {4.1.0}
[26Oct2020 02:41:46.813] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar with language javafml
[26Oct2020 02:41:46.813] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar
[26Oct2020 02:41:46.814] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MysticalCustomization-1.16.3-2.1.0.jar with {mysticalcustomization} mods - versions {2.1.0}
[26Oct2020 02:41:46.814] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar with language javafml
[26Oct2020 02:41:46.814] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar
[26Oct2020 02:41:46.815] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file MythicBotany-1.16.3-1.1.3.jar with {mythicbotany} mods - versions {1.16.3-1.1.3}
[26Oct2020 02:41:46.815] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar with language javafml
[26Oct2020 02:41:46.815] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar
[26Oct2020 02:41:46.816] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesAura-31.0.jar with {naturesaura} mods - versions {31.0}
[26Oct2020 02:41:46.817] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar with language javafml
[26Oct2020 02:41:46.817] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar
[26Oct2020 02:41:46.817] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NaturesCompass-1.16.3-1.8.5.jar with {naturescompass} mods - versions {1.16.3-1.8.5}
[26Oct2020 02:41:46.818] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar with language javafml
[26Oct2020 02:41:46.818] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar
[26Oct2020 02:41:46.818] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file NetherPortalFix_1.16.3-7.2.0.jar with {netherportalfix} mods - versions {7.2.0}
[26Oct2020 02:41:46.819] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar with language javafml
[26Oct2020 02:41:46.819] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar
[26Oct2020 02:41:46.820] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file nomowanderer_MC1.16.3_1.0.jar with {nomowanderer} mods - versions {1.16.3_1.0}
[26Oct2020 02:41:46.820] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar with language javafml
[26Oct2020 02:41:46.820] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar
[26Oct2020 02:41:46.821] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PackMenu-1.16.3-2.3.0.jar with {packmenu} mods - versions {2.3.0}
[26Oct2020 02:41:46.821] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar with language javafml
[26Oct2020 02:41:46.821] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar
[26Oct2020 02:41:46.822] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2crops-1.16.3-1.0.1.jar with {pamhc2crops} mods - versions {version}
[26Oct2020 02:41:46.822] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar with language javafml
[26Oct2020 02:41:46.822] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar
[26Oct2020 02:41:46.823] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pamhc2foodcore-1.16.3-1.0.0.jar with {pamhc2foodcore} mods - versions {version}
[26Oct2020 02:41:46.823] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar with language javafml
[26Oct2020 02:41:46.823] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar
[26Oct2020 02:41:46.824] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Patchouli-1.16.2-47.jar with {patchouli} mods - versions {1.16.2-47}
[26Oct2020 02:41:46.825] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar with language javafml
[26Oct2020 02:41:46.825] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar
[26Oct2020 02:41:46.826] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pedestals-0.8a.jar with {pedestals} mods - versions {0.8a}
[26Oct2020 02:41:46.827] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar with language javafml
[26Oct2020 02:41:46.827] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar
[26Oct2020 02:41:46.827] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file phosphophyllite-1.16.3-0.0.4-beta.jar with {phosphophyllite} mods - versions {0.0.4}
[26Oct2020 02:41:46.828] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar with language javafml
[26Oct2020 02:41:46.828] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar
[26Oct2020 02:41:46.828] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file PickleTweaks-1.16.3-5.1.2.jar with {pickletweaks} mods - versions {5.1.2}
[26Oct2020 02:41:46.829] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar with language javafml
[26Oct2020 02:41:46.829] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar
[26Oct2020 02:41:46.829] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Placebo-1.16.3-4.3.2.jar with {placebo} mods - versions {4.3.2}
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar with language javafml
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod block-statemap with Javascript path javascript/block-statemap.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod item-statemap with Javascript path javascript/item-statemap.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod recipes with Javascript path javascript/recipe-manager.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod loot-tables with Javascript path javascript/loot-manager.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/block-statemap.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/item-statemap.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/recipe-manager.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod javascript/loot-manager.js
[26Oct2020 02:41:46.830] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar
[26Oct2020 02:41:46.831] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file platforms-1.16-1.7.6.jar with {platforms} mods - versions {1.7.6}
[26Oct2020 02:41:46.832] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar with language javafml
[26Oct2020 02:41:46.832] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar
[26Oct2020 02:41:46.832] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar with {pneumaticcraft} mods - versions {1.16.3-2.4.4-59}
[26Oct2020 02:41:46.833] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar with language javafml
[26Oct2020 02:41:46.833] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar
[26Oct2020 02:41:46.834] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file polymorph-forge-1.16.3-0.15.jar with {polymorph} mods - versions {1.16.3-0.15}
[26Oct2020 02:41:46.834] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar with language javafml
[26Oct2020 02:41:46.835] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod CraftResultInventory Transformer with Javascript path craftResultInventory.js
[26Oct2020 02:41:46.835] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod craftResultInventory.js
[26Oct2020 02:41:46.835] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar
[26Oct2020 02:41:46.835] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file portality-1.16.3-3.1.1.jar with {portality} mods - versions {3.1.1}
[26Oct2020 02:41:46.836] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar with language javafml
[26Oct2020 02:41:46.836] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar
[26Oct2020 02:41:46.836] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file potionsmaster-0.1.22-1.16.3-34.1.0.jar with {potionsmaster} mods - versions {0.1.22}
[26Oct2020 02:41:46.836] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar with language javafml
[26Oct2020 02:41:46.836] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar
[26Oct2020 02:41:46.837] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Powah-1.16.3-2.3.2.jar with {powah} mods - versions {2.3.2}
[26Oct2020 02:41:46.837] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar with language javafml
[26Oct2020 02:41:46.837] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar
[26Oct2020 02:41:46.838] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Psi 1.16-87.jar with {psi} mods - versions {1.16-87}
[26Oct2020 02:41:46.838] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar with language javafml
[26Oct2020 02:41:46.839] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar
[26Oct2020 02:41:46.839] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Quark-r2.4-269.jar with {quark} mods - versions {r2.4-269}
[26Oct2020 02:41:46.840] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar with language javafml
[26Oct2020 02:41:46.841] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar
[26Oct2020 02:41:46.841] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file randompatches-1.16.2-1.22.1.2.jar with {randompatches} mods - versions {1.16.2-1.22.1.2}
[26Oct2020 02:41:46.842] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar with language javafml
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches AbstractOption Transformer with Javascript path patches/client/AbstractOption.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches BambooBlock Transformer with Javascript path patches/client/BambooBlock.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches IngameMenuScreen Transformer with Javascript path patches/client/IngameMenuScreen.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches KeyboardListener Transformer with Javascript path patches/client/KeyboardListener.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches Minecraft Transformer with Javascript path patches/client/Minecraft.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches PlayerRenderer Transformer with Javascript path patches/client/PlayerRenderer.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches PotionItem Transformer with Javascript path patches/client/PotionItem.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches ClientPlayerEntity Transformer with Javascript path patches/client/dismount/ClientPlayerEntity.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches ClientPlayNetHandler Transformer with Javascript path patches/client/dismount/ClientPlayNetHandler.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches KeyBinding Transformer with Javascript path patches/client/dismount/KeyBinding.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches PlayerEntity Transformer with Javascript path patches/client/dismount/PlayerEntity.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches NettyCompressionDecoder Transformer with Javascript path patches/packetsize/NettyCompressionDecoder.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches PacketBuffer Transformer with Javascript path patches/packetsize/PacketBuffer.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches NetworkManager$1 Transformer with Javascript path patches/client/NetworkManager$1.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches ServerLoginNetHandler Transformer with Javascript path patches/ServerLoginNetHandler.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches ServerPlayNetHandler Transformer with Javascript path patches/ServerPlayNetHandler.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches BoatEntity Transformer with Javascript path patches/BoatEntity.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches CompoundNBT Transformer with Javascript path patches/CompoundNBT.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches EndPortalTileEntity Transformer with Javascript path patches/EndPortalTileEntity.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches Entity Transformer with Javascript path patches/Entity.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches ServerRecipePlacer Transformer with Javascript path patches/ServerRecipePlacer.js
[26Oct2020 02:41:46.843] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RandomPatches ServerTickList Transformer with Javascript path patches/ServerTickList.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/AbstractOption.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/BambooBlock.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/IngameMenuScreen.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/KeyboardListener.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/Minecraft.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/PlayerRenderer.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/PotionItem.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/dismount/ClientPlayerEntity.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/dismount/ClientPlayNetHandler.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/dismount/KeyBinding.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/dismount/PlayerEntity.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/packetsize/NettyCompressionDecoder.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/packetsize/PacketBuffer.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/client/NetworkManager$1.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/ServerLoginNetHandler.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/ServerPlayNetHandler.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/BoatEntity.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/CompoundNBT.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/EndPortalTileEntity.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/Entity.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/ServerRecipePlacer.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod patches/ServerTickList.js
[26Oct2020 02:41:46.844] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar
[26Oct2020 02:41:46.845] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rangedpumps-0.8.2.jar with {rangedpumps} mods - versions {0.8.2}
[26Oct2020 02:41:46.845] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar with language javafml
[26Oct2020 02:41:46.845] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar
[26Oct2020 02:41:46.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ratlantis-1.0.0-1.16.3.jar with {ratlantis} mods - versions {1.0.0-1.16.3}
[26Oct2020 02:41:46.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar with language javafml
[26Oct2020 02:41:46.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar
[26Oct2020 02:41:46.846] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rats-7.0.0-1.16.3.jar with {rats} mods - versions {7.0.0}
[26Oct2020 02:41:46.847] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar with language javafml
[26Oct2020 02:41:46.847] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar
[26Oct2020 02:41:46.847] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ReAuth-1.16-Forge-3.9.2.jar with {reauth} mods - versions {3.9.2}
[26Oct2020 02:41:46.848] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar with language javafml
[26Oct2020 02:41:46.848] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar
[26Oct2020 02:41:46.848] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedstorage-1.9.7.jar with {refinedstorage} mods - versions {1.9.7}
[26Oct2020 02:41:46.849] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar with language javafml
[26Oct2020 02:41:46.849] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar
[26Oct2020 02:41:46.850] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file refinedstorageaddons-0.7.2.jar with {refinedstorageaddons} mods - versions {0.7.2}
[26Oct2020 02:41:46.850] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar with language javafml
[26Oct2020 02:41:46.850] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar
[26Oct2020 02:41:46.850] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file reliquary-1.16.3-1.3.4.1039.jar with {xreliquary} mods - versions {1.16.3-1.3.4.1039}
[26Oct2020 02:41:46.851] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar with language javafml
[26Oct2020 02:41:46.851] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar
[26Oct2020 02:41:46.851] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file repurposed_structures-1.16.3-2.2.9.jar with {repurposed_structures} mods - versions {1.16.3-2.2.9}
[26Oct2020 02:41:46.852] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar with language javafml
[26Oct2020 02:41:46.852] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar
[26Oct2020 02:41:46.852] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file resourcefulbees-1.16.3-0.5.4b.jar with {resourcefulbees} mods - versions {1.16.3-0.5.4b}
[26Oct2020 02:41:46.852] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar with language javafml
[26Oct2020 02:41:46.853] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar
[26Oct2020 02:41:46.853] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file restrictions-1.16-3.0.3.jar with {restrictions} mods - versions {1.16-3.0.3}
[26Oct2020 02:41:46.854] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar with language javafml
[26Oct2020 02:41:46.854] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar
[26Oct2020 02:41:46.854] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsbase-1.16-2.0.6.jar with {rftoolsbase} mods - versions {1.16-2.0.6}
[26Oct2020 02:41:46.855] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar with language javafml
[26Oct2020 02:41:46.855] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar
[26Oct2020 02:41:46.856] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsbuilder-1.16-3.0.8.jar with {rftoolsbuilder} mods - versions {1.16-3.0.8}
[26Oct2020 02:41:46.856] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar with language javafml
[26Oct2020 02:41:46.856] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar
[26Oct2020 02:41:46.857] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolscontrol-1.16-4.0.5.jar with {rftoolscontrol} mods - versions {1.16-4.0.5}
[26Oct2020 02:41:46.857] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar with language javafml
[26Oct2020 02:41:46.858] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar
[26Oct2020 02:41:46.858] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolspower-1.16-3.0.8.jar with {rftoolspower} mods - versions {1.16-3.0.8}
[26Oct2020 02:41:46.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar with language javafml
[26Oct2020 02:41:46.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar
[26Oct2020 02:41:46.859] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsstorage-1.16-2.0.5.jar with {rftoolsstorage} mods - versions {1.16-2.0.5}
[26Oct2020 02:41:46.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar with language javafml
[26Oct2020 02:41:46.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar
[26Oct2020 02:41:46.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rftoolsutility-1.16-3.0.11.jar with {rftoolsutility} mods - versions {1.16-3.0.11}
[26Oct2020 02:41:46.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar with language javafml
[26Oct2020 02:41:46.860] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar
[26Oct2020 02:41:46.861] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file rsgauges-1.16.3-1.2.4.jar with {rsgauges} mods - versions {1.2.4}
[26Oct2020 02:41:46.861] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar with language javafml
[26Oct2020 02:41:46.861] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar
[26Oct2020 02:41:46.862] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Runelic-1.16.3-5.0.1.jar with {runelic} mods - versions {5.0.1}
[26Oct2020 02:41:46.862] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar with language javafml
[26Oct2020 02:41:46.862] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar
[26Oct2020 02:41:46.862] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file scuba-gear-1.16.3-1.0.1.jar with {scuba_gear} mods - versions {1.0.1}
[26Oct2020 02:41:46.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar with language javafml
[26Oct2020 02:41:46.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar
[26Oct2020 02:41:46.863] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shetiphiancore-1.16-3.8.4.jar with {shetiphiancore} mods - versions {3.8.4}
[26Oct2020 02:41:46.864] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar with language javafml
[26Oct2020 02:41:46.864] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar
[26Oct2020 02:41:46.865] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file shutupexperimentalsettings-1.0.1.jar with {shutupexperimentalsettings} mods - versions {1.0.1}
[26Oct2020 02:41:46.865] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar with language javafml
[26Oct2020 02:41:46.865] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar
[26Oct2020 02:41:46.866] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SilentGear-1.16.3-2.3.2+167.jar with {silentgear} mods - versions {2.3.2+167}
[26Oct2020 02:41:46.866] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar with language javafml
[26Oct2020 02:41:46.866] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar
[26Oct2020 02:41:46.867] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SilentLib-1.16.3-4.8.1+61.jar with {silentlib} mods - versions {4.8.1+61}
[26Oct2020 02:41:46.867] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar with language javafml
[26Oct2020 02:41:46.867] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar
[26Oct2020 02:41:46.868] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file simplemagnets-1.0.8-mc1.16.3.jar with {simplemagnets} mods - versions {1.0.8}
[26Oct2020 02:41:46.868] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar with language javafml
[26Oct2020 02:41:46.869] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar
[26Oct2020 02:41:46.869] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file simplylight-1.16.3-1.0.2.jar with {simplylight} mods - versions {1.16.3-1.0.2}
[26Oct2020 02:41:46.870] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar with language javafml
[26Oct2020 02:41:46.870] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar
[26Oct2020 02:41:46.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file SolarFluxReborn-1.16.3-16.2.3.jar with {solarflux} mods - versions {16.2.3}
[26Oct2020 02:41:46.871] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar with language javafml
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RenderManager with Javascript path META-INF/ResourcePackHooker.js
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod ClientLanguageMap with Javascript path META-INF/ClientLanguageMap.js
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod RecipeHelper with Javascript path META-INF/RecipeHelper.js
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/ResourcePackHooker.js
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/ClientLanguageMap.js
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/RecipeHelper.js
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar
[26Oct2020 02:41:46.872] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file solcarrot-1.16.3-1.9.8.jar with {solcarrot} mods - versions {1.16.3-1.9.8}
[26Oct2020 02:41:46.873] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar with language javafml
[26Oct2020 02:41:46.873] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar
[26Oct2020 02:41:46.873] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file StorageDrawers-1.16.3-8.2.0.jar with {storagedrawers} mods - versions {8.2.0}
[26Oct2020 02:41:46.874] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar with language javafml
[26Oct2020 02:41:46.874] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar
[26Oct2020 02:41:46.875] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file swingthroughgrass-1.16.3-1.5.2.jar with {swingthroughgrass} mods - versions {1.16.3-1.5.2}
[26Oct2020 02:41:46.876] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar with language javafml
[26Oct2020 02:41:46.876] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar
[26Oct2020 02:41:46.876] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file tanknull-2.1-1.16.2.jar with {tanknull} mods - versions {2.1-1.16.2}
[26Oct2020 02:41:46.876] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar with language javafml
[26Oct2020 02:41:46.877] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar
[26Oct2020 02:41:46.877] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file tgcropesmod-1.16.2-1.1.0.jar with {tgcropesmod} mods - versions {1.16.2-1.1.0}
[26Oct2020 02:41:46.877] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar with language javafml
[26Oct2020 02:41:46.877] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar
[26Oct2020 02:41:46.878] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file theoneprobe-1.16-3.0.4-beta.jar with {theoneprobe} mods - versions {1.16-3.0.4-beta}
[26Oct2020 02:41:46.878] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar with language javafml
[26Oct2020 02:41:46.878] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar
[26Oct2020 02:41:46.879] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file titanium-1.16.3-3.1.0.jar with {titanium} mods - versions {3.1.0}
[26Oct2020 02:41:46.879] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar with language javafml
[26Oct2020 02:41:46.880] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar
[26Oct2020 02:41:46.880] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Toast-Control-1.16.3-4.3.0.jar with {toastcontrol} mods - versions {4.3.0}
[26Oct2020 02:41:46.881] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar with language javafml
[26Oct2020 02:41:46.881] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar
[26Oct2020 02:41:46.881] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file ToolBelt-1.16.3-1.15.2.jar with {toolbelt} mods - versions {1.15.2}
[26Oct2020 02:41:46.882] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar with language javafml
[26Oct2020 02:41:46.882] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar
[26Oct2020 02:41:46.883] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file torchmaster-2.3.4-alpha.jar with {torchmaster} mods - versions {2.3.4-alpha}
[26Oct2020 02:41:46.883] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar with language javafml
[26Oct2020 02:41:46.883] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar
[26Oct2020 02:41:46.884] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar with {tramplestopper} mods - versions {2.2.0+build.1.mcVersion.1.16.3}
[26Oct2020 02:41:46.884] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar with language javafml
[26Oct2020 02:41:46.884] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar
[26Oct2020 02:41:46.885] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file trashcans-1.0.3-mc1.16.3.jar with {trashcans} mods - versions {1.0.3}
[26Oct2020 02:41:46.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar with language javafml
[26Oct2020 02:41:46.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar
[26Oct2020 02:41:46.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file TrashSlot_1.16.3-12.2.0.jar with {trashslot} mods - versions {12.2.0}
[26Oct2020 02:41:46.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar with language javafml
[26Oct2020 02:41:46.886] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar
[26Oct2020 02:41:46.887] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file u_team_core-1.16.3-3.1.10.183.jar with {uteamcore} mods - versions {3.1.10.183}
[26Oct2020 02:41:46.888] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar with language javafml
[26Oct2020 02:41:46.888] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar
[26Oct2020 02:41:46.888] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file useful_backpacks-1.16.3-1.11.6.83.jar with {usefulbackpacks} mods - versions {1.11.6.83}
[26Oct2020 02:41:46.888] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar with language javafml
[26Oct2020 02:41:46.888] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar
[26Oct2020 02:41:46.889] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file useful_railroads-1.16.3-1.4.5.32.jar with {usefulrailroads} mods - versions {1.4.5.32}
[26Oct2020 02:41:46.889] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar with language javafml
[26Oct2020 02:41:46.890] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar
[26Oct2020 02:41:46.890] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file valkyrielib-1.16.3-3.0.3.2.jar with {valkyrielib} mods - versions {1.16.3-3.0.3.2}
[26Oct2020 02:41:46.891] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar with language javafml
[26Oct2020 02:41:46.891] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar
[26Oct2020 02:41:46.892] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file WaterStrainer-1.16.3-10.0.0.jar with {waterstrainer} mods - versions {1.16.3-10.0.0}
[26Oct2020 02:41:46.893] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar with language javafml
[26Oct2020 02:41:46.893] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar
[26Oct2020 02:41:46.893] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Waystones_1.16.3-7.3.0.jar with {waystones} mods - versions {7.3.0}
[26Oct2020 02:41:46.894] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar with language javafml
[26Oct2020 02:41:46.894] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar
[26Oct2020 02:41:46.894] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar with {wstweaks} mods - versions {5.2.1}
[26Oct2020 02:41:46.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar with language javafml
[26Oct2020 02:41:46.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar
[26Oct2020 02:41:46.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file woot-1.16.2-1.0.0.0.jar with {woot} mods - versions {1.16.2-1.0.0.0}
[26Oct2020 02:41:46.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar with language javafml
[26Oct2020 02:41:46.895] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar
[26Oct2020 02:41:46.896] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xnet-1.16-3.0.7.jar with {xnet} mods - versions {1.16-3.0.7}
[26Oct2020 02:41:46.896] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar with language javafml
[26Oct2020 02:41:46.896] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar
[26Oct2020 02:41:46.897] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file XNetGases-1.16.3-2.0.0.jar with {xnetgases} mods - versions {2.0.0}
[26Oct2020 02:41:46.897] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar with language javafml
[26Oct2020 02:41:46.897] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar
[26Oct2020 02:41:46.898] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file xptome-1.16.2-v1.1.6.jar with {xpbook} mods - versions {v1.1.6}
[26Oct2020 02:41:46.898] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar with language javafml
[26Oct2020 02:41:46.898] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar
[26Oct2020 02:41:46.898] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.16.3-34.1.25-universal.jar with {forge} mods - versions {34.1.25}
[26Oct2020 02:41:46.901] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar with language javafml
[26Oct2020 02:41:46.901] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Found coremod fieldtomethodtransformers with Javascript path META-INF/fieldtomethodtransformers.js
[26Oct2020 02:41:46.901] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Found coremod META-INF/fieldtomethodtransformers.js
[26Oct2020 02:41:46.901] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileParser/LOADING]: Considering mod file candidate C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar
[26Oct2020 02:41:46.906] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFileInfo/LOADING]: Found valid mod file forge-1.16.3-34.1.25-server.jar with {minecraft} mods - versions {1.16.3}
[26Oct2020 02:41:46.906] [main/DEBUG] [net.minecraftforge.fml.loading.moddiscovery.ModFile/LOADING]: Loading mod file C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar with language minecraft
[26Oct2020 02:41:46.919] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 312 mandatory requirements
[26Oct2020 02:41:46.920] [main/DEBUG] [net.minecraftforge.fml.loading.ModSorter/LOADING]: Found 0 mandatory mod requirements missing
[26Oct2020 02:41:47.544] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: End scan trigger - transformation service fml
[26Oct2020 02:41:47.545] [main/DEBUG] [cpw.mods.modlauncher.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading transformers
[26Oct2020 02:41:47.545] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service mixin
[26Oct2020 02:41:47.546] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service mixin
[26Oct2020 02:41:47.546] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformers for transformation service fml
[26Oct2020 02:41:47.546] [main/DEBUG] [net.minecraftforge.fml.loading.FMLServiceProvider/CORE]: Loading coremod transformers
[26Oct2020 02:41:47.546] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/AbstractOption.js
[26Oct2020 02:41:47.689] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.689] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/BambooBlock.js
[26Oct2020 02:41:47.720] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.720] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/IngameMenuScreen.js
[26Oct2020 02:41:47.746] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.746] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/KeyboardListener.js
[26Oct2020 02:41:47.771] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.771] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/Minecraft.js
[26Oct2020 02:41:47.795] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.795] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/PlayerRenderer.js
[26Oct2020 02:41:47.808] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.808] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/PotionItem.js
[26Oct2020 02:41:47.823] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.823] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/dismount/ClientPlayerEntity.js
[26Oct2020 02:41:47.838] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.838] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/dismount/ClientPlayNetHandler.js
[26Oct2020 02:41:47.853] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.853] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/dismount/KeyBinding.js
[26Oct2020 02:41:47.869] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.869] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/dismount/PlayerEntity.js
[26Oct2020 02:41:47.881] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.881] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/packetsize/NettyCompressionDecoder.js
[26Oct2020 02:41:47.891] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.892] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/packetsize/PacketBuffer.js
[26Oct2020 02:41:47.906] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.906] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/client/NetworkManager$1.js
[26Oct2020 02:41:47.920] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.920] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/ServerLoginNetHandler.js
[26Oct2020 02:41:47.934] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.934] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/ServerPlayNetHandler.js
[26Oct2020 02:41:47.957] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.957] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/BoatEntity.js
[26Oct2020 02:41:47.971] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.971] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/CompoundNBT.js
[26Oct2020 02:41:47.980] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.980] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/EndPortalTileEntity.js
[26Oct2020 02:41:47.991] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:47.992] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/Entity.js
[26Oct2020 02:41:48.008] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.008] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/ServerRecipePlacer.js
[26Oct2020 02:41:48.018] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.018] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from patches/ServerTickList.js
[26Oct2020 02:41:48.027] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.028] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/NetworkManager.js
[26Oct2020 02:41:48.037] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.037] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/WorldRenderer.js
[26Oct2020 02:41:48.049] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.049] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/wiredamage.js
[26Oct2020 02:41:48.055] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.055] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/arm_angles.js
[26Oct2020 02:41:48.060] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.060] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/blockwirecollisions.js
[26Oct2020 02:41:48.065] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.065] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from asm/aftertesr.js
[26Oct2020 02:41:48.071] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.071] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from craftResultInventory.js
[26Oct2020 02:41:48.077] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.077] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/block-statemap.js
[26Oct2020 02:41:48.084] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.084] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/item-statemap.js
[26Oct2020 02:41:48.090] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.091] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/recipe-manager.js
[26Oct2020 02:41:48.097] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.098] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/loot-manager.js
[26Oct2020 02:41:48.102] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.102] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/fieldtomethodtransformers.js
[26Oct2020 02:41:48.109] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.109] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/ResourcePackHooker.js
[26Oct2020 02:41:48.116] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.116] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/ClientLanguageMap.js
[26Oct2020 02:41:48.121] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.121] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from META-INF/RecipeHelper.js
[26Oct2020 02:41:48.128] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.128] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/true-infinity.js
[26Oct2020 02:41:48.134] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.134] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/sundering.js
[26Oct2020 02:41:48.138] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.138] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantment-datas.js
[26Oct2020 02:41:48.144] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.144] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/tempting.js
[26Oct2020 02:41:48.149] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.149] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/reflective.js
[26Oct2020 02:41:48.153] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.153] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-ench.js
[26Oct2020 02:41:48.157] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.157] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/calc-stack-ench.js
[26Oct2020 02:41:48.215] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.215] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/container-repair.js
[26Oct2020 02:41:48.224] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.224] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/enchantability.js
[26Oct2020 02:41:48.232] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.232] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/gui-repair.js
[26Oct2020 02:41:48.238] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.239] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/combat-rules.js
[26Oct2020 02:41:48.253] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.253] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/fishing-bobber.js
[26Oct2020 02:41:48.258] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.258] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-entity-dmg.js
[26Oct2020 02:41:48.263] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.263] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-extra-dmg.js
[26Oct2020 02:41:48.268] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.268] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-prot-level.js
[26Oct2020 02:41:48.272] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.272] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/affix-user-hurt.js
[26Oct2020 02:41:48.278] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.278] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/stack-modifier-hack.js
[26Oct2020 02:41:48.283] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.283] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/item-use-hook.js
[26Oct2020 02:41:48.288] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.288] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/quark-matrix.js
[26Oct2020 02:41:48.293] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.293] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/crossbow.js
[26Oct2020 02:41:48.298] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.298] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from apothasm/crossbow-arrows.js
[26Oct2020 02:41:48.304] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.304] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/player-transfer-stack.js
[26Oct2020 02:41:48.308] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.309] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: Loading CoreMod from javascript/player-matrix-change.js
[26Oct2020 02:41:48.314] [main/DEBUG] [net.minecraftforge.coremod.CoreModEngine/COREMOD]: CoreMod loaded successfully
[26Oct2020 02:41:48.325] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3751acd7 to Target : METHOD {Lnet/minecraft/entity/Entity;} {func_145775_I} {()V}
[26Oct2020 02:41:48.326] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@55421b8d to Target : METHOD {Lnet/minecraft/client/renderer/entity/model/BipedModel;} {func_225597_a_} {(Lnet/minecraft/entity/LivingEntity;FFFFF)V}
[26Oct2020 02:41:48.326] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@24a04257 to Target : METHOD {Lnet/minecraft/world/server/ServerWorld;} {func_184138_a} {(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V}
[26Oct2020 02:41:48.326] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6615237 to Target : METHOD {Lnet/minecraft/client/renderer/WorldRenderer;} {func_228426_a_} {(Lcom/mojang/blaze3d/matrix/MatrixStack;FJZLnet/minecraft/client/renderer/ActiveRenderInfo;Lnet/minecraft/client/renderer/GameRenderer;Lnet/minecraft/client/renderer/LightTexture;Lnet/minecraft/util/math/vector/Matrix4f;)V}
[26Oct2020 02:41:48.326] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@eaf8427 to Target : METHOD {Lnet/minecraft/client/renderer/BlockModelShapes;} {func_209553_a} {(Lnet/minecraft/util/ResourceLocation;Lnet/minecraft/block/BlockState;)Lnet/minecraft/client/renderer/model/ModelResourceLocation;}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4bf4680c to Target : METHOD {Lnet/minecraft/client/renderer/model/ModelBakery;} {processLoading} {(Lnet/minecraft/profiler/IProfiler;I)V}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6d6039df to Target : METHOD {Lnet/minecraft/resources/DataPackRegistries;} {<init>} {(Lnet/minecraft/command/Commands$EnvironmentType;I)V}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@611c3eae to Target : METHOD {Lnet/minecraft/loot/LootTableManager;} {func_212853_a_} {(Ljava/util/Map;Lnet/minecraft/resources/IResourceManager;Lnet/minecraft/profiler/IProfiler;)V}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@13e00016 to Target : METHOD {Lnet/minecraft/resources/DataPackRegistries;} {<init>} {(Lnet/minecraft/command/Commands$EnvironmentType;I)V}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7b3cbe6e to Target : METHOD {Lnet/minecraft/item/ArrowItem;} {isInfinite} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@177ede17 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_70672_c} {(Lnet/minecraft/util/DamageSource;F)F}
[26Oct2020 02:41:48.327] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@17176b18 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_185291_a} {(ILnet/minecraft/item/ItemStack;Z)Ljava/util/List;}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@4e4395c to Target : METHOD {Lnet/minecraft/entity/ai/goal/TemptGoal;} {func_188508_a} {(Lnet/minecraft/item/ItemStack;)Z}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1ab53860 to Target : METHOD {Lnet/minecraft/entity/LivingEntity;} {func_190629_c} {(Lnet/minecraft/entity/LivingEntity;)V}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7b5ac347 to Target : METHOD {Lnet/minecraft/item/Item;} {func_77619_b} {()I}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@57b9389f to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77514_a} {(Ljava/util/Random;IILnet/minecraft/item/ItemStack;)I;}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@72b2c5ed to Target : METHOD {Lnet/minecraft/inventory/container/RepairContainer;} {func_82848_d} {()V}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@41f785e3 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77513_b} {(Ljava/util/Random;Lnet/minecraft/item/ItemStack;IZ)Ljava/util/List;}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6c9a3661 to Target : METHOD {Lnet/minecraft/client/gui/screen/inventory/AnvilScreen;} {func_230451_b_} {(Lcom/mojang/blaze3d/matrix/MatrixStack;II)V}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@727986ad to Target : METHOD {Lnet/minecraft/util/CombatRules;} {func_188401_b} {(FF)F}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1600a8a2 to Target : METHOD {Lnet/minecraft/entity/projectile/FishingBobberEntity;} {func_190621_a} {(Lnet/minecraft/util/math/BlockPos;)V}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@6b25ef1c to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_151385_b} {(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@56b1e527 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_152377_a} {(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/CreatureAttribute;)F}
[26Oct2020 02:41:48.328] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@68c34db2 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_77508_a} {(Ljava/lang/Iterable;Lnet/minecraft/util/DamageSource;)I}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@7b95bdb0 to Target : METHOD {Lnet/minecraft/enchantment/EnchantmentHelper;} {func_151384_a} {(Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@3f0ce0d1 to Target : METHOD {Lnet/minecraft/entity/ai/attributes/AttributeModifier;} {func_233800_a_} {(Lnet/minecraft/nbt/CompoundNBT;)Lnet/minecraft/entity/ai/attributes/AttributeModifier;}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@664db2ca to Target : METHOD {Lnet/minecraft/item/ItemStack;} {func_196084_a} {(Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1491cd6c to Target : METHOD {Lvazkii/quark/oddities/module/MatrixEnchantingModule;} {construct} {()V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@423f8a73 to Target : METHOD {Lnet/minecraft/item/CrossbowItem;} {func_77659_a} {(Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@1aedf08d to Target : METHOD {Lnet/minecraft/item/CrossbowItem;} {func_220016_a} {(Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;FZFFF)V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@113dcaf8 to Target : METHOD {Lnet/minecraft/inventory/container/PlayerContainer;} {func_82846_b} {(Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModMethodTransformer@b5d9f1e to Target : METHOD {Lnet/minecraft/inventory/container/PlayerContainer;} {func_75130_a} {(Lnet/minecraft/inventory/IInventory;)V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@401317a0 to Target : CLASS {Lnet/minecraft/client/AbstractOption;} {} {V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3f866f50 to Target : CLASS {Lnet/minecraft/block/BambooBlock;} {} {V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5844a2d1 to Target : CLASS {Lnet/minecraft/client/gui/screen/IngameMenuScreen;} {} {V}
[26Oct2020 02:41:48.329] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1201769d to Target : CLASS {Lnet/minecraft/client/KeyboardListener;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4af7dd6a to Target : CLASS {Lnet/minecraft/client/Minecraft;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@4607d78b to Target : CLASS {Lnet/minecraft/client/renderer/entity/PlayerRenderer;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3b28b7b0 to Target : CLASS {Lnet/minecraft/item/PotionItem;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@22048bd6 to Target : CLASS {Lnet/minecraft/client/entity/player/ClientPlayerEntity;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@566c1e71 to Target : CLASS {Lnet/minecraft/client/network/play/ClientPlayNetHandler;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2e2f20b8 to Target : CLASS {Lnet/minecraft/client/settings/KeyBinding;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@504497fa to Target : CLASS {Lnet/minecraft/entity/player/PlayerEntity;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5618fc1f to Target : CLASS {Lnet/minecraft/network/NettyCompressionDecoder;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@60b1ff3b to Target : CLASS {Lnet/minecraft/network/PacketBuffer;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@374c3975 to Target : CLASS {Lnet/minecraft/network/NetworkManager$1;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@43c39321 to Target : CLASS {Lnet/minecraft/network/login/ServerLoginNetHandler;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@52aa7742 to Target : CLASS {Lnet/minecraft/network/play/ServerPlayNetHandler;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3d0d120b to Target : CLASS {Lnet/minecraft/entity/item/BoatEntity;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6b5c134e to Target : CLASS {Lnet/minecraft/nbt/CompoundNBT;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@34d9df9f to Target : CLASS {Lnet/minecraft/tileentity/EndPortalTileEntity;} {} {V}
[26Oct2020 02:41:48.330] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@35c8be21 to Target : CLASS {Lnet/minecraft/entity/Entity;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@60807fd9 to Target : CLASS {Lnet/minecraft/item/crafting/ServerRecipePlacer;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6bcdd6e4 to Target : CLASS {Lnet/minecraft/world/server/ServerTickList;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@1192c925 to Target : CLASS {Lnet/minecraft/network/NetworkManager;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@615b5480 to Target : CLASS {Lnet/minecraft/client/renderer/debug/DebugRenderer;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@24691c5 to Target : CLASS {Lnet/minecraft/inventory/CraftResultInventory;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@7b91d9f to Target : CLASS {Lnet/minecraft/potion/EffectInstance;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6537ac to Target : CLASS {Lnet/minecraft/block/FlowingFluidBlock;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@3b218c74 to Target : CLASS {Lnet/minecraft/item/BucketItem;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@ddffa6c to Target : CLASS {Lnet/minecraft/block/StairsBlock;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@42c54bad to Target : CLASS {Lnet/minecraft/block/FlowerPotBlock;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@6bb4cc0e to Target : CLASS {Lnet/minecraft/item/FishBucketItem;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@5cc1bf20 to Target : CLASS {Lnet/minecraft/resources/SimpleReloadableResourceManager;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformStore/MODLAUNCHER]: Adding transformer net.minecraftforge.coremod.transformer.CoreModClassTransformer@2e3f324e to Target : CLASS {Lnet/minecraft/client/resources/ClientLanguageMap;} {} {V}
[26Oct2020 02:41:48.331] [main/DEBUG] [cpw.mods.modlauncher.TransformationServiceDecorator/MODLAUNCHER]: Initialized transformers for transformation service fml
[26Oct2020 02:41:48.499] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(4f56a0a2)]
[26Oct2020 02:41:48.499] [main/DEBUG] [mixin/]: Processing launch tasks for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(4f56a0a2)]
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)]
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)]
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)
[26Oct2020 02:41:48.500] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)]
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)]
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)]
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)
[26Oct2020 02:41:48.501] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)
[26Oct2020 02:41:48.502] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)
[26Oct2020 02:41:48.502] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)
[26Oct2020 02:41:48.502] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)
[26Oct2020 02:41:48.502] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)]
[26Oct2020 02:41:48.502] [main/DEBUG] [mixin/]: Registering mixin config: allthetweaks.mixins.json
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)]
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)
[26Oct2020 02:41:48.528] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)]
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)]
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)
[26Oct2020 02:41:48.529] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)
[26Oct2020 02:41:48.530] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)]
[26Oct2020 02:41:48.530] [main/DEBUG] [mixin/]: Registering mixin config: appliedenergistics2.mixins.json
[26Oct2020 02:41:48.532] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)
[26Oct2020 02:41:48.532] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)
[26Oct2020 02:41:48.532] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)
[26Oct2020 02:41:48.532] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)
[26Oct2020 02:41:48.532] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)]
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)]
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)]
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)
[26Oct2020 02:41:48.533] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)]
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)
[26Oct2020 02:41:48.534] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)]
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)]
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)]
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)
[26Oct2020 02:41:48.535] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)]
[26Oct2020 02:41:48.536] [main/DEBUG] [mixin/]: Registering mixin config: balancedenchanting.mixins.json
[26Oct2020 02:41:48.538] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)
[26Oct2020 02:41:48.538] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)]
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)]
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)]
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)
[26Oct2020 02:41:48.539] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)]
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)]
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)]
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)
[26Oct2020 02:41:48.540] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)]
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)]
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)]
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)]
[26Oct2020 02:41:48.541] [main/DEBUG] [mixin/]: Registering mixin config: byg.mixins.json
[26Oct2020 02:41:48.544] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)
[26Oct2020 02:41:48.544] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)
[26Oct2020 02:41:48.544] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)]
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)]
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)
[26Oct2020 02:41:48.545] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)]
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)]
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)]
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)
[26Oct2020 02:41:48.546] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)]
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)]
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)
[26Oct2020 02:41:48.547] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)]
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)]
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)]
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)
[26Oct2020 02:41:48.548] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)]
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)]
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)
[26Oct2020 02:41:48.549] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)]
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)]
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)]
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)
[26Oct2020 02:41:48.550] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)]
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)]
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)
[26Oct2020 02:41:48.551] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)]
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)]
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.552] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)]
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)]
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)]
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)
[26Oct2020 02:41:48.553] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)
[26Oct2020 02:41:48.554] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)
[26Oct2020 02:41:48.554] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)
[26Oct2020 02:41:48.554] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)]
[26Oct2020 02:41:48.554] [main/DEBUG] [mixin/]: Registering mixin config: dankstorage.mixins.json
[26Oct2020 02:41:48.556] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)]
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)]
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)
[26Oct2020 02:41:48.557] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)]
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)]
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)]
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)
[26Oct2020 02:41:48.558] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)
[26Oct2020 02:41:48.559] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)]
[26Oct2020 02:41:48.559] [main/DEBUG] [mixin/]: Registering mixin config: elementalcraft.mixins.json
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)]
[26Oct2020 02:41:48.562] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)]
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)]
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)]
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)
[26Oct2020 02:41:48.563] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)]
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)]
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)]
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)]
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)
[26Oct2020 02:41:48.564] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)]
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)]
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)]
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)]
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.565] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)]
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)]
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)]
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)]
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.566] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.567] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.567] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)]
[26Oct2020 02:41:48.567] [main/DEBUG] [mixin/]: Registering mixin config: flatbedrock.mixins.json
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)]
[26Oct2020 02:41:48.569] [main/DEBUG] [mixin/]: Registering mixin config: forbidden_arcanus.mixins.json
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)]
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)]
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)
[26Oct2020 02:41:48.572] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)
[26Oct2020 02:41:48.573] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)
[26Oct2020 02:41:48.573] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)]
[26Oct2020 02:41:48.573] [main/DEBUG] [mixin/]: Registering mixin config: ftbchunks.mixins.json
[26Oct2020 02:41:48.575] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)
[26Oct2020 02:41:48.575] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)
[26Oct2020 02:41:48.575] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)
[26Oct2020 02:41:48.575] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)
[26Oct2020 02:41:48.575] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)]
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)]
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)]
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)]
[26Oct2020 02:41:48.576] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)]
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)]
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)]
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)]
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.577] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)]
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)]
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)]
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)
[26Oct2020 02:41:48.578] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)]
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)]
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)]
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)]
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)]
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)
[26Oct2020 02:41:48.579] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)]
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)]
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)]
[26Oct2020 02:41:48.580] [main/DEBUG] [mixin/]: Registering mixin config: kubejs.mixins.json
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)]
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)]
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)
[26Oct2020 02:41:48.582] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)]
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)]
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)]
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)]
[26Oct2020 02:41:48.583] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)]
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)]
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)]
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)
[26Oct2020 02:41:48.584] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)]
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)]
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)]
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.585] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)]
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)]
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)]
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)
[26Oct2020 02:41:48.586] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)]
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)]
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)]
[26Oct2020 02:41:48.587] [main/DEBUG] [mixin/]: Registering mixin config: morered.mixins.json
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)]
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)]
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.589] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)]
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)]
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)]
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)]
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)]
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.590] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)]
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)]
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)]
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.591] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)]
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)]
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)]
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)]
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)
[26Oct2020 02:41:48.592] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)]
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)]
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)]
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)
[26Oct2020 02:41:48.593] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)]
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)]
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)]
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)]
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.594] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)]
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)]
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)]
[26Oct2020 02:41:48.595] [main/DEBUG] [mixin/]: Registering mixin config: psi.mixins.json
[26Oct2020 02:41:48.597] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)
[26Oct2020 02:41:48.597] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)
[26Oct2020 02:41:48.598] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)
[26Oct2020 02:41:48.598] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)
[26Oct2020 02:41:48.598] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)
[26Oct2020 02:41:48.598] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)]
[26Oct2020 02:41:48.598] [main/DEBUG] [mixin/]: Registering mixin config: quark.mixins.json
[26Oct2020 02:41:48.600] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)]
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)]
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)]
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)]
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)
[26Oct2020 02:41:48.601] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)]
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)]
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)]
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)]
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)]
[26Oct2020 02:41:48.602] [main/DEBUG] [mixin/]: Registering mixin config: repurposed_structures.mixins.json
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)]
[26Oct2020 02:41:48.604] [main/DEBUG] [mixin/]: Registering mixin config: resourcefulbees.mixins.json
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)]
[26Oct2020 02:41:48.606] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)]
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)]
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)]
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)]
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)
[26Oct2020 02:41:48.607] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)]
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)]
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)]
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)]
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)]
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)
[26Oct2020 02:41:48.608] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)]
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)]
[26Oct2020 02:41:48.609] [main/DEBUG] [mixin/]: Registering mixin config: shutupexperimentalsettings.mixins.json
[26Oct2020 02:41:48.611] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)
[26Oct2020 02:41:48.611] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)
[26Oct2020 02:41:48.611] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)]
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)]
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)]
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.612] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)]
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)]
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)]
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)]
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)
[26Oct2020 02:41:48.613] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)]
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)]
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)]
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)]
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)
[26Oct2020 02:41:48.614] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)]
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)]
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)]
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)
[26Oct2020 02:41:48.615] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)]
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)]
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)]
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.616] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)]
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)]
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)]
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)
[26Oct2020 02:41:48.617] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)]
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)]
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)]
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)]
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)
[26Oct2020 02:41:48.618] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)]
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)]
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)]
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)
[26Oct2020 02:41:48.619] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)]
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)]
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)]
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)]
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Adding mixin platform agents for container ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentMinecraftForge for ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)
[26Oct2020 02:41:48.620] [main/DEBUG] [mixin/]: MixinPlatformAgentMinecraftForge rejected container ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)
[26Oct2020 02:41:48.621] [main/DEBUG] [mixin/]: Instancing new MixinPlatformAgentDefault for ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)
[26Oct2020 02:41:48.621] [main/DEBUG] [mixin/]: MixinPlatformAgentDefault accepted container ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)
[26Oct2020 02:41:48.621] [main/DEBUG] [mixin/]: Processing prepare() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)]
[26Oct2020 02:41:48.621] [main/DEBUG] [mixin/]: Registering mixin config: slp.mixins.json
[26Oct2020 02:41:48.624] [main/DEBUG] [mixin/]: inject() running with 199 agents
[26Oct2020 02:41:48.624] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ModLauncher Root Container(4f56a0a2)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(absentbydesign-1.16.3-1.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\absentbydesign-1.16.3-1.1.1.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AdditionalEnchantedMiner-1.16.3-16.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\AdditionalEnchantedMiner-1.16.3-16.1.1.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(aiotbotania-1.16.2-1.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\aiotbotania-1.16.2-1.3.2.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(allthemodium-1.1.15-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\allthemodium-1.1.15-1.16.3-34.1.0.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(alltheores-0.1.12-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\alltheores-0.1.12-1.16.3-34.1.0.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(allthetweaks-1.1.7-1.16.3-34.1.10.jar:C:\Users\Storm\Downloads\all the mods\mods\allthetweaks-1.1.7-1.16.3-34.1.10.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(angelring-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\angelring-1.16.3-1.3.3.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Apotheosis-1.16.3-4.3.4.jar:C:\Users\Storm\Downloads\all the mods\mods\Apotheosis-1.16.3-4.3.4.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AppleSkin-mc1.16.2-forge-1.0.14.jar:C:\Users\Storm\Downloads\all the mods\mods\AppleSkin-mc1.16.2-forge-1.0.14.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(appliedenergistics2-8.1.0-alpha.3.jar:C:\Users\Storm\Downloads\all the mods\mods\appliedenergistics2-8.1.0-alpha.3.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Aquaculture-1.16.3-2.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Aquaculture-1.16.3-2.1.1.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ars_nouveau-1.16.3-1.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\ars_nouveau-1.16.3-1.2.1.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(atmadditions-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\atmadditions-1.16.2-1.0.0.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AttributeFix-1.16.3-8.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\AttributeFix-1.16.3-8.0.2.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(AutoRegLib-1.6-46.jar:C:\Users\Storm\Downloads\all the mods\mods\AutoRegLib-1.6-46.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BadMobs-1.16.3-7.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\BadMobs-1.16.3-7.0.1.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(bagofyurting-1.16.3-1.1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\bagofyurting-1.16.3-1.1.0.1.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(balancedenchanting-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\balancedenchanting-1.0.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BetterAdvancements-1.16.3-0.1.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterAdvancements-1.16.3-0.1.0.102.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BetterMineshaftsForge-1.16.2-1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\BetterMineshaftsForge-1.16.2-1.0.jar)]
[26Oct2020 02:41:48.625] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(biggerreactors-1.16.3-0.1.9-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\biggerreactors-1.16.3-0.1.9-beta.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BiomesOPlenty-1.16.3-12.0.0.409-universal.jar:C:\Users\Storm\Downloads\all the mods\mods\BiomesOPlenty-1.16.3-12.0.0.409-universal.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Bookshelf-1.16.3-8.6.19.jar:C:\Users\Storm\Downloads\all the mods\mods\Bookshelf-1.16.3-8.6.19.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Botania-1.16.3-409.jar:C:\Users\Storm\Downloads\all the mods\mods\Botania-1.16.3-409.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(BotanyPots-1.16.3-5.1.11.jar:C:\Users\Storm\Downloads\all the mods\mods\BotanyPots-1.16.3-5.1.11.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(buildinggadgets-3.7.1.jar:C:\Users\Storm\Downloads\all the mods\mods\buildinggadgets-3.7.1.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(bwncr-1.16.3-3.8.15.jar:C:\Users\Storm\Downloads\all the mods\mods\bwncr-1.16.3-3.8.15.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(byg-1.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\byg-1.0.8.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(camera-1.16.3-1.0.4.jar:C:\Users\Storm\Downloads\all the mods\mods\camera-1.16.3-1.0.4.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(cc-tweaked-1.16.3-1.93.1.jar:C:\Users\Storm\Downloads\all the mods\mods\cc-tweaked-1.16.3-1.93.1.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(citadel-1.4.1.jar:C:\Users\Storm\Downloads\all the mods\mods\citadel-1.4.1.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(cleancut-mc1.16-2.2-forge.jar:C:\Users\Storm\Downloads\all the mods\mods\cleancut-mc1.16-2.2-forge.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ClientTweaks_1.16.3-5.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ClientTweaks_1.16.3-5.2.0.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(cloth-config-forge-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\cloth-config-forge-4.1.0.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Clumps-6.0.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\Clumps-6.0.0.11.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(collective-1.16.3-1.53.jar:C:\Users\Storm\Downloads\all the mods\mods\collective-1.16.3-1.53.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(comforts-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\comforts-forge-1.16.3-4.0.0.1.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Compressium-1.16.3-1.1.33.jar:C:\Users\Storm\Downloads\all the mods\mods\Compressium-1.16.3-1.1.33.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(confdespawntimer_1.16.3_1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\confdespawntimer_1.16.3_1.3.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(constructionwand-1.16.2-1.5.jar:C:\Users\Storm\Downloads\all the mods\mods\constructionwand-1.16.2-1.5.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Controlling-7.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\Controlling-7.0.0.8.jar)]
[26Oct2020 02:41:48.626] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(CookingForBlockheads_1.16.3-9.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\CookingForBlockheads_1.16.3-9.2.1.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(corpse-1.16.3-1.1.8.jar:C:\Users\Storm\Downloads\all the mods\mods\corpse-1.16.3-1.1.8.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(CosmeticArmorReworked-1.16.3-v1.jar:C:\Users\Storm\Downloads\all the mods\mods\CosmeticArmorReworked-1.16.3-v1.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(CraftingTweaks_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\CraftingTweaks_1.16.3-12.2.0.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(crashutilities-3.5.jar:C:\Users\Storm\Downloads\all the mods\mods\crashutilities-3.5.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Cucumber-1.16.3-4.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Cucumber-1.16.3-4.1.2.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(culinaryconstruct-forge-1.16.3-4.0.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\culinaryconstruct-forge-1.16.3-4.0.0.1.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(curios-forge-1.16.3-4.0.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\curios-forge-1.16.3-4.0.2.0.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Cyclic-1.16.3-0.8.3.jar:C:\Users\Storm\Downloads\all the mods\mods\Cyclic-1.16.3-0.8.3.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(dankstorage-3.11.jar:C:\Users\Storm\Downloads\all the mods\mods\dankstorage-3.11.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(DarkUtilities-1.16.3-6.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\DarkUtilities-1.16.3-6.0.3.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(DefaultOptions_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\DefaultOptions_1.16.3-12.2.0.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(demagnetize-forge-1.16.2-1.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\demagnetize-forge-1.16.2-1.2.2.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(DimStorage-1.16.3-4.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\DimStorage-1.16.3-4.2.1.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Ding-1.16.3-1.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ding-1.16.3-1.2.0.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(elementalcraft-1.16.3-2.3.12.jar:C:\Users\Storm\Downloads\all the mods\mods\elementalcraft-1.16.3-2.3.12.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(elevatorid-1.16.3-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\elevatorid-1.16.3-1.7.6.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(emojiful-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\emojiful-1.16.3-2.1.0.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(EnchantmentDescriptions-1.16.3-5.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\EnchantmentDescriptions-1.16.3-5.0.6.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(enderchests-1.16-1.7.4.jar:C:\Users\Storm\Downloads\all the mods\mods\enderchests-1.16-1.7.4.jar)]
[26Oct2020 02:41:48.627] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(endertanks-1.16-1.9.3.jar:C:\Users\Storm\Downloads\all the mods\mods\endertanks-1.16-1.9.3.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(engineersdecor-1.16.3-1.1.3-b2.jar:C:\Users\Storm\Downloads\all the mods\mods\engineersdecor-1.16.3-1.1.3-b2.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(engineerstools-1.16.3-1.1.1-b1.jar:C:\Users\Storm\Downloads\all the mods\mods\engineerstools-1.16.3-1.1.1-b1.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(entangled-1.2.7-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\entangled-1.2.7-mc1.16.3.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(enviromats-1.16.3-2.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\enviromats-1.16.3-2.0.3.2.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(extradisks-1.16.3-1.3.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extradisks-1.16.3-1.3.3.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ExtraStorage-1.16.3-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\ExtraStorage-1.16.3-1.1.0.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(extremeSoundMuffler-2.1.3_Forge-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\extremeSoundMuffler-2.1.3_Forge-1.16.3.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FarmingForBlockheads_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FarmingForBlockheads_1.16.3-7.2.0.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FastFurnace-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastFurnace-1.16.3-4.3.0.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FastLeafDecay-v25.jar:C:\Users\Storm\Downloads\all the mods\mods\FastLeafDecay-v25.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(FastWorkbench-1.16.3-4.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\FastWorkbench-1.16.3-4.4.0.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(flatbedrock-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\flatbedrock-1.16.3-1.1.3.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forbidden_arcanus-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\forbidden_arcanus-1.16.3-1.0.1.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-geckolib-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\forge-1.16.3-geckolib-2.1.2.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-backups-2.1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-backups-2.1.1.6.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-chunks-1603.1.2.39.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-chunks-1603.1.2.39.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-gui-library-1603.1.1.24.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-gui-library-1603.1.1.24.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-ranks-1.0.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ranks-1.0.0.7.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-teams-1.0.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-teams-1.0.1.12.jar)]
[26Oct2020 02:41:48.628] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ftb-ultimine-1603.1.1.12.jar:C:\Users\Storm\Downloads\all the mods\mods\ftb-ultimine-1603.1.1.12.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(globalxp-1.16.3-v1.4.14.jar:C:\Users\Storm\Downloads\all the mods\mods\globalxp-1.16.3-v1.4.14.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(iceandfire-2.1.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\iceandfire-2.1.0-1.16.3.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ImmersiveEngineering-1.16.3-4.1.0-124.jar:C:\Users\Storm\Downloads\all the mods\mods\ImmersiveEngineering-1.16.3-4.1.0-124.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(industrial-foregoing-1.16.3-3.1.1-a834e76.jar:C:\Users\Storm\Downloads\all the mods\mods\industrial-foregoing-1.16.3-3.1.1-a834e76.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(invtweaks-1.16.2-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\invtweaks-1.16.2-1.0.0.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ironchest-1.16.3-11.2.6.jar:C:\Users\Storm\Downloads\all the mods\mods\ironchest-1.16.3-11.2.6.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(IronJetpacks-1.16.3-4.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\IronJetpacks-1.16.3-4.1.1.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(item-filters-2.2.2.17.jar:C:\Users\Storm\Downloads\all the mods\mods\item-filters-2.2.2.17.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(JAOPCA-1.16.3-3.4.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\JAOPCA-1.16.3-3.4.0.0.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(jei-1.16.3-7.6.0.49.jar:C:\Users\Storm\Downloads\all the mods\mods\jei-1.16.3-7.6.0.49.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(jeiintegration_1.16.3-6.0.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\jeiintegration_1.16.3-6.0.0.8.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(jumbofurnace-1.16.3-2.1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\jumbofurnace-1.16.3-2.1.0.0.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(JustEnoughResources-1.16.3-0.12.0.102.jar:C:\Users\Storm\Downloads\all the mods\mods\JustEnoughResources-1.16.3-0.12.0.102.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(KleeSlabs_1.16.3-9.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\KleeSlabs_1.16.3-9.2.0.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(kubejs-1603.2.8.73.jar:C:\Users\Storm\Downloads\all the mods\mods\kubejs-1603.2.8.73.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(LibX-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\LibX-1.16.3-1.0.2.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(light-overlay-5.5.3.jar:C:\Users\Storm\Downloads\all the mods\mods\light-overlay-5.5.3.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(LightingWand-1.16.2-1.7.0.jar:C:\Users\Storm\Downloads\all the mods\mods\LightingWand-1.16.2-1.7.0.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Lollipop-1.16.3-3.2.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Lollipop-1.16.3-3.2.2.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Ma-Essentials-1.16.3-3.4.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Ma-Essentials-1.16.3-3.4.0.jar)]
[26Oct2020 02:41:48.629] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mahoutsukai-1.16.3-v1.25.1.jar:C:\Users\Storm\Downloads\all the mods\mods\mahoutsukai-1.16.3-v1.25.1.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(managear-1.16.3-2.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\managear-1.16.3-2.1.2.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcjtylib-1.16-5.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\mcjtylib-1.16-5.0.11.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcw-bridges-1.0.4-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-bridges-1.0.4-mc1.16.3.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-doors-1.0.1fix-mc1.16.3-1.16.2.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcw-windows-1.0.2-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\mcw-windows-1.0.2-mc1.16.3.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mcws-roofs-1.16.3-v2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mcws-roofs-1.16.3-v2.0.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Mekanism-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\Mekanism-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MekanismAdditions-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismAdditions-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MekanismGenerators-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismGenerators-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MekanismTools-1.16.3-10.0.12.437.jar:C:\Users\Storm\Downloads\all the mods\mods\MekanismTools-1.16.3-10.0.12.437.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(metalbarrels-3.3a.jar:C:\Users\Storm\Downloads\all the mods\mods\metalbarrels-3.3a.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mining-helmet-1.16.3-1.0.9.jar:C:\Users\Storm\Downloads\all the mods\mods\mining-helmet-1.16.3-1.0.9.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(mininggadgets-1.6.0.jar:C:\Users\Storm\Downloads\all the mods\mods\mininggadgets-1.6.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(modnametooltip_1.16.2-1.15.0.jar:C:\Users\Storm\Downloads\all the mods\mods\modnametooltip_1.16.2-1.15.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(modular-routers-1.16.3-7.1.1-37.jar:C:\Users\Storm\Downloads\all the mods\mods\modular-routers-1.16.3-7.1.1-37.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(morered-1.16.3-2.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\morered-1.16.3-2.0.0.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MouseTweaks-2.13-mc1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\MouseTweaks-2.13-mc1.16.2.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MysticalAgradditions-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgradditions-1.16.3-4.1.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MysticalAgriculture-1.16.3-4.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalAgriculture-1.16.3-4.1.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MysticalCustomization-1.16.3-2.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\MysticalCustomization-1.16.3-2.1.0.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(MythicBotany-1.16.3-1.1.3.jar:C:\Users\Storm\Downloads\all the mods\mods\MythicBotany-1.16.3-1.1.3.jar)]
[26Oct2020 02:41:48.630] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(NaturesAura-31.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesAura-31.0.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(NaturesCompass-1.16.3-1.8.5.jar:C:\Users\Storm\Downloads\all the mods\mods\NaturesCompass-1.16.3-1.8.5.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(NetherPortalFix_1.16.3-7.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\NetherPortalFix_1.16.3-7.2.0.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(nomowanderer_MC1.16.3_1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\nomowanderer_MC1.16.3_1.0.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(PackMenu-1.16.3-2.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\PackMenu-1.16.3-2.3.0.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pamhc2crops-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2crops-1.16.3-1.0.1.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pamhc2foodcore-1.16.3-1.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\pamhc2foodcore-1.16.3-1.0.0.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Patchouli-1.16.2-47.jar:C:\Users\Storm\Downloads\all the mods\mods\Patchouli-1.16.2-47.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pedestals-0.8a.jar:C:\Users\Storm\Downloads\all the mods\mods\pedestals-0.8a.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(phosphophyllite-1.16.3-0.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\phosphophyllite-1.16.3-0.0.4-beta.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(PickleTweaks-1.16.3-5.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\PickleTweaks-1.16.3-5.1.2.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Placebo-1.16.3-4.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Placebo-1.16.3-4.3.2.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(platforms-1.16-1.7.6.jar:C:\Users\Storm\Downloads\all the mods\mods\platforms-1.16-1.7.6.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar:C:\Users\Storm\Downloads\all the mods\mods\pneumaticcraft-repressurized-1.16.3-2.4.4-59.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(polymorph-forge-1.16.3-0.15.jar:C:\Users\Storm\Downloads\all the mods\mods\polymorph-forge-1.16.3-0.15.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(portality-1.16.3-3.1.1.jar:C:\Users\Storm\Downloads\all the mods\mods\portality-1.16.3-3.1.1.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(potionsmaster-0.1.22-1.16.3-34.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\potionsmaster-0.1.22-1.16.3-34.1.0.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Powah-1.16.3-2.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\Powah-1.16.3-2.3.2.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Psi 1.16-87.jar:C:\Users\Storm\Downloads\all the mods\mods\Psi 1.16-87.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Quark-r2.4-269.jar:C:\Users\Storm\Downloads\all the mods\mods\Quark-r2.4-269.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(randompatches-1.16.2-1.22.1.2.jar:C:\Users\Storm\Downloads\all the mods\mods\randompatches-1.16.2-1.22.1.2.jar)]
[26Oct2020 02:41:48.631] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rangedpumps-0.8.2.jar:C:\Users\Storm\Downloads\all the mods\mods\rangedpumps-0.8.2.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ratlantis-1.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\ratlantis-1.0.0-1.16.3.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rats-7.0.0-1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\rats-7.0.0-1.16.3.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ReAuth-1.16-Forge-3.9.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ReAuth-1.16-Forge-3.9.2.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(refinedstorage-1.9.7.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorage-1.9.7.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(refinedstorageaddons-0.7.2.jar:C:\Users\Storm\Downloads\all the mods\mods\refinedstorageaddons-0.7.2.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(reliquary-1.16.3-1.3.4.1039.jar:C:\Users\Storm\Downloads\all the mods\mods\reliquary-1.16.3-1.3.4.1039.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(repurposed_structures-1.16.3-2.2.9.jar:C:\Users\Storm\Downloads\all the mods\mods\repurposed_structures-1.16.3-2.2.9.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(resourcefulbees-1.16.3-0.5.4b.jar:C:\Users\Storm\Downloads\all the mods\mods\resourcefulbees-1.16.3-0.5.4b.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(restrictions-1.16-3.0.3.jar:C:\Users\Storm\Downloads\all the mods\mods\restrictions-1.16-3.0.3.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsbase-1.16-2.0.6.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbase-1.16-2.0.6.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsbuilder-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsbuilder-1.16-3.0.8.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolscontrol-1.16-4.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolscontrol-1.16-4.0.5.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolspower-1.16-3.0.8.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolspower-1.16-3.0.8.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsstorage-1.16-2.0.5.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsstorage-1.16-2.0.5.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rftoolsutility-1.16-3.0.11.jar:C:\Users\Storm\Downloads\all the mods\mods\rftoolsutility-1.16-3.0.11.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(rsgauges-1.16.3-1.2.4.jar:C:\Users\Storm\Downloads\all the mods\mods\rsgauges-1.16.3-1.2.4.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Runelic-1.16.3-5.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Runelic-1.16.3-5.0.1.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(scuba-gear-1.16.3-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\scuba-gear-1.16.3-1.0.1.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(shetiphiancore-1.16-3.8.4.jar:C:\Users\Storm\Downloads\all the mods\mods\shetiphiancore-1.16-3.8.4.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(shutupexperimentalsettings-1.0.1.jar:C:\Users\Storm\Downloads\all the mods\mods\shutupexperimentalsettings-1.0.1.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SilentGear-1.16.3-2.3.2+167.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentGear-1.16.3-2.3.2+167.jar)]
[26Oct2020 02:41:48.632] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SilentLib-1.16.3-4.8.1+61.jar:C:\Users\Storm\Downloads\all the mods\mods\SilentLib-1.16.3-4.8.1+61.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(simplemagnets-1.0.8-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\simplemagnets-1.0.8-mc1.16.3.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(simplylight-1.16.3-1.0.2.jar:C:\Users\Storm\Downloads\all the mods\mods\simplylight-1.16.3-1.0.2.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(SolarFluxReborn-1.16.3-16.2.3.jar:C:\Users\Storm\Downloads\all the mods\mods\SolarFluxReborn-1.16.3-16.2.3.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(solcarrot-1.16.3-1.9.8.jar:C:\Users\Storm\Downloads\all the mods\mods\solcarrot-1.16.3-1.9.8.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(StorageDrawers-1.16.3-8.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\StorageDrawers-1.16.3-8.2.0.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(swingthroughgrass-1.16.3-1.5.2.jar:C:\Users\Storm\Downloads\all the mods\mods\swingthroughgrass-1.16.3-1.5.2.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(tanknull-2.1-1.16.2.jar:C:\Users\Storm\Downloads\all the mods\mods\tanknull-2.1-1.16.2.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(tgcropesmod-1.16.2-1.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\tgcropesmod-1.16.2-1.1.0.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(theoneprobe-1.16-3.0.4-beta.jar:C:\Users\Storm\Downloads\all the mods\mods\theoneprobe-1.16-3.0.4-beta.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(titanium-1.16.3-3.1.0.jar:C:\Users\Storm\Downloads\all the mods\mods\titanium-1.16.3-3.1.0.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Toast-Control-1.16.3-4.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Toast-Control-1.16.3-4.3.0.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ToolBelt-1.16.3-1.15.2.jar:C:\Users\Storm\Downloads\all the mods\mods\ToolBelt-1.16.3-1.15.2.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(torchmaster-2.3.4-alpha.jar:C:\Users\Storm\Downloads\all the mods\mods\torchmaster-2.3.4-alpha.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\TrampleStopper-2.2.0+build.1.mcVersion.1.16.3.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(trashcans-1.0.3-mc1.16.3.jar:C:\Users\Storm\Downloads\all the mods\mods\trashcans-1.0.3-mc1.16.3.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(TrashSlot_1.16.3-12.2.0.jar:C:\Users\Storm\Downloads\all the mods\mods\TrashSlot_1.16.3-12.2.0.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(u_team_core-1.16.3-3.1.10.183.jar:C:\Users\Storm\Downloads\all the mods\mods\u_team_core-1.16.3-3.1.10.183.jar)]
[26Oct2020 02:41:48.633] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(useful_backpacks-1.16.3-1.11.6.83.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_backpacks-1.16.3-1.11.6.83.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(useful_railroads-1.16.3-1.4.5.32.jar:C:\Users\Storm\Downloads\all the mods\mods\useful_railroads-1.16.3-1.4.5.32.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(valkyrielib-1.16.3-3.0.3.2.jar:C:\Users\Storm\Downloads\all the mods\mods\valkyrielib-1.16.3-3.0.3.2.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(WaterStrainer-1.16.3-10.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\WaterStrainer-1.16.3-10.0.0.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Waystones_1.16.3-7.3.0.jar:C:\Users\Storm\Downloads\all the mods\mods\Waystones_1.16.3-7.3.0.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar:C:\Users\Storm\Downloads\all the mods\mods\Wither-Skeleton-Tweaks-1.16.3-5.2.1.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(woot-1.16.2-1.0.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\woot-1.16.2-1.0.0.0.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(xnet-1.16-3.0.7.jar:C:\Users\Storm\Downloads\all the mods\mods\xnet-1.16-3.0.7.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(XNetGases-1.16.3-2.0.0.jar:C:\Users\Storm\Downloads\all the mods\mods\XNetGases-1.16.3-2.0.0.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(xptome-1.16.2-v1.1.6.jar:C:\Users\Storm\Downloads\all the mods\mods\xptome-1.16.2-v1.1.6.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-universal.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-universal.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(forge-1.16.3-34.1.25-server.jar:C:\Users\Storm\Downloads\all the mods\libraries\net\minecraftforge\forge\1.16.3-34.1.25\forge-1.16.3-34.1.25-server.jar)]
[26Oct2020 02:41:48.634] [main/DEBUG] [mixin/]: Processing inject() for PlatformAgent[MixinPlatformAgentDefault:ContainerHandleModLauncher.Resource(ScalableCatsForce-2.13.3-build-3-with-library.jar:C:\Users\Storm\Downloads\all the mods\mods\ScalableCatsForce-2.13.3-build-3-with-library.jar)]
[26Oct2020 02:41:48.665] [main/DEBUG] [mixin/]: Error cleaning class output directory: .mixin.out\class: failed to delete one or more files; see suppressed exceptions for details
[26Oct2020 02:41:48.679] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[PREINIT]
[26Oct2020 02:41:48.694] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.botania.common.MixinConnector]
[26Oct2020 02:41:48.696] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [voronoiaoc.byg.mixin.MixinConnector]
[26Oct2020 02:41:48.699] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [thelm.jaopca.mixins.JAOPCAMixinConnector]
[26Oct2020 02:41:48.702] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [vazkii.patchouli.common.MixinConnector]
[26Oct2020 02:41:48.703] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [shetiphian.core.mixins.MixinConnector]
[26Oct2020 02:41:48.705] [main/INFO] [mixin/]: Successfully loaded Mixin Connector [corgitaco.shutupexperimentalsettings.mixin.MixinConnector]
[26Oct2020 02:41:48.712] [main/DEBUG] [mixin/]: Checking for additional mixins for MixinEnvironment[PREINIT]
[26Oct2020 02:41:48.714] [main/DEBUG] [voronoiaoc.byg.BYG/]: BYG: Connecting Mixin...
[26Oct2020 02:41:48.714] [main/INFO] [voronoiaoc.byg.BYG/]: BYG: Mixin Connected!
[26Oct2020 02:41:48.723] [main/ERROR] [mixin/]: Mixin config assets/patchouli/patchouli.mixins.json does not specify "minVersion" property
[26Oct2020 02:41:48.724] [main/INFO] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[26Oct2020 02:41:48.729] [main/DEBUG] [mixin/]: Preparing mixins for MixinEnvironment[DEFAULT]
[26Oct2020 02:41:48.729] [main/DEBUG] [mixin/]: Selecting config allthetweaks.mixins.json
[26Oct2020 02:41:48.734] [main/DEBUG] [mixin/]: Selecting config appliedenergistics2.mixins.json
[26Oct2020 02:41:48.736] [main/DEBUG] [mixin/]: Selecting config balancedenchanting.mixins.json
[26Oct2020 02:41:48.739] [main/DEBUG] [mixin/]: Selecting config byg.mixins.json
[26Oct2020 02:41:48.740] [main/DEBUG] [mixin/]: Selecting config dankstorage.mixins.json
[26Oct2020 02:41:48.741] [main/DEBUG] [mixin/]: Selecting config elementalcraft.mixins.json
[26Oct2020 02:41:48.744] [main/DEBUG] [mixin/]: Selecting config flatbedrock.mixins.json
[26Oct2020 02:41:48.746] [main/DEBUG] [mixin/]: Selecting config forbidden_arcanus.mixins.json
[26Oct2020 02:41:48.749] [main/DEBUG] [mixin/]: Selecting config ftbchunks.mixins.json
[26Oct2020 02:41:48.751] [main/DEBUG] [mixin/]: Selecting config kubejs.mixins.json
[26Oct2020 02:41:48.753] [main/DEBUG] [mixin/]: Selecting config morered.mixins.json
[26Oct2020 02:41:48.755] [main/DEBUG] [mixin/]: Selecting config psi.mixins.json
[26Oct2020 02:41:48.757] [main/DEBUG] [mixin/]: Selecting config quark.mixins.json
[26Oct2020 02:41:48.760] [main/DEBUG] [mixin/]: Selecting config repurposed_structures.mixins.json
[26Oct2020 02:41:48.762] [main/DEBUG] [mixin/]: Selecting config resourcefulbees.mixins.json
[26Oct2020 02:41:48.764] [main/DEBUG] [mixin/]: Selecting config shutupexperimentalsettings.mixins.json
[26Oct2020 02:41:48.765] [main/DEBUG] [mixin/]: Selecting config slp.mixins.json
[26Oct2020 02:41:48.767] [main/DEBUG] [mixin/]: Selecting config assets/botania/botania.mixins.json
[26Oct2020 02:41:48.769] [main/DEBUG] [mixin/]: Selecting config jaopca.mixins.json
[26Oct2020 02:41:48.770] [main/DEBUG] [mixin/]: Selecting config assets/patchouli/patchouli.mixins.json
[26Oct2020 02:41:48.772] [main/DEBUG] [mixin/]: Selecting config assets/shetiphiancore/shetiphiancore.mixins.json
[26Oct2020 02:41:48.773] [main/DEBUG] [mixin/]: Preparing allthetweaks.mixins.json (6)
[26Oct2020 02:41:48.815] [main/DEBUG] [mixin/]: Preparing appliedenergistics2.mixins.json (16)
[26Oct2020 02:41:48.888] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_145775_I with desc ()V
[26Oct2020 02:41:48.940] [main/INFO] [net.minecraftforge.coremod.CoreMod.immersiveengineering/COREMODLOG]: Inserted wire collision callback
[26Oct2020 02:41:48.943] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/Entity
[26Oct2020 02:41:49.116] [main/DEBUG] [mixin/]: Preparing balancedenchanting.mixins.json (2)
[26Oct2020 02:41:49.126] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/player/PlayerEntity
[26Oct2020 02:41:49.148] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190629_c with desc (Lnet/minecraft/entity/LivingEntity;)V
[26Oct2020 02:41:49.154] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70672_c with desc (Lnet/minecraft/util/DamageSource;F)F
[26Oct2020 02:41:49.186] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[26Oct2020 02:41:49.236] [main/DEBUG] [mixin/]: Preparing byg.mixins.json (5)
[26Oct2020 02:41:49.254] [main/DEBUG] [mixin/]: Preparing dankstorage.mixins.json (5)
[26Oct2020 02:41:49.267] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_196084_a with desc (Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;
[26Oct2020 02:41:49.333] [main/DEBUG] [mixin/]: Preparing elementalcraft.mixins.json (4)
[26Oct2020 02:41:49.343] [main/DEBUG] [mixin/]: Preparing flatbedrock.mixins.json (1)
[26Oct2020 02:41:49.354] [main/DEBUG] [mixin/]: Preparing forbidden_arcanus.mixins.json (2)
[26Oct2020 02:41:49.363] [main/DEBUG] [mixin/]: Preparing ftbchunks.mixins.json (1)
[26Oct2020 02:41:49.363] [main/DEBUG] [mixin/]: Preparing kubejs.mixins.json (17)
[26Oct2020 02:41:49.391] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/nbt/CompoundNBT
[26Oct2020 02:41:49.416] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming <init> with desc (Lnet/minecraft/command/Commands$EnvironmentType;I)V
[26Oct2020 02:41:49.427] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming <init> with desc (Lnet/minecraft/command/Commands$EnvironmentType;I)V
[26Oct2020 02:41:49.453] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190629_c with desc (Lnet/minecraft/entity/LivingEntity;)V
[26Oct2020 02:41:49.455] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70672_c with desc (Lnet/minecraft/util/DamageSource;F)F
[26Oct2020 02:41:49.542] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/resources/SimpleReloadableResourceManager
[26Oct2020 02:41:49.595] [main/DEBUG] [mixin/]: Preparing morered.mixins.json (1)
[26Oct2020 02:41:49.595] [main/DEBUG] [mixin/]: Preparing psi.mixins.json (2)
[26Oct2020 02:41:49.595] [main/DEBUG] [mixin/]: Preparing quark.mixins.json (25)
[26Oct2020 02:41:49.644] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/item/BoatEntity
[26Oct2020 02:41:49.671] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77508_a with desc (Ljava/lang/Iterable;Lnet/minecraft/util/DamageSource;)I
[26Oct2020 02:41:49.686] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_152377_a with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/CreatureAttribute;)F
[26Oct2020 02:41:49.700] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_151384_a with desc (Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V
[26Oct2020 02:41:49.707] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_151385_b with desc (Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/entity/Entity;)V
[26Oct2020 02:41:49.719] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77513_b with desc (Ljava/util/Random;Lnet/minecraft/item/ItemStack;IZ)Ljava/util/List;
[26Oct2020 02:41:49.732] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_185291_a with desc (ILnet/minecraft/item/ItemStack;Z)Ljava/util/List;
[26Oct2020 02:41:49.755] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_184138_a with desc (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
[26Oct2020 02:41:49.768] [main/INFO] [net.minecraftforge.coremod.CoreMod.immersiveengineering/COREMODLOG]: Inserted block update callback
[26Oct2020 02:41:49.846] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_188508_a with desc (Lnet/minecraft/item/ItemStack;)Z
[26Oct2020 02:41:49.862] [main/DEBUG] [mixin/]: Preparing repurposed_structures.mixins.json (9)
[26Oct2020 02:41:49.889] [main/DEBUG] [mixin/]: Preparing resourcefulbees.mixins.json (5)
[26Oct2020 02:41:49.908] [main/DEBUG] [mixin/]: Preparing shutupexperimentalsettings.mixins.json (1)
[26Oct2020 02:41:49.908] [main/DEBUG] [mixin/]: Preparing slp.mixins.json (1)
[26Oct2020 02:41:49.913] [main/DEBUG] [mixin/]: Preparing assets/botania/botania.mixins.json (34)
[26Oct2020 02:41:49.968] [main/DEBUG] [mixin/]: Preparing jaopca.mixins.json (1)
[26Oct2020 02:41:49.979] [main/DEBUG] [mixin/]: Preparing assets/patchouli/patchouli.mixins.json (1)
[26Oct2020 02:41:49.979] [main/DEBUG] [mixin/]: Preparing assets/shetiphiancore/shetiphiancore.mixins.json (3)
[26Oct2020 02:41:50.002] [main/DEBUG] [mixin/]: Registering new injector for @Inject with org.spongepowered.asm.mixin.injection.struct.CallbackInjectionInfo
[26Oct2020 02:41:50.005] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArg with org.spongepowered.asm.mixin.injection.struct.ModifyArgInjectionInfo
[26Oct2020 02:41:50.006] [main/DEBUG] [mixin/]: Registering new injector for @ModifyArgs with org.spongepowered.asm.mixin.injection.struct.ModifyArgsInjectionInfo
[26Oct2020 02:41:50.008] [main/DEBUG] [mixin/]: Registering new injector for @Redirect with org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo
[26Oct2020 02:41:50.010] [main/DEBUG] [mixin/]: Registering new injector for @ModifyVariable with org.spongepowered.asm.mixin.injection.struct.ModifyVariableInjectionInfo
[26Oct2020 02:41:50.012] [main/DEBUG] [mixin/]: Registering new injector for @ModifyConstant with org.spongepowered.asm.mixin.injection.struct.ModifyConstantInjectionInfo
[26Oct2020 02:41:50.098] [main/DEBUG] [mixin/]: Prepared 97 mixins in 1.369 sec (14.1ms avg) (0ms load, 0ms transform, 0ms plugin)
[26Oct2020 02:41:50.601] [main/DEBUG] [mixin/]: Mixing MixinBlock from dankstorage.mixins.json into net.minecraft.block.Block
[26Oct2020 02:41:50.699] [main/DEBUG] [mixin/]: Mixing AbstractBlockMixin from kubejs.mixins.json into net.minecraft.block.AbstractBlock
[26Oct2020 02:41:50.751] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77619_b with desc ()I
[26Oct2020 02:41:50.774] [main/DEBUG] [mixin/]: Mixing EnchantmentMixin from quark.mixins.json into net.minecraft.enchantment.Enchantment
[26Oct2020 02:41:50.838] [main/DEBUG] [mixin/]: Mixing structure.StructureFeatureAccessor from appliedenergistics2.mixins.json into net.minecraft.world.gen.feature.structure.Structure
[26Oct2020 02:41:50.839] [main/DEBUG] [mixin/]: Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/world/gen/feature/structure/Structure;Lnet/minecraft/world/gen/GenerationStage$Decoration;)Lnet/minecraft/world/gen/feature/structure/Structure; to register_$md$3aa5dd$0 in appliedenergistics2.mixins.json:structure.StructureFeatureAccessor
[26Oct2020 02:41:50.863] [main/DEBUG] [mixin/]: Mixing structure.BiomeAccessor from appliedenergistics2.mixins.json into net.minecraft.world.biome.Biome
[26Oct2020 02:41:51.036] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowingFluidBlock
[26Oct2020 02:41:51.067] [main/DEBUG] [mixin/]: Mixing AccessorDispenserBlock from assets/botania/botania.mixins.json into net.minecraft.block.DispenserBlock
[26Oct2020 02:41:51.070] [main/DEBUG] [mixin/]: Renaming @Accessor method getDispenseBehaviorRegistry()Ljava/util/Map; to getDispenseBehaviorRegistry_$md$3aa5dd$0 in assets/botania/botania.mixins.json:AccessorDispenserBlock
[26Oct2020 02:41:51.109] [main/DEBUG] [mixin/]: Mixing PistonBlockMixin from quark.mixins.json into net.minecraft.block.PistonBlock
[26Oct2020 02:41:51.175] [main/DEBUG] [mixin/]: Mixing AccessorFireBlock from forbidden_arcanus.mixins.json into net.minecraft.block.FireBlock
[26Oct2020 02:41:51.177] [main/DEBUG] [mixin/]: Mixing AccessorFireBlock from assets/botania/botania.mixins.json into net.minecraft.block.FireBlock
[26Oct2020 02:41:51.190] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/StairsBlock
[26Oct2020 02:41:51.299] [main/DEBUG] [mixin/]: Mixing TrapDoorBlockMixin from quark.mixins.json into net.minecraft.block.TrapDoorBlock
[26Oct2020 02:41:51.384] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/FlowerPotBlock
[26Oct2020 02:41:51.534] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/block/BambooBlock
[26Oct2020 02:41:51.632] [main/DEBUG] [mixin/]: Mixing AbstractBlockStateMixin from kubejs.mixins.json into net.minecraft.block.AbstractBlock$AbstractBlockState
[26Oct2020 02:41:51.710] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_184138_a with desc (Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Lnet/minecraft/block/BlockState;I)V
[26Oct2020 02:41:51.711] [main/INFO] [net.minecraftforge.coremod.CoreMod.immersiveengineering/COREMODLOG]: Inserted block update callback
[26Oct2020 02:41:51.712] [main/DEBUG] [mixin/]: Mixing ServerWorldMixin from quark.mixins.json into net.minecraft.world.server.ServerWorld
[26Oct2020 02:41:51.812] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_145775_I with desc ()V
[26Oct2020 02:41:51.812] [main/INFO] [net.minecraftforge.coremod.CoreMod.immersiveengineering/COREMODLOG]: Inserted wire collision callback
[26Oct2020 02:41:51.814] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/Entity
[26Oct2020 02:41:51.816] [main/DEBUG] [mixin/]: Mixing spatial.EntityMixin from appliedenergistics2.mixins.json into net.minecraft.entity.Entity
[26Oct2020 02:41:51.822] [main/DEBUG] [mixin/]: Mixing EntityMixin from quark.mixins.json into net.minecraft.entity.Entity
[26Oct2020 02:41:51.831] [main/DEBUG] [mixin/]: Mixing MixinEntity from assets/shetiphiancore/shetiphiancore.mixins.json into net.minecraft.entity.Entity
[26Oct2020 02:41:51.884] [main/DEBUG] [mixin/]: Mixing AccessorItemEntity from assets/botania/botania.mixins.json into net.minecraft.entity.item.ItemEntity
[26Oct2020 02:41:51.890] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/player/PlayerEntity
[26Oct2020 02:41:51.894] [main/DEBUG] [mixin/]: Mixing PlayerEntityMixin from balancedenchanting.mixins.json into net.minecraft.entity.player.PlayerEntity
[26Oct2020 02:41:51.898] [main/DEBUG] [mixin/]: Mixing MixinPlayerEntity from dankstorage.mixins.json into net.minecraft.entity.player.PlayerEntity
[26Oct2020 02:41:51.899] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getDankStorage$2(Lnet/minecraft/item/ItemStack;)Z to md3aa5dd$lambda$getDankStorage$2$0 in dankstorage.mixins.json:MixinPlayerEntity
[26Oct2020 02:41:51.899] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getDankStorage$1(I)Lnet/minecraft/item/ItemStack; to md3aa5dd$lambda$getDankStorage$1$1 in dankstorage.mixins.json:MixinPlayerEntity
[26Oct2020 02:41:51.903] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$myFindAmmo$0(Ljava/util/function/Predicate;Lnet/minecraftforge/items/IItemHandler;)Ljava/util/Optional; to md3aa5dd$lambda$myFindAmmo$0$2 in dankstorage.mixins.json:MixinPlayerEntity
[26Oct2020 02:41:51.915] [main/DEBUG] [mixin/]: Mixing MixinPlayerEntity from assets/botania/botania.mixins.json into net.minecraft.entity.player.PlayerEntity
[26Oct2020 02:41:51.920] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77619_b with desc ()I
[26Oct2020 02:41:51.972] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190629_c with desc (Lnet/minecraft/entity/LivingEntity;)V
[26Oct2020 02:41:51.973] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_70672_c with desc (Lnet/minecraft/util/DamageSource;F)F
[26Oct2020 02:41:51.977] [main/DEBUG] [mixin/]: Mixing LivingEntityMixin from kubejs.mixins.json into net.minecraft.entity.LivingEntity
[26Oct2020 02:41:51.979] [main/DEBUG] [mixin/]: Mixing AccessorLivingEntity from assets/botania/botania.mixins.json into net.minecraft.entity.LivingEntity
[26Oct2020 02:41:51.979] [main/DEBUG] [mixin/]: Mixing MixinLivingEntity from assets/shetiphiancore/shetiphiancore.mixins.json into net.minecraft.entity.LivingEntity
[26Oct2020 02:41:52.617] [main/DEBUG] [mixin/]: Mixing PistonTileEntityMixin from quark.mixins.json into net.minecraft.tileentity.PistonTileEntity
[26Oct2020 02:41:52.645] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_233800_a_ with desc (Lnet/minecraft/nbt/CompoundNBT;)Lnet/minecraft/entity/ai/attributes/AttributeModifier;
[26Oct2020 02:41:52.866] [main/DEBUG] [mixin/]: Mixing AccessorAbstractFurnaceTileEntity from assets/botania/botania.mixins.json into net.minecraft.tileentity.AbstractFurnaceTileEntity
[26Oct2020 02:41:52.936] [main/DEBUG] [mixin/]: Mixing AccessorMobEntity from assets/botania/botania.mixins.json into net.minecraft.entity.MobEntity
[26Oct2020 02:41:52.943] [main/DEBUG] [mixin/]: Mixing MixinIronGolemEntity from assets/shetiphiancore/shetiphiancore.mixins.json into net.minecraft.entity.passive.IronGolemEntity
[26Oct2020 02:41:52.993] [main/DEBUG] [mixin/]: Mixing MixinEnchantmentContainer from elementalcraft.mixins.json into net.minecraft.inventory.container.EnchantmentContainer
[26Oct2020 02:41:53.010] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_75130_a with desc (Lnet/minecraft/inventory/IInventory;)V
[26Oct2020 02:41:53.015] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82846_b with desc (Lnet/minecraft/entity/player/PlayerEntity;I)Lnet/minecraft/item/ItemStack;
[26Oct2020 02:41:53.025] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/tileentity/EndPortalTileEntity
[26Oct2020 02:41:53.118] [main/DEBUG] [mixin/]: Mixing AccessorWitherEntity from assets/botania/botania.mixins.json into net.minecraft.entity.boss.WitherEntity
[26Oct2020 02:41:53.127] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_82848_d with desc ()V
[26Oct2020 02:41:53.146] [main/DEBUG] [mixin/]: Mixing RepairContainerMixin from balancedenchanting.mixins.json into net.minecraft.inventory.container.RepairContainer
[26Oct2020 02:41:53.149] [main/DEBUG] [mixin/]: Mixing MixinRepairContainer from elementalcraft.mixins.json into net.minecraft.inventory.container.RepairContainer
[26Oct2020 02:41:53.151] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/inventory/CraftResultInventory
[26Oct2020 02:41:53.324] [main/DEBUG] [mixin/]: Mixing common.entity.MixinAnimalEntity from byg.mixins.json into net.minecraft.entity.passive.AnimalEntity
[26Oct2020 02:41:53.678] [main/DEBUG] [mixin/]: Mixing feature.ConfiguredFeaturesAccessor from appliedenergistics2.mixins.json into net.minecraft.world.gen.feature.Features
[26Oct2020 02:41:53.678] [main/DEBUG] [mixin/]: Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/world/gen/feature/ConfiguredFeature;)Lnet/minecraft/world/gen/feature/ConfiguredFeature; to register_$md$3aa5dd$0 in appliedenergistics2.mixins.json:feature.ConfiguredFeaturesAccessor
[26Oct2020 02:41:53.764] [main/DEBUG] [mixin/]: Mixing DungeonFeatureAccessor from repurposed_structures.mixins.json into net.minecraft.world.gen.feature.DungeonsFeature
[26Oct2020 02:41:53.766] [main/DEBUG] [mixin/]: Renaming @Accessor method getMOB_SPAWNER_ENTITIES()[Lnet/minecraft/entity/EntityType; to getMOB_SPAWNER_ENTITIES_$md$3aa5dd$0 in repurposed_structures.mixins.json:DungeonFeatureAccessor
[26Oct2020 02:41:53.777] [main/DEBUG] [mixin/]: Mixing NoVillageLakesMixin from repurposed_structures.mixins.json into net.minecraft.world.gen.feature.LakesFeature
[26Oct2020 02:41:54.602] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/nbt/CompoundNBT
[26Oct2020 02:41:54.605] [main/DEBUG] [mixin/]: Mixing CompoundNBTMixin from kubejs.mixins.json into net.minecraft.nbt.CompoundNBT
[26Oct2020 02:41:55.022] [main/DEBUG] [mixin/]: Mixing BeeEntityAccessor from resourcefulbees.mixins.json into net.minecraft.entity.passive.BeeEntity
[26Oct2020 02:41:55.022] [main/DEBUG] [mixin/]: Mixing MixinBeeEntity from resourcefulbees.mixins.json into net.minecraft.entity.passive.BeeEntity
[26Oct2020 02:41:55.025] [main/DEBUG] [mixin/]: Inner class com/resourcefulbees/resourcefulbees/mixin/MixinBeeEntity$MixinFindBeehiveGoal in com/resourcefulbees/resourcefulbees/mixin/MixinBeeEntity on net/minecraft/entity/passive/BeeEntity gets unique name net/minecraft/entity/passive/BeeEntity$MixinFindBeehiveGoal$f32f6ec099c24597b1da595288159d42
[26Oct2020 02:41:55.025] [main/DEBUG] [mixin/]: Inner class com/resourcefulbees/resourcefulbees/mixin/MixinBeeEntity$MixinEnterBeehiveGoal in com/resourcefulbees/resourcefulbees/mixin/MixinBeeEntity on net/minecraft/entity/passive/BeeEntity gets unique name net/minecraft/entity/passive/BeeEntity$MixinEnterBeehiveGoal$ddc87dfade084c408853f5dd4c9c72ce
[26Oct2020 02:41:55.025] [main/DEBUG] [mixin/]: Inner class com/resourcefulbees/resourcefulbees/mixin/MixinBeeEntity$MixinUpdateBeehiveGoal in com/resourcefulbees/resourcefulbees/mixin/MixinBeeEntity on net/minecraft/entity/passive/BeeEntity gets unique name net/minecraft/entity/passive/BeeEntity$MixinUpdateBeehiveGoal$d3578b2da8bc492fbdfc7272b3b8bcf0
[26Oct2020 02:41:55.059] [main/DEBUG] [mixin/]: Mixing MixinBeeEntity$MixinEnterBeehiveGoal from resourcefulbees.mixins.json into net.minecraft.entity.passive.BeeEntity$EnterBeehiveGoal
[26Oct2020 02:41:55.073] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_188508_a with desc (Lnet/minecraft/item/ItemStack;)Z
[26Oct2020 02:41:55.074] [main/DEBUG] [mixin/]: Mixing TemptGoalMixin from quark.mixins.json into net.minecraft.entity.ai.goal.TemptGoal
[26Oct2020 02:41:55.083] [main/DEBUG] [mixin/]: Mixing MixinBeeEntity$MixinUpdateBeehiveGoal from resourcefulbees.mixins.json into net.minecraft.entity.passive.BeeEntity$UpdateBeehiveGoal
[26Oct2020 02:41:55.084] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getNearbyFreeHives$1(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/util/math/BlockPos;)D to md3aa5dd$lambda$getNearbyFreeHives$1$0 in resourcefulbees.mixins.json:MixinBeeEntity$MixinUpdateBeehiveGoal
[26Oct2020 02:41:55.084] [main/DEBUG] [mixin/]: Renaming synthetic method lambda$getNearbyFreeHives$0(Lnet/minecraft/village/PointOfInterestType;)Z to md3aa5dd$lambda$getNearbyFreeHives$0$1 in resourcefulbees.mixins.json:MixinBeeEntity$MixinUpdateBeehiveGoal
[26Oct2020 02:41:55.104] [main/DEBUG] [mixin/]: Mixing MixinBeeEntity$MixinFindBeehiveGoal from resourcefulbees.mixins.json into net.minecraft.entity.passive.BeeEntity$FindBeehiveGoal
[26Oct2020 02:41:55.120] [main/DEBUG] [mixin/]: Mixing AccessorNearestAttackableTarget from assets/botania/botania.mixins.json into net.minecraft.entity.ai.goal.NearestAttackableTargetGoal
[26Oct2020 02:41:55.148] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/entity/item/BoatEntity
[26Oct2020 02:41:55.150] [main/DEBUG] [mixin/]: Mixing BoatEntityMixin from quark.mixins.json into net.minecraft.entity.item.BoatEntity
[26Oct2020 02:41:55.166] [main/DEBUG] [mixin/]: Mixing AccessorAvoidEntityGoal from assets/botania/botania.mixins.json into net.minecraft.entity.ai.goal.AvoidEntityGoal
[26Oct2020 02:41:55.239] [main/DEBUG] [mixin/]: Mixing AccessorCreeperEntity from assets/botania/botania.mixins.json into net.minecraft.entity.monster.CreeperEntity
[26Oct2020 02:41:55.280] [main/DEBUG] [mixin/]: Mixing AccessorAbstractHorseEntity from assets/botania/botania.mixins.json into net.minecraft.entity.passive.horse.AbstractHorseEntity
[26Oct2020 02:41:55.372] [main/DEBUG] [mixin/]: Mixing EndermanSpawnerMixin from repurposed_structures.mixins.json into net.minecraft.entity.monster.EndermanEntity
[26Oct2020 02:41:55.386] [main/DEBUG] [mixin/]: Mixing MixinEndermanPickupBlock from assets/botania/botania.mixins.json into net.minecraft.entity.monster.EndermanEntity$TakeBlockGoal
[26Oct2020 02:41:55.472] [main/DEBUG] [mixin/]: Mixing FireworkRocketEntityMixin from kubejs.mixins.json into net.minecraft.entity.projectile.FireworkRocketEntity
[26Oct2020 02:41:55.570] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_196084_a with desc (Lnet/minecraft/item/ItemUseContext;)Lnet/minecraft/util/ActionResultType;
[26Oct2020 02:41:55.572] [main/DEBUG] [mixin/]: Mixing ItemStackMixin from dankstorage.mixins.json into net.minecraft.item.ItemStack
[26Oct2020 02:41:55.574] [main/DEBUG] [mixin/]: Mixing ItemStackMixin from forbidden_arcanus.mixins.json into net.minecraft.item.ItemStack
[26Oct2020 02:41:55.579] [main/DEBUG] [mixin/]: Mixing ItemStackMixin from quark.mixins.json into net.minecraft.item.ItemStack
[26Oct2020 02:41:55.629] [main/DEBUG] [mixin/]: Mixing common.entity.MixinSlimeEntity from byg.mixins.json into net.minecraft.entity.monster.SlimeEntity
[26Oct2020 02:41:55.664] [main/DEBUG] [mixin/]: Mixing AbstractMinecartEntityMixin from quark.mixins.json into net.minecraft.entity.item.minecart.AbstractMinecartEntity
[26Oct2020 02:41:55.794] [main/DEBUG] [mixin/]: Mixing AccessorAbstractSpawner from assets/botania/botania.mixins.json into net.minecraft.world.spawner.AbstractSpawner
[26Oct2020 02:41:55.885] [main/DEBUG] [mixin/]: Mixing ZombifiedPiglinSpawnerMixin from repurposed_structures.mixins.json into net.minecraft.entity.monster.ZombifiedPiglinEntity
[26Oct2020 02:41:57.044] [main/DEBUG] [mixin/]: Mixing structure.ConfiguredStructureFeaturesAccessor from appliedenergistics2.mixins.json into net.minecraft.world.gen.feature.structure.StructureFeatures
[26Oct2020 02:41:57.044] [main/DEBUG] [mixin/]: Renaming @Invoker method register(Ljava/lang/String;Lnet/minecraft/world/gen/feature/StructureFeature;)Lnet/minecraft/world/gen/feature/StructureFeature; to register_$md$3aa5dd$0 in appliedenergistics2.mixins.json:structure.ConfiguredStructureFeaturesAccessor
[26Oct2020 02:41:57.087] [main/DEBUG] [mixin/]: Mixing StructureStartMixin from quark.mixins.json into net.minecraft.world.gen.feature.structure.StructureStart
[26Oct2020 02:41:57.211] [main/DEBUG] [mixin/]: Mixing StructureProcessorListAccessor from repurposed_structures.mixins.json into net.minecraft.world.gen.feature.template.ProcessorLists
[26Oct2020 02:41:57.211] [main/DEBUG] [mixin/]: Renaming @Invoker method invokeRegister(Ljava/lang/String;Lcom/google/common/collect/ImmutableList;)Lnet/minecraft/world/gen/feature/template/StructureProcessorList; to invokeRegister_$md$3aa5dd$0 in repurposed_structures.mixins.json:StructureProcessorListAccessor
[26Oct2020 02:41:57.430] [main/DEBUG] [mixin/]: Mixing spatial.BiomesMixin from appliedenergistics2.mixins.json into net.minecraft.world.biome.BiomeRegistry
[26Oct2020 02:41:57.537] [main/DEBUG] [mixin/]: Mixing structure.GenerationSettingsAccessor from appliedenergistics2.mixins.json into net.minecraft.world.biome.BiomeGenerationSettings
[26Oct2020 02:41:57.702] [main/INFO] [net.minecraftforge.registries.GameData/]: Potentially Dangerous alternative prefix `appliedenergistics2` for name `spatial_storage`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[26Oct2020 02:41:57.716] [main/DEBUG] [mixin/]: Mixing structure.DimensionStructuresSettingsMixin from appliedenergistics2.mixins.json into net.minecraft.world.gen.settings.DimensionStructuresSettings
[26Oct2020 02:41:57.728] [main/DEBUG] [mixin/]: Mixing MixinDimensionStructuresSettings from elementalcraft.mixins.json into net.minecraft.world.gen.settings.DimensionStructuresSettings
[26Oct2020 02:41:57.766] [main/DEBUG] [mixin/]: Mixing StructurePieceMixin from quark.mixins.json into net.minecraft.world.gen.feature.structure.StructurePiece
[26Oct2020 02:41:57.767] [main/DEBUG] [mixin/]: Mixing StructurePieceAccessor from repurposed_structures.mixins.json into net.minecraft.world.gen.feature.structure.StructurePiece
[26Oct2020 02:41:57.936] [main/DEBUG] [mixin/]: Mixing DamageEnchantmentMixin from quark.mixins.json into net.minecraft.enchantment.DamageEnchantment
[26Oct2020 02:41:57.983] [main/DEBUG] [mixin/]: Mixing PiercingEnchantmentMixin from quark.mixins.json into net.minecraft.enchantment.PiercingEnchantment
[26Oct2020 02:41:58.299] [main/DEBUG] [mixin/]: Mixing BlockItemMixin from quark.mixins.json into net.minecraft.item.BlockItem
[26Oct2020 02:41:58.326] [main/DEBUG] [mixin/]: Mixing MixinBowItem from dankstorage.mixins.json into net.minecraft.item.BowItem
[26Oct2020 02:41:58.332] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming isInfinite with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z
[26Oct2020 02:41:58.362] [main/DEBUG] [mixin/]: Mixing AccessorHoeItem from assets/botania/botania.mixins.json into net.minecraft.item.HoeItem
[26Oct2020 02:41:58.366] [main/DEBUG] [mixin/]: Renaming @Accessor method getConversions()Ljava/util/Map; to getConversions_$md$3aa5dd$0 in assets/botania/botania.mixins.json:AccessorHoeItem
[26Oct2020 02:41:58.388] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/BucketItem
[26Oct2020 02:41:58.408] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/FishBucketItem
[26Oct2020 02:41:58.678] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/item/PotionItem
[26Oct2020 02:41:58.695] [main/DEBUG] [mixin/]: Mixing EnderEyeStrongholdLocatingMixin from repurposed_structures.mixins.json into net.minecraft.item.EnderEyeItem
[26Oct2020 02:41:58.765] [main/DEBUG] [mixin/]: Mixing JustTheTips from allthetweaks.mixins.json into net.minecraft.item.TippedArrowItem
[26Oct2020 02:41:58.767] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming isInfinite with desc (Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/player/PlayerEntity;)Z
[26Oct2020 02:41:58.806] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_77659_a with desc (Lnet/minecraft/world/World;Lnet/minecraft/entity/player/PlayerEntity;Lnet/minecraft/util/Hand;)Lnet/minecraft/util/ActionResult;
[26Oct2020 02:41:58.818] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_220016_a with desc (Lnet/minecraft/world/World;Lnet/minecraft/entity/LivingEntity;Lnet/minecraft/util/Hand;Lnet/minecraft/item/ItemStack;Lnet/minecraft/item/ItemStack;FZFFF)V
[26Oct2020 02:41:59.167] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/potion/EffectInstance
[26Oct2020 02:41:59.213] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming func_190621_a with desc (Lnet/minecraft/util/math/BlockPos;)V
[26Oct2020 02:41:59.391] [main/DEBUG] [mixin/]: Mixing AccessorStats from assets/botania/botania.mixins.json into net.minecraft.stats.Stats
[26Oct2020 02:41:59.391] [main/DEBUG] [mixin/]: Renaming @Invoker method botania_registerCustom(Ljava/lang/String;Lnet/minecraft/stats/IStatFormatter;)Lnet/minecraft/util/ResourceLocation; to botania_registerCustom_$md$3aa5dd$0 in assets/botania/botania.mixins.json:AccessorStats
[26Oct2020 02:41:59.638] [main/DEBUG] [mixin/]: Mixing PlayerInventoryMixin from dankstorage.mixins.json into net.minecraft.entity.player.PlayerInventory
[26Oct2020 02:41:59.693] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/inventory/CraftResultInventory
[26Oct2020 02:42:00.855] [main/DEBUG] [mixin/]: Mixing FlatBedrockMixin from flatbedrock.mixins.json into net.minecraft.world.gen.NoiseChunkGenerator
[26Oct2020 02:42:00.855] [main/DEBUG] [mixin/]: Mixing StructureMobSpawningMixin from repurposed_structures.mixins.json into net.minecraft.world.gen.NoiseChunkGenerator
[26Oct2020 02:42:01.896] [main/DEBUG] [mixin/]: Mixing MinecraftServerMixin from jaopca.mixins.json into net.minecraft.server.MinecraftServer
[26Oct2020 02:42:01.998] [main/DEBUG] [net.minecraftforge.fml.ForgeI18n/CORE]: Loading I18N data entries: 4933
[26Oct2020 02:42:02.258] [main/DEBUG] [net.minecraftforge.coremod.transformer.CoreModBaseTransformer/COREMOD]: Transforming net/minecraft/network/PacketBuffer
[26Oct2020 02:42:02.365] [main/DEBUG] [net.minecraftforge.fml.ModLoader/CORE]: Loading Network data for FML net version: FML2
[26Oct2020 02:42:02.376] [main/DEBUG] [net.minecraftforge.fml.ModWorkManager/LOADING]: Using 12 threads for parallel mod-loading
[26Oct2020 02:42:02.388] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.398] [main/DEBUG] [com.kotori316.scala_lib.ScalaLanguageProvider$/LOADING]: Loading ScalaModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.433] [main/DEBUG] [com.kotori316.scala_lib.ScalaModContainer/LOADING]: Creating scala container Class: com.yogpc.qp.QuarryPlus, with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.443] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.444] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.444] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.supermartijn642.simplemagnets.SimpleMagnets with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.446] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.supermartijn642.simplemagnets.SimpleMagnets with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.446] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.446] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.446] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwwindows.kikoz.MacawsWindows with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.449] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mcwwindows.kikoz.MacawsWindows with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.449] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.449] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.450] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mezz.modnametooltip.ModNameTooltip with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.451] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mezz.modnametooltip.ModNameTooltip with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.451] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.451] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.451] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blakebr0.ironjetpacks.IronJetpacks with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.452] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blakebr0.ironjetpacks.IronJetpacks with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.452] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.452] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.452] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for technicianlp.reauth.ReAuth with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.453] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass technicianlp.reauth.ReAuth with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.453] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.453] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.453] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for owmii.powah.Powah with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.461] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass owmii.powah.Powah with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.461] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.461] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.461] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.refinedmods.rangedpumps.RangedPumps with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.464] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.refinedmods.rangedpumps.RangedPumps with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.464] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.464] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.464] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for commoble.jumbofurnace.JumboFurnace with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.466] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass commoble.jumbofurnace.JumboFurnace with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.467] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.467] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.467] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.wstweaks.WitherSkeletonTweaks with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.472] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.wstweaks.WitherSkeletonTweaks with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.473] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.473] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.473] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xreliquary.Reliquary with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.479] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xreliquary.Reliquary with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.479] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.479] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.479] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.therandomlabs.randompatches.RandomPatches with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.481] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.therandomlabs.randompatches.RandomPatches with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.481] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.481] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.481] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mods.waterstrainer.WaterStrainer with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.485] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mods.waterstrainer.WaterStrainer with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.485] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.485] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.485] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for jeresources.JEResources with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.487] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass jeresources.JEResources with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.487] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.487] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.487] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.natamus.configurabledespawntimer.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.488] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.natamus.configurabledespawntimer.Main with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.488] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.488] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.488] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shetiphian.core.ShetiPhianCore with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.489] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shetiphian.core.ShetiPhianCore with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.489] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.489] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.490] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.blakebr0.mysticalagradditions.MysticalAgradditions with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.494] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.blakebr0.mysticalagradditions.MysticalAgradditions with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.494] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.494] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.494] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.hrznstudio.emojiful.Emojiful with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.497] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.hrznstudio.emojiful.Emojiful with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.497] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.497] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.497] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.refinedmods.refinedstorage.RS with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.532] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.refinedmods.refinedstorage.RS with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.532] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.532] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.532] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.maxhenkel.corpse.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.533] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.maxhenkel.corpse.Main with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.533] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.534] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.534] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for shadows.menu.PackMenu with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.534] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass shadows.menu.PackMenu with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.535] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.535] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.535] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.allthemods.alltheores.AllTheOres with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.536] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.allthemods.alltheores.AllTheOres with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.536] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.536] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.536] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.buuz135.industrial.IndustrialForegoing with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.617] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.buuz135.industrial.IndustrialForegoing with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.618] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.618] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.618] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for xyz.rongmario.cleancut.CleanCut with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.619] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass xyz.rongmario.cleancut.CleanCut with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.619] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.619] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.619] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.xalcon.torchmaster.Torchmaster with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.622] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.xalcon.torchmaster.Torchmaster with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.622] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.622] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.622] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.telepathicgrunt.repurposedstructures.RepurposedStructures with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.625] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.telepathicgrunt.repurposedstructures.RepurposedStructures with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.625] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.625] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.625] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for biomesoplenty.core.BiomesOPlenty with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.628] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass biomesoplenty.core.BiomesOPlenty with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.628] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.628] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.628] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.silentchaos512.gear.SilentGear with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.630] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.silentchaos512.gear.SilentGear with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.630] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.630] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.630] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.buuz135.portality.Portality with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.633] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.buuz135.portality.Portality with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.633] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.633] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.633] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for top.theillusivec4.curios.Curios with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.642] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass top.theillusivec4.curios.Curios with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.642] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.642] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.642] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for vazkii.botania.common.Botania with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.651] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass vazkii.botania.common.Botania with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.651] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.651] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.651] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for tfar.tanknull.TankNull with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.654] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass tfar.tanknull.TankNull with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.654] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.654] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.654] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.denismasterherobrine.angelring.AngelRing with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.659] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.denismasterherobrine.angelring.AngelRing with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.659] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.659] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.659] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for edivad.extrastorage.Main with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.663] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass edivad.extrastorage.Main with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.663] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.663] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.663] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.ellpeck.naturesaura.NaturesAura with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.667] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.ellpeck.naturesaura.NaturesAura with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.667] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.667] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.667] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for thetadev.constructionwand.ConstructionWand with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.669] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass thetadev.constructionwand.ConstructionWand with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.669] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.669] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.669] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mcwroofs.kikoz.MacawsRoofs with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.677] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mcwroofs.kikoz.MacawsRoofs with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.677] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.677] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.677] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for bl4ckscor3.mod.globalxp.GlobalXP with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.679] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass bl4ckscor3.mod.globalxp.GlobalXP with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.679] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.679] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.680] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.clothconfig2.forge.ClothConfig with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.681] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass me.shedaniel.clothconfig2.forge.ClothConfig with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.681] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.681] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.681] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.olafkeijsers.fastleafdecay.FastLeafDecay with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.683] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.olafkeijsers.fastleafdecay.FastLeafDecay with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.683] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.683] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.683] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.yungnickyoung.minecraft.bettermineshafts.BetterMineshafts with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.686] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.yungnickyoung.minecraft.bettermineshafts.BetterMineshafts with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.686] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.686] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.686] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.clienttweaks.ClientTweaks with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.698] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.clienttweaks.ClientTweaks with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.698] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.698] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.698] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for nomowanderer.NoMoWanderer with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.700] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass nomowanderer.NoMoWanderer with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.700] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.700] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.700] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.legacy.mining_helmet.MiningHelmetMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.700] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.legacy.mining_helmet.MiningHelmetMod with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.701] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.701] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.701] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for ipsis.woot.Woot with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.705] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass ipsis.woot.Woot with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.706] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.706] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.706] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for commoble.bagofyurting.BagOfYurtingMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.707] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass commoble.bagofyurting.BagOfYurtingMod with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.707] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.707] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.707] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mezz.jei.JustEnoughItems with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.708] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mezz.jei.JustEnoughItems with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.709] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.709] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.709] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.darkhax.attributefix.AttributeFix with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.710] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.darkhax.attributefix.AttributeFix with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.710] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.710] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.711] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mekanism.common.Mekanism with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.794] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mekanism.common.Mekanism with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.794] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.794] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.794] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for invtweaks.InvTweaksMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.802] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass invtweaks.InvTweaksMod with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.802] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.802] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.802] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for corgitaco.shutupexperimentalsettings.ShutupExperimentalSettings with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.804] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass corgitaco.shutupexperimentalsettings.ShutupExperimentalSettings with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.804] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.804] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.804] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.shedaniel.lightoverlay.forge.LightOverlay with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.805] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass me.shedaniel.lightoverlay.forge.LightOverlay with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.805] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.805] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.805] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.chaosthedude.naturescompass.NaturesCompass with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.807] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.chaosthedude.naturescompass.NaturesCompass with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.807] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.807] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.807] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for io.github.noeppi_noeppi.libx.LibX with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.810] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass io.github.noeppi_noeppi.libx.LibX with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.810] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.810] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.810] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.roguelogix.phosphophyllite.Phosphophyllite with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.811] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.roguelogix.phosphophyllite.Phosphophyllite with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.811] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.811] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.812] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for wile.engineerstools.ModEngineersTools with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.813] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass wile.engineerstools.ModEngineersTools with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.814] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.814] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.814] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for net.blay09.mods.farmingforblockheads.FarmingForBlockheads with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.820] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass net.blay09.mods.farmingforblockheads.FarmingForBlockheads with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.820] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.820] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.820] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.desht.pneumaticcraft.PneumaticCraftRepressurized with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.823] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass me.desht.pneumaticcraft.PneumaticCraftRepressurized with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.823] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.823] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.823] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.mowmaster.pedestals.pedestals with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.827] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.mowmaster.pedestals.pedestals with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.827] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.827] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.828] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for de.melanx.extradisks.ExtraDisks with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.829] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass de.melanx.extradisks.ExtraDisks with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.829] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.829] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.829] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.progwml6.ironchest.IronChests with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.832] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.progwml6.ironchest.IronChests with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.832] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.832] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.832] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mythicbotany.MythicBotany with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.838] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mythicbotany.MythicBotany with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.838] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.842] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.842] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.842] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for mcjty.theoneprobe.TheOneProbe with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.857] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass mcjty.theoneprobe.TheOneProbe with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.857] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.857] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.857] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for yalter.mousetweaks.forge.MouseTweaksForge with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.860] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass yalter.mousetweaks.forge.MouseTweaksForge with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.860] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.860] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.860] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for blusunrize.immersiveengineering.ImmersiveEngineering with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.871] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass blusunrize.immersiveengineering.ImmersiveEngineering with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.872] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.872] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.872] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for info.u_team.useful_railroads.UsefulRailroadsMod with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.873] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass info.u_team.useful_railroads.UsefulRailroadsMod with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.874] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.874] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.874] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for pam.pamhc2crops.Pamhc2crops with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.877] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass pam.pamhc2crops.Pamhc2crops with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.877] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.877] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.878] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for com.thevortex.allthemodium.AllTheModium with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.881] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Loaded modclass com.thevortex.allthemodium.AllTheModium with cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.881] [main/DEBUG] [net.minecraftforge.fml.ModLoader/LOADING]: ModContainer is cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.881] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Loading FMLModContainer from classloader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 - got cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.881] [main/DEBUG] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Creating FMLModContainer instance for me.ichun.mods.ding.common.Ding with classLoader cpw.mods.modlauncher.TransformingClassLoader@26bb92e2 & cpw.mods.modlauncher.TransformingClassLoader@26bb92e2
[26Oct2020 02:42:02.886] [main/ERROR] [net.minecraftforge.fml.javafmlmod.FMLModContainer/LOADING]: Failed to load class me.ichun.mods.ding.common.Ding
java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
    at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:292) ~[?:?]
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$29(ModLoader.java:272) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:274) ~[?:?]
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:176) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:178) ~[?:?]
    at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:96) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.3-34.1.25.jar:34.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.3-34.1.25.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.3-34.1.25.jar:?]
    at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.3-34.1.25.jar:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.ISound
    at java.lang.ClassLoader.findClass(Unknown Source) ~[?:1.8.0_271]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:105) ~[modlauncher-7.0.1.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    ... 42 more
    Suppressed: java.lang.ClassNotFoundException
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:272) ~[modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:135) ~[modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97) ~[modlauncher-7.0.1.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
        at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
        at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
        at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:292) ~[?:?]
        at net.minecraftforge.fml.ModLoader.lambda$buildMods$29(ModLoader.java:272) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:274) ~[?:?]
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:176) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:178) ~[?:?]
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[?:?]
        at net.minecraft.server.Main.main(Main.java:96) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.3-34.1.25.jar:34.1]
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?]
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.3-34.1.25.jar:?]
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.3-34.1.25.jar:?]
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.3-34.1.25.jar:?]
[26Oct2020 02:42:02.901] [main/FATAL] [net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider/LOADING]: Unable to load FMLModContainer, wut?
java.lang.reflect.InvocationTargetException: null
    at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:292) ~[?:?]
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$29(ModLoader.java:272) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:274) ~[?:?]
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:176) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:178) ~[?:?]
    at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:96) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.3-34.1.25.jar:34.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.3-34.1.25.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.3-34.1.25.jar:?]
    at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.3-34.1.25.jar:?]
Caused by: net.minecraftforge.fml.ModLoadingException: Ding has class loading errors
§7java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:67) ~[?:34.1]
    ... 39 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
    ... 39 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.ISound
    at java.lang.ClassLoader.findClass(Unknown Source) ~[?:1.8.0_271]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:105) ~[modlauncher-7.0.1.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
    ... 39 more
    Suppressed: java.lang.ClassNotFoundException
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:272) ~[modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:135) ~[modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97) ~[modlauncher-7.0.1.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
        at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
        at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
        at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:292) ~[?:?]
        at net.minecraftforge.fml.ModLoader.lambda$buildMods$29(ModLoader.java:272) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:274) ~[?:?]
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:176) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:178) ~[?:?]
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[?:?]
        at net.minecraft.server.Main.main(Main.java:96) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.3-34.1.25.jar:34.1]
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?]
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.3-34.1.25.jar:?]
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.3-34.1.25.jar:?]
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.3-34.1.25.jar:?]
[26Oct2020 02:42:02.919] [main/FATAL] [net.minecraft.server.Main/]: Failed to start the minecraft server
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78) ~[?:34.1]
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:292) ~[?:?]
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$29(ModLoader.java:272) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:274) ~[?:?]
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:176) ~[?:?]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
    at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:178) ~[?:?]
    at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[?:?]
    at net.minecraft.server.Main.main(Main.java:96) ~[?:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.3-34.1.25.jar:34.1]
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?]
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.3-34.1.25.jar:?]
    at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.3-34.1.25.jar:?]
    at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.3-34.1.25.jar:?]
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
    ... 35 more
Caused by: net.minecraftforge.fml.ModLoadingException: Ding has class loading errors
§7java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:67) ~[?:34.1]
    at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
    ... 35 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/audio/ISound
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
    at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
    ... 35 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.audio.ISound
    at java.lang.ClassLoader.findClass(Unknown Source) ~[?:1.8.0_271]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:105) ~[modlauncher-7.0.1.jar:?]
    at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
    at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
    at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
    at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
    ... 35 more
    Suppressed: java.lang.ClassNotFoundException
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:272) ~[modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:135) ~[modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:97) ~[modlauncher-7.0.1.jar:?]
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
        at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
        at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:61) ~[?:34.1]
        at sun.reflect.GeneratedConstructorAccessor41.newInstance(Unknown Source) ~[?:?]
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_271]
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:34.1]
        at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:292) ~[?:?]
        at net.minecraftforge.fml.ModLoader.lambda$buildMods$29(ModLoader.java:272) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.HashMap$EntrySpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:274) ~[?:?]
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$11(ModLoader.java:176) ~[?:?]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline$3$1.accept(Unknown Source) ~[?:1.8.0_271]
        at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.copyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.AbstractPipeline.evaluate(Unknown Source) ~[?:1.8.0_271]
        at java.util.stream.ReferencePipeline.collect(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:178) ~[?:?]
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[?:?]
        at net.minecraft.server.Main.main(Main.java:96) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge-1.16.3-34.1.25.jar:34.1]
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-7.0.1.jar:?]
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-7.0.1.jar:?]
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge-1.16.3-34.1.25.jar:?]
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge-1.16.3-34.1.25.jar:?]
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge-1.16.3-34.1.25.jar:?]

Link to comment
Share on other sites

Ding doesn't work on a server, remove it

This is my Forum Signature, I am currently attempting to transform it into a small guide for fixing easier issues using spoiler blocks to keep things tidy.

 

As the most common issue I feel I should put this outside the main bulk:

The only official source for Forge is https://files.minecraftforge.net, and the only site I trust for getting mods is CurseForge.

If you use any site other than these, please take a look at the StopModReposts project and install their browser extension, I would also advise running a virus scan.

 

For players asking for assistance with Forge please expand the spoiler below and read the appropriate section(s) in its/their entirety.

Spoiler

Logs (Most issues require logs to diagnose):

Spoiler

Please post logs using one of the following sites (Thank you Lumber Wizard for the list):

https://gist.github.com/100MB Requires member (Free)

https://pastebin.com/: 512KB as guest, 10MB as Pro ($$$)

https://hastebin.com/: 400KB

Do NOT use sites like Mediafire, Dropbox, OneDrive, Google Drive, or a site that has a countdown before offering downloads.

 

What to provide:

...for Crashes and Runtime issues:

Minecraft 1.14.4 and newer:

Post debug.log

Older versions:

Please update...

 

...for Installer Issues:

Post your installer log, found in the same place you ran the installer

This log will be called either installer.log or named the same as the installer but with .log on the end

Note for Windows users:

Windows hides file extensions by default so the installer may appear without the .jar extension then when the .log is added the log will appear with the .jar extension

 

Where to get it:

Mojang Launcher: When using the Mojang launcher debug.log is found in .minecraft\logs.

 

Curse/Overwolf: If you are using the Curse Launcher, their configurations break Forge's log settings, fortunately there is an easier workaround than I originally thought, this works even with Curse's installation of the Minecraft launcher as long as it is not launched THROUGH Twitch:

Spoiler
  1. Make sure you have the correct version of Forge installed (some packs are heavily dependent on one specific build of Forge)
  2. Make a launcher profile targeting this version of Forge.
  3. Set the launcher profile's GameDir property to the pack's instance folder (not the instances folder, the folder that has the pack's name on it).
  4. Now launch the pack through that profile and follow the "Mojang Launcher" instructions above.

Video:

Spoiler

 

 

 

or alternately, 

 

Fallback ("No logs are generated"):

If you don't see logs generated in the usual place, provide the launcher_log.txt from .minecraft

 

Server Not Starting:

Spoiler

If your server does not start or a command window appears and immediately goes away, run the jar manually and provide the output.

 

Reporting Illegal/Inappropriate Adfocus Ads:

Spoiler

Get a screenshot of the URL bar or copy/paste the whole URL into a thread on the General Discussion board with a description of the Ad.

Lex will need the Ad ID contained in that URL to report it to Adfocus' support team.

 

Posting your mod as a GitHub Repo:

Spoiler

When you have an issue with your mod the most helpful thing you can do when asking for help is to provide your code to those helping you. The most convenient way to do this is via GitHub or another source control hub.

When setting up a GitHub Repo it might seem easy to just upload everything, however this method has the potential for mistakes that could lead to trouble later on, it is recommended to use a Git client or to get comfortable with the Git command line. The following instructions will use the Git Command Line and as such they assume you already have it installed and that you have created a repository.

 

  1. Open a command prompt (CMD, Powershell, Terminal, etc).
  2. Navigate to the folder you extracted Forge’s MDK to (the one that had all the licenses in).
  3. Run the following commands:
    1. git init
    2. git remote add origin [Your Repository's URL]
      • In the case of GitHub it should look like: https://GitHub.com/[Your Username]/[Repo Name].git
    3. git fetch
    4. git checkout --track origin/master
    5. git stage *
    6. git commit -m "[Your commit message]"
    7. git push
  4. Navigate to GitHub and you should now see most of the files.
    • note that it is intentional that some are not synced with GitHub and this is done with the (hidden) .gitignore file that Forge’s MDK has provided (hence the strictness on which folder git init is run from)
  5. Now you can share your GitHub link with those who you are asking for help.

[Workaround line, please ignore]

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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