Jump to content

Recommended Posts

Posted

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.

Posted

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]

 

Posted

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]

 

Posted

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:?]

Posted

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]

 

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • i cant play minecraft every time i launch it i have error   ---- Minecraft Crash Report ---- // I let you down. Sorry Time: 2025-09-01 16:35:23 Description: Unexpected error java.lang.IllegalStateException: Cannot get config value before config is loaded.     at MC-BOOTSTRAP/[email protected]/com.google.common.base.Preconditions.checkState(Preconditions.java:512) ~[guava-32.1.2-jre.jar%23135!/:?] {re:mixin}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.getRaw(ModConfigSpec.java:1235) ~[neoforge-21.1.203-universal.jar%23498!/:?] {re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.get(ModConfigSpec.java:1222) ~[neoforge-21.1.203-universal.jar%23498!/:?] {re:mixin,re:classloading}     at TRANSFORMER/[email protected]/tv.soaryn.simpleweather.SimpleWeather$NeoBus.renderWeather(SimpleWeather.java:65) ~[simple_weather-1.0.13.jar%23756!/:?] {re:classloading}     at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:360) ~[bus-8.0.5.jar%23110!/:?] {}     at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:328) ~[bus-8.0.5.jar%23110!/:?] {}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.fireClientTickPre(ClientHooks.java:1070) ~[neoforge-21.1.203-universal.jar%23498!/:?] {re:mixin,re:classloading,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.ClientHooksMixin from mod sodium,pl:mixin:APP:iceberg.neoforge.mixins.json:ClientHooksMixin from mod iceberg,pl:mixin:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.tick(Minecraft.java:1787) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.sodiumextras.json:impl.fps.GpuUsageMixin from mod sodiumextras,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:proplacer.common.mixins.json:client.accessor.MinecraftAccessor from mod proplacer,pl:mixin:APP:lithium-neoforge.mixins.json:startup.MinecraftMixin from mod lithium,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin from mod fallingleaves,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin2 from mod alltheleaks,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder-common.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:extrasounds.mixins.json:hotbar.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds.mixins.json:inventory.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds-forge.mixins.json:forge.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:morediscs.mixins.json:MixinMinecraft from mod morediscs,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:createfood.mixins.json:MixinMinecraft from mod createfood,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:octolib-common.mixins.json:MinecraftMixin from mod octolib,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin from mod blueprint,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:platform.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:platform-common.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:sounds.mixins.json:ui.HotbarKeybindSoundEffects from mod sounds,pl:mixin:APP:sounds.mixins.json:ui.ScreenSoundEffect from mod sounds,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:citresewn.mixins.json:types.enchantment.MinecraftClientMixin from mod citresewn,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:fancymenu.mixins.json:client.IMixinMinecraft from mod fancymenu,pl:mixin:APP:fancymenu.mixins.json:client.MixinMinecraft from mod fancymenu,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1161) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.sodiumextras.json:impl.fps.GpuUsageMixin from mod sodiumextras,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:proplacer.common.mixins.json:client.accessor.MinecraftAccessor from mod proplacer,pl:mixin:APP:lithium-neoforge.mixins.json:startup.MinecraftMixin from mod lithium,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin from mod fallingleaves,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin2 from mod alltheleaks,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder-common.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:extrasounds.mixins.json:hotbar.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds.mixins.json:inventory.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds-forge.mixins.json:forge.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:morediscs.mixins.json:MixinMinecraft from mod morediscs,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:createfood.mixins.json:MixinMinecraft from mod createfood,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:octolib-common.mixins.json:MinecraftMixin from mod octolib,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin from mod blueprint,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:platform.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:platform-common.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:sounds.mixins.json:ui.HotbarKeybindSoundEffects from mod sounds,pl:mixin:APP:sounds.mixins.json:ui.ScreenSoundEffect from mod sounds,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:citresewn.mixins.json:types.enchantment.MinecraftClientMixin from mod citresewn,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:fancymenu.mixins.json:client.IMixinMinecraft from mod fancymenu,pl:mixin:APP:fancymenu.mixins.json:client.MixinMinecraft from mod fancymenu,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.sodiumextras.json:impl.fps.GpuUsageMixin from mod sodiumextras,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:proplacer.common.mixins.json:client.accessor.MinecraftAccessor from mod proplacer,pl:mixin:APP:lithium-neoforge.mixins.json:startup.MinecraftMixin from mod lithium,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin from mod fallingleaves,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin2 from mod alltheleaks,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder-common.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:extrasounds.mixins.json:hotbar.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds.mixins.json:inventory.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds-forge.mixins.json:forge.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:morediscs.mixins.json:MixinMinecraft from mod morediscs,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:createfood.mixins.json:MixinMinecraft from mod createfood,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:octolib-common.mixins.json:MinecraftMixin from mod octolib,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin from mod blueprint,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:platform.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:platform-common.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:sounds.mixins.json:ui.HotbarKeybindSoundEffects from mod sounds,pl:mixin:APP:sounds.mixins.json:ui.ScreenSoundEffect from mod sounds,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:citresewn.mixins.json:types.enchantment.MinecraftClientMixin from mod citresewn,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:fancymenu.mixins.json:client.IMixinMinecraft from mod fancymenu,pl:mixin:APP:fancymenu.mixins.json:client.MixinMinecraft from mod fancymenu,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}     at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at MC-BOOTSTRAP/[email protected]/com.google.common.base.Preconditions.checkState(Preconditions.java:512) ~[guava-32.1.2-jre.jar%23135!/:?] {re:mixin}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.getRaw(ModConfigSpec.java:1235) ~[neoforge-21.1.203-universal.jar%23498!/:?] {re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.common.ModConfigSpec$ConfigValue.get(ModConfigSpec.java:1222) ~[neoforge-21.1.203-universal.jar%23498!/:?] {re:mixin,re:classloading}     at TRANSFORMER/[email protected]/tv.soaryn.simpleweather.SimpleWeather$NeoBus.renderWeather(SimpleWeather.java:65) ~[simple_weather-1.0.13.jar%23756!/:?] {re:classloading}     at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:360) ~[bus-8.0.5.jar%23110!/:?] {}     at MC-BOOTSTRAP/net.neoforged.bus/net.neoforged.bus.EventBus.post(EventBus.java:328) ~[bus-8.0.5.jar%23110!/:?] {}     at TRANSFORMER/[email protected]/net.neoforged.neoforge.client.ClientHooks.fireClientTickPre(ClientHooks.java:1070) ~[neoforge-21.1.203-universal.jar%23498!/:?] {re:mixin,re:classloading,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.ClientHooksMixin from mod sodium,pl:mixin:APP:iceberg.neoforge.mixins.json:ClientHooksMixin from mod iceberg,pl:mixin:A} -- Uptime -- Details:     JVM uptime: 40.349s     Wall uptime: 11.181s     High-res time: 35.485s     Client ticks: 1 ticks / 0.050s Stacktrace:     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.fillReport(Minecraft.java:2394) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.sodiumextras.json:impl.fps.GpuUsageMixin from mod sodiumextras,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:proplacer.common.mixins.json:client.accessor.MinecraftAccessor from mod proplacer,pl:mixin:APP:lithium-neoforge.mixins.json:startup.MinecraftMixin from mod lithium,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin from mod fallingleaves,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin2 from mod alltheleaks,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder-common.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:extrasounds.mixins.json:hotbar.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds.mixins.json:inventory.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds-forge.mixins.json:forge.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:morediscs.mixins.json:MixinMinecraft from mod morediscs,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:createfood.mixins.json:MixinMinecraft from mod createfood,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:octolib-common.mixins.json:MinecraftMixin from mod octolib,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin from mod blueprint,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:platform.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:platform-common.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:sounds.mixins.json:ui.HotbarKeybindSoundEffects from mod sounds,pl:mixin:APP:sounds.mixins.json:ui.ScreenSoundEffect from mod sounds,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:citresewn.mixins.json:types.enchantment.MinecraftClientMixin from mod citresewn,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:fancymenu.mixins.json:client.IMixinMinecraft from mod fancymenu,pl:mixin:APP:fancymenu.mixins.json:client.MixinMinecraft from mod fancymenu,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.emergencySaveAndCrash(Minecraft.java:868) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.sodiumextras.json:impl.fps.GpuUsageMixin from mod sodiumextras,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:proplacer.common.mixins.json:client.accessor.MinecraftAccessor from mod proplacer,pl:mixin:APP:lithium-neoforge.mixins.json:startup.MinecraftMixin from mod lithium,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin from mod fallingleaves,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin2 from mod alltheleaks,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder-common.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:extrasounds.mixins.json:hotbar.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds.mixins.json:inventory.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds-forge.mixins.json:forge.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:morediscs.mixins.json:MixinMinecraft from mod morediscs,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:createfood.mixins.json:MixinMinecraft from mod createfood,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:octolib-common.mixins.json:MinecraftMixin from mod octolib,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin from mod blueprint,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:platform.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:platform-common.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:sounds.mixins.json:ui.HotbarKeybindSoundEffects from mod sounds,pl:mixin:APP:sounds.mixins.json:ui.ScreenSoundEffect from mod sounds,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:citresewn.mixins.json:types.enchantment.MinecraftClientMixin from mod citresewn,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:fancymenu.mixins.json:client.IMixinMinecraft from mod fancymenu,pl:mixin:APP:fancymenu.mixins.json:client.MixinMinecraft from mod fancymenu,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:828) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.sodiumextras.json:impl.fps.GpuUsageMixin from mod sodiumextras,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-neoforge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Images from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_Keybinds from mod iris,pl:mixin:APP:mixins.iris.json:MixinMinecraft_PipelineManagement from mod iris,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:supplementaries-common.mixins.json:MinecraftMixin from mod supplementaries,pl:mixin:APP:resourcefulconfig.mixins.json:client.MinecraftMixin from mod resourcefulconfig,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:proplacer.common.mixins.json:client.accessor.MinecraftAccessor from mod proplacer,pl:mixin:APP:lithium-neoforge.mixins.json:startup.MinecraftMixin from mod lithium,pl:mixin:APP:fallingleaves.mixins.json:MinecraftClientMixin from mod fallingleaves,pl:mixin:APP:sodium-common.mixins.json:core.MinecraftMixin from mod sodium,pl:mixin:APP:sodium-neoforge.mixins.json:platform.neoforge.EntrypointMixin from mod sodium,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin from mod alltheleaks,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftMixin2 from mod alltheleaks,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:flywheel.impl.mixins.json:MinecraftMixin from mod flywheel,pl:mixin:APP:ponder-common.mixins.json:client.WindowResizeMixin from mod ponder,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:extrasounds.mixins.json:hotbar.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds.mixins.json:inventory.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:extrasounds-forge.mixins.json:forge.MinecraftClientMixin from mod extrasounds,pl:mixin:APP:morediscs.mixins.json:MixinMinecraft from mod morediscs,pl:mixin:APP:prism.mixins.json:MinecraftMixin from mod prism,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.sodiumdynamiclights.json:MinecraftClientMixin from mod sodiumdynamiclights,pl:mixin:APP:konkrete.mixins.json:client.MixinMinecraft from mod konkrete,pl:mixin:APP:createfood.mixins.json:MixinMinecraft from mod createfood,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:kubejs.mixins.json:MinecraftClientMixin from mod kubejs,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:octolib-common.mixins.json:MinecraftMixin from mod octolib,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin from mod blueprint,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:platform.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:platform-common.mixins.json:client.MinecraftMixin from mod platform,pl:mixin:APP:sounds.mixins.json:ui.HotbarKeybindSoundEffects from mod sounds,pl:mixin:APP:sounds.mixins.json:ui.ScreenSoundEffect from mod sounds,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:citresewn.mixins.json:types.enchantment.MinecraftClientMixin from mod citresewn,pl:mixin:APP:cryonicconfig.mixins.json:client.MinecraftMixin from mod cryonicconfig,pl:mixin:APP:fancymenu.mixins.json:client.IMixinMinecraft from mod fancymenu,pl:mixin:APP:fancymenu.mixins.json:client.MixinMinecraft from mod fancymenu,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:sound_physics_remastered.mixins.json:MinecraftMixin from mod (unknown),pl:mixin:APP:create.mixins.json:accessor.MinecraftAccessor from mod create,pl:mixin:APP:modernfix-common.mixins.json:feature.remove_telemetry.MinecraftMixin_Telemetry from mod modernfix,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23497!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:cryonicconfig.mixins.json:client.MainMixin from mod cryonicconfig,pl:mixin:A,pl:runtimedistcleaner:A}     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}     at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {} -- Last reload -- Details:     Reload number: 1     Reload reason: initial     Finished: No     Packs: vanilla, KubeJS Virtual Resource Pack [Internal, assets], KubeJS Virtual Resource Pack [After Mods, assets], KubeJS File Resource Pack [assets], KubeJS Virtual Resource Pack [Before Mods, assets], KubeJS Virtual Resource Pack [Last, assets] -- System Details -- Details:     Minecraft Version: 1.21.1     Minecraft Version ID: 1.21.1     Operating System: Windows 10 (amd64) version 10.0     Java Version: 21.0.7, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 944831160 bytes (901 MiB) / 1811939328 bytes (1728 MiB) up to 8589934592 bytes (8192 MiB)     CPUs: 8     Processor Vendor: GenuineIntel     Processor Name: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz     Identifier: Intel64 Family 6 Model 60 Stepping 3     Microarchitecture: Haswell (Client)     Frequency (GHz): 4.00     Number of physical packages: 1     Number of physical CPUs: 4     Number of logical CPUs: 8     Graphics card #0 name: NVIDIA GeForce GTX 1050 Ti     Graphics card #0 vendor: NVIDIA     Graphics card #0 VRAM (MiB): 4096.00     Graphics card #0 deviceId: VideoController1     Graphics card #0 versionInfo: 32.0.15.8097     Memory slot #0 capacity (MiB): 8192.00     Memory slot #0 clockSpeed (GHz): 1.60     Memory slot #0 type: DDR3     Memory slot #1 capacity (MiB): 8192.00     Memory slot #1 clockSpeed (GHz): 1.60     Memory slot #1 type: DDR3     Virtual memory max (MiB): 18735.40     Virtual memory used (MiB): 8120.46     Swap memory total (MiB): 2432.00     Swap memory used (MiB): 0.00     Space in storage for jna.tmpdir (MiB): available: 167115.08, total: 476888.00     Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 167115.08, total: 476888.00     Space in storage for io.netty.native.workdir (MiB): available: 167115.08, total: 476888.00     Space in storage for java.io.tmpdir (MiB): available: 167115.08, total: 476888.00     Space in storage for workdir (MiB): available: 167115.08, total: 476888.00     JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M     Loaded Shaderpack: (off)     Launched Version: neoforge-21.1.203     Launcher name: minecraft-launcher     Backend library: LWJGL version 3.3.3+5     Backend API: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 GL version 4.6.0 NVIDIA 580.97, NVIDIA Corporation     Window size: 854x480     GFLW Platform: win32     GL Caps: Using framebuffer using OpenGL 3.2     GL debug messages:      Is Modded: Definitely; Client brand changed to 'neoforge'     Universe: 400921fb54442d18     Type: Client (map_client.txt)     Graphics mode: fancy     Render Distance: 12/12 chunks     Resource Packs: vanilla     Current Language: en_us     Locale: ru_RU     System encoding: Cp1251     File encoding: UTF-8     CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz     ModLauncher: 11.0.5+main.901c6ea8     ModLauncher launch target: forgeclient     ModLauncher services:          sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE          loader-4.0.41.jar slf4jfixer PLUGINSERVICE          loader-4.0.41.jar runtime_enum_extender PLUGINSERVICE          at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE          loader-4.0.41.jar runtimedistcleaner PLUGINSERVICE          modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE          modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         [email protected]+0.16.0+1.21         [email protected]         [email protected]         [email protected]         [email protected]     Mod List:          amwplushies-neoforge-1.21.1-4.4.0.jar             |A Man With Plushies           |a_man_with_plushies           |4.4.0               |Manifest: NOSIGNATURE         accessories-neoforge-1.1.0-beta.48+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.48+1.21.1|Manifest: NOSIGNATURE         AdvancementPlaques-1.21.1-neoforge-1.6.8.jar      |Advancement Plaques           |advancementplaques            |1.6.8               |Manifest: NOSIGNATURE         AirHop-v21.1.0-1.21.1-NeoForge.jar                |Air Hop                       |airhop                        |21.1.0              |Manifest: NOSIGNATURE         alltheleaks-1.0.0+1.21.1-neoforge.jar             |All The Leaks                 |alltheleaks                   |1.0.0+1.21.1-neoforg|Manifest: NOSIGNATURE         amendments-1.21-2.0.5-neoforge.jar                |Amendments                    |amendments                    |1.21-2.0.5          |Manifest: NOSIGNATURE         anvilrestoration-1.21.1-2.4.jar                   |Anvil Restoration             |anvilrestoration              |2.4                 |Manifest: NOSIGNATURE         appleskin-neoforge-mc1.21-3.0.7.jar               |AppleSkin                     |appleskin                     |3.0.7+mc1.21        |Manifest: NOSIGNATURE         ArcaneLanterns-v21.1.0-1.21.1-NeoForge.jar        |Arcane Lanterns               |arcanelanterns                |21.1.0              |Manifest: NOSIGNATURE         architectury-13.0.8-neoforge.jar                  |Architectury                  |architectury                  |13.0.8              |Manifest: NOSIGNATURE         ArmorTrimItemFix-neoforge-1.21.1-1.2.0.jar        |Armor Trim Item Fix           |armortrimitemfix              |1.2.0               |Manifest: NOSIGNATURE         artifacts-neoforge-13.0.7.jar                     |Artifacts                     |artifacts                     |13.0.7              |Manifest: NOSIGNATURE         athena-neoforge-1.21-4.0.2.jar                    |Athena                        |athena                        |4.0.2               |Manifest: NOSIGNATURE         attributefix-neoforge-1.21.1-21.1.2.jar           |AttributeFix                  |attributefix                  |21.1.2              |Manifest: NOSIGNATURE         automaticdoors-1.21.1-4.9.jar                     |Automatic Doors               |automaticdoors                |4.9                 |Manifest: NOSIGNATURE         BadOptimizations-2.3.0-1.21.1.jar                 |BadOptimizations              |badoptimizations              |2.3.0               |Manifest: NOSIGNATURE         baguettelib-1.21.1-NeoForge-1.1.0.jar             |BaguetteLib                   |baguettelib                   |1.1.0               |Manifest: NOSIGNATURE         balm-neoforge-1.21.1-21.0.49.jar                  |Balm                          |balm                          |21.0.49             |Manifest: NOSIGNATURE         BarteringStation-v21.1.0-1.21.1-NeoForge.jar      |Bartering Station             |barteringstation              |21.1.0              |Manifest: NOSIGNATURE         bedspreads-neoforge-7.0.0+1.21.1.jar              |Bedspreads                    |bedspreads                    |7.0.0+1.21.1        |Manifest: NOSIGNATURE         BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar   |Better Advancements           |betteradvancements            |0.4.3.21            |Manifest: NOSIGNATURE         BetterAnimationsCollection-v21.1.0-1.21.1-NeoForge|Better Animations Collection  |betteranimationscollection    |21.1.0              |Manifest: NOSIGNATURE         betterarcheology-neoforge-1.3.2.jar               |Better Archeology             |betterarcheology              |1.3.2               |Manifest: NOSIGNATURE         better_climbing-neoforge-4.jar                    |Better Climbing               |better_climbing               |4                   |Manifest: NOSIGNATURE         BetterPingDisplay-1.21.1-1.1.jar                  |Better Ping Display           |betterpingdisplay             |1.1                 |Manifest: NOSIGNATURE         BetterThanMending-2.2.0.jar                       |BetterThanMending             |betterthanmending             |2.2.0               |Manifest: NOSIGNATURE         bibliocraft-1.21.1-1.6.1.jar                      |Bibliocraft Legacy            |bibliocraft                   |1.6.1               |Manifest: NOSIGNATURE         BlockRunner-v21.1.2-1.21.1-NeoForge.jar           |Block Runner                  |blockrunner                   |21.1.2              |Manifest: NOSIGNATURE         blueprint-1.21.1-8.0.5.jar                        |Blueprint                     |blueprint                     |8.0.5               |Manifest: NOSIGNATURE         bookshelf-neoforge-1.21.1-21.1.68.jar             |Bookshelf                     |bookshelf                     |21.1.68             |Manifest: NOSIGNATURE         bookshelves-2.5-neoforge-1.21.1.jar               |Bookshelves                   |bookshelves                   |2.5                 |Manifest: NOSIGNATURE         bouncierbeds-1.21.1-2.5.jar                       |Bouncier Beds                 |bouncierbeds                  |2.5                 |Manifest: NOSIGNATURE         buzzier_bees-1.21.1-7.0.0.jar                     |Buzzier Bees                  |buzzier_bees                  |7.0.0               |Manifest: NOSIGNATURE         Cardiac-NEOFORGE-0.5.3.4+1.21.jar                 |Cardiac                       |cardiac                       |0.5.3.4             |Manifest: NOSIGNATURE         catalogue-neoforge-1.21.1-1.11.1.jar              |Catalogue                     |catalogue                     |1.11.1              |Manifest: NOSIGNATURE         ceilingtorch-1.21.1-1.33.jar                      |Ceiling Torch                 |ceilingtorch                  |1.33                |Manifest: NOSIGNATURE         cfm_wap-1.21.1-neoforge-1.2.0.jar                 |CFM Refurbished: Watt about Po|cfm_wap                       |1.2.0               |Manifest: NOSIGNATURE         charmofundying-neoforge-9.1.0+1.21.1.jar          |Charm of Undying              |charmofundying                |9.1.0+1.21.1        |Manifest: NOSIGNATURE         chat_heads-0.13.20-neoforge-1.21.jar              |Chat Heads                    |chat_heads                    |0.13.20             |Manifest: NOSIGNATURE         ChatImpressiveAnimation-neoforge-1.4.0+mc1.21.5.ja|Chat Impressive Animation     |chatimpressiveanimation       |1.4.0+mc1.21.5      |Manifest: NOSIGNATURE         cherishedworlds-neoforge-10.1.1+1.21.1.jar        |Cherished Worlds              |cherishedworlds               |10.1.1+1.21.1       |Manifest: NOSIGNATURE         chipped-neoforge-1.21.1-4.0.2.jar                 |Chipped                       |chipped                       |4.0.2               |Manifest: NOSIGNATURE         ChippedExpress-universal-21x.jar                  |ChippedExpress                |chipped_express               |1.3.2               |Manifest: NOSIGNATURE         chisel-neoforge-2.0.0+mc1.21.1.jar                |Chisel Reborn                 |chisel                        |2.0.0+mc1.21.1      |Manifest: NOSIGNATURE         chunkloaders-1.2.8-neoforge-mc1.21.jar            |Chunk Loaders                 |chunkloaders                  |1.2.8               |Manifest: NOSIGNATURE         Chunky-NeoForge-1.4.23.jar                        |Chunky                        |chunky                        |1.4.23              |Manifest: NOSIGNATURE         citresewn-neoforge-1.21.1-0.jar                   |CITResewn                     |citresewn                     |0                   |Manifest: NOSIGNATURE         cloth-config-15.0.140-neoforge.jar                |Cloth Config v15 API          |cloth_config                  |15.0.140            |Manifest: NOSIGNATURE         Clumps-neoforge-1.21.1-19.0.0.1.jar               |Clumps                        |clumps                        |19.0.0.1            |Manifest: NOSIGNATURE         colorful-world-1.3b.jar                           |CoffeeG's Colorful World      |mr_coffeegs_colorfulworld     |1.3b                |Manifest: NOSIGNATURE         collective-1.21.1-8.3.jar                         |Collective                    |collective                    |8.3                 |Manifest: NOSIGNATURE         CompletionistsIndex-v21.1.0-1.21.1-NeoForge.jar   |Completionist's Index         |completionistsindex           |21.1.0              |Manifest: NOSIGNATURE         conditional-mixin-neoforge-0.6.4.jar              |conditional mixin             |conditional_mixin             |0.6.4               |Manifest: NOSIGNATURE         configlibtxf-7.2.8-neoforge.jar                   |ConfigLib TXF                 |configlibtxf                  |7.2.8-neoforge      |Manifest: NOSIGNATURE         connectedglass-1.1.14-neoforge-mc1.21.jar         |Connected Glass               |connectedglass                |1.1.14              |Manifest: NOSIGNATURE         connectivity-1.21.1-7.1.jar                       |Connectivity Mod              |connectivity                  |7.1                 |Manifest: NOSIGNATURE         Controlling-neoforge-1.21.1-19.0.5.jar            |Controlling                   |controlling                   |19.0.5              |Manifest: NOSIGNATURE         cookingforblockheads-neoforge-1.21.1-21.1.16.jar  |Cooking for Blockheads        |cookingforblockheads          |21.1.16             |Manifest: NOSIGNATURE         coolrain-1.1.0-1.21.1-neoforge.jar                |Cool Rain                     |coolrain                      |1.1.0               |Manifest: NOSIGNATURE         coroutil-neoforge-1.21.0-1.3.8.jar                |CoroUtil                      |coroutil                      |1.21.0-1.3.8        |Manifest: NOSIGNATURE         corpse-neoforge-1.21.1-1.1.10.jar                 |Corpse                        |corpse                        |1.21.1-1.1.10       |Manifest: NOSIGNATURE         corpsecurioscompat-1.21.1-NeoForge-3.1.2.jar      |Corpse Curios Compatibility   |corpsecurioscompat            |3.1.2               |Manifest: NOSIGNATURE         cosmeticarmorreworked-1.21.1-v1-neoforge.jar      |CosmeticArmorReworked         |cosmeticarmorreworked         |1.21.1-v1-neoforge  |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53         craftingtweaks-neoforge-1.21.1-21.1.6.jar         |Crafting Tweaks               |craftingtweaks                |21.1.6              |Manifest: NOSIGNATURE         CraftingXP 1.21 .1 NeoForge.jar                   |CraftingXP                    |craftingxp                    |1.21.1              |Manifest: NOSIGNATURE         create-1.21.1-6.0.6.jar                           |Create                        |create                        |6.0.6               |Manifest: NOSIGNATURE         create_compressed-2.2.0-neoforge-1.21.1.jar       |Create Compressed             |create_compressed             |2.2.0               |Manifest: NOSIGNATURE         create-confectionery1.21.1_v1.1.2.jar             |Create Confectionery          |create_confectionery          |1.1.2               |Manifest: NOSIGNATURE         createaddition-1.5.2.jar                          |Create Crafts & Additions     |createaddition                |1.5.2               |Manifest: NOSIGNATURE         createdieselgenerators-1.21.1-1.3.4_1.jar         |Create Diesel Generators      |createdieselgenerators        |1.21.1-1.3.4        |Manifest: NOSIGNATURE         Create Encased-1.21.1-1.7.2-fix1.jar              |Create Encased                |createcasing                  |1.7.2-fix1          |Manifest: NOSIGNATURE         create_hypertube-0.2.5-NEOFORGE_1.jar             |Create Hypertube              |create_hypertube              |0.2.5               |Manifest: NOSIGNATURE         create_ltab-3.0.0.jar                             |Create Let The Adventure Begin|create_ltab                   |3.0.0               |Manifest: NOSIGNATURE         sliceanddice-neoforge-4.0.1.jar                   |Create Slice & Dice           |sliceanddice                  |4.0.1               |Manifest: NOSIGNATURE         create-stuff-additions1.21.1_v2.1.0e.jar          |Create Stuff 'N Additions     |create_sa                     |2.1.0.              |Manifest: NOSIGNATURE         bellsandwhistles-0.4.7-1.21.1.jar                 |Create: Bells & Whistles      |bellsandwhistles              |0.4.7-1.21.1        |Manifest: NOSIGNATURE         create_better_motors-3.1.4-1.21.1-neoforge.jar    |Create: Better Motors         |create_better_motors          |3.1.4               |Manifest: NOSIGNATURE         create-central-kitchen-2.1.3.jar                  |Create: Central Kitchen       |create_central_kitchen        |2.1.3               |Manifest: NOSIGNATURE         createchromaticreturn-1.0.1-neoforge-1.21.1.jar   |Create: Chromatic Return      |createchromaticreturn         |1.0.0               |Manifest: NOSIGNATURE         create_connected-1.1.6-mc1.21.1.jar               |Create: Connected             |create_connected              |1.1.6-mc1.21.1      |Manifest: NOSIGNATURE         copycats-3.0.2+mc.1.21.1-neoforge.jar             |Create: Copycats+             |copycats                      |3.0.2+mc.1.21.1-neof|Manifest: NOSIGNATURE         create-dragons-plus-1.6.1.jar                     |Create: Dragons Plus          |create_dragons_plus           |1.6.1               |Manifest: NOSIGNATURE         create_easy_structures-0.2a-neoforge-1.21.1.jar   |Create: Easy Structures       |create_easy_structures        |0.2                 |Manifest: NOSIGNATURE         create-enchantment-industry-2.1.7.jar             |Create: Enchantment Industry  |create_enchantment_industry   |2.1.7               |Manifest: NOSIGNATURE         createfood-neoforge-1.21.1-2.0.0-beta-3.jar       |Create: Food                  |createfood                    |2.0.0-beta-3        |Manifest: NOSIGNATURE         createframed-1.21.1-1.6.8.jar                     |Create: Framed                |createframed                  |1.6.8               |Manifest: NOSIGNATURE         create_oxidized-0.1.3.jar                         |Create: Oxidized              |create_oxidized               |0.1.3               |Manifest: NOSIGNATURE         create_pillagers_arise-118.28.GL-neoforge-1.21.1.j|Create: Pillagers Arise       |create_pillagers_arise        |118.28.             |Manifest: NOSIGNATURE         create_power_loader-2.0.3-mc1.21.1.jar            |Create: Power Loader          |create_power_loader           |2.0.3-mc1.21.1      |Manifest: NOSIGNATURE         create_simple_ore_doubling-1.5.5-neoforge-1.21.1.j|Create: Simple Ore Doubling   |create_simple_ore_doubling    |1.5.5               |Manifest: NOSIGNATURE         create_structures_arise-162.35.34-neoforge-1.21.1.|Create: Structures Arise      |create_structures_arise       |162.35.34           |Manifest: NOSIGNATURE         create_things_and_misc-4.0-neoforge-1.21.1.jar    |create: things and misc       |create_things_and_misc        |1.0.0               |Manifest: NOSIGNATURE         trading_floor-3.0.10.jar                          |Create: Trading Floor         |trading_floor                 |3.0.10              |Manifest: NOSIGNATURE         create_ultimate_factory-2.1.1-neoforge-1.21.1.jar |Create: Ultimate Factory      |create_ultimate_factory       |2.1.1               |Manifest: NOSIGNATURE         create_better_villagers-1.3.2.jar                 |Create_Better_Villagers       |create_better_villagers       |1.3.2               |Manifest: NOSIGNATURE         CreeperOverhaul-neoforge-1.21.1-4.0.6.jar         |Creeper Overhaul              |creeperoverhaul               |4.0.6               |Manifest: NOSIGNATURE         cristellib-neoforge-1.2.8.jar                     |Cristel Lib                   |cristellib                    |1.2.8               |Manifest: NOSIGNATURE         cryonicconfig-neoforge-1.0.0+mc1.21.8.jar         |Cryonic Config                |cryonicconfig                 |1.0.0+mc1.21.8      |Manifest: NOSIGNATURE         cupboard-1.21-2.9.jar                             |Cupboard mod                  |cupboard                      |2.9                 |Manifest: NOSIGNATURE         curios-neoforge-9.5.1+1.21.1.jar                  |Curios API                    |curios                        |9.5.1+1.21.1        |Manifest: NOSIGNATURE         curious_armor_stands-8.0.0.jar                    |Curious Armor Stands          |curious_armor_stands          |8.0.0               |Manifest: NOSIGNATURE         darkpaintings-neoforge-1.21.1-21.1.2.jar          |DarkPaintings                 |darkpaintings                 |21.1.2              |Manifest: NOSIGNATURE         DeathFinder-v21.1.1-1.21.1-NeoForge.jar           |Death Finder                  |deathfinder                   |21.1.1              |Manifest: NOSIGNATURE         deimos-1.21.1-neoforge-2.2.jar                    |Deimos                        |deimos                        |2.2                 |Manifest: NOSIGNATURE         denseores-1.21-1.2.2.jar                          |Dense Ores                    |denseores                     |1.2.2               |Manifest: NOSIGNATURE         diagonalblocks-neoforge-21.1.2.jar                |Diagonal Blocks               |diagonalblocks                |21.1.2              |Manifest: NOSIGNATURE         DiagonalFences-v21.1.1-1.21.1-NeoForge.jar        |Diagonal Fences               |diagonalfences                |21.1.1              |Manifest: NOSIGNATURE         DiagonalWalls-v21.1.2-1.21.1-NeoForge.jar         |Diagonal Walls                |diagonalwalls                 |21.1.2              |Manifest: NOSIGNATURE         DiagonalWindows-v21.1.1-1.21.1-NeoForge.jar       |Diagonal Windows              |diagonalwindows               |21.1.1              |Manifest: NOSIGNATURE         doubledoors-1.21.1-7.1.jar                        |Double Doors                  |doubledoors                   |7.1                 |Manifest: NOSIGNATURE         dungeons-and-taverns-v4.4.4 [NeoForge].jar        |Dungeons and Taverns          |mr_dungeons_andtaverns        |1-v4.4.4            |Manifest: NOSIGNATURE         e4mc_minecraft-neoforge-5.4.1.jar                 |e4mc                          |e4mc_minecraft                |5.4.1               |Manifest: NOSIGNATURE         EasyAnvils-v21.1.0-1.21.1-NeoForge.jar            |Easy Anvils                   |easyanvils                    |21.1.0              |Manifest: NOSIGNATURE         EasyMagic-v21.1.0-1.21.1-NeoForge.jar             |Easy Magic                    |easymagic                     |21.1.0              |Manifest: NOSIGNATURE         easy-villagers-neoforge-1.21.1-1.1.35.jar         |Easy Villagers                |easy_villagers                |1.21.1-1.1.35       |Manifest: NOSIGNATURE         EffectDescriptions-v21.1.1-1.21.1-NeoForge.jar    |Effect Descriptions           |effectdescriptions            |21.1.1              |Manifest: NOSIGNATURE         enchdesc-neoforge-1.21.1-21.1.8.jar               |EnchantmentDescriptions       |enchdesc                      |21.1.8              |Manifest: NOSIGNATURE         EnderZoology-v21.1.3-1.21.1-NeoForge.jar          |Ender Zoology                 |enderzoology                  |21.1.3              |Manifest: NOSIGNATURE         endersdelight-neoforge-1.21.1-1.1.0.jar           |Ender's Delight               |endersdelight                 |1.1.0               |Manifest: NOSIGNATURE         EnhancedNature-1.21-(v.3.0.1-NEO).jar             |Enhanced Nature               |enhanced_nature               |3.0.1               |Manifest: NOSIGNATURE         entityculling-neoforge-1.8.2-mc1.21.jar           |EntityCulling                 |entityculling                 |1.8.2               |Manifest: NOSIGNATURE         EquipmentCompare-1.21.1-neoforge-1.3.13.jar       |Equipment Compare             |equipmentcompare              |1.3.13              |Manifest: NOSIGNATURE         etched-4.0.0.jar                                  |Etched                        |etched                        |4.0.0               |Manifest: NOSIGNATURE         expandability-neoforge-12.0.0.jar                 |ExpandAbility                 |expandability                 |12.0.0              |Manifest: NOSIGNATURE         expandeddelight-0.1.3.2.jar                       |Expanded Delight              |expandeddelight               |0.1.3.2             |Manifest: NOSIGNATURE         expandedstorage-neoforge-1.21.1-14.2.1.jar        |Expanded Storage              |expandedstorage               |14.2.1              |Manifest: NOSIGNATURE         ExplorersCompass-1.21.1-3.0.3-neoforge.jar        |Explorer's Compass            |explorerscompass              |1.21.1-3.0.3-neoforg|Manifest: NOSIGNATURE         extensibleenums-neoforge-21.1.1.jar               |Extensible Enums              |extensibleenums               |21.1.1              |Manifest: NOSIGNATURE         ExtraSoundsNext-neoforge-1.21.1-1.4.jar           |ExtraSoundsNext               |extrasounds                   |1.4                 |Manifest: NOSIGNATURE         extrasponges-neoforge-1.21-1.6.1.jar              |ExtraSponges                  |extrasponges                  |1.6.1               |Manifest: NOSIGNATURE         EyesInTheDarkness-1.21.1-1.4.6.jar                |Eyes in the Darkness          |eyesinthedarkness             |1.4.6               |Manifest: NOSIGNATURE         factory_blocks-neoforge-1.4.0+mc1.21.1.jar        |Factory Blocks                |factory_blocks                |1.4.0+mc1.21.1      |Manifest: NOSIGNATURE         fadeless-neoforge-1.1.0.jar                       |Fadeless                      |fadeless                      |1.1.0               |Manifest: NOSIGNATURE         fallingleaves-1.21.1-2.5.1.jar                    |Fallingleaves                 |fallingleaves                 |2.5.1               |Manifest: NOSIGNATURE         fancymenu_neoforge_3.7.0_MC_1.21.1.jar            |FancyMenu                     |fancymenu                     |3.7.0               |Manifest: NOSIGNATURE         FarmersDelight-1.21.1-1.2.9.jar                   |Farmer's Delight              |farmersdelight                |1.2.9               |Manifest: NOSIGNATURE         farsight-1.21-3.8.jar                             |Farsight mod                  |farsight_view                 |3.8                 |Manifest: NOSIGNATURE         fast-ip-ping-v1.0.7-mc1.21.1-neoforge.jar         |Fast IP Ping                  |fastipping                    |1.0.7               |Manifest: NOSIGNATURE         FastWorkbench-1.21.1-9.1.3.jar                    |Fast Workbench                |fastbench                     |9.1.3               |Manifest: NOSIGNATURE         FastFurnace-1.21.1-9.0.1.jar                      |FastFurnace                   |fastfurnace                   |9.0.1               |Manifest: NOSIGNATURE         fastleafdecay-35.jar                              |FastLeafDecay                 |fastleafdecay                 |35                  |Manifest: NOSIGNATURE         ferritecore-7.0.2-neoforge.jar                    |Ferrite Core                  |ferritecore                   |7.0.2               |Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a         fixedanvilrepaircost-1.21.1-3.5.jar               |Fixed Anvil Repair Cost       |fixedanvilrepaircost          |3.5                 |Manifest: NOSIGNATURE         flywheel-neoforge-1.21.1-1.0.4.jar                |Flywheel                      |flywheel                      |1.0.4               |Manifest: NOSIGNATURE         fabric-api-base-0.4.42+d1308dedd1.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308dedd1   |Manifest: NOSIGNATURE         fabric-block-view-api-v2-1.0.10+9afaaf8c19.jar    |Forgified Fabric BlockView API|fabric_block_view_api_v2      |1.0.10+9afaaf8c19   |Manifest: NOSIGNATURE         fabric-game-rule-api-v1-1.0.53+36d727be19.jar     |Forgified Fabric Game Rule API|fabric_game_rule_api_v1       |1.0.53+36d727be19   |Manifest: NOSIGNATURE         fabric-model-loading-api-v1-2.0.0+986ae77219.jar  |Forgified Fabric Model Loading|fabric_model_loading_api_v1   |2.0.0+986ae77219    |Manifest: NOSIGNATURE         fabric-renderer-indigo-1.7.0+acb05a3919.jar       |Forgified Fabric Renderer - In|fabric_renderer_indigo        |1.7.0+acb05a3919    |Manifest: NOSIGNATURE         fabric-renderer-api-v1-3.4.0+acb05a3919.jar       |Forgified Fabric Renderer API |fabric_renderer_api_v1        |3.4.0+acb05a3919    |Manifest: NOSIGNATURE         fabric-rendering-data-attachment-v1-0.3.48+73761d2|Forgified Fabric Rendering Dat|fabric_rendering_data_attachme|0.3.48+73761d2e19   |Manifest: NOSIGNATURE         FramedBlocks-10.4.0.jar                           |FramedBlocks                  |framedblocks                  |10.4.0              |Manifest: NOSIGNATURE         framework-neoforge-1.21.1-0.9.6.jar               |Framework                     |framework                     |0.9.6               |Manifest: NOSIGNATURE         ftb-library-neoforge-2101.1.19.jar                |FTB Library                   |ftblibrary                    |2101.1.19           |Manifest: NOSIGNATURE         ftb-quests-neoforge-2101.1.14.jar                 |FTB Quests                    |ftbquests                     |2101.1.14           |Manifest: NOSIGNATURE         ftb-teams-neoforge-2101.1.3.jar                   |FTB Teams                     |ftbteams                      |2101.1.3            |Manifest: NOSIGNATURE         ftb-xmod-compat-neoforge-21.1.5.jar               |FTB XMod Compat               |ftbxmodcompat                 |21.1.5              |Manifest: NOSIGNATURE         fusion-1.2.11a-neoforge-mc1.21.jar                |Fusion                        |fusion                        |1.2.11+a            |Manifest: NOSIGNATURE         fzzy_config-0.7.2+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.7.2+1.21+neoforge |Manifest: NOSIGNATURE         hats-neoforge-1.21.1-1.2.1.jar                    |Galena Hats                   |galena_hats                   |1.21.1-1.2.1        |Manifest: NOSIGNATURE         geckolib-neoforge-1.21.1-4.7.7.jar                |GeckoLib 4                    |geckolib                      |4.7.7               |Manifest: NOSIGNATURE         Geophilic v3.4.3 f15-80.mod.jar                   |Geophilic                     |geophilic                     |3.4.3               |Manifest: NOSIGNATURE         guardvillagers-2.3.2-1.21.1.jar                   |Guard Villagers               |guardvillagers                |2.3.2               |Manifest: NOSIGNATURE         guideme-21.1.14.jar                               |GuideME                       |guideme                       |21.1.14             |Manifest: NOSIGNATURE         handoveryouritems-1.21.1-3.6.jar                  |Hand Over Your Items          |handoveryouritems             |3.6                 |Manifest: NOSIGNATURE         handcrafted-neoforge-1.21.1-4.0.3.jar             |Handcrafted                   |handcrafted                   |4.0.3               |Manifest: NOSIGNATURE         HangGlider-v21.1.0-1.21.1-NeoForge.jar            |Hang Glider                   |hangglider                    |21.1.0              |Manifest: NOSIGNATURE         healingcampfire-1.21.1-6.2.jar                    |Healing Campfire              |healingcampfire               |6.2                 |Manifest: NOSIGNATURE         him-2.0.2-neoforge-1.21.1.jar                     |him                           |him                           |2.0.1               |Manifest: NOSIGNATURE         HopoBetterMineshaft-[1.21-1.21.3]-1.3.0b.jar      |HopoBetterMineshaft           |hopo                          |1.3.0               |Manifest: NOSIGNATURE         HopoBetterRuinedPortals-[1.21.1-1.21.3]-1.4.4b.jar|HopoBetterRuinedPortals       |hoporp                        |1.4.4               |Manifest: NOSIGNATURE         HopoBetterUnderwaterRuins-[1.21.1-1.21.3]-1.2.1b.j|HopoBetterUnderwaterRuins     |hopour                        |1.2.1               |Manifest: NOSIGNATURE         HorseExpert-v21.1.0-1.21.1-NeoForge.jar           |Horse Expert                  |horseexpert                   |21.1.0              |Manifest: NOSIGNATURE         Iceberg-1.21.1-neoforge-1.3.2.jar                 |Iceberg                       |iceberg                       |1.3.2               |Manifest: NOSIGNATURE         ImmediatelyFast-NeoForge-1.6.6+1.21.1.jar         |ImmediatelyFast               |immediatelyfast               |1.6.6+1.21.1        |Manifest: NOSIGNATURE         immersive_aircraft-1.3.3+1.21.1-neoforge.jar      |Immersive Aircraft            |immersive_aircraft            |1.3.3+1.21.1        |Manifest: NOSIGNATURE         immersivethunder-neoforge-1.21.1-1.3.0.jar        |Immersive Thunder             |immersivethunder              |1.3.0               |Manifest: NOSIGNATURE         ImmersiveUI-NEOFORGE-0.3.3+1.21.1.jar             |ImmersiveUI                   |immersiveui                   |0.3.3               |Manifest: NOSIGNATURE         infinitetrading-1.21.1-4.6.jar                    |Infinite Trading              |infinitetrading               |4.6                 |Manifest: NOSIGNATURE         iris-neoforge-1.8.12+mc1.21.1.jar                 |Iris                          |iris                          |1.8.12-snapshot+mc1.|Manifest: NOSIGNATURE         ironbookshelves-1.21.1-1.4.11-neoforge.jar        |Iron Bookshelves              |ironbookshelves               |1.21.1-1.4.11-neofor|Manifest: NOSIGNATURE         ItemBorders-1.21-neoforge-1.2.5.jar               |Item Borders                  |itemborders                   |1.2.5               |Manifest: NOSIGNATURE         Jade-1.21.1-NeoForge-15.10.3.jar                  |Jade                          |jade                          |15.10.3+neoforge    |Manifest: NOSIGNATURE         JadeAddons-1.21.1-NeoForge-6.1.0.jar              |Jade Addons                   |jadeaddons                    |6.1.0+neoforge      |Manifest: NOSIGNATURE         jamlib-neoforge-1.3.5+1.21.1.jar                  |JamLib                        |jamlib                        |1.3.5+1.21.1        |Manifest: NOSIGNATURE         jumpboat-1.21.0-1.0.5.jar                         |Jumpy Boats                   |jumpboat                      |1.21.0-1.0.5        |Manifest: NOSIGNATURE         justenoughbreeding-neoforge-1.21-1.21.1-1.6.2.jar |Just Enough Breeding          |justenoughbreeding            |1.6.2               |Manifest: NOSIGNATURE         jeed-1.21-2.2.19.jar                              |Just Enough Effects Descriptio|jeed                          |1.21-2.2.19         |Manifest: NOSIGNATURE         jei-1.21.1-neoforge-19.22.1.316.jar               |Just Enough Items             |jei                           |19.22.1.316         |Manifest: NOSIGNATURE         JustEnoughProfessions-neoforge-1.21.1-4.0.4.jar   |Just Enough Professions (JEP) |justenoughprofessions         |4.0.4               |Manifest: NOSIGNATURE         Kiwi-1.21.1-NeoForge-15.6.2.jar                   |Kiwi Library                  |kiwi                          |15.6.2+neoforge     |Manifest: NOSIGNATURE         konkrete_neoforge_1.9.9_MC_1.21.jar               |Konkrete                      |konkrete                      |1.9.9               |Manifest: NOSIGNATURE         thedarkcolour.kffmod-5.9.0.jar                    |Kotlin For Forge              |kotlinforforge                |5.9.0               |Manifest: NOSIGNATURE         kubejs-neoforge-2101.7.1-build.181.jar            |KubeJS                        |kubejs                        |2101.7.1-build.181  |Manifest: NOSIGNATURE         kuma-api-neoforge-21.0.5+1.21.jar                 |KumaAPI                       |kuma_api                      |21.0.5              |Manifest: NOSIGNATURE         mcwifipnp-1.9.0-1.21-neoforge.jar                 |LAN World Plug-n-Play         |mcwifipnp                     |1.9.0               |Manifest: NOSIGNATURE         LegendaryTooltips-1.21.1-neoforge-1.5.5.jar       |Legendary Tooltips            |legendarytooltips             |1.5.5               |Manifest: NOSIGNATURE         libIPN-neoforge-1.21-6.5.1.jar                    |libIPN                        |libipn                        |6.5.1               |Manifest: NOSIGNATURE         lithium-neoforge-0.15.0+mc1.21.1.jar              |Lithium                       |lithium                       |0.15.0+mc1.21.1     |Manifest: NOSIGNATURE         lootr-neoforge-1.21-1.10.35.91.jar                |Lootr                         |lootr                         |1.21-1.10.35.91     |Manifest: NOSIGNATURE         lukis-crazy-chambers-1.0.2.jar                    |Luki's Crazy Chambers         |mr_lukis_crazychambers        |1.0.2               |Manifest: NOSIGNATURE         mru-1.0.19+LTS+1.21.1+neoforge.jar                |M.R.U                         |mru                           |1.0.19+LTS+1.21.1+ne|Manifest: NOSIGNATURE         mcw-doors-1.1.2-mc1.21.1neoforge.jar              |Macaw's Doors                 |mcwdoors                      |1.1.2               |Manifest: NOSIGNATURE         mcw-fences-1.2.0-1.21.1neoforge.jar               |Macaw's Fences and Walls      |mcwfences                     |1.2.0               |Manifest: NOSIGNATURE         mcw-paintings-1.0.5-1.21.1neoforge.jar            |Macaw's Paintings             |mcwpaintings                  |1.0.5               |Manifest: NOSIGNATURE         mcw-paths-1.1.0neoforge-mc1.21.1.jar              |Macaw's Paths and Pavings     |mcwpaths                      |1.1.0               |Manifest: NOSIGNATURE         mcw-roofs-2.3.2-mc1.21.1neoforge.jar              |Macaw's Roofs                 |mcwroofs                      |2.3.2               |Manifest: NOSIGNATURE         mcw-stairs-1.0.1-1.21.1neoforge.jar               |Macaw's Stairs and Balconies  |mcwstairs                     |1.0.1               |Manifest: NOSIGNATURE         mcw-trapdoors-1.1.4-mc1.21.1neoforge.jar          |Macaw's Trapdoors             |mcwtrpdoors                   |1.1.4               |Manifest: NOSIGNATURE         MagnumTorch-v21.1.0-1.21.1-NeoForge.jar           |Magnum Torch                  |magnumtorch                   |21.1.0              |Manifest: NOSIGNATURE         man_of_many_planes-0.2.1+1.21.1-neoforge.jar      |Man of Many Planes            |man_of_many_planes            |0.2.1+1.21.1        |Manifest: NOSIGNATURE         Mekanism-1.21.1-10.7.15.81.jar                    |Mekanism                      |mekanism                      |10.7.15             |Manifest: NOSIGNATURE         MekanismAdditions-1.21.1-10.7.15.81.jar           |Mekanism: Additions           |mekanismadditions             |10.7.15             |Manifest: NOSIGNATURE         MekanismGenerators-1.21.1-10.7.15.81.jar          |Mekanism: Generators          |mekanismgenerators            |10.7.15             |Manifest: NOSIGNATURE         MekanismTools-1.21.1-10.7.15.81.jar               |Mekanism: Tools               |mekanismtools                 |10.7.15             |Manifest: NOSIGNATURE         melody_neoforge_1.0.10_MC_1.21.jar                |Melody                        |melody                        |1.0.10              |Manifest: NOSIGNATURE         midnightlib-1.7.5-neoforge+1.21.1.jar             |MidnightLib                   |midnightlib                   |1.7.5               |Manifest: NOSIGNATURE         client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         MobLassos-v21.1.0-1.21.1-NeoForge.jar             |Mob Lassos                    |moblassos                     |21.1.0              |Manifest: NOSIGNATURE         modernfix-neoforge-5.24.3+mc1.21.1.jar            |ModernFix                     |modernfix                     |5.24.3+mc1.21.1     |Manifest: NOSIGNATURE         modpack-update-checker-1.21.1-neoforge-0.15.6.jar |Modpack Update Checker        |modpackupdatechecker          |0.15.6              |Manifest: 4f:88:cf:0c:4c:fd:bd:e8:35:93:f6:9f:0e:12:30:77:82:b3:66:1e:b0:ca:bc:29:a8:0b:91:83:c6:7d:81:19         mmv-1.1.2-1.21.jar                                |Moog's Structures Template    |mmv                           |1.1.2-1.21          |Manifest: NOSIGNATURE         moonlight-1.21-2.22.2-neoforge.jar                |Moonlight Lib                 |moonlight                     |1.21-2.22.2         |Manifest: NOSIGNATURE         morediscs-1.21.1-neoforge-35.jar                  |More Music Discs              |morediscs                     |35                  |Manifest: NOSIGNATURE         moreoverlays-1.24.1-mc1.21.1-neoforge.jar         |More Overlays Updated         |moreoverlays                  |1.24.1              |Manifest: NOSIGNATURE         morevanillashields-1.0.2-1.21.1.jar               |More Vanilla Shields          |morevanillashields            |1.0.2-1.21.1        |Manifest: NOSIGNATURE         MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE         1.21-neo-0.1.2.jar                                |MPUC lavender-md              |mpuc_lavendermd               |0.1.2               |Manifest: 4f:88:cf:0c:4c:fd:bd:e8:35:93:f6:9f:0e:12:30:77:82:b3:66:1e:b0:ca:bc:29:a8:0b:91:83:c6:7d:81:19         refurbished_furniture-neoforge-1.21.1-1.0.16.jar  |MrCrayfish's Furniture Mod: Re|refurbished_furniture         |1.0.16              |Manifest: NOSIGNATURE         MutantMonsters-v21.1.0-1.21.1-NeoForge.jar        |Mutant Monsters               |mutantmonsters                |21.1.0              |Manifest: NOSIGNATURE         MyNethersDelight-1.21.1-1.8.jar                   |My Nether's Delight           |mynethersdelight              |1.8                 |Manifest: NOSIGNATURE         nametagtweaks-1.21.1-4.0.jar                      |Name Tag Tweaks               |nametagtweaks                 |4.0                 |Manifest: NOSIGNATURE         NaturesCompass-1.21.1-3.0.3-neoforge.jar          |Nature's Compass              |naturescompass                |1.21.1-3.0.2-neoforg|Manifest: NOSIGNATURE         neoforge-21.1.203-universal.jar                   |NeoForge                      |neoforge                      |21.1.203            |Manifest: NOSIGNATURE         neoforgedatapackextensions-neoforge-21.1.2.jar    |NeoForge Data Pack Extensions |neoforgedatapackextensions    |21.1.2              |Manifest: NOSIGNATURE         netherportalfix-neoforge-1.21.1-21.1.1.jar        |NetherPortalFix               |netherportalfix               |21.1.1              |Manifest: NOSIGNATURE         nofeathertrample-1.21.1-1.3.jar                   |No Feather Trample            |nofeathertrample              |1.3                 |Manifest: NOSIGNATURE         noisium-neoforge-2.3.0+mc1.21-1.21.1.jar          |Noisium                       |noisium                       |2.3.0+mc1.21-1.21.1 |Manifest: NOSIGNATURE         Not Enough Recipe Book-NEOFORGE-0.4.3+1.21.jar    |Not Enough Recipe Book        |nerb                          |0.4.3               |Manifest: NOSIGNATURE         notenoughanimations-neoforge-1.10.1-mc1.21.jar    |NotEnoughAnimations           |notenoughanimations           |1.10.1              |Manifest: NOSIGNATURE         OctoLib-NEOFORGE-0.6.0.3+1.21.jar                 |OctoLib                       |octolib                       |0.6.0.3             |Manifest: NOSIGNATURE         Oreganized 1.21.1-5.0.0.jar                       |Oreganized                    |oreganized                    |5.0.0               |Manifest: NOSIGNATURE         overloadedarmorbar-neoforge-1.21-2.jar            |OverloadedArmorBar            |overloadedarmorbar            |2                   |Manifest: NOSIGNATURE         owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar        |oωo                           |owo                           |0.12.15.5-beta.1+1.2|Manifest: NOSIGNATURE         packetfixer-3.1.4-1.20.5-1.21.X-merged.jar        |PacketFixer                   |packetfixer                   |3.1.4               |Manifest: NOSIGNATURE         particle_effects-1.21.1-NeoForge-1.0.1.jar        |Particle Effects              |particle_effects              |1.0.1               |Manifest: NOSIGNATURE         particular-1.21.1-NeoForge-1.1.6.jar              |Particular                    |particular                    |1.1.6               |Manifest: NOSIGNATURE         Perception-NEOFORGE-0.1.6+1.21.1.jar              |Perception                    |perception                    |0.1.6               |Manifest: NOSIGNATURE         PermanentSponges-v21.1.0-1.21.1-NeoForge.jar      |Permanent Sponges             |permanentsponges              |21.1.0              |Manifest: NOSIGNATURE         PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar        |Pick Up Notifier              |pickupnotifier                |21.1.1              |Manifest: NOSIGNATURE         Placebo-1.21.1-9.9.1.jar                          |Placebo                       |placebo                       |9.9.1               |Manifest: NOSIGNATURE         platform-neoforge-1.21.1-1.2.10.2.jar             |Platform                      |platform                      |1.2.10.2            |Manifest: NOSIGNATURE         player-animation-lib-forge-2.0.1+1.21.1.jar       |Player Animator               |playeranimator                |2.0.1+1.21.1        |Manifest: NOSIGNATURE         plushies-neoforge-1.5.1.jar                       |Plushie Mod                   |plushies                      |1.5.1               |Manifest: NOSIGNATURE         Ponder-NeoForge-1.21.1-1.0.56.jar                 |Ponder                        |ponder                        |1.0.56              |Manifest: NOSIGNATURE         PortableHole-v21.1.0-1.21.1-NeoForge.jar          |Portable Hole                 |portablehole                  |21.1.0              |Manifest: NOSIGNATURE         prickle-neoforge-1.21.1-21.1.10.jar               |PrickleMC                     |prickle                       |21.1.10             |Manifest: NOSIGNATURE         Prism-1.21.1-neoforge-1.0.11.jar                  |Prism                         |prism                         |1.0.11              |Manifest: NOSIGNATURE         ProPlacer-v21.1.1-1.21.1-NeoForge.jar             |Pro Placer                    |proplacer                     |21.1.1              |Manifest: NOSIGNATURE         PuzzlesLib-v21.1.38-1.21.1-NeoForge.jar           |Puzzles Lib                   |puzzleslib                    |21.1.38             |Manifest: NOSIGNATURE         AdditionalEnchantedMiner-1.21.1-neoforge-21.1.119.|QuarryPlus                    |quarryplus                    |21.1.119            |Manifest: ef:50:af:b3:03:e0:3e:70:a7:ef:78:77:a5:4d:d4:b5:07:ec:df:9d:d6:f3:12:13:c9:3c:cd:9a:0a:3e:6b:43         rarcompat-1.21-0.9.6.jar                          |RAR-Compat                    |rarcompat                     |0.9.6               |Manifest: NOSIGNATURE         rechiseled-1.1.6a-neoforge-mc1.21.jar             |Rechiseled                    |rechiseled                    |1.1.6+a             |Manifest: NOSIGNATURE         rechiseledcreate-1.0.2a-neoforge-mc1.21.jar       |Rechiseled: Create            |rechiseledcreate              |1.0.2+a             |Manifest: NOSIGNATURE         reeses-sodium-options-neoforge-1.8.3+mc1.21.4.jar |Reese's Sodium Options        |reeses_sodium_options         |1.8.3+mc1.21.4      |Manifest: NOSIGNATURE         relics-1.21.1-0.11.jar                            |Relics                        |relics                        |0.11                |Manifest: NOSIGNATURE         replantingcrops-1.21.1-5.5.jar                    |Replanting Crops              |replantingcrops               |5.5                 |Manifest: NOSIGNATURE         repurposed_structures-7.5.17+1.21.1-neoforge.jar  |Repurposed Structures         |repurposed_structures         |7.5.17+1.21.1-neofor|Manifest: NOSIGNATURE         resourcelibrary-neoforge-1.21.1-2.8.0.jar         |Resource Library              |resourcelibrary               |1.21.1-2.8.0        |Manifest: NOSIGNATURE         resource_nether_ores-neoforge-1.21.1-2.1.0.jar    |Resource Nether Ores          |resource_nether_ores          |2.1.0               |Manifest: NOSIGNATURE         resourcefullib-neoforge-1.21-3.0.12.jar           |Resourceful Lib               |resourcefullib                |3.0.12              |Manifest: NOSIGNATURE         resourcefulconfig-neoforge-1.21-3.0.11.jar        |Resourcefulconfig             |resourcefulconfig             |3.0.11              |Manifest: NOSIGNATURE         rhino-2101.2.7-build.77.jar                       |Rhino                         |rhino                         |2101.2.7-build.77   |Manifest: NOSIGNATURE         rightclickharvest-neoforge-4.5.3+1.21.1.jar       |Right Click Harvest           |rightclickharvest             |4.5.3+1.21.1        |Manifest: NOSIGNATURE         satisfying_buttons-neoforge-1.1.2-1.21.1.jar      |Satisfying Buttons            |satisfying_buttons            |1.1.1               |Manifest: NOSIGNATURE         Searchables-neoforge-1.21.1-1.0.2.jar             |Searchables                   |searchables                   |1.0.2               |Manifest: NOSIGNATURE         simple_weather-1.0.13.jar                         |Simple Weather                |simple_weather                |1.0.13              |Manifest: NOSIGNATURE         simplehats-neoforge-1.21.1-0.4.0.jar              |SimpleHats                    |simplehats                    |0.4.0               |Manifest: NOSIGNATURE         simplylight-1.5.3+1.21.1-b4.jar                   |Simply Light                  |simplylight                   |1.5.3               |Manifest: NOSIGNATURE         SkinnedCarts-1.21-6.0.1.jar                       |Skinned Carts                 |skinnedcarts                  |6.0.1               |Manifest: NOSIGNATURE         sleepsooner-1.21.1-4.7.jar                        |Sleep Sooner                  |sleepsooner                   |4.7                 |Manifest: NOSIGNATURE         smallernetherportals-1.21.1-3.9.jar               |Smaller Nether Portals        |smallernetherportals          |3.9                 |Manifest: NOSIGNATURE         SmartBrainLib-neoforge-1.21.1-1.16.10.jar         |SmartBrainLib                 |smartbrainlib                 |1.16.10             |Manifest: NOSIGNATURE         smoothchunk-1.21-4.1.jar                          |Smoothchunk mod               |smoothchunk                   |4.1                 |Manifest: NOSIGNATURE         snowundertrees-1.21.1-1.5.jar                     |Snow Under Trees              |snowundertrees                |1.5                 |Manifest: NOSIGNATURE         SnowRealMagic-1.21.1-NeoForge-12.1.2.jar          |Snow! Real Magic!             |snowrealmagic                 |12.1.2+neoforge     |Manifest: NOSIGNATURE         sodium-neoforge-0.6.13+mc1.21.1.jar               |Sodium                        |sodium                        |0.6.13+mc1.21.1     |Manifest: NOSIGNATURE         sodiumdynamiclights-neoforge-1.0.10-1.21.1.jar    |Sodium Dynamic Lights         |sodiumdynamiclights           |1.0.9               |Manifest: NOSIGNATURE         sodiumextras-neoforge-1.0.8-1.21.1.jar            |Sodium Extras                 |sodiumextras                  |1.0.7               |Manifest: NOSIGNATURE         sodiumoptionsapi-neoforge-1.0.10-1.21.1.jar       |Sodium Options API            |sodiumoptionsapi              |1.0.10              |Manifest: NOSIGNATURE         sodiumoptionsmodcompat-neoforge-1.0.0-1.21.1.jar  |Sodium Options Mod Compat     |sodiumoptionsmodcompat        |1.0.0               |Manifest: NOSIGNATURE         someassemblyrequired-5.2.2.jar                    |Some Assembly Required        |someassemblyrequired          |5.2.2               |Manifest: NOSIGNATURE         sophisticatedbackpacks-1.21.1-3.24.21.1314.jar    |Sophisticated Backpacks       |sophisticatedbackpacks        |3.24.21             |Manifest: NOSIGNATURE         sophisticatedcore-1.21.1-1.3.64.1090.jar          |Sophisticated Core            |sophisticatedcore             |1.3.64              |Manifest: NOSIGNATURE         sound-physics-remastered-neoforge-1.21.1-1.4.10.ja|Sound Physics Remastered      |sound_physics_remastered      |1.21.1-1.4.10       |Manifest: NOSIGNATURE         sounds-2.4.13.1+lts+1.21.1+neoforge.jar           |Sounds                        |sounds                        |2.4.13.1+lts+1.21.1+|Manifest: NOSIGNATURE         spark-1.10.124-neoforge.jar                       |spark                         |spark                         |1.10.124            |Manifest: NOSIGNATURE         sparsestructures-neoforge-1.21.1-3.0.jar          |SparseStructures              |sparsestructures              |3.0                 |Manifest: NOSIGNATURE         spectrelib-neoforge-0.17.2+1.21.jar               |SpectreLib                    |spectrelib                    |0.17.2+1.21         |Manifest: NOSIGNATURE         SpikySpikes-v21.1.1-1.21.1-NeoForge.jar           |Spiky Spikes                  |spikyspikes                   |21.1.1              |Manifest: NOSIGNATURE         statuemenus-neoforge-21.1.0.jar                   |Statue Menus                  |statuemenus                   |21.1.0              |Manifest: NOSIGNATURE         stickyenchantinglapis-1.21.1-1.5.jar              |Sticky Enchanting Lapis       |stickyenchantinglapis         |1.5                 |Manifest: NOSIGNATURE         StorageDrawers-neoforge-1.21.1-13.11.1.jar        |Storage Drawers               |storagedrawers                |13.11.1             |Manifest: NOSIGNATURE         StrawStatues-v21.1.0-1.21.1-NeoForge.jar          |Straw Statues                 |strawstatues                  |21.1.0              |Manifest: NOSIGNATURE         SubtleEffects-neoforge-1.21.1-1.12.1.jar          |Subtle Effects                |subtle_effects                |1.12.1              |Manifest: NOSIGNATURE         supermartijn642configlib-1.1.8-neoforge-mc1.21.jar|SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.18a-neoforge-mc1.21.jar|SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.18+a            |Manifest: NOSIGNATURE         supplementaries-1.21-3.4.9-neoforge.jar           |Supplementaries               |supplementaries               |1.21-3.4.9          |Manifest: NOSIGNATURE         sweety_archaeology-1.0.9b-neoforge-1.21.1.jar     |Sweety's Archaeology          |sweety_archaeology            |1.0.9               |Manifest: NOSIGNATURE         sweety_garden-1.0.1-neoforge-1.21.1.jar           |Sweety's Garden               |sweety_garden                 |1.0.1               |Manifest: NOSIGNATURE         TCTcore-1.21.1.jar                                |tctcore                       |tctcore                       |2.0                 |Manifest: NOSIGNATURE         tide-neoforge-1.21-1.6.3.jar                      |Tide                          |tide                          |1.6.3               |Manifest: NOSIGNATURE         TinySkeletons-v21.1.0-1.21.1-NeoForge.jar         |Tiny Skeletons                |tinyskeletons                 |21.1.0              |Manifest: NOSIGNATURE         toofast-1.21.0-0.4.3.5.jar                        |Too Fast                      |toofast                       |0.4.3.5             |Manifest: NOSIGNATURE         t_and_t-neoforge-fabric-1.13.2.jar                |Towns and Towers              |t_and_t                       |1.13.2              |Manifest: NOSIGNATURE         TradingPost-v21.1.0-1.21.1-NeoForge.jar           |Trading Post                  |tradingpost                   |21.1.0              |Manifest: NOSIGNATURE         TRansition-1.0.3-1.21-neoforge-SNAPSHOT.jar       |TRansition                    |transition                    |1.0.3               |Manifest: NOSIGNATURE         trashcans-1.0.18c-neoforge-mc1.21.jar             |Trash Cans                    |trashcans                     |1.0.18+c            |Manifest: NOSIGNATURE         trashslot-neoforge-1.21.1-21.1.4.jar              |TrashSlot                     |trashslot                     |21.1.4              |Manifest: NOSIGNATURE         TRender-1.0.5-1.21-neoforge-SNAPSHOT.jar          |TRender                       |trender                       |1.0.5               |Manifest: NOSIGNATURE         trimmable_tools-neoforge-1.21.1-2.0.5.jar         |Trimmable Tools               |trimmable_tools               |2.0.5               |Manifest: NOSIGNATURE         UniversalBoneMeal-v21.1.0-1.21.1-NeoForge.jar     |Universal Bone Meal           |universalbonemeal             |21.1.0              |Manifest: NOSIGNATURE         sawmill-1.21-1.5.22-neoforge.jar                  |Universal Sawmill             |sawmill                       |1.21-1.5.22         |Manifest: NOSIGNATURE         vanillazoom-1.21.1-2.8.jar                        |Vanilla Zoom                  |vanillazoom                   |2.8                 |Manifest: NOSIGNATURE         VisualWorkbench-v21.1.1-1.21.1-NeoForge.jar       |Visual Workbench              |visualworkbench               |21.1.1              |Manifest: NOSIGNATURE         visuality-forge-2.1.0.jar                         |Visuality: Reforged           |visuality                     |2.1.0               |Manifest: NOSIGNATURE         wakes-1.21.1-NeoForge-1.0.2.jar                   |Wakes                         |wakes                         |1.0.2               |Manifest: NOSIGNATURE         worldplaytime-1.2.2-1.21-NEOFORGE.jar             |World Play Time               |worldplaytime                 |1.2.2               |Manifest: NOSIGNATURE         xptome-1.21.1-2.4.jar                             |XP Tome                       |xpbook                        |2.4                 |Manifest: NOSIGNATURE         yeetusexperimentus-neoforge-87.0.0.jar            |Yeetus Experimentus           |yeetusexperimentus            |87.0.0              |Manifest: NOSIGNATURE         yet_another_config_lib_v3-3.7.1+1.21.1-neoforge.ja|YetAnotherConfigLib           |yet_another_config_lib_v3     |3.7.1+1.21.1-neoforg|Manifest: NOSIGNATURE     Crash Report UUID: d3322bc4-8aef-4225-92bb-bb873ab76ea0     FML: 4.0.41     NeoForge: 21.1.203     Flywheel Backend: flywheel:off    
    • I have the same problem, but after research I still can't find a solution. Can you give me your list of mods so I know if we have one in common, and if that's the reason?
    • Hi! I setup and run MC forge MDK on Linux. Reading the code of the example mod, I expect to some entries in the log located in ./run/logs/latest.log. I can see the entries from commonSetup(): forge-1.21.7-57.0.2-mdk $ grep moellendorf -r ./run/logs/latest.log [01Sep2025 11:28:16.980] [Worker-Main-12/INFO] [eu.moellendorf.myfirstmod.MyFirstMod/]: HELLO FROM COMMON SETUP [01Sep2025 11:28:16.980] [Worker-Main-12/INFO] [eu.moellendorf.myfirstmod.MyFirstMod/]: DIRT BLOCK >> minecraft:dirt [01Sep2025 11:28:16.980] [Worker-Main-12/INFO] [eu.moellendorf.myfirstmod.MyFirstMod/]: The magic number is... 42 [01Sep2025 11:28:16.980] [Worker-Main-12/INFO] [eu.moellendorf.myfirstmod.MyFirstMod/]: ITEM >> minecraft:iron_ingot But I cannot see the log entries from onClientSetup(). I expect to see: "HELLO FROM CLIENT SETUP" "MINECRAFT NAME >> " and my user's name (presumably "dev") What am I missing?
    • https://privatebin.net/?2a9b1a4d5463d329#9dD7p6S8gGsRgaKYugj4QC6XqkmHxBU1m1GjnM8fm6s2
    • id love some help understanding on how to fix my modpack so im able to use it, it loads but crashes roughly midway through, it says "The game crashed: rendering overlay Error: java.lang.RuntimeException: net.minecraft.server.ChainedJsonException: Invalid shaders/core/particle.json: File not found" Exit Code -1   ---- Minecraft Crash Report ---- // Ouch. That hurt Time: 2025-08-31 16:00:52 Description: Rendering overlay java.lang.RuntimeException: net.minecraft.server.ChainedJsonException: Invalid shaders/core/particle.json: File not found     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.handler$cco000$watut$onLoadShaders(GameRenderer.java:3279) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.reloadShaders(GameRenderer.java:731) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer$1.apply(GameRenderer.java:386) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer$1.apply(GameRenderer.java:361) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:19) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:moonlight.mixins.json:ConditionHackMixin from mod moonlight,pl:mixin:A}     at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {}     at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:69) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading,pl:accesstransformer:B}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,re:computing_frames,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.runAllTasks(BlockableEventLoop.java:111) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1155) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftClient from mod xaeroworldmap,pl:mixin:APP:xaeroworldmap.neoforge.mixins.json:MixinForgeMinecraftClient from mod xaeroworldmap,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.underlay.json:MinecraftMixin from mod underlay,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftClient from mod xaerominimap,pl:mixin:APP:vampirism.mixins.json:client.MinecraftMixin from mod vampirism,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:euphoria_patcher.mixins.json:ReloadShadersOnDimensionChangeMixin from mod euphoria_patcher,pl:mixin:APP:euphoria_patcher.mixins.json:ClientTickMixin from mod euphoria_patcher,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftClient from mod xaeroworldmap,pl:mixin:APP:xaeroworldmap.neoforge.mixins.json:MixinForgeMinecraftClient from mod xaeroworldmap,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.underlay.json:MinecraftMixin from mod underlay,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftClient from mod xaerominimap,pl:mixin:APP:vampirism.mixins.json:client.MinecraftMixin from mod vampirism,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:euphoria_patcher.mixins.json:ReloadShadersOnDimensionChangeMixin from mod euphoria_patcher,pl:mixin:APP:euphoria_patcher.mixins.json:ClientTickMixin from mod euphoria_patcher,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:euphoria_patcher.mixins.json:EuphoriaPatcherMixin from mod euphoria_patcher,pl:mixin:A,pl:runtimedistcleaner:A}     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}     at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {} Caused by: net.minecraft.server.ChainedJsonException: Invalid shaders/core/particle.json: File not found     at TRANSFORMER/[email protected]/net.minecraft.server.ChainedJsonException.forException(ChainedJsonException.java:48) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderInstance.<init>(ShaderInstance.java:157) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramAccessor from mod owo,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderInstance.<init>(ShaderInstance.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramAccessor from mod owo,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/com.corosus.watut.ShaderInstanceBlur.<init>(ShaderInstanceBlur.java:27) ~[watut-neoforge-1.21.0-1.2.7.jar%23472!/:?] {re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.handler$cco000$watut$onLoadShaders(GameRenderer.java:3265) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     ... 29 more Caused by: java.io.FileNotFoundException: minecraft:shaders/core/particle.json     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.ResourceProvider.lambda$getResourceOrThrow$1(ResourceProvider.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading,re:mixin}     at java.base/java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] {re:mixin}     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.ResourceProvider.getResourceOrThrow(ResourceProvider.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading,re:mixin}     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.ResourceProvider.openAsReader(ResourceProvider.java:31) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading,re:mixin}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderInstance.<init>(ShaderInstance.java:106) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramAccessor from mod owo,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.ShaderInstance.<init>(ShaderInstance.java:99) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramAccessor from mod owo,pl:mixin:APP:owo.mixins.json:shader.ShaderProgramMixin from mod owo,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/com.corosus.watut.ShaderInstanceBlur.<init>(ShaderInstanceBlur.java:27) ~[watut-neoforge-1.21.0-1.2.7.jar%23472!/:?] {re:mixin,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.handler$cco000$watut$onLoadShaders(GameRenderer.java:3265) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     ... 29 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace:     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.handler$cco000$watut$onLoadShaders(GameRenderer.java:3279) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.reloadShaders(GameRenderer.java:731) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer$1.apply(GameRenderer.java:386) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer$1.apply(GameRenderer.java:361) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.lambda$reload$1(SimplePreparableReloadListener.java:19) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,re:computing_frames,re:classloading,pl:mixin:APP:moonlight.mixins.json:ConditionHackMixin from mod moonlight,pl:mixin:A}     at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718) ~[?:?] {}     at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482) ~[?:?] {}     at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.lambda$new$3(SimpleReloadInstance.java:69) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:classloading,pl:accesstransformer:B}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:148) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:23) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,re:computing_frames,re:classloading}     at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:122) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,re:computing_frames,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} -- Overlay render details -- Details:     Overlay name: net.neoforged.neoforge.client.loading.NeoForgeLoadingOverlay Stacktrace:     at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.render(GameRenderer.java:1084) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.runTick(Minecraft.java:1195) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftClient from mod xaeroworldmap,pl:mixin:APP:xaeroworldmap.neoforge.mixins.json:MixinForgeMinecraftClient from mod xaeroworldmap,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.underlay.json:MinecraftMixin from mod underlay,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftClient from mod xaerominimap,pl:mixin:APP:vampirism.mixins.json:client.MinecraftMixin from mod vampirism,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:euphoria_patcher.mixins.json:ReloadShadersOnDimensionChangeMixin from mod euphoria_patcher,pl:mixin:APP:euphoria_patcher.mixins.json:ClientTickMixin from mod euphoria_patcher,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.run(Minecraft.java:807) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:owo.mixins.json:MinecraftClientMixin from mod owo,pl:mixin:APP:subtle_effects.mixins.json:client.MinecraftMixin from mod subtle_effects,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftClient from mod xaeroworldmap,pl:mixin:APP:xaeroworldmap.neoforge.mixins.json:MixinForgeMinecraftClient from mod xaeroworldmap,pl:mixin:APP:bookshelf.mixins.json:access.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:pickupnotifier.common.mixins.json:client.MinecraftMixin from mod pickupnotifier,pl:mixin:APP:balm.neoforge.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:accessories-common.mixins.json:client.MinecraftMixin from mod accessories,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:transition.mixins.json:EntityRenderStateMixin from mod transition,pl:mixin:APP:transition.mixins.json:EntityRendererMixin from mod transition,pl:mixin:APP:owo.mixins.json:ui.MinecraftClientMixin from mod owo,pl:mixin:APP:mixins.underlay.json:MinecraftMixin from mod underlay,pl:mixin:APP:moonlight-common.mixins.json:MinecraftMixin from mod moonlight,pl:mixin:APP:iceberg.mixins.json:MinecraftMixin from mod iceberg,pl:mixin:APP:notenoughanimations.mixins.json:LivingRenderStateMixin from mod notenoughanimations,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftClient from mod xaerominimap,pl:mixin:APP:vampirism.mixins.json:client.MinecraftMixin from mod vampirism,pl:mixin:APP:yacl.mixins.json:MinecraftMixin from mod yet_another_config_lib_v3,pl:mixin:APP:euphoria_patcher.mixins.json:ReloadShadersOnDimensionChangeMixin from mod euphoria_patcher,pl:mixin:APP:euphoria_patcher.mixins.json:ClientTickMixin from mod euphoria_patcher,pl:mixin:A,pl:runtimedistcleaner:A}     at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:230) ~[client-1.21.1-20240808.144430-srg.jar%23332!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:euphoria_patcher.mixins.json:EuphoriaPatcherMixin from mod euphoria_patcher,pl:mixin:A,pl:runtimedistcleaner:A}     at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?] {}     at java.base/java.lang.reflect.Method.invoke(Method.java:580) ~[?:?] {re:mixin}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:136) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:124) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonClientLaunchHandler.runService(CommonClientLaunchHandler.java:32) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/net.neoforged.fml.loading.targets.CommonLaunchHandler.lambda$launchService$4(CommonLaunchHandler.java:118) ~[loader-4.0.41.jar%23107!/:4.0] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:103) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:74) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-11.0.5.jar%23112!/:?] {}     at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-11.0.5.jar%23112!/:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.run(BootstrapLauncher.java:210) [bootstraplauncher-2.0.2.jar:?] {}     at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:69) [bootstraplauncher-2.0.2.jar:?] {} -- Uptime -- Details:     JVM uptime: 68.541s     Wall uptime: 8.165s     High-res time: 65.345s     Client ticks: 45 ticks / 2.250s -- Last reload -- Details:     Reload number: 1     Reload reason: initial     Finished: No     Packs: vanilla -- System Details -- Details:     Minecraft Version: 1.21.1     Minecraft Version ID: 1.21.1     Operating System: Windows 11 (amd64) version 10.0     Java Version: 21.0.7, Microsoft     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft     Memory: 333080240 bytes (317 MiB) / 1207959552 bytes (1152 MiB) up to 25467813888 bytes (24288 MiB)     CPUs: 6     Processor Vendor: GenuineIntel     Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz     Identifier: Intel64 Family 6 Model 158 Stepping 10     Microarchitecture: Coffee Lake     Frequency (GHz): 2.90     Number of physical packages: 1     Number of physical CPUs: 6     Number of logical CPUs: 6     Graphics card #0 name: NVIDIA GeForce RTX 2060     Graphics card #0 vendor: NVIDIA     Graphics card #0 VRAM (MiB): 6144.00     Graphics card #0 deviceId: VideoController1     Graphics card #0 versionInfo: 32.0.15.8115     Memory slot #0 capacity (MiB): 16384.00     Memory slot #0 clockSpeed (GHz): 2.67     Memory slot #0 type: DDR4     Memory slot #1 capacity (MiB): 16384.00     Memory slot #1 clockSpeed (GHz): 2.67     Memory slot #1 type: DDR4     Virtual memory max (MiB): 34689.63     Virtual memory used (MiB): 16736.30     Swap memory total (MiB): 2048.00     Swap memory used (MiB): 115.00     Space in storage for jna.tmpdir (MiB): available: 112516.42, total: 953868.00     Space in storage for org.lwjgl.system.SharedLibraryExtractPath (MiB): available: 112516.42, total: 953868.00     Space in storage for io.netty.native.workdir (MiB): available: 112516.42, total: 953868.00     Space in storage for java.io.tmpdir (MiB): available: 8152.79, total: 242709.16     Space in storage for workdir (MiB): available: 112516.42, total: 953868.00     JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx24288m -Xms256m     Launched Version: neoforge-21.1.205     Launcher name: minecraft-launcher     Backend library: LWJGL version 3.3.3+5     Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 4.6.0 NVIDIA 581.15, NVIDIA Corporation     Window size: 1024x768     GFLW Platform: win32     GL Caps: Using framebuffer using OpenGL 3.2     GL debug messages:      Is Modded: Definitely; Client brand changed to 'neoforge'     Universe: 400921fb54442d18     Type: Client (map_client.txt)     Graphics mode: fancy     Render Distance: 12/12 chunks     Resource Packs: vanilla     Current Language: en_us     Locale: en_US     System encoding: Cp1252     File encoding: UTF-8     CPU: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz     ModLauncher: 11.0.5+main.901c6ea8     ModLauncher launch target: forgeclient     ModLauncher services:          sponge-mixin-0.15.2+mixin.0.8.7.jar mixin PLUGINSERVICE          loader-4.0.41.jar slf4jfixer PLUGINSERVICE          loader-4.0.41.jar runtime_enum_extender PLUGINSERVICE          at-modlauncher-10.0.1.jar accesstransformer PLUGINSERVICE          loader-4.0.41.jar runtimedistcleaner PLUGINSERVICE          modlauncher-11.0.5.jar mixin TRANSFORMATIONSERVICE          modlauncher-11.0.5.jar fml TRANSFORMATIONSERVICE      FML Language Providers:          [email protected]         [email protected]         [email protected]         [email protected]         [email protected]     Mod List:          skinlayers3d-neoforge-1.9.0-mc1.21.jar            |3d-Skin-Layers                |skinlayers3d                  |1.9.0               |Manifest: NOSIGNATURE         letsdo-brewery-neoforge-2.1.1.jar                 |[Let's Do] Brewery            |brewery                       |2.1.1               |Manifest: NOSIGNATURE         letsdo-candlelight-neoforge-2.1.0.jar             |[Let's Do] Candlelight        |candlelight                   |2.1.0               |Manifest: NOSIGNATURE         letsdo-farm_and_charm-neoforge-1.1.2.jar          |[Let's Do] Farm & Charm       |farm_and_charm                |1.1.2               |Manifest: NOSIGNATURE         letsdo-furniture-neoforge-1.1.0.jar               |[Let's Do] Furniture          |furniture                     |1.1.0               |Manifest: NOSIGNATURE         letsdo-herbalbrews-neoforge-1.1.0.jar             |[Let's Do] HerbalBrews        |herbalbrews                   |1.1.0               |Manifest: NOSIGNATURE         accessories-neoforge-1.1.0-beta.49+1.21.1.jar     |Accessories                   |accessories                   |1.1.0-beta.49+1.21.1|Manifest: NOSIGNATURE         additionallanterns-1.1.2-neoforge-mc1.21.jar      |Additional Lanterns           |additionallanterns            |1.1.2               |Manifest: NOSIGNATURE         amendments-1.21-2.0.5-neoforge.jar                |Amendments                    |amendments                    |1.21-2.0.5          |Manifest: NOSIGNATURE         another_furniture-neoforge-4.0.0.jar              |Another Furniture             |another_furniture             |4.0.0               |Manifest: NOSIGNATURE         Aquaculture-1.21.1-2.7.14.jar                     |Aquaculture 2                 |aquaculture                   |2.7.14              |Manifest: NOSIGNATURE         aquaculturedelight-1.2.0-neoforge-1.21.1.jar      |Aquaculture Delight           |aquaculturedelight            |1.2.0               |Manifest: NOSIGNATURE         architectury-13.0.8-neoforge.jar                  |Architectury                  |architectury                  |13.0.8              |Manifest: NOSIGNATURE         ArmorTrimItemFix-neoforge-1.21.1-1.2.0.jar        |Armor Trim Item Fix           |armortrimitemfix              |1.2.0               |Manifest: NOSIGNATURE         athena-neoforge-1.21-4.0.2.jar                    |Athena                        |athena                        |4.0.2               |Manifest: NOSIGNATURE         balm-neoforge-1.21.1-21.0.49.jar                  |Balm                          |balm                          |21.0.49             |Manifest: NOSIGNATURE         beautify-neoforge-1.21.1-2.0.2.jar                |Beautify                      |beautify                      |2.0.2               |Manifest: NOSIGNATURE         benssharks-1.2.6-neoforge-1.21.1.jar              |Ben's Sharks                  |benssharks                    |1.2.6               |Manifest: NOSIGNATURE         BetterAdvancements-NeoForge-1.21.1-0.4.3.21.jar   |Better Advancements           |betteradvancements            |0.4.3.21            |Manifest: NOSIGNATURE         blahaj-neoforge-1.21.1-2.0.2.jar                  |Blåhaj                        |blahaj                        |2.0.0               |Manifest: NOSIGNATURE         bookshelf-neoforge-1.21.1-21.1.68.jar             |Bookshelf                     |bookshelf                     |21.1.68             |Manifest: NOSIGNATURE         caelus-neoforge-7.0.1+1.21.1.jar                  |Caelus API                    |caelus                        |7.0.1+1.21.1        |Manifest: NOSIGNATURE         Chimes-v2.0.3-1.21.1-NeoForge.jar                 |Chimes                        |chimes                        |2.0.3               |Manifest: NOSIGNATURE         chipped-neoforge-1.21.1-4.0.2.jar                 |Chipped                       |chipped                       |4.0.2               |Manifest: NOSIGNATURE         cleanswing-1.9.jar                                |Clean Swing                   |cleanswing                    |1.9                 |Manifest: NOSIGNATURE         comforts-neoforge-9.0.4+1.21.1.jar                |Comforts                      |comforts                      |9.0.4+1.21.1        |Manifest: NOSIGNATURE         cgl-1.21-neoforge-0.5.1.jar                       |CommonGroovyLibrary           |commongroovylibrary           |0.5.1               |Manifest: NOSIGNATURE         conditional-mixin-neoforge-0.6.3.jar              |conditional mixin             |conditional_mixin             |0.6.3               |Manifest: NOSIGNATURE         configured-neoforge-1.21.1-2.6.0.jar              |Configured                    |configured                    |2.6.0               |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99         connectedglass-1.1.14-neoforge-mc1.21.jar         |Connected Glass               |connectedglass                |1.1.14              |Manifest: NOSIGNATURE         cookingforblockheads-neoforge-1.21.1-21.1.16.jar  |Cooking for Blockheads        |cookingforblockheads          |21.1.16             |Manifest: NOSIGNATURE         coroutil-neoforge-1.21.0-1.3.8.jar                |CoroUtil                      |coroutil                      |1.21.0-1.3.8        |Manifest: NOSIGNATURE         corpse-neoforge-1.21.1-1.1.10.jar                 |Corpse                        |corpse                        |1.21.1-1.1.10       |Manifest: NOSIGNATURE         cosmeticarmorreworked-1.21.1-v1-neoforge.jar      |CosmeticArmorReworked         |cosmeticarmorreworked         |1.21.1-v1-neoforge  |Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53         crabbersdelight-1.21.1-1.1.10.jar                 |Crabber's Delight             |crabbersdelight               |1.1.10              |Manifest: NOSIGNATURE         craftableanimalsneo-1.9.0-neoforge-1.21.1.jar     |CraftableAnimalsNEO           |craftableanimalsneo           |1.9.0               |Manifest: NOSIGNATURE         crittersandcompanions-neoforge-1.21.1-2.3.1.jar   |Critters and Companions       |crittersandcompanions         |1.21.1-2.3.1        |Manifest: NOSIGNATURE         cuisinedelight-1.2.6.jar                          |Cuisine Delight               |cuisinedelight                |1.2.6               |Manifest: NOSIGNATURE         culturaldelights-0.17.7.jar                       |Cultural Delights             |culturaldelights              |0.17.7              |Manifest: NOSIGNATURE         curios-neoforge-9.5.1+1.21.1.jar                  |Curios API                    |curios                        |9.5.1+1.21.1        |Manifest: NOSIGNATURE         curious_armor_stands-8.0.0.jar                    |Curious Armor Stands          |curious_armor_stands          |8.0.0               |Manifest: NOSIGNATURE         dawnoftimebuilder-neoforge-1.21.1-1.6.1.jar       |DawnOfTimeBuilder             |dawnoftimebuilder             |1.6.1               |Manifest: NOSIGNATURE         displaydelight-1.3.0.jar                          |Display Delight               |displaydelight                |1.3.0               |Manifest: NOSIGNATURE         DustyDecorationsNeoforged_1.21.1_V1.8.1.jar       |Dusty Decorations             |dustydecorations              |1.8.1               |Manifest: NOSIGNATURE         DyedFlames-v21.1.1-1.21.1-NeoForge.jar            |Dyed Flames                   |dyedflames                    |21.1.1              |Manifest: NOSIGNATURE         EasyAnvils-v21.1.0-1.21.1-NeoForge.jar            |Easy Anvils                   |easyanvils                    |21.1.0              |Manifest: NOSIGNATURE         Easy Diamond-neoforge-1.21.1-3.4.8.1.jar          |Easy Diamond                  |diamond                       |3.4.8               |Manifest: NOSIGNATURE         EasyMagic-v21.1.0-1.21.1-NeoForge.jar             |Easy Magic                    |easymagic                     |21.1.0              |Manifest: NOSIGNATURE         easy_mob_farm-neoforge-1.21.1-10.0.0.jar          |Easy Mob Farm                 |easy_mob_farm                 |0.0NONE             |Manifest: NOSIGNATURE         Easy Netherite-neoforge-1.21.1-1.2.6.jar          |Easy Netherite                |netherite                     |1.2.6               |Manifest: NOSIGNATURE         easy-piglins-neoforge-1.21.1-1.0.14.jar           |Easy Piglins                  |easy_piglins                  |1.21.1-1.0.14       |Manifest: NOSIGNATURE         EasyShulkerBoxes-v21.1.3-1.21.1-NeoForge.jar      |Easy Shulker Boxes            |easyshulkerboxes              |21.1.3              |Manifest: NOSIGNATURE         easy-villagers-neoforge-1.21.1-1.1.23.jar         |Easy Villagers                |easy_villagers                |1.21.1-1.1.23       |Manifest: NOSIGNATURE         eatinganimation-1.21.0-6.0.1.jar                  |Eating Animation              |eatinganimation               |6.0.1               |Manifest: NOSIGNATURE         EggDelight-v1.2-1.21.1.jar                        |Egg Delight                   |eggdelight                    |1.2                 |Manifest: NOSIGNATURE         elytraslot-neoforge-9.0.2+1.21.1.jar              |Elytra Slot                   |elytraslot                    |9.0.2+1.21.1        |Manifest: NOSIGNATURE         elytratrims-neoforge-3.5.9+1.21.1.jar             |Elytra Trims                  |elytratrims                   |3.5.9               |Manifest: NOSIGNATURE         enchdesc-neoforge-1.21.1-21.1.8.jar               |EnchantmentDescriptions       |enchdesc                      |21.1.8              |Manifest: NOSIGNATURE         endersdelight-neoforge-1.21.1-1.1.0.jar           |Ender's Delight               |endersdelight                 |1.1.0               |Manifest: NOSIGNATURE         EuphoriaPatcher-1.6.5-r5.5.1-neoforge.jar         |Euphoria Patcher              |euphoria_patcher              |1.6.5-r5.5.1-neoforg|Manifest: NOSIGNATURE         FarmersDelight-1.21.1-1.2.9.jar                   |Farmer's Delight              |farmersdelight                |1.2.9               |Manifest: NOSIGNATURE         farmingforblockheads-neoforge-1.21.1-21.1.8.jar   |Farming for Blockheads        |farmingforblockheads          |21.1.8              |Manifest: NOSIGNATURE         FastSuite-1.21.1-6.0.5.jar                        |Fast Suite                    |fastsuite                     |6.0.5               |Manifest: NOSIGNATURE         Ferdinand's Flowers 4.0 - 1.21.1 - neoforge.jar   |Ferdinand's Flowers           |ferdinandsflowers             |4.0                 |Manifest: NOSIGNATURE         Floral Enchantment-neoforge-1.21.1-1.1.0.jar      |Floral Enchantment            |floralench                    |1.1.0               |Manifest: NOSIGNATURE         ForgeConfigAPIPort-v21.1.4-1.21.1-NeoForge.jar    |Forge Config API Port         |forgeconfigapiport            |21.1.4              |Manifest: NOSIGNATURE         fabric-api-base-0.4.42+d1308dedd1.jar             |Forgified Fabric API Base     |fabric_api_base               |0.4.42+d1308dedd1   |Manifest: NOSIGNATURE         FramedBlocks-10.4.0.jar                           |FramedBlocks                  |framedblocks                  |10.4.0              |Manifest: NOSIGNATURE         framework-neoforge-1.21.1-0.9.6.jar               |Framework                     |framework                     |0.9.6               |Manifest: NOSIGNATURE         fruitsdelight-1.2.9.jar                           |Fruits Delight                |fruitsdelight                 |1.2.9               |Manifest: NOSIGNATURE         fusion-1.2.11a-neoforge-mc1.21.jar                |Fusion                        |fusion                        |1.2.11+a            |Manifest: NOSIGNATURE         fzzy_config-0.7.2+1.21+neoforge.jar               |Fzzy Config                   |fzzy_config                   |0.7.2+1.21+neoforge |Manifest: NOSIGNATURE         geckolib-neoforge-1.21.1-4.7.7.jar                |GeckoLib 4                    |geckolib                      |4.7.7               |Manifest: NOSIGNATURE         gml-6.0.2.jar                                     |GroovyModLoader               |gml                           |6.0.2               |Manifest: NOSIGNATURE         Highlighter-1.21-neoforge-1.1.11.jar              |Highlighter                   |highlighter                   |1.1.11              |Manifest: NOSIGNATURE         Iceberg-1.21.1-neoforge-1.3.2.jar                 |Iceberg                       |iceberg                       |1.3.2               |Manifest: NOSIGNATURE         ironfurnaces-neoforge-1.21.1-4.2.6.jar            |Iron Furnaces                 |ironfurnaces                  |4.2.6               |Manifest: NOSIGNATURE         iteminteractions-neoforge-21.1.4.jar              |Item Interactions             |iteminteractions              |21.1.4              |Manifest: NOSIGNATURE         jamlib-neoforge-1.3.5+1.21.1.jar                  |JamLib                        |jamlib                        |1.3.5+1.21.1        |Manifest: NOSIGNATURE         justenoughbreeding-neoforge-1.21-1.21.1-1.6.2.jar |Just Enough Breeding          |justenoughbreeding            |1.6.2               |Manifest: NOSIGNATURE         jei-1.21.1-neoforge-19.21.2.313.jar               |Just Enough Items             |jei                           |19.21.2.313         |Manifest: NOSIGNATURE         thedarkcolour.kffmod-5.9.0.jar                    |Kotlin For Forge              |kotlinforforge                |5.9.0               |Manifest: NOSIGNATURE         kuma-api-neoforge-21.0.5+1.21.jar                 |KumaAPI                       |kuma_api                      |21.0.5              |Manifest: NOSIGNATURE         l2core-3.0.8+1.jar                                |L2Core                        |l2core                        |3.0.8+1             |Manifest: NOSIGNATURE         l2harvester-3.0.0.jar                             |L2Harvester                   |l2harvester                   |3.0.0               |Manifest: NOSIGNATURE         LeavesBeGone-v21.1.0-1.21.1-NeoForge.jar          |Leaves Be Gone                |leavesbegone                  |21.1.0              |Manifest: NOSIGNATURE         luckyswardrobe-2.0.0.jar                          |Lucky's Wardrobe Restitched   |luckyswardrobe                |2.0.0               |Manifest: NOSIGNATURE         mcw-bridges-3.1.1-mc1.21.1neoforge.jar            |Macaw's Bridges               |mcwbridges                    |3.1.1               |Manifest: NOSIGNATURE         mcw-doors-1.1.2-mc1.21.1neoforge.jar              |Macaw's Doors                 |mcwdoors                      |1.1.2               |Manifest: NOSIGNATURE         mcw-fences-1.2.0-1.21.1neoforge.jar               |Macaw's Fences and Walls      |mcwfences                     |1.2.0               |Manifest: NOSIGNATURE         mcw-furniture-3.3.0-mc1.21.1neoforge.jar          |Macaw's Furniture             |mcwfurnitures                 |3.3.0               |Manifest: NOSIGNATURE         mcw-lights-1.1.2-mc1.21.1neoforge.jar             |Macaw's Lights and Lamps      |mcwlights                     |1.1.2               |Manifest: NOSIGNATURE         mcw-paths-1.1.0neoforge-mc1.21.1.jar              |Macaw's Paths and Pavings     |mcwpaths                      |1.1.0               |Manifest: NOSIGNATURE         mcw-stairs-1.0.1-1.21.1neoforge.jar               |Macaw's Stairs and Balconies  |mcwstairs                     |1.0.1               |Manifest: NOSIGNATURE         mcw-trapdoors-1.1.4-mc1.21.1neoforge.jar          |Macaw's Trapdoors             |mcwtrpdoors                   |1.1.4               |Manifest: NOSIGNATURE         midnightlib-1.6.9+1.21-neoforge.jar               |MidnightLib                   |midnightlib                   |1.6.9               |Manifest: NOSIGNATURE         client-1.21.1-20240808.144430-srg.jar             |Minecraft                     |minecraft                     |1.21.1              |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f         monolib-neoforge-1.21.1-2.1.0.jar                 |MonoLib                       |monolib                       |2.1.0               |Manifest: NOSIGNATURE         moonlight-1.21-2.22.6-neoforge.jar                |Moonlight Lib                 |moonlight                     |1.21-2.22.6         |Manifest: NOSIGNATURE         more_beautiful_torches-merged-1.21-3.0.0.jar      |More Beautiful Torches        |more_beautiful_torches        |3.0.0               |Manifest: NOSIGNATURE         MouseTweaks-neoforge-mc1.21-2.26.1.jar            |Mouse Tweaks                  |mousetweaks                   |2.26.1              |Manifest: NOSIGNATURE         refurbished_furniture-neoforge-1.21.1-1.0.16.jar  |MrCrayfish's Furniture Mod: Re|refurbished_furniture         |1.0.16              |Manifest: NOSIGNATURE         MyNethersDelight-1.21.1-1.9.jar                   |My Nether's Delight           |mynethersdelight              |1.9                 |Manifest: NOSIGNATURE         NaturesCompass-1.21.1-3.0.3-neoforge.jar          |Nature's Compass              |naturescompass                |1.21.1-3.0.2-neoforg|Manifest: NOSIGNATURE         neoforge-21.1.205-universal.jar                   |NeoForge                      |neoforge                      |21.1.205            |Manifest: NOSIGNATURE         neoforgedatapackextensions-neoforge-21.1.2.jar    |NeoForge Data Pack Extensions |neoforgedatapackextensions    |21.1.2              |Manifest: NOSIGNATURE         new_slab_variants-merged-1.21.1-3.0.1.jar         |New Slab Variants             |new_slab_variants             |3.0.1               |Manifest: NOSIGNATURE         nightlights-neoforge-1.3.0.jar                    |Night Lights                  |nightlights                   |1.3.0               |Manifest: NOSIGNATURE         notenoughanimations-neoforge-1.10.2-mc1.21.jar    |NotEnoughAnimations           |notenoughanimations           |1.10.2              |Manifest: NOSIGNATURE         OpenLoader-neoforge-1.21.1-21.1.5.jar             |OpenLoader                    |openloader                    |21.1.5              |Manifest: NOSIGNATURE         OverflowingBars-v21.1.1-1.21.1-NeoForge.jar       |Overflowing Bars              |overflowingbars               |21.1.1              |Manifest: NOSIGNATURE         owo-lib-neoforge-0.12.15.5-beta.1+1.21.jar        |oωo                           |owo                           |0.12.15.5-beta.1+1.2|Manifest: NOSIGNATURE         Patchouli-1.21.1-92-NEOFORGE.jar                  |Patchouli                     |patchouli                     |1.21.1-92-NEOFORGE  |Manifest: NOSIGNATURE         PickUpNotifier-v21.1.1-1.21.1-NeoForge.jar        |Pick Up Notifier              |pickupnotifier                |21.1.1              |Manifest: NOSIGNATURE         Placebo-1.21.1-9.9.1.jar                          |Placebo                       |placebo                       |9.9.1               |Manifest: NOSIGNATURE         player-animation-lib-forge-2.0.1+1.21.1.jar       |Player Animator               |playeranimator                |2.0.1+1.21.1        |Manifest: NOSIGNATURE         polymorph-neoforge-1.1.0+1.21.1.jar               |Polymorph                     |polymorph                     |1.1.0+1.21.1        |Manifest: NOSIGNATURE         prickle-neoforge-1.21.1-21.1.10.jar               |PrickleMC                     |prickle                       |21.1.10             |Manifest: NOSIGNATURE         PuzzlesLib-v21.1.38-1.21.1-NeoForge.jar           |Puzzles Lib                   |puzzleslib                    |21.1.38             |Manifest: NOSIGNATURE         rechiseled-1.1.6a-neoforge-mc1.21.jar             |Rechiseled                    |rechiseled                    |1.1.6+a             |Manifest: NOSIGNATURE         rechiseled_chipped-1.3-1.21.1.jar                 |Rechiseled: Chipped           |rechiseled_chipped            |1.3                 |Manifest: NOSIGNATURE         resourcefullib-neoforge-1.21-3.0.12.jar           |Resourceful Lib               |resourcefullib                |3.0.12              |Manifest: NOSIGNATURE         rightclickharvest-neoforge-4.5.3+1.21.1.jar       |Right Click Harvest           |rightclickharvest             |4.5.3+1.21.1        |Manifest: NOSIGNATURE         shulkerboxtooltip-neoforge-5.1.6+1.21.1.jar       |ShulkerBoxTooltip             |shulkerboxtooltip             |5.1.6+1.21.1        |Manifest: NOSIGNATURE         simplehats-neoforge-1.21.1-0.4.0.jar              |SimpleHats                    |simplehats                    |0.4.0               |Manifest: NOSIGNATURE         skyblock_resources-1.6.0-neoforge-1.21.1.jar      |Skyblock Resources            |skyblock_resources            |1.6.0               |Manifest: NOSIGNATURE         sootychimneys-neoforge-1.3.3.jar                  |Sooty Chimneys                |sootychimneys                 |1.3.3               |Manifest: NOSIGNATURE         sophisticatedbackpacks-1.21.1-3.24.21.1314.jar    |Sophisticated Backpacks       |sophisticatedbackpacks        |3.24.21             |Manifest: NOSIGNATURE         sophisticatedcore-1.21.1-1.3.67.1105.jar          |Sophisticated Core            |sophisticatedcore             |1.3.67              |Manifest: NOSIGNATURE         sophisticatedstorage-1.21.1-1.5.0.1243.jar        |Sophisticated Storage         |sophisticatedstorage          |1.5.0               |Manifest: NOSIGNATURE         spectrelib-neoforge-0.17.2+1.21.jar               |SpectreLib                    |spectrelib                    |0.17.2+1.21         |Manifest: NOSIGNATURE         Stoneworks-v21.1.0-1.21.1-NeoForge.jar            |Stoneworks                    |stoneworks                    |21.1.0              |Manifest: NOSIGNATURE         storagedelight-25.06.24-1.21-neoforge.jar         |Storage Delight               |storagedelight                |25.06.24-1.21-neofor|Manifest: NOSIGNATURE         StorageDrawers-neoforge-1.21.1-13.11.1.jar        |Storage Drawers               |storagedrawers                |13.11.1             |Manifest: NOSIGNATURE         labels-1.21-2.0.1-neoforge.jar                    |Storage Labels                |labels                        |1.21-2.0.1          |Manifest: NOSIGNATURE         storageracks-1.13-1.21.1-release.jar              |Storage Racks                 |storageracks                  |1.13-1.21.1-release |Manifest: NOSIGNATURE         SubtleEffects-neoforge-1.21.1-1.12.1.jar          |Subtle Effects                |subtle_effects                |1.12.1              |Manifest: NOSIGNATURE         supermartijn642configlib-1.1.8-neoforge-mc1.21.jar|SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |Manifest: NOSIGNATURE         supermartijn642corelib-1.1.18a-neoforge-mc1.21.jar|SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.18+a            |Manifest: NOSIGNATURE         sushigocrafting-1.21-0.6.4.jar                    |Sushi Go Crafting             |sushigocrafting               |0.6.4               |Manifest: NOSIGNATURE         twilightforest-1.21.1-4.7.3196-universal.jar      |The Twilight Forest           |twilightforest                |4.7.3196            |Manifest: NOSIGNATURE         titanium-1.21-4.0.37.jar                          |Titanium                      |titanium                      |4.0.37              |Manifest: NOSIGNATURE         trailandtales_delight-0.4.jar                     |Trail&Tales Delight           |trailandtales_delight         |0.4.1               |Manifest: NOSIGNATURE         TRansition-1.0.4-1.21-neoforge-SNAPSHOT.jar       |TRansition                    |transition                    |1.0.4               |Manifest: NOSIGNATURE         TRender-1.0.6-1.21-neoforge-SNAPSHOT.jar          |TRender                       |trender                       |1.0.6               |Manifest: NOSIGNATURE         twilightdelight-3.0.6.jar                         |Twilight Flavors & Delight    |twilightdelight               |3.0.6               |Manifest: NOSIGNATURE         tf_dnv-2.0.3.jar                                  |Twilight Forest - Dungeons & V|tf_dnv                        |2.0.3               |Manifest: NOSIGNATURE         ubesdelight-neoforge-1.21.1-0.4.3.jar             |Ube's Delight                 |ubesdelight                   |0.4.3               |Manifest: NOSIGNATURE         underlay-1.21-v0.9.6-f.jar                        |Underlay                      |underlay                      |0.9.6               |Manifest: NOSIGNATURE         VampiresDelight-1.21.1-0.1.10d.jar                |Vampire's Delight             |vampiresdelight               |0.1.10d             |Manifest: NOSIGNATURE         Vampirism-1.21-1.10.7.jar                         |Vampirism                     |vampirism                     |1.10.7              |Manifest: NOSIGNATURE         VisualWorkbench-v21.1.1-1.21.1-NeoForge.jar       |Visual Workbench              |visualworkbench               |21.1.1              |Manifest: NOSIGNATURE         waveycapes-neoforge-1.6.2-mc1.21.jar              |WaveyCapes                    |waveycapes                    |1.6.2               |Manifest: NOSIGNATURE         watut-neoforge-1.21.0-1.2.7.jar                   |What Are They Up To           |watut                         |1.21.0-1.2.7        |Manifest: NOSIGNATURE         Xaeros_Minimap_25.2.10_NeoForge_1.21.jar          |Xaero's Minimap               |xaerominimap                  |25.2.10             |Manifest: NOSIGNATURE         XaerosWorldMap_1.39.12_NeoForge_1.21.jar          |Xaero's World Map             |xaeroworldmap                 |1.39.12             |Manifest: NOSIGNATURE         weaponmaster_ydm-1.21.1-neoforge-4.2.7.jar        |YDM's Weapon Master           |weaponmaster_ydm              |4.2.7               |Manifest: NOSIGNATURE         yet_another_config_lib_v3-3.7.1+1.21.1-neoforge.ja|YetAnotherConfigLib           |yet_another_config_lib_v3     |3.7.1+1.21.1-neoforg|Manifest: NOSIGNATURE     Crash Report UUID: d323af41-b15d-4c61-b987-49c0e3e8e1a8     FML: 4.0.41     NeoForge: 21.1.205
  • Topics

×
×
  • Create New...

Important Information

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