Jump to content

Recommended Posts

Posted

I've been trying to install Forge for a few days but when it's almost done it fails and says "Failed to run processor: java.io.EOFException:Unexpected end of ZLIB input stream" I've been trying to find help online but i don't know.

Posted

That means a jar file somwhere got corrupted in the download.

Go to your user home folder (C:/Users/<username> on Windows, /home/<username> on Linux, /Users/<username> on MacOS) and delete the folder named .gradle

This'll delete everything it downloaded and hopefully give you a clean slate to get it going.

Posted

You need to go into your temp folder and delete all folders that start with forge_installer, then try the installer again

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

Thank you for replying, but it didn't work. I got the same error. "Failed to run processor: java.io.EOFException:Unexpected end of ZLIB input stream. See log for more detail."

 

Posted

Please provide the installer 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

The installer log is a text file with the same name as the installer, it will be right next to the installer as well

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

That's a link to the file on your PC, I can't access that

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


JVM info: Oracle Corporation - 1.8.0_311 - 25.311-b11
java.net.preferIPv4Stack=true
Found java version 1.8.0_311
Extracting json
Considering minecraft client jar
Downloading libraries
Considering library cpw.mods:securejarhandler:0.9.54
  File exists: Checksum validated.
Considering library org.ow2.asm:asm:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-commons:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-tree:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-util:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-analysis:9.1
  File exists: Checksum validated.
Considering library net.minecraftforge:accesstransformers:8.0.4
  File exists: Checksum validated.
Considering library org.antlr:antlr4-runtime:4.9.1
  File exists: Checksum validated.
Considering library net.minecraftforge:eventbus:5.0.3
  File exists: Checksum validated.
Considering library net.minecraftforge:forgespi:4.0.10
  Downloading library from https://maven.creeperhost.net/net/minecraftforge/forgespi/4.0.10/forgespi-4.0.10.jar
    Download completed: Checksum validated.
Considering library net.minecraftforge:coremods:5.0.1
  File exists: Checksum validated.
Considering library cpw.mods:modlauncher:9.0.7
  File exists: Checksum validated.
Considering library net.minecraftforge:unsafe:0.2.0
  File exists: Checksum validated.
Considering library com.electronwill.night-config:core:3.6.3
  File exists: Checksum validated.
Considering library com.electronwill.night-config:toml:3.6.3
  File exists: Checksum validated.
Considering library org.apache.maven:maven-artifact:3.6.3
  File exists: Checksum validated.
Considering library org.apache.commons:commons-lang3:3.8.1
  File exists: Checksum validated.
Considering library net.jodah:typetools:0.8.3
  File exists: Checksum validated.
Considering library org.apache.logging.log4j:log4j-api:2.14.1
  File exists: Checksum validated.
Considering library org.apache.logging.log4j:log4j-core:2.14.1
  File exists: Checksum validated.
Considering library net.minecrell:terminalconsoleappender:1.2.0
  File exists: Checksum validated.
Considering library org.jline:jline-reader:3.12.1
  File exists: Checksum validated.
Considering library org.jline:jline-terminal:3.12.1
  File exists: Checksum validated.
Considering library net.sf.jopt-simple:jopt-simple:5.0.4
  File exists: Checksum validated.
Considering library org.spongepowered:mixin:0.8.4
  File exists: Checksum validated.
Considering library org.openjdk.nashorn:nashorn-core:15.3
  File exists: Checksum validated.
Considering library com.google.guava:guava:21.0
  File exists: Checksum validated.
Considering library com.google.code.gson:gson:2.8.0
  File exists: Checksum validated.
Considering library cpw.mods:bootstraplauncher:0.1.17
  File exists: Checksum validated.
Considering library net.minecraftforge:fmlloader:1.17.1-37.0.103
  File exists: Checksum validated.
Considering library com.github.jponge:lzma-java:1.3
  File exists: Checksum validated.
Considering library com.google.code.findbugs:jsr305:3.0.2
  File exists: Checksum validated.
Considering library com.google.code.gson:gson:2.8.7
  File exists: Checksum validated.
Considering library com.google.errorprone:error_prone_annotations:2.1.3
  File exists: Checksum validated.
Considering library com.google.errorprone:error_prone_annotations:2.3.4
  File exists: Checksum validated.
Considering library com.google.guava:failureaccess:1.0.1
  File exists: Checksum validated.
Considering library com.google.guava:guava:20.0
  File exists: Checksum validated.
Considering library com.google.guava:guava:25.1-jre
  File exists: Checksum validated.
Considering library com.google.guava:guava:30.1-android
  File exists: Checksum validated.
Considering library com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
  File exists: Checksum validated.
Considering library com.google.j2objc:j2objc-annotations:1.1
  File exists: Checksum validated.
Considering library com.google.j2objc:j2objc-annotations:1.3
  File exists: Checksum validated.
Considering library com.google.jimfs:jimfs:1.2
  File exists: Checksum validated.
Considering library com.nothome:javaxdelta:2.0.1
  File exists: Checksum validated.
Considering library com.opencsv:opencsv:4.4
  File exists: Checksum validated.
Considering library commons-beanutils:commons-beanutils:1.9.3
  File exists: Checksum validated.
Considering library commons-collections:commons-collections:3.2.2
  File exists: Checksum validated.
Considering library commons-io:commons-io:2.4
  File exists: Checksum validated.
Considering library commons-logging:commons-logging:1.2
  File exists: Checksum validated.
Considering library de.oceanlabs.mcp:mcp_config:1.17.1-20210706.113038@zip
  File exists: Checksum validated.
Considering library de.siegmar:fastcsv:2.0.0
  File exists: Checksum validated.
Considering library net.md-5:SpecialSource:1.10.0
  File exists: Checksum validated.
Considering library net.minecraftforge.lex:vignette:0.2.0.16
  File exists: Checksum validated.
Considering library net.minecraftforge:binarypatcher:1.0.12
  File exists: Checksum validated.
Considering library net.minecraftforge:fmlcore:1.17.1-37.0.103
  File exists: Checksum validated.
Considering library net.minecraftforge:fmlloader:1.17.1-37.0.103
  File exists: Checksum validated.
Considering library net.minecraftforge:forge:1.17.1-37.0.103:universal
  Downloading library from https://maven.creeperhost.net/net/minecraftforge/forge/1.17.1-37.0.103/forge-1.17.1-37.0.103-universal.jar
    Download completed: Checksum validated.
Considering library net.minecraftforge:installertools:1.2.7
  File exists: Checksum validated.
Considering library net.minecraftforge:jarsplitter:1.1.4
  File exists: Checksum validated.
Considering library net.minecraftforge:javafmllanguage:1.17.1-37.0.103
  File exists: Checksum validated.
Considering library net.minecraftforge:mclanguage:1.17.1-37.0.103
  File exists: Checksum validated.
Considering library net.minecraftforge:srgutils:0.4.3
  File exists: Checksum validated.
Considering library net.sf.jopt-simple:jopt-simple:5.0.4
  File exists: Checksum validated.
Considering library org.apache.commons:commons-collections4:4.2
  File exists: Checksum validated.
Considering library org.apache.commons:commons-lang3:3.8.1
  File exists: Checksum validated.
Considering library org.apache.commons:commons-text:1.3
  File exists: Checksum validated.
Considering library org.cadixdev:atlas:0.2.2
  File exists: Checksum validated.
Considering library org.cadixdev:bombe-asm:0.3.5
  File exists: Checksum validated.
Considering library org.cadixdev:bombe:0.3.5
  File exists: Checksum validated.
Considering library org.cadixdev:lorenz-asm:0.5.7
  File exists: Checksum validated.
Considering library org.cadixdev:lorenz:0.5.7
  File exists: Checksum validated.
Considering library org.checkerframework:checker-compat-qual:2.5.5
  File exists: Checksum validated.
Considering library org.checkerframework:checker-qual:2.0.0
  File exists: Checksum validated.
Considering library org.codehaus.mojo:animal-sniffer-annotations:1.14
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-analysis:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-commons:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm-tree:9.1
  File exists: Checksum validated.
Considering library org.ow2.asm:asm:9.1
  File exists: Checksum validated.
Considering library trove:trove:1.0.2
  File exists: Checksum validated.
Created Temporary Directory: C:\Users\chinc\AppData\Local\Temp\forge_installer997989131757431100
  Extracting: /data/client.lzma
Building Processors
===============================================================================
  MainClass: net.minecraftforge.installertools.ConsoleTool
  Classpath:
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\installertools\1.2.7\installertools-1.2.7.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\20.0\guava-20.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar
  Args: --task, MCP_DATA, --input, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038.zip, --output, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings.txt, --key, mappings
Task: MCP_DATA
Input:  C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038.zip
Output: C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings.txt
Key:    mappings
Extracting: config/joined.tsrg
===============================================================================
  MainClass: net.minecraftforge.installertools.ConsoleTool
  Classpath:
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\installertools\1.2.7\installertools-1.2.7.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\20.0\guava-20.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar
  Args: --task, DOWNLOAD_MOJMAPS, --version, 1.17.1, --side, client, --output, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-mappings.txt
Task: DOWNLOAD_MOJMAPS
MC Version: 1.17.1
Side:       client
Output:     C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-mappings.txt
Downloaded Mojang mappings for 1.17.1
===============================================================================
  MainClass: net.minecraftforge.installertools.ConsoleTool
  Classpath:
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\installertools\1.2.7\installertools-1.2.7.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\md-5\SpecialSource\1.10.0\SpecialSource-1.10.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.7\gson-2.8.7.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\siegmar\fastcsv\2.0.0\fastcsv-2.0.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.1\asm-commons-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\20.0\guava-20.0.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\com\opencsv\opencsv\4.4\opencsv-4.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.1\asm-analysis-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.1\asm-tree-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.1\asm-9.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-text\1.3\commons-text-1.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.8.1\commons-lang3-3.8.1.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-beanutils\commons-beanutils\1.9.3\commons-beanutils-1.9.3.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-collections4\4.2\commons-collections4-4.2.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar
  Args: --task, MERGE_MAPPING, --left, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings.txt, --right, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-mappings.txt, --output, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings-merged.txt, --classes, --reverse-right
Task: MERGE_MAPPING
Left:    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings.txt
         Reversed=false
         null
Right:   C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-mappings.txt
         Reversed=true
         null
Classes: true
Fields:  false
Methods: false
Params:  false
Output:  C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings-merged.txt
===============================================================================
  Cache: 
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-slim.jar
      Expected: b8de6b6dc0fc88232d974bdaaf085c56145277b1
      Actual:   587fb1f3b5b0c2c3eef7cc1eb0e85eaf4ba2f160
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-extra.jar
      Expected: 483cfeb6029f2d180f740af4ea7ecb3613182772
      Actual:   dd714ff9ff6c5c7dc4f82d0e01e28b6bcd8c0bfa
  MainClass: net.minecraftforge.jarsplitter.ConsoleTool
  Classpath:
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\jarsplitter\1.1.4\jarsplitter-1.1.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar
    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraftforge\srgutils\0.4.3\srgutils-0.4.3.jar
  Args: --input, C:\Users\chinc\AppData\Roaming\.minecraft\versions\1.17.1\1.17.1.jar, --slim, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-slim.jar, --extra, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-extra.jar, --srg, C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings-merged.txt
Splitter: 
  Input:    C:\Users\chinc\AppData\Roaming\.minecraft\versions\1.17.1\1.17.1.jar
  Slim:     C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-slim.jar
  Data:     null
  Extra:    C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038\client-1.17.1-20210706.113038-extra.jar
  Including data in extra
  SRG:   C:\Users\chinc\AppData\Roaming\.minecraft\libraries\de\oceanlabs\mcp\mcp_config\1.17.1-20210706.113038\mcp_config-1.17.1-20210706.113038-mappings-merged.txt
  InputSha: c20caf8fe2e5b35a8acbae30189b9af8337dc252
  SrgSha:   3b704416feee72e594ac244b372f1c1fa74b00a2
Splitting: 
  Data  META-INF/MANIFEST.MF
  Data  META-INF/MOJANGCS.SF
  Data  META-INF/MOJANGCS.RSA
  Slim  fbs.class
  Slim  fbv.class
  Slim  fbx$a.class
  Slim  fby.class
  Slim  fbt$1.class
  Slim  fbx.class
  Slim  fbu.class
  Slim  fbt.class
  Slim  fbw.class
  Slim  dvt$1.class
  Slim  dwa$d.class
  Slim  dvp.class
  Slim  dvp$b.class
  Slim  ejh.class
  Slim  eji$b.class
  Slim  ejp.class
  Slim  ejq.class
  Slim  ejn$a.class
  Slim  ejf$a.class
  Slim  ejg$a.class
  Slim  ejl.class
  Slim  ejp$1.class
  Slim  eji.class
  Slim  ejr.class
  Slim  ejx.class
  Slim  ejr$1.class
  Slim  eju.class
  Slim  ejt.class
  Slim  ejw.class
  Slim  ejv.class
  Slim  ejs$1.class
  Slim  ejs.class
  Slim  ejj.class
  Slim  ejm.class
  Slim  ejo.class
  Slim  ejg.class
  Slim  ejj$1.class
  Slim  ejn.class
  Slim  eji$c.class
  Slim  eji$1.class
  Slim  eji$a.class
  Slim  ejf.class
  Slim  ejp$2$1.class
  Slim  ejp$2.class
  Slim  ejk.class
  Slim  duy.class
  Slim  dvs.class
  Slim  fal$a.class
  Slim  faj.class
  Slim  fan$1.class
  Slim  fao.class
  Slim  fam.class
  Slim  fai.class
  Slim  fak.class
  Slim  fal.class
  Slim  faj$a.class
  Slim  fak$a.class
  Slim  fan.class
  Slim  dvu.class
  Slim  dvp$a$4.class
  Slim  dvt$3.class
  Slim  dvp$a$2.class
  Slim  ejy.class
  Slim  dwc.class
  Slim  fbk.class
  Slim  fbp.class
  Slim  fbh.class
  Slim  fbr.class
  Slim  fbl.class
  Slim  fbo.class
  Slim  fbi.class
  Slim  fbn.class
  Slim  fbq.class
  Slim  fbm.class
  Slim  fbj.class
  Slim  fbo$a.class
  Slim  dvb.class
  Slim  dvt$4.class
  Slim  dwt.class
  Slim  dws.class
  Slim  dwq.class
  Slim  dwp.class
  Slim  dwr.class
  Slim  dzi.class
  Slim  dwo$a.class
  Slim  dzf.class
  Slim  dzg.class
  Slim  dzb$a.class
  Slim  dzg$b.class
  Slim  dzh.class
  Slim  dzc.class
  Slim  dzg$1.class
  Slim  dzg$a.class
  Slim  dzg$c.class
  Slim  dzd.class
  Slim  dze.class
  Slim  dzb.class
  Slim  dyn.class
  Slim  dyl.class
  Slim  dyu.class
  Slim  dyz.class
  Slim  dza.class
  Slim  dyw.class
  Slim  dyy$a.class
  Slim  dyy.class
  Slim  dyv.class
  Slim  dyy$b.class
  Slim  dyx.class
  Slim  dyv$b.class
  Slim  dyv$a.class
  Slim  dyo.class
  Slim  dyn$a.class
  Slim  dyp$1.class
  Slim  dyt.class
  Slim  dyp$a.class
  Slim  dyr.class
  Slim  dys.class
  Slim  dyq.class
  Slim  dyp.class
  Slim  dyl$1.class
  Slim  dyk.class
  Slim  dym.class
  Slim  dwm$a.class
  Slim  dwl.class
  Slim  dzw.class
  Slim  dzn$1.class
  Slim  eaa.class
  Slim  eek$3.class
  Slim  eeh.class
  Slim  eef$g$1.class
  Slim  eei.class
  Slim  eef$g.class
  Slim  eef$a.class
  Slim  eef$b$1.class
  Slim  eem.class
  Slim  eek$8.class
  Slim  eee$1.class
  Slim  eef$c.class
  Slim  eee.class
  Slim  eel$a.class
  Slim  eel.class
  Slim  eek$5.class
  Slim  eej.class
  Slim  eek$4.class
  Slim  eek$1.class
  Slim  eef.class
  Slim  eek$7.class
  Slim  eef$d.class
  Slim  eef$f.class
  Slim  eek.class
  Slim  eek$6.class
  Slim  eee$a.class
  Slim  eef$b.class
  Slim  eee$b.class
  Slim  eeg.class
  Slim  eef$e.class
  Slim  eek$2.class
  Slim  eek$a.class
  Slim  dzy.class
  Slim  eac.class
  Slim  eap.class
  Slim  eau.class
  Slim  edf.class
  Slim  ede$a.class
  Slim  edc.class
  Slim  ede$b.class
  Slim  ede.class
  Slim  ede$d.class
  Slim  edd.class
  Slim  ede$c.class
  Slim  dzr$a.class
  Slim  dzq$1.class
  Slim  ebk.class
  Slim  ebl.class
  Slim  ebk$1.class
  Slim  ebk$b.class
  Slim  ebk$a.class
  Slim  dzx.class
  Slim  eat.class
  Slim  dzu.class
  Slim  eaq$a.class
  Slim  ect.class
  Slim  ech.class
  Slim  eck.class
  Slim  ebm$1.class
  Slim  ebq$1.class
  Slim  ecn.class
  Slim  ebm.class
  Slim  ebw$1.class
  Slim  ebt$b.class
  Slim  eca$a.class
  Slim  ecy.class
  Slim  ecr.class
  Slim  ebs$b.class
  Slim  ebq$b.class
  Slim  ebo.class
  Slim  eca.class
  Slim  eci.class
  Slim  ecp$a.class
  Slim  eca$b.class
  Slim  ebq$a.class
  Slim  eco.class
  Slim  ebt$a.class
  Slim  ebz.class
  Slim  ecc.class
  Slim  ebq$c.class
  Slim  ebq$e.class
  Slim  edb.class
  Slim  ecz.class
  Slim  eda.class
  Slim  ecz$a.class
  Slim  ecl$1.class
  Slim  eca$c.class
  Slim  ecm.class
  Slim  ecx$1.class
  Slim  ecw.class
  Slim  ebt.class
  Slim  ebs$a.class
  Slim  ebq$d.class
  Slim  ebx.class
  Slim  ecg.class
  Slim  ebv.class
  Slim  ecm$1.class
  Slim  ebw.class
  Slim  ecj.class
  Slim  ebt$c.class
  Slim  ecx$2.class
  Slim  ebq.class
  Slim  ecs.class
  Slim  ece.class
  Slim  ebp.class
  Slim  eby.class
  Slim  ecp.class
  Slim  ecx.class
  Slim  ecq.class
  Slim  ebt$1.class
  Slim  ebq$f.class
  Slim  ebn.class
  Slim  ecf.class
  Slim  ecd.class
  Slim  ebr.class
  Slim  ecv.class
  Slim  ecl.class
  Slim  ebs$c.class
  Slim  ecb.class
  Slim  ebs.class
  Slim  ecu.class
  Slim  ebu.class
  Slim  ebq$g.class
  Slim  edg.class
  Slim  dzt.class
  Slim  dzs$a$a.class
  Slim  eag.class
  Slim  ebb.class
  Slim  ebg.class
  Slim  ebc.class
  Slim  ebf.class
  Slim  ebc$1.class
  Slim  ebe.class
  Slim  ebd.class
  Slim  dzr$a$a.class
  Slim  dzs.class
  Slim  eac$a.class
  Slim  ead.class
  Slim  eah.class
  Slim  dzk.class
  Slim  dzm.class
  Slim  dzp.class
  Slim  eaj.class
  Slim  eax.class
  Slim  eao.class
  Slim  ear.class
  Slim  dzz.class
  Slim  dzj.class
  Slim  eac$a$a.class
  Slim  ean$b$a.class
  Slim  eaq.class
  Slim  eab.class
  Slim  dzl.class
  Slim  ean$b.class
  Slim  dzn.class
  Slim  ebh$a.class
  Slim  ebj.class
  Slim  ebi.class
  Slim  ebh.class
  Slim  ebh$a$1.class
  Slim  ebh$c.class
  Slim  ebh$c$2.class
  Slim  ebh$b.class
  Slim  ebh$c$1.class
  Slim  eav.class
  Slim  edv.class
  Slim  edy.class
  Slim  edx.class
  Slim  edl.class
  Slim  edm.class
  Slim  edo$a$a.class
  Slim  edw.class
  Slim  edo$b.class
  Slim  edo.class
  Slim  edn.class
  Slim  edt.class
  Slim  edp.class
  Slim  edn$a.class
  Slim  edr.class
  Slim  edq.class
  Slim  eds.class
  Slim  edu.class
  Slim  edo$a.class
  Slim  eaf.class
  Slim  eas.class
  Slim  eam.class
  Slim  dzs$a.class
  Slim  eae$a.class
  Slim  edi$a.class
  Slim  edk.class
  Slim  edj.class
  Slim  edh$c.class
  Slim  edj$a.class
  Slim  edh$a.class
  Slim  edh.class
  Slim  edi.class
  Slim  edh$d.class
  Slim  edi$1.class
  Slim  edh$b.class
  Slim  eal.class
  Slim  dzr.class
  Slim  eam$a.class
  Slim  eai.class
  Slim  eav$1.class
  Slim  eay$b$b.class
  Slim  eay$b.class
  Slim  eba.class
  Slim  eay$c.class
  Slim  eay$a$a.class
  Slim  eay$c$a.class
  Slim  eay.class
  Slim  eay$a.class
  Slim  eay$b$a.class
  Slim  eaz.class
  Slim  eed.class
  Slim  eec$1.class
  Slim  eea.class
  Slim  eec$a.class
  Slim  edz$4.class
  Slim  edz.class
  Slim  eeb.class
  Slim  edz$1.class
  Slim  eec.class
  Slim  eec$2.class
  Slim  edz$3.class
  Slim  edz$2.class
  Slim  dzo.class
  Slim  eae.class
  Slim  dzl$a.class
  Slim  ean.class
  Slim  dzq.class
  Slim  eaw.class
  Slim  ean$a.class
  Slim  eaf$a.class
  Slim  dzv.class
  Slim  eak.class
  Slim  dwn.class
  Slim  dwm.class
  Slim  dwo.class
  Slim  dxg$c.class
  Slim  dxg$b.class
  Slim  dxm$2.class
  Slim  dww$a.class
  Slim  dxg.class
  Slim  dxg$a.class
  Slim  dwy.class
  Slim  dxn$a.class
  Slim  dxo.class
  Slim  dwx.class
  Slim  dwu.class
  Slim  dxl.class
  Slim  dya.class
  Slim  dxn.class
  Slim  dxp.class
  Slim  dxa$a.class
  Slim  dxs.class
  Slim  dxm$1.class
  Slim  dxh.class
  Slim  dxa$b.class
  Slim  dxv.class
  Slim  dxd.class
  Slim  dwz.class
  Slim  dxu.class
  Slim  dxs$a.class
  Slim  dxf$a.class
  Slim  dxj.class
  Slim  dxr.class
  Slim  dxo$a.class
  Slim  dwv.class
  Slim  dxk.class
  Slim  dxm$a.class
  Slim  dww$c.class
  Slim  dxl$a.class
  Slim  dxb.class
  Slim  dxa.class
  Slim  dxt.class
  Slim  dxi.class
  Slim  dxq.class
  Slim  dww.class
  Slim  dwz$1.class
  Slim  dyc.class
  Slim  dyb.class
  Slim  dxc.class
  Slim  dxg$d$2.class
  Slim  dxf.class
  Slim  dxd$a.class
  Slim  dww$b.class
  Slim  dxh$1.class
  Slim  dxg$d$1.class
  Slim  dxg$d.class
  Slim  dyj.class
  Slim  dyh$a.class
  Slim  dyf.class
  Slim  dyf$a.class
  Slim  dyg$a.class
  Slim  dye.class
  Slim  dyi$a.class
  Slim  dyi.class
  Slim  dyd.class
  Slim  dyh.class
  Slim  dyg.class
  Slim  dxp$a.class
  Slim  dxe.class
  Slim  dxz.class
  Slim  dxy.class
  Slim  dxw.class
  Slim  dxx.class
  Slim  dxm.class
  Slim  dwl$a.class
  Slim  eex.class
  Slim  eet.class
  Slim  eev$a.class
  Slim  eew.class
  Slim  eeu.class
  Slim  eev.class
  Slim  eeo.class
  Slim  eep$1.class
  Slim  eep.class
  Slim  eep$b.class
  Slim  eer.class
  Slim  eep$a.class
  Slim  ees.class
  Slim  een.class
  Slim  eeq.class
  Slim  dwl$b.class
  Slim  dvt$a.class
  Slim  duz.class
  Slim  dvp$c.class
  Slim  dvr.class
  Slim  dvj$1.class
  Slim  dvk.class
  Slim  dwa$c.class
  Slim  dva.class
  Slim  dvg.class
  Slim  eil.class
  Slim  eim.class
  Slim  egh.class
  Slim  egl$a.class
  Slim  eid.class
  Slim  ehl.class
  Slim  ehh.class
  Slim  eig.class
  Slim  ehu.class
  Slim  ehw.class
  Slim  efj.class
  Slim  egl.class
  Slim  ehv.class
  Slim  efi.class
  Slim  egn.class
  Slim  eje.class
  Slim  egx.class
  Slim  eik.class
  Slim  ehm.class
  Slim  egv.class
  Slim  eff.class
  Slim  egy.class
  Slim  eif.class
  Slim  egb.class
  Slim  efr.class
  Slim  efy.class
  Slim  ehy.class
  Slim  egf.class
  Slim  egw.class
  Slim  efm.class
  Slim  efc.class
  Slim  efp.class
  Slim  egt.class
  Slim  efh.class
  Slim  ehs.class
  Slim  egm.class
  Slim  egu.class
  Slim  egs.class
  Slim  efe.class
  Slim  egi.class
  Slim  ehe.class
  Slim  efw.class
  Slim  eft.class
  Slim  ege.class
  Slim  ein.class
  Slim  eiq.class
  Slim  eip.class
  Slim  ejd.class
  Slim  ejc.class
  Slim  ejb.class
  Slim  eja.class
  Slim  eix.class
  Slim  eiw.class
  Slim  eiu.class
  Slim  eiy.class
  Slim  eiz.class
  Slim  eiv.class
  Slim  eir.class
  Slim  eir$d.class
  Slim  eir$b.class
  Slim  eir$a.class
  Slim  eis.class
  Slim  eir$c.class
  Slim  eit.class
  Slim  eio.class
  Slim  eii.class
  Slim  eha.class
  Slim  ehk.class
  Slim  eih.class
  Slim  egz.class
  Slim  eib.class
  Slim  ehn.class
  Slim  egc.class
  Slim  ehc.class
  Slim  ehx.class
  Slim  efv.class
  Slim  efd.class
  Slim  ehj.class
  Slim  eht.class
  Slim  eho.class
  Slim  egl$1.class
  Slim  eia.class
  Slim  egk.class
  Slim  eic.class
  Slim  ehb.class
  Slim  efz.class
  Slim  efs.class
  Slim  efn.class
  Slim  ego.class
  Slim  efu.class
  Slim  egp.class
  Slim  egy$a.class
  Slim  ehd.class
  Slim  ehf.class
  Slim  efg.class
  Slim  ehz.class
  Slim  egd.class
  Slim  ehr.class
  Slim  egr.class
  Slim  ehp.class
  Slim  efq.class
  Slim  ehg.class
  Slim  egj.class
  Slim  egy$1.class
  Slim  efk.class
  Slim  ehi.class
  Slim  ega.class
  Slim  egg.class
  Slim  eie.class
  Slim  efo.class
  Slim  efx.class
  Slim  ehq.class
  Slim  eij.class
  Slim  efl.class
  Slim  egq.class
  Slim  efb.class
  Slim  dvy.class
  Slim  dvx.class
  Slim  dvh.class
  Slim  dwa.class
  Slim  dvt.class
  Slim  dvp$a$3.class
  Slim  dwd.class
  Slim  dwa$e.class
  Slim  fay.class
  Slim  fax.class
  Slim  fbg.class
  Slim  fba.class
  Slim  fbd$2.class
  Slim  fbe.class
  Slim  fbd$1.class
  Slim  fax$b.class
  Slim  fav.class
  Slim  fbc.class
  Slim  fbd$a.class
  Slim  fbb.class
  Slim  fbf.class
  Slim  fbd.class
  Slim  fax$a.class
  Slim  faz.class
  Slim  faw.class
  Slim  faw$a.class
  Slim  fbd$a$1.class
  Slim  dwg.class
  Slim  dwg$a.class
  Slim  dwh.class
  Slim  dwe.class
  Slim  dwf.class
  Slim  dwk.class
  Slim  dwi.class
  Slim  dwj.class
  Slim  emm.class
  Slim  emp.class
  Slim  emo.class
  Slim  emq.class
  Slim  emk.class
  Slim  emn.class
  Slim  eml.class
  Slim  emj.class
  Slim  dvl.class
  Slim  eyk.class
  Slim  eyi.class
  Slim  eyj.class
  Slim  eyg.class
  Slim  eyf.class
  Slim  eyh.class
  Slim  ext.class
  Slim  exr$1.class
  Slim  exx.class
  Slim  ezl.class
  Slim  eyd.class
  Slim  exv.class
  Slim  eyt.class
  Slim  eys.class
  Slim  eyr.class
  Slim  eyu.class
  Slim  eyl.class
  Slim  eyq.class
  Slim  eyp.class
  Slim  eyo.class
  Slim  eyo$a.class
  Slim  eyn.class
  Slim  eym$a.class
  Slim  eym.class
  Slim  eym$1.class
  Slim  eyx.class
  Slim  eyv.class
  Slim  eyw.class
  Slim  ezg$a.class
  Slim  ezc$b.class
  Slim  ezk.class
  Slim  eza.class
  Slim  ezh.class
  Slim  ezc.class
  Slim  ezi.class
  Slim  eyz.class
  Slim  eyy.class
  Slim  ezg.class
  Slim  eze.class
  Slim  ezh$a.class
  Slim  ezj$a.class
  Slim  ezj.class
  Slim  ezc$a.class
  Slim  ezb.class
  Slim  ezd.class
  Slim  ezf.class
  Slim  eyc$1.class
  Slim  exs.class
  Slim  exq.class
  Slim  eyb.class
  Slim  fag.class
  Slim  faa$a.class
  Slim  faf.class
  Slim  ezo.class
  Slim  ezz.class
  Slim  fah.class
  Slim  fag$b.class
  Slim  ezq.class
  Slim  fag$a.class
  Slim  fac.class
  Slim  faa.class
  Slim  ezn.class
  Slim  ezw.class
  Slim  ezy.class
  Slim  fab.class
  Slim  ezs$a.class
  Slim  ezs.class
  Slim  ezm.class
  Slim  ezu.class
  Slim  fad$a.class
  Slim  ezt.class
  Slim  fad.class
  Slim  ezx.class
  Slim  ezp.class
  Slim  ezv.class
  Slim  fae.class
  Slim  ezr.class
  Slim  exu.class
  Slim  exr.class
  Slim  exz.class
  Slim  exr$2.class
  Slim  eya.class
  Slim  eyc.class
  Slim  eyc$a.class
  Slim  exw.class
  Slim  eye.class
  Slim  exy.class
  Slim  ems.class
  Slim  emr.class
  Slim  dwb.class
  Slim  dvm.class
  Slim  dvx$b.class
  Slim  dvi$a.class
  Slim  dwa$f.class
  Slim  dve.class
  Slim  net/minecraft/client/ClientBrandRetriever.class
  Slim  dvz.class
  Slim  dwa$a.class
  Slim  dvn.class
  Slim  dvp$a$1.class
  Slim  dwa$b.class
  Slim  dvf$a.class
  Slim  dva$a.class
  Slim  dvd.class
  Slim  dvc.class
  Slim  dwd$a.class
  Slim  dvf.class
  Slim  dvw.class
  Slim  dvi.class
  Slim  dvx$a.class
  Slim  dvx$c.class
  Slim  dvs$1.class
  Slim  enp$i.class
  Slim  emx.class
  Slim  ept$1.class
  Slim  epl.class
  Slim  epr.class
  Slim  epc.class
  Slim  epq$a.class
  Slim  epw.class
  Slim  epk.class
  Slim  epn.class
  Slim  epa.class
  Slim  epq.class
  Slim  epg.class
  Slim  epp.class
  Slim  epm.class
  Slim  ept.class
  Slim  epv.class
  Slim  epe.class
  Slim  epu.class
  Slim  eps.class
  Slim  eph.class
  Slim  epo.class
  Slim  epf.class
  Slim  epj.class
  Slim  epd.class
  Slim  epi.class
  Slim  epb.class
  Slim  epg$a.class
  Slim  enq.class
  Slim  enu$1.class
  Slim  enp.class
  Slim  ent$1.class
  Slim  enp$h.class
  Slim  eqj.class
  Slim  eqm.class
  Slim  eqq.class
  Slim  eqw.class
  Slim  eqf.class
  Slim  eqe.class
  Slim  eqo.class
  Slim  eqf$a.class
  Slim  eqx.class
  Slim  eqj$a.class
  Slim  eqn$1.class
  Slim  eqi.class
  Slim  eqk.class
  Slim  eqh$a.class
  Slim  eqs.class
  Slim  eqk$a.class
  Slim  eqr.class
  Slim  eqg.class
  Slim  eqt.class
  Slim  eqv.class
  Slim  eqe$b.class
  Slim  eqk$b.class
  Slim  eql.class
  Slim  eqf$b.class
  Slim  eqn.class
  Slim  eqh.class
  Slim  equ.class
  Slim  eqe$a.class
  Slim  eqm$a.class
  Slim  eql$a.class
  Slim  eqp.class
  Slim  enq$a.class
  Slim  ene$a.class
  Slim  enp$e.class
  Slim  ewz.class
  Slim  ene$1.class
  Slim  eng$c.class
  Slim  emx$a.class
  Slim  enq$c.class
  Slim  ent.class
  Slim  emx$d.class
  Slim  eni$a.class
  Slim  enq$b$a.class
  Slim  emv.class
  Slim  emz.class
  Slim  enc.class
  Slim  enk.class
  Slim  ena.class
  Slim  ens.class
  Slim  emu.class
  Slim  enf.class
  Slim  enp$n.class
  Slim  enp$b.class
  Slim  ewa.class
  Slim  evv.class
  Slim  evu.class
  Slim  evh.class
  Slim  ewh.class
  Slim  ewi.class
  Slim  evi.class
  Slim  ewq.class
  Slim  ewl.class
  Slim  evw.class
  Slim  ewp.class
  Slim  ewc.class
  Slim  ewr.class
  Slim  evo.class
  Slim  evg.class
  Slim  eve.class
  Slim  evn.class
  Slim  ewb.class
  Slim  evl.class
  Slim  ewd.class
  Slim  evb.class
  Slim  evs$1.class
  Slim  evj.class
  Slim  ewj.class
  Slim  ewg.class
  Slim  evt.class
  Slim  ewo.class
  Slim  evf.class
  Slim  evm.class
  Slim  evd.class
  Slim  evq.class
  Slim  evs.class
  Slim  evc.class
  Slim  evx.class
  Slim  eva.class
  Slim  ewf.class
  Slim  evk.class
  Slim  ewn.class
  Slim  evr.class
  Slim  evp.class
  Slim  ewe.class
  Slim  evy.class
  Slim  ewm.class
  Slim  ewk.class
  Slim  evz.class
  Slim  esi.class
  Slim  etm.class
  Slim  erh.class
  Slim  esv.class
  Slim  eum.class
  Slim  esn.class
  Slim  eun.class
  Slim  euq.class
  Slim  ett.class
  Slim  erk.class
  Slim  esl.class
  Slim  euq$1.class
  Slim  ero.class
  Slim  euz.class
  Slim  esm.class
  Slim  esf.class
  Slim  esa.class
  Slim  esp.class
  Slim  err.class
  Slim  ety.class
  Slim  ews.class
  Slim  eup.class
  Slim  esg.class
  Slim  ete.class
  Slim  esr$1.class
  Slim  etl.class
  Slim  erl.class
  Slim  etz.class
  Slim  erj.class
  Slim  euj.class
  Slim  erb.class
  Slim  eqy.class
  Slim  esk.class
  Slim  esz.class
  Slim  esy$1.class
  Slim  esb.class
  Slim  eud.class
  Slim  etg.class
  Slim  esr.class
  Slim  erf.class
  Slim  esx.class
  Slim  erw.class
  Slim  eus.class
  Slim  eur.class
  Slim  etd.class
  Slim  eto.class
  Slim  erx.class
  Slim  etv.class
  Slim  ert.class
  Slim  euc.class
  Slim  ese.class
  Slim  eso.class
  Slim  euu.class
  Slim  esb$1.class
  Slim  euw.class
  Slim  esj.class
  Slim  erp.class
  Slim  esq.class
  Slim  etj.class
  Slim  etb.class
  Slim  etp.class
  Slim  ewu.class
  Slim  ewt.class
  Slim  etk.class
  Slim  eth.class
  Slim  euv.class
  Slim  etx.class
  Slim  erz.class
  Slim  est.class
  Slim  etn.class
  Slim  ert$a.class
  Slim  eta.class
  Slim  eti.class
  Slim  eug.class
  Slim  erv.class
  Slim  eua.class
  Slim  eul.class
  Slim  esh.class
  Slim  eue.class
  Slim  euy.class
  Slim  euh.class
  Slim  esy.class
  Slim  eri.class
  Slim  era.class
  Slim  esw.class
  Slim  euo.class
  Slim  eru.class
  Slim  etc.class
  Slim  ery.class
  Slim  esc.class
  Slim  erd.class
  Slim  eui.class
  Slim  eux.class
  Slim  etr.class
  Slim  etu.class
  Slim  eut.class
  Slim  ery$a.class
  Slim  etf.class
  Slim  eub.class
  Slim  erc.class
  Slim  esd.class
  Slim  etw.class
  Slim  ess.class
  Slim  ern.class
  Slim  ets.class
  Slim  eqz.class
  Slim  ere.class
  Slim  esu.class
  Slim  erq.class
  Slim  erg.class
  Slim  etq.class
  Slim  euf.class
  Slim  euk.class
  Slim  erm.class
  Slim  ers.class
  Slim  emy.class
  Slim  enp$l.class
  Slim  emx$b.class
  Slim  emw.class
  Slim  enq$b.class
  Slim  enh.class
  Slim  eng$a.class
  Slim  enp$k.class
  Slim  enp$j.class
  Slim  enj$a.class
  Slim  enl.class
  Slim  exm$a.class
  Slim  exj$a.class
  Slim  exm$d.class
  Slim  exb.class
  Slim  exp.class
  Slim  exj.class
  Slim  exn.class
  Slim  exg.class
  Slim  exf.class
  Slim  exh.class
  Slim  exe.class
  Slim  exa.class
  Slim  exd.class
  Slim  exm.class
  Slim  exl.class
  Slim  exi.class
  Slim  exo.class
  Slim  exk.class
  Slim  exc.class
  Slim  exi$a.class
  Slim  exm$b.class
  Slim  exj$b.class
  Slim  exl$a.class
  Slim  exm$c.class
  Slim  exj$c.class
  Slim  eqd.class
  Slim  eqc.class
  Slim  enn.class
  Slim  eni.class
  Slim  enw.class
  Slim  enj.class
  Slim  eob$d$2.class
  Slim  eob$c.class
  Slim  eob$b.class
  Slim  eoz.class
  Slim  enz.class
  Slim  eol.class
  Slim  eop$a.class
  Slim  eok$a.class
  Slim  eok.class
  Slim  eom$b.class
  Slim  eoq.class
  Slim  eoy.class
  Slim  eoo$1.class
  Slim  eoq$a.class
  Slim  eoh.class
  Slim  eow$a.class
  Slim  eox.class
  Slim  eov.class
  Slim  eos.class
  Slim  eot.class
  Slim  eow.class
  Slim  eou.class
  Slim  eou$a.class
  Slim  eor.class
  Slim  eol$b.class
  Slim  eod$1.class
  Slim  eod.class
  Slim  eoo$b.class
  Slim  eoh$a.class
  Slim  eok$1.class
  Slim  eon$a.class
  Slim  eoo$a.class
  Slim  eoi.class
  Slim  eog.class
  Slim  eok$b.class
  Slim  eon.class
  Slim  eoj.class
  Slim  eop.class
  Slim  eof.class
  Slim  eoe.class
  Slim  eoo.class
  Slim  eoi$a.class
  Slim  eoh$b.class
  Slim  eoh$c.class
  Slim  eom.class
  Slim  eoi$b.class
  Slim  eom$a.class
  Slim  eod$a.class
  Slim  eoi$c.class
  Slim  eol$a.class
  Slim  eog$a.class
  Slim  eoj$1.class
  Slim  eoe$a.class
  Slim  eoc.class
  Slim  eob$e.class
  Slim  eny.class
  Slim  eob$1.class
  Slim  eoa.class
  Slim  eob$a.class
  Slim  eob$d.class
  Slim  eob$d$1.class
  Slim  eob.class
  Slim  enz$1.class
  Slim  emz$a.class
  Slim  eng.class
  Slim  ewy.class
  Slim  ewv.class
  Slim  ewx.class
  Slim  eww$a.class
  Slim  eww$1.class
  Slim  eww.class
  Slim  eww$2.class
  Slim  end.class
  Slim  eng$b.class
  Slim  emx$c.class
  Slim  enb.class
  Slim  enm.class
  Slim  ene.class
  Slim  ena$a.class
  Slim  enp$o.class
  Slim  enp$d.class
  Slim  enp$c.class
  Slim  eno.class
  Slim  env.class
  Slim  enp$f.class
  Slim  enp$m.class
  Slim  enp$a.class
  Slim  enx.class
  Slim  enp$h$a.class
  Slim  enr.class
  Slim  enc$a.class
  Slim  enp$p.class
  Slim  emz$b.class
  Slim  emt.class
  Slim  enu.class
  Slim  enp$g.class
  Slim  epy.class
  Slim  eqb.class
  Slim  epx$c.class
  Slim  epx$a.class
  Slim  epx.class
  Slim  epx$b.class
  Slim  epx$c$c.class
  Slim  epx$c$b.class
  Slim  eqa.class
  Slim  epx$c$a.class
  Slim  epz.class
  Slim  epx$b$1.class
  Slim  epz$1.class
  Slim  fat.class
  Slim  fas$a.class
  Slim  fau.class
  Slim  fas$b.class
  Slim  far.class
  Slim  faq.class
  Slim  fap.class
  Slim  fas.class
  Slim  dvt$2.class
  Slim  dvp$1.class
  Slim  eez.class
  Slim  eey$c.class
  Slim  efa.class
  Slim  net/minecraft/client/main/Main$3.class
  Slim  eey.class
  Slim  eey$a.class
  Slim  net/minecraft/client/main/Main$1.class
  Slim  eey$d.class
  Slim  eey$b.class
  Slim  net/minecraft/client/main/Main.class
  Slim  net/minecraft/client/main/Main$2.class
  Slim  dvp$a.class
  Slim  dvw$1.class
  Slim  ekp.class
  Slim  eko$a.class
  Slim  ekz.class
  Slim  ekj$n.class
  Slim  ekj$s.class
  Slim  ekb.class
  Slim  elf$b.class
  Slim  elh$4.class
  Slim  elx$b.class
  Slim  elk$a.class
  Slim  eka$a.class
  Slim  elb.class
  Slim  eks$a.class
  Slim  emb.class
  Slim  ely$c.class
  Slim  elo$a.class
  Slim  ekt.class
  Slim  ely$d.class
  Slim  ekc$a.class
  Slim  elz.class
  Slim  ekh$a.class
  Slim  ekk.class
  Slim  ekj$m.class
  Slim  emg$a.class
  Slim  elv$b.class
  Slim  ekj$o.class
  Slim  ekh$b.class
  Slim  ekc$b.class
  Slim  ejz$a.class
  Slim  ekv$a.class
  Slim  elp$a.class
  Slim  ekr$a.class
  Slim  ekj$l.class
  Slim  elx$b$1.class
  Slim  eli.class
  Slim  ekj$i.class
  Slim  eke$a.class
  Slim  emh$a.class
  Slim  eku$b.class
  Slim  emi.class
  Slim  elr$b.class
  Slim  eks.class
  Slim  ekj$a.class
  Slim  ekx.class
  Slim  eke.class
  Slim  ekj$b.class
  Slim  ekt$e.class
  Slim  elt$a.class
  Slim  ekr.class
  Slim  elg.class
  Slim  eme$a.class
  Slim  ely$a.class
  Slim  elq.class
  Slim  elj.class
  Slim  elx.class
  Slim  elv$a.class
  Slim  elu.class
  Slim  elx$d.class
  Slim  ekj$v.class
  Slim  elm.class
  Slim  ekt$c.class
  Slim  ekj$t.class
  Slim  eku$a.class
  Slim  elh$1.class
  Slim  emb$a.class
  Slim  elh.class
  Slim  elr$a.class
  Slim  ekp$a.class
  Slim  ekk$a.class
  Slim  ekc.class
  Slim  elx$a.class
  Slim  ekj.class
  Slim  ekj$p.class
  Slim  ele.class
  Slim  ekr$e.class
  Slim  eko.class
  Slim  ely$b.class
  Slim  ekj$f.class
  Slim  eki.class
  Slim  eka.class
  Slim  ekh.class
  Slim  elr$c.class
  Slim  ekq.class
  Slim  emg.class
  Slim  ely.class
  Slim  ekw$a.class
  Slim  eku.class
  Slim  eky$a.class
  Slim  elj$a.class
  Slim  eli$b.class
  Slim  ekj$u.class
  Slim  elk.class
  Slim  eli$a.class
  Slim  ekj$d.class
  Slim  ekd$a.class
  Slim  ekn$b.class
  Slim  elc$a.class
  Slim  ekd.class
  Slim  ekn$a.class
  Slim  ekr$b.class
  Slim  ekl$a.class
  Slim  eme.class
  Slim  ekf.class
  Slim  elr$e.class
  Slim  emd$a.class
  Slim  els$a.class
  Slim  emd.class
  Slim  elx$c.class
  Slim  ejz.class
  Slim  elp.class
  Slim  elq$a.class
  Slim  ekj$x.class
  Slim  ekh$c.class
  Slim  ekj$g.class
  Slim  eks$b.class
  Slim  elr.class
  Slim  eky.class
  Slim  elh$5.class
  Slim  ekg$b.class
  Slim  ekn.class
  Slim  emh.class
  Slim  eld.class
  Slim  elw$a.class
  Slim  ekt$d.class
  Slim  ekg$a.class
  Slim  els.class
  Slim  elf$a.class
  Slim  eki$a.class
  Slim  elo.class
  Slim  ell.class
  Slim  ema.class
  Slim  ekv.class
  Slim  ekf$a.class
  Slim  ekc$c.class
  Slim  ekw.class
  Slim  ekt$a.class
  Slim  ekj$k.class
  Slim  elt.class
  Slim  ekj$e.class
  Slim  ekr$1.class
  Slim  elw.class
  Slim  elw$b.class
  Slim  elf.class
  Slim  ela$a.class
  Slim  ekt$b.class
  Slim  elh$6.class
  Slim  elc.class
  Slim  ekr$d.class
  Slim  ekr$c.class
  Slim  ekq$a.class
  Slim  ekg.class
  Slim  emf$a.class
  Slim  ekl.class
  Slim  ekj$q.class
  Slim  emf.class
  Slim  ekj$w.class
  Slim  emc.class
  Slim  elz$a.class
  Slim  ekj$c.class
  Slim  eln.class
  Slim  ekj$r.class
  Slim  ekm.class
  Slim  elh$3.class
  Slim  ela.class
  Slim  elh$2.class
  Slim  ekj$h.class
  Slim  elr$d.class
  Slim  ekj$j.class
  Slim  ekz$a.class
  Slim  elv.class
  Slim  dvq.class
  Slim  dvo.class
  Slim  dvn$1.class
  Slim  dvv.class
  Slim  dvj.class
  Slim  dwa$1.class
  Slim  dqv.class
  Slim  dqv$1.class
  Slim  dsk.class
  Slim  dsn.class
  Slim  dsj.class
  Slim  dsl.class
  Slim  dsm.class
  Slim  dqv$h.class
  Slim  dqv$e.class
  Slim  dtz.class
  Slim  dri.class
  Slim  drt.class
  Slim  dsg$a.class
  Slim  drv.class
  Slim  drq$b.class
  Slim  dru.class
  Slim  dsi.class
  Slim  drh.class
  Slim  drq.class
  Slim  drm.class
  Slim  drs.class
  Slim  drp.class
  Slim  dsb.class
  Slim  dry.class
  Slim  dro.class
  Slim  dsd.class
  Slim  drk.class
  Slim  dse.class
  Slim  drz.class
  Slim  drw.class
  Slim  drr.class
  Slim  dsc$a.class
  Slim  dsh.class
  Slim  drq$c.class
  Slim  dsf.class
  Slim  drn.class
  Slim  drx.class
  Slim  drq$a.class
  Slim  dsa.class
  Slim  drj.class
  Slim  drl.class
  Slim  dsc.class
  Slim  drg.class
  Slim  dsg.class
  Slim  dqv$2.class
  Slim  dsp$a.class
  Slim  dso.class
  Slim  dss.class
  Slim  dtm$a.class
  Slim  dsx$1.class
  Slim  dto.class
  Slim  dtn.class
  Slim  dth$1.class
  Slim  dta.class
  Slim  dtt.class
  Slim  dsu$a.class
  Slim  dti$b.class
  Slim  dtf$1.class
  Slim  dtg.class
  Slim  dsu$1.class
  Slim  dtq.class
  Slim  dtr.class
  Slim  dth$a$b.class
  Slim  dth$b.class
  Slim  dtp$1.class
  Slim  dth$2.class
  Slim  dsy.class
  Slim  dtc.class
  Slim  dto$a.class
  Slim  dst$a.class
  Slim  dtl$b.class
  Slim  dtj.class
  Slim  dsw.class
  Slim  dts.class
  Slim  dti.class
  Slim  dth$3.class
  Slim  dst$b.class
  Slim  dsv.class
  Slim  dtm.class
  Slim  dsu.class
  Slim  dts$a.class
  Slim  dst.class
  Slim  dtd.class
  Slim  dth.class
  Slim  dtm$b.class
  Slim  dti$c.class
  Slim  dtb.class
  Slim  dtk$1.class
  Slim  dth$a.class
  Slim  dtl.class
  Slim  dtl$a.class
  Slim  dti$a.class
  Slim  dtd$a.class
  Slim  dtp.class
  Slim  dte.class
  Slim  dsz.class
  Slim  dta$a.class
  Slim  dth$a$a.class
  Slim  dtk.class
  Slim  dtm$1.class
  Slim  dsu$b.class
  Slim  dtf.class
  Slim  dtk$a.class
  Slim  dsx.class
  Slim  dsq$b.class
  Slim  dsq$a.class
  Slim  dtv.class
  Slim  dtw.class
  Slim  dty.class
  Slim  dtx.class
  Slim  dtu.class
  Slim  dsr.class
  Slim  dsq.class
  Slim  dsp.class
  Slim  dqv$f.class
  Slim  dqv$4.class
  Slim  dqv$c.class
  Slim  dqv$3.class
  Slim  dqw.class
  Slim  dqx.class
  Slim  drd$c.class
  Slim  drf.class
  Slim  drd$d.class
  Slim  dre.class
  Slim  dqz$a.class
  Slim  dqy.class
  Slim  dqx$b.class
  Slim  dqy$a.class
  Slim  dra.class
  Slim  drc.class
  Slim  drd$a.class
  Slim  dqx$c.class
  Slim  drd$b.class
  Slim  drd.class
  Slim  dqx$a.class
  Slim  dqz.class
  Slim  dra$b.class
  Slim  drb.class
  Slim  dra$a.class
  Slim  dqv$d.class
  Slim  dqv$i.class
  Slim  dqu.class
  Slim  duh.class
  Slim  duf.class
  Slim  due$1.class
  Slim  duj.class
  Slim  dug$a.class
  Slim  dui.class
  Slim  dua.class
  Slim  dug.class
  Slim  dud$1.class
  Slim  due.class
  Slim  duo.class
  Slim  dum.class
  Slim  duu.class
  Slim  dux.class
  Slim  dus.class
  Slim  dur.class
  Slim  dul.class
  Slim  dun.class
  Slim  dup.class
  Slim  duv.class
  Slim  duw.class
  Slim  duk.class
  Slim  duq.class
  Slim  dut.class
  Slim  dub.class
  Slim  duc.class
  Slim  dud$a.class
  Slim  dug$b.class
  Slim  dud.class
  Slim  duc$a.class
  Slim  dqv$b.class
  Slim  dqv$g.class
  Slim  dqv$a.class
  Slim  dqv$5.class
  Slim  doj$a.class
  Slim  dok.class
  Slim  dom.class
  Slim  doi.class
  Slim  doj$1.class
  Slim  doo.class
  Slim  doj$b.class
  Slim  don.class
  Slim  doj.class
  Slim  dol$a.class
  Slim  dol.class
  Slim  doj$c.class
  Slim  doe.class
  Slim  doh.class
  Slim  dou.class
  Slim  dot.class
  Slim  dos.class
  Slim  dor.class
  Slim  dop.class
  Slim  dos$a.class
  Slim  doq.class
  Slim  dpv.class
  Slim  dpu$a.class
  Slim  dpu.class
  Slim  dof.class
  Slim  com/mojang/blaze3d/systems/RenderSystem$a.class
  Slim  com/mojang/blaze3d/systems/RenderSystem$a$a.class
  Slim  dqf.class
  Slim  com/mojang/blaze3d/systems/RenderSystem$1.class
  Slim  com/mojang/blaze3d/systems/RenderSystem.class
  Slim  dow.class
  Slim  dox.class
  Slim  dpa.class
  Slim  dov.class
  Slim  dov$a.class
  Slim  doy.class
  Slim  doz.class
  Slim  dov$b.class
  Slim  dog.class
  Slim  dqc.class
  Slim  dqe.class
  Slim  dqa.class
  Slim  dpz.class
  Slim  dqb.class
  Slim  dqd.class
  Slim  dpz$1.class
  Slim  dpx.class
  Slim  dqa$a.class
  Slim  dpy.class
  Slim  dpw.class
  Slim  dql.class
  Slim  dqr$a.class
  Slim  dqr$b$a.class
  Slim  dqs.class
  Slim  dqk.class
  Slim  dqg$b.class
  Slim  dqt.class
  Slim  dqr.class
  Slim  dqn.class
  Slim  dqq$1.class
  Slim  dqq.class
  Slim  dqg$1.class
  Slim  dqs$b.class
  Slim  dqr$b$b.class
  Slim  dqh.class
  Slim  dql$a.class
  Slim  dqg.class
  Slim  dqo.class
  Slim  dqp.class
  Slim  dqs$a.class
  Slim  dqm.class
  Slim  dqq$a.class
  Slim  dqj.class
  Slim  dqr$b.class
  Slim  dqg$a.class
  Slim  dqi.class
  Slim  dqq$b.class
  Slim  dpr.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$b.class
  Slim  dpg$b.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$a.class
  Slim  dpt.class
  Slim  dpe.class
  Slim  dpg$a.class
  Slim  dpm.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$f.class
  Slim  dpp.class
  Slim  com/mojang/blaze3d/platform/GlConst.class
  Slim  dpr$a.class
  Slim  dpm$a.class
  Slim  dph.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$c.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$g.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$l.class
  Slim  dpm$c.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$e.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$d.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$SourceFactor.class
  Slim  dpd.class
  Slim  com/mojang/blaze3d/platform/GlStateManager.class
  Slim  dpf.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$m.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$i.class
  Slim  dpn$b.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$h.class
  Slim  dpg.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$k.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$j.class
  Slim  dpc.class
  Slim  dpb.class
  Slim  com/mojang/blaze3d/platform/GlStateManager$DestFactor.class
  Slim  dpo.class
  Slim  dpk.class
  Slim  dpn$a.class
  Slim  dpq.class
  Slim  dpm$b.class
  Slim  dps.class
  Slim  dpn.class
  Slim  dpl.class
  Slim  dpj.class
  Slim  dpn$c.class
  Slim  dpi.class
  Slim  dpe$a.class
  Slim  com/mojang/blaze3d/platform/GLX.class
  Slim  com/mojang/blaze3d/platform/TextureUtil.class
  Data  pack.png
  Data  assets/realms/textures/gui/realms/cross_player_icon.png
  Data  assets/realms/textures/gui/realms/expired_icon.png
  Data  assets/realms/textures/gui/realms/expires_soon_icon.png
  Data  assets/realms/textures/gui/realms/leave_icon.png
  Data  assets/realms/textures/gui/realms/popup.png
  Data  assets/realms/textures/gui/realms/world_icon.png
  Data  assets/realms/textures/gui/realms/experience.png
  Data  assets/realms/textures/gui/realms/reject_icon.png
  Data  assets/realms/textures/gui/realms/questionmark.png
  Data  assets/realms/textures/gui/realms/inspiration.png
  Data  assets/realms/textures/gui/realms/news_notification_mainscreen.png
  Data  assets/realms/textures/gui/realms/plus_icon.png
  Data  assets/realms/textures/gui/realms/upload.png
  Data  assets/realms/textures/gui/realms/invitation_icons.png
  Data  assets/realms/textures/gui/realms/link_icons.png
  Data  assets/realms/textures/gui/realms/darken.png
  Data  assets/realms/textures/gui/realms/new_world.png
  Data  assets/realms/textures/gui/realms/survival_spawn.png
  Data  assets/realms/textures/gui/realms/news_icon.png
  Data  assets/realms/textures/gui/realms/off_icon.png
  Data  assets/realms/textures/gui/realms/slot_frame.png
  Data  assets/realms/textures/gui/realms/empty_frame.png
  Data  assets/realms/textures/gui/realms/adventure.png
  Data  assets/realms/textures/gui/realms/on_icon.png
  Data  assets/realms/textures/gui/realms/trial_icon.png
  Data  assets/realms/textures/gui/realms/configure_icon.png
  Data  assets/realms/textures/gui/realms/op_icon.png
  Data  assets/realms/textures/gui/realms/user_icon.png
  Data  assets/realms/textures/gui/realms/accept_icon.png
  Data  assets/realms/textures/gui/realms/restore_icon.png
  Data  assets/realms/textures/gui/realms/invite_icon.png
  Data  assets/realms/textures/gui/realms/trailer_icons.png
  Data  assets/realms/textures/gui/realms/cross_icon.png
  Data  assets/realms/textures/gui/title/realms.png
  Data  assets/realms/lang/en_us.json
  Data  assets/minecraft/models/block/chain.json
  Data  assets/minecraft/models/block/sculk_sensor_active.json
  Data  assets/minecraft/models/block/composter_contents2.json
  Data  assets/minecraft/models/block/powder_snow.json
  Data  assets/minecraft/models/block/redstone_dust_side.json
  Data  assets/minecraft/models/block/two_sea_pickles.json
  Data  assets/minecraft/models/block/cube_top.json
  Data  assets/minecraft/models/block/potted_bamboo.json
  Data  assets/minecraft/models/block/redstone_dust_side_alt1.json
  Data  assets/minecraft/models/block/orientable_vertical.json
  Data  assets/minecraft/models/block/end_portal_frame_filled.json
  Data  assets/minecraft/models/block/chorus_plant_noside3.json
  Data  assets/minecraft/models/block/thin_block.json
  Data  assets/minecraft/models/block/snow_height14.json
  Data  assets/minecraft/models/block/template_fence_gate_wall_open.json
  Data  assets/minecraft/models/block/sculk_sensor_inactive.json
  Data  assets/minecraft/models/block/composter_contents5.json
  Data  assets/minecraft/models/block/pressure_plate_up.json
  Data  assets/minecraft/models/block/composter_contents4.json
  Data  assets/minecraft/models/block/end_portal_frame.json
  Data  assets/minecraft/models/block/lava.json
  Data  assets/minecraft/models/block/redstone_dust_dot.json
  Data  assets/minecraft/models/block/repeater_2tick_on.json
  Data  assets/minecraft/models/block/stem_growth3.json
  Data  assets/minecraft/models/block/pressure_plate_down.json
  Data  assets/minecraft/models/block/repeater_2tick.json
  Data  assets/minecraft/models/block/slab_top.json
  Data  assets/minecraft/models/block/template_seagrass.json
  Data  assets/minecraft/models/block/bamboo3_age0.json
  Data  assets/minecraft/models/block/hopper.json
  Data  assets/minecraft/models/block/cake.json
  Data  assets/minecraft/models/block/template_fire_side_alt.json
  Data  assets/minecraft/models/block/end_rod.json
  Data  assets/minecraft/models/block/bell_floor.json
  Data  assets/minecraft/models/block/dried_kelp_block.json
  Data  assets/minecraft/models/block/snow_height6.json
  Data  assets/minecraft/models/block/template_orientable_trapdoor_bottom.json
  Data  assets/minecraft/models/block/small_dripleaf_top.json
  Data  assets/minecraft/models/block/bamboo2_age1.json
  Data  assets/minecraft/models/block/cocoa_stage1.json
  Data  assets/minecraft/models/block/brewing_stand_empty1.json
  Data  assets/minecraft/models/block/block.json
  Data  assets/minecraft/models/block/enchanting_table.json
  Data  assets/minecraft/models/block/template_three_turtle_eggs.json
  Data  assets/minecraft/models/block/brewing_stand_bottle2.json
  Data  assets/minecraft/models/block/tripwire_hook_attached_on.json
  Data  assets/minecraft/models/block/cake_slice3.json
  Data  assets/minecraft/models/block/chorus_plant_noside2.json
  Data  assets/minecraft/models/block/chorus_plant_noside.json
  Data  assets/minecraft/models/block/template_torch.json
  Data  assets/minecraft/models/block/template_azalea.json
  Data  assets/minecraft/models/block/template_rail_raised_ne.json
  Data  assets/minecraft/models/block/pointed_dripstone.json
  Data  assets/minecraft/models/block/stem_growth1.json
  Data  assets/minecraft/models/block/stem_growth6.json
  Data  assets/minecraft/models/block/scaffolding_unstable.json
  Data  assets/minecraft/models/block/grindstone.json
  Data  assets/minecraft/models/block/four_sea_pickles.json
  Data  assets/minecraft/models/block/orientable.json
  Data  assets/minecraft/models/block/lightning_rod_on.json
  Data  assets/minecraft/models/block/tripwire_attached_nsew.json
  Data  assets/minecraft/models/block/stem_growth2.json
  Data  assets/minecraft/models/block/pumpkin.json
  Data  assets/minecraft/models/block/template_farmland.json
  Data  assets/minecraft/models/block/cocoa_stage2.json
  Data  assets/minecraft/models/block/cocoa_stage0.json
  Data  assets/minecraft/models/block/repeater_3tick_on_locked.json
  Data  assets/minecraft/models/block/template_trapdoor_top.json
  Data  assets/minecraft/models/block/carpet.json
  Data  assets/minecraft/models/block/potted_cactus.json
  Data  assets/minecraft/models/block/repeater_3tick_on.json
  Data  assets/minecraft/models/block/stairs.json
  Data  assets/minecraft/models/block/template_fence_gate_wall.json
  Data  assets/minecraft/models/block/big_dripleaf_stem.json
  Data  assets/minecraft/models/block/template_item_frame.json
  Data  assets/minecraft/models/block/template_cake_with_candle.json
  Data  assets/minecraft/models/block/hopper_side.json
  Data  assets/minecraft/models/block/bamboo4_age0.json
  Data  assets/minecraft/models/block/bell_wall.json
  Data  assets/minecraft/models/block/outer_stairs.json
  Data  assets/minecraft/models/block/composter.json
  Data  assets/minecraft/models/block/big_dripleaf_partial_tilt.json
  Data  assets/minecraft/models/block/template_daylight_detector.json
  Data  assets/minecraft/models/block/composter_contents7.json
  Data  assets/minecraft/models/block/door_bottom.json
  Data  assets/minecraft/models/block/iron_bars_cap_alt.json
  Data  assets/minecraft/models/block/cake_slice1.json
  Data  assets/minecraft/models/block/template_cauldron_level2.json
  Data  assets/minecraft/models/block/wall_inventory.json
  Data  assets/minecraft/models/block/stem_growth7.json
  Data  assets/minecraft/models/block/redstone_dust_side_alt0.json
  Data  assets/minecraft/models/block/slab.json
  Data  assets/minecraft/models/block/nether_portal_ns.json
  Data  assets/minecraft/models/block/lectern.json
  Data  assets/minecraft/models/block/chorus_plant.json
  Data  assets/minecraft/models/block/template_piston_head.json
  Data  assets/minecraft/models/block/template_turtle_egg.json
  Data  assets/minecraft/models/block/slime_block.json
  Data  assets/minecraft/models/block/brewing_stand_bottle0.json
  Data  assets/minecraft/models/block/dragon_egg.json
  Data  assets/minecraft/models/block/coral_fan.json
  Data  assets/minecraft/models/block/template_rail_raised_sw.json
  Data  assets/minecraft/models/block/cube_column.json
  Data  assets/minecraft/models/block/leaves.json
  Data  assets/minecraft/models/block/piston_extended.json
  Data  assets/minecraft/models/block/tripwire_nsew.json
  Data  assets/minecraft/models/block/template_orientable_trapdoor_open.json
  Data  assets/minecraft/models/block/template_fence_gate.json
  Data  assets/minecraft/models/block/chorus_plant_side.json
  Data  assets/minecraft/models/block/tripwire_hook_on.json
  Data  assets/minecraft/models/block/repeater_2tick_locked.json
  Data  assets/minecraft/models/block/item_frame.json
  Data  assets/minecraft/models/block/big_dripleaf.json
  Data  assets/minecraft/models/block/brewing_stand_empty0.json
  Data  assets/minecraft/models/block/button.json
  Data  assets/minecraft/models/block/template_cauldron_full.json
  Data  assets/minecraft/models/block/snow_height2.json
  Data  assets/minecraft/models/block/template_fence_gate_open.json
  Data  assets/minecraft/models/block/repeater_3tick_locked.json
  Data  assets/minecraft/models/block/template_lantern.json
  Data  assets/minecraft/models/block/lightning_rod.json
  Data  assets/minecraft/models/block/comparator.json
  Data  assets/minecraft/models/block/honey_block.json
  Data  assets/minecraft/models/block/cube_mirrored.json
  Data  assets/minecraft/models/block/repeater_4tick_on_locked.json
  Data  assets/minecraft/models/block/door_top.json
  Data  assets/minecraft/models/block/three_sea_pickles.json
  Data  assets/minecraft/models/block/cube_directional.json
  Data  assets/minecraft/models/block/stem_growth4.json
  Data  assets/minecraft/models/block/cake_slice2.json
  Data  assets/minecraft/models/block/button_inventory.json
  Data  assets/minecraft/models/block/template_fire_side.json
  Data  assets/minecraft/models/block/brewing_stand_empty2.json
  Data  assets/minecraft/models/block/template_four_turtle_eggs.json
  Data  assets/minecraft/models/block/tripwire_ns.json
  Data  assets/minecraft/models/block/template_hanging_lantern.json
  Data  assets/minecraft/models/block/door_top_rh.json
  Data  assets/minecraft/models/block/composter_contents3.json
  Data  assets/minecraft/models/block/template_potted_azalea_bush.json
  Data  assets/minecraft/models/block/vine.json
  Data  assets/minecraft/models/block/snow_height8.json
  Data  assets/minecraft/models/block/template_glass_pane_noside_alt.json
  Data  assets/minecraft/models/block/template_item_frame_map.json
  Data  assets/minecraft/models/block/beacon.json
  Data  assets/minecraft/models/block/inner_stairs.json
  Data  assets/minecraft/models/block/lily_pad.json
  Data  assets/minecraft/models/block/dirt_path.json
  Data  assets/minecraft/models/block/door_bottom_rh.json
  Data  assets/minecraft/models/block/snow_height12.json
  Data  assets/minecraft/models/block/button_pressed.json
  Data  assets/minecraft/models/block/composter_contents1.json
  Data  assets/minecraft/models/block/fence_side.json
  Data  assets/minecraft/models/block/brewing_stand_bottle1.json
  Data  assets/minecraft/models/block/template_anvil.json
  Data  assets/minecraft/models/block/template_glazed_terracotta.json
  Data  assets/minecraft/models/block/redstone_dust_side1.json
  Data  assets/minecraft/models/block/composter_contents_ready.json
  Data  assets/minecraft/models/block/template_single_face.json
  Data  assets/minecraft/models/block/comparator_on.json
  Data  assets/minecraft/models/block/template_command_block.json
  Data  assets/minecraft/models/block/iron_bars_side_alt.json
  Data  assets/minecraft/models/block/item_frame_map.json
  Data  assets/minecraft/models/block/dead_sea_pickle.json
  Data  assets/minecraft/models/block/glow_item_frame_map.json
  Data  assets/minecraft/models/block/bamboo1_age0.json
  Data  assets/minecraft/models/block/template_piston.json
  Data  assets/minecraft/models/block/tripwire_n.json
  Data  assets/minecraft/models/block/observer.json
  Data  assets/minecraft/models/block/comparator_on_subtract.json
  Data  assets/minecraft/models/block/template_trapdoor_open.json
  Data  assets/minecraft/models/block/sunflower_top.json
  Data  assets/minecraft/models/block/two_dead_sea_pickles.json
  Data  assets/minecraft/models/block/bamboo_large_leaves.json
  Data  assets/minecraft/models/block/tinted_cross.json
  Data  assets/minecraft/models/block/tripwire_attached_nse.json
  Data  assets/minecraft/models/block/template_torch_wall.json
  Data  assets/minecraft/models/block/template_fire_up.json
  Data  assets/minecraft/models/block/template_glass_pane_noside.json
  Data  assets/minecraft/models/block/bamboo1_age1.json
  Data  assets/minecraft/models/block/repeater_1tick_on_locked.json
  Data  assets/minecraft/models/block/template_two_turtle_eggs.json
  Data  assets/minecraft/models/block/template_fire_up_alt.json
  Data  assets/minecraft/models/block/cube_mirrored_all.json
  Data  assets/minecraft/models/block/cauldron.json
  Data  assets/minecraft/models/block/tripwire_attached_ns.json
  Data  assets/minecraft/models/block/bamboo2_age0.json
  Data  assets/minecraft/models/block/repeater_1tick.json
  Data  assets/minecraft/models/block/cake_slice5.json
  Data  assets/minecraft/models/block/coral_wall_fan.json
  Data  assets/minecraft/models/block/flower_pot_cross.json
  Data  assets/minecraft/models/block/tripwire_attached_n.json
  Data  assets/minecraft/models/block/sea_pickle.json
  Data  assets/minecraft/models/block/rail_curved.json
  Data  assets/minecraft/models/block/repeater_4tick.json
  Data  assets/minecraft/models/block/iron_bars_side.json
  Data  assets/minecraft/models/block/template_piston_head_short.json
  Data  assets/minecraft/models/block/three_dead_sea_pickles.json
  Data  assets/minecraft/models/block/bamboo4_age1.json
  Data  assets/minecraft/models/block/composter_contents6.json
  Data  assets/minecraft/models/block/glow_lichen.json
  Data  assets/minecraft/models/block/cube_column_horizontal.json
  Data  assets/minecraft/models/block/snow_height10.json
  Data  assets/minecraft/models/block/bamboo3_age1.json
  Data  assets/minecraft/models/block/campfire_off.json
  Data  assets/minecraft/models/block/repeater_3tick.json
  Data  assets/minecraft/models/block/cube.json
  Data  assets/minecraft/models/block/tripwire_hook.json
  Data  assets/minecraft/models/block/glow_item_frame.json
  Data  assets/minecraft/models/block/stem_growth0.json
  Data  assets/minecraft/models/block/crop.json
  Data  assets/minecraft/models/block/rail_flat.json
  Data  assets/minecraft/models/block/template_orientable_trapdoor_top.json
  Data  assets/minecraft/models/block/flower_pot.json
  Data  assets/minecraft/models/block/cross.json
  Data  assets/minecraft/models/block/template_campfire.json
  Data  assets/minecraft/models/block/cube_column_mirrored.json
  Data  assets/minecraft/models/block/snow_height4.json
  Data  assets/minecraft/models/block/comparator_subtract.json
  Data  assets/minecraft/models/block/nether_portal_ew.json
  Data  assets/minecraft/models/block/four_dead_sea_pickles.json
  Data  assets/minecraft/models/block/template_cauldron_level1.json
  Data  assets/minecraft/models/block/template_wall_post.json
  Data  assets/minecraft/models/block/cake_slice4.json
  Data  assets/minecraft/models/block/iron_bars_post.json
  Data  assets/minecraft/models/block/template_two_candles.json
  Data  assets/minecraft/models/block/cube_bottom_top.json
  Data  assets/minecraft/models/block/template_wall_side_tall.json
  Data  assets/minecraft/models/block/iron_bars_post_ends.json
  Data  assets/minecraft/models/block/scaffolding_stable.json
  Data  assets/minecraft/models/block/orientable_with_bottom.json
  Data  assets/minecraft/models/block/fence_post.json
  Data  assets/minecraft/models/block/tripwire_nse.json
  Data  assets/minecraft/models/block/tripwire_ne.json
  Data  assets/minecraft/models/block/redstone_dust_side0.json
  Data  assets/minecraft/models/block/template_glass_pane_side_alt.json
  Data  assets/minecraft/models/block/bell_ceiling.json
  Data  assets/minecraft/models/block/bamboo_small_leaves.json
  Data  assets/minecraft/models/block/template_glass_pane_post.json
  Data  assets/minecraft/models/block/template_wall_side.json
  Data  assets/minecraft/models/block/repeater_1tick_on.json
  Data  assets/minecraft/models/block/cake_slice6.json
  Data  assets/minecraft/models/block/redstone_dust_up.json
  Data  assets/minecraft/models/block/mushroom_block_inside.json
  Data  assets/minecraft/models/block/template_candle.json
  Data  assets/minecraft/models/block/cube_all.json
  Data  assets/minecraft/models/block/template_four_candles.json
  Data  assets/minecraft/models/block/stem_fruit.json
  Data  assets/minecraft/models/block/lever_on.json
  Data  assets/minecraft/models/block/stem_growth5.json
  Data  assets/minecraft/models/block/grass_block.json
  Data  assets/minecraft/models/block/piston_base.json
  Data  assets/minecraft/models/block/tinted_flower_pot_cross.json
  Data  assets/minecraft/models/block/air.json
  Data  assets/minecraft/models/block/stonecutter.json
  Data  assets/minecraft/models/block/observer_on.json
  Data  assets/minecraft/models/block/water.json
  Data  assets/minecraft/models/block/fence_inventory.json
  Data  assets/minecraft/models/block/lever.json
  Data  assets/minecraft/models/block/template_three_candles.json
  Data  assets/minecraft/models/block/redstone_dust_side_alt.json
  Data  assets/minecraft/models/block/cactus.json
  Data  assets/minecraft/models/block/repeater_4tick_on.json
  Data  assets/minecraft/models/block/template_fire_floor.json
  Data  assets/minecraft/models/block/template_glass_pane_side.json
  Data  assets/minecraft/models/block/spore_blossom.json
  Data  assets/minecraft/models/block/small_dripleaf_bottom.json
  Data  assets/minecraft/models/block/brewing_stand.json
  Data  assets/minecraft/models/block/sculk_sensor.json
  Data  assets/minecraft/models/block/repeater_4tick_locked.json
  Data  assets/minecraft/models/block/ladder.json
  Data  assets/minecraft/models/block/big_dripleaf_full_tilt.json
  Data  assets/minecraft/models/block/repeater_2tick_on_locked.json
  Data  assets/minecraft/models/block/chorus_plant_noside1.json
  Data  assets/minecraft/models/block/repeater_1tick_locked.json
  Data  assets/minecraft/models/block/iron_bars_cap.json
  Data  assets/minecraft/models/block/template_trapdoor_bottom.json
  Data  assets/minecraft/models/block/template_chorus_flower.json
  Data  assets/minecraft/models/block/tripwire_hook_attached.json
  Data  assets/minecraft/models/block/bell_between_walls.json
  Data  assets/minecraft/models/block/tripwire_attached_ne.json
  Data  assets/minecraft/models/item/conduit.json
  Data  assets/minecraft/models/item/template_bed.json
  Data  assets/minecraft/models/item/template_shulker_box.json
  Data  assets/minecraft/models/item/feather.json
  Data  assets/minecraft/models/item/trapped_chest.json
  Data  assets/minecraft/models/item/hanging_roots.json
  Data  assets/minecraft/models/item/lead.json
  Data  assets/minecraft/models/item/small_amethyst_bud.json
  Data  assets/minecraft/models/item/bow_pulling_1.json
  Data  assets/minecraft/models/item/ender_chest.json
  Data  assets/minecraft/models/item/handheld_rod.json
  Data  assets/minecraft/models/item/chest.json
  Data  assets/minecraft/models/item/bundle_filled.json
  Data  assets/minecraft/models/item/generated.json
  Data  assets/minecraft/models/item/pointed_dripstone.json
  Data  assets/minecraft/models/item/amethyst_cluster.json
  Data  assets/minecraft/models/item/fishing_rod_cast.json
  Data  assets/minecraft/models/item/handheld.json
  Data  assets/minecraft/models/item/trident_throwing.json
  Data  assets/minecraft/models/item/small_dripleaf.json
  Data  assets/minecraft/models/item/leather_leggings.json
  Data  assets/minecraft/models/item/lingering_potion.json
  Data  assets/minecraft/models/item/big_dripleaf.json
  Data  assets/minecraft/models/item/trident_in_hand.json
  Data  assets/minecraft/models/item/light.json
  Data  assets/minecraft/models/item/shield_blocking.json
  Data  assets/minecraft/models/item/bow_pulling_2.json
  Data  assets/minecraft/models/item/template_banner.json
  Data  assets/minecraft/models/item/spyglass_in_hand.json
  Data  assets/minecraft/models/item/leather_boots.json
  Data  assets/minecraft/models/item/crossbow_arrow.json
  Data  assets/minecraft/models/item/crossbow.json
  Data  assets/minecraft/models/item/dragon_head.json
  Data  assets/minecraft/models/item/crossbow_pulling_2.json
  Data  assets/minecraft/models/item/fishing_rod.json
  Data  assets/minecraft/models/item/compass.json
  Data  assets/minecraft/models/item/bow_pulling_0.json
  Data  assets/minecraft/models/item/large_amethyst_bud.json
  Data  assets/minecraft/models/item/elytra.json
  Data  assets/minecraft/models/item/crossbow_pulling_1.json
  Data  assets/minecraft/models/item/crossbow_pulling_0.json
  Data  assets/minecraft/models/item/leather_chestplate.json
  Data  assets/minecraft/models/item/cod.json
  Data  assets/minecraft/models/item/broken_elytra.json
  Data  assets/minecraft/models/item/air.json
  Data  assets/minecraft/models/item/template_spawn_egg.json
  Data  assets/minecraft/models/item/bow.json
  Data  assets/minecraft/models/item/firework_star.json
  Data  assets/minecraft/models/item/template_skull.json
  Data  assets/minecraft/models/item/filled_map.json
  Data  assets/minecraft/models/item/medium_amethyst_bud.json
  Data  assets/minecraft/models/item/crossbow_firework.json
  Data  assets/minecraft/models/item/potion.json
  Data  assets/minecraft/models/item/bundle.json
  Data  assets/minecraft/models/item/amethyst_bud.json
  Data  assets/minecraft/models/item/shield.json
  Data  assets/minecraft/models/item/clock.json
  Data  assets/minecraft/models/item/tipped_arrow.json
  Data  assets/minecraft/models/item/splash_potion.json
  Data  assets/minecraft/models/item/leather_helmet.json
  Data  assets/minecraft/models/item/bone.json
  Data  assets/minecraft/particles/dragon_breath.json
  Data  assets/minecraft/particles/electric_spark.json
  Data  assets/minecraft/particles/flash.json
  Data  assets/minecraft/particles/lava.json
  Data  assets/minecraft/particles/bubble.json
  Data  assets/minecraft/particles/enchanted_hit.json
  Data  assets/minecraft/particles/falling_lava.json
  Data  assets/minecraft/particles/end_rod.json
  Data  assets/minecraft/particles/sweep_attack.json
  Data  assets/minecraft/particles/entity_effect.json
  Data  assets/minecraft/particles/dust.json
  Data  assets/minecraft/particles/block.json
  Data  assets/minecraft/particles/landing_obsidian_tear.json
  Data  assets/minecraft/particles/squid_ink.json
  Data  assets/minecraft/particles/flame.json
  Data  assets/minecraft/particles/poof.json
  Data  assets/minecraft/particles/dripping_dripstone_lava.json
  Data  assets/minecraft/particles/enchant.json
  Data  assets/minecraft/particles/explosion.json
  Data  assets/minecraft/particles/white_ash.json
  Data  assets/minecraft/particles/portal.json
  Data  assets/minecraft/particles/composter.json
  Data  assets/minecraft/particles/spore_blossom_air.json
  Data  assets/minecraft/particles/falling_dripstone_water.json
  Data  assets/minecraft/particles/damage_indicator.json
  Data  assets/minecraft/particles/bubble_column_up.json
  Data  assets/minecraft/particles/vibration.json
  Data  assets/minecraft/particles/effect.json
  Data  assets/minecraft/particles/falling_water.json
  Data  assets/minecraft/particles/reverse_portal.json
  Data  assets/minecraft/particles/dust_color_transition.json
  Data  assets/minecraft/particles/dripping_dripstone_water.json
  Data  assets/minecraft/particles/underwater.json
  Data  assets/minecraft/particles/angry_villager.json
  Data  assets/minecraft/particles/fishing.json
  Data  assets/minecraft/particles/snowflake.json
  Data  assets/minecraft/particles/large_smoke.json
  Data  assets/minecraft/particles/dripping_water.json
  Data  assets/minecraft/particles/light.json
  Data  assets/minecraft/particles/cloud.json
  Data  assets/minecraft/particles/note.json
  Data  assets/minecraft/particles/explosion_emitter.json
  Data  assets/minecraft/particles/crit.json
  Data  assets/minecraft/particles/landing_lava.json
  Data  assets/minecraft/particles/spit.json
  Data  assets/minecraft/particles/falling_spore_blossom.json
  Data  assets/minecraft/particles/dolphin.json
  Data  assets/minecraft/particles/happy_villager.json
  Data  assets/minecraft/particles/smoke.json
  Data  assets/minecraft/particles/bubble_pop.json
  Data  assets/minecraft/particles/falling_honey.json
  Data  assets/minecraft/particles/scrape.json
  Data  assets/minecraft/particles/item_slime.json
  Data  assets/minecraft/particles/falling_dripstone_lava.json
  Data  assets/minecraft/particles/ash.json
  Data  assets/minecraft/particles/item.json
  Data  assets/minecraft/particles/item_snowball.json
  Data  assets/minecraft/particles/landing_honey.json
  Data  assets/minecraft/particles/falling_obsidian_tear.json
  Data  assets/minecraft/particles/witch.json
  Data  assets/minecraft/particles/falling_dust.json
  Data  assets/minecraft/particles/wax_off.json
  Data  assets/minecraft/particles/crimson_spore.json
  Data  assets/minecraft/particles/current_down.json
  Data  assets/minecraft/particles/ambient_entity_effect.json
  Data  assets/minecraft/particles/falling_nectar.json
  Data  assets/minecraft/particles/campfire_signal_smoke.json
  Data  assets/minecraft/particles/totem_of_undying.json
  Data  assets/minecraft/particles/wax_on.json
  Data  assets/minecraft/particles/campfire_cosy_smoke.json
  Data  assets/minecraft/particles/heart.json
  Data  assets/minecraft/particles/splash.json
  Data  assets/minecraft/particles/elder_guardian.json
  Data  assets/minecraft/particles/sneeze.json
  Data  assets/minecraft/particles/warped_spore.json
  Data  assets/minecraft/particles/mycelium.json
  Data  assets/minecraft/particles/dripping_obsidian_tear.json
  Data  assets/minecraft/particles/glow_squid_ink.json
  Data  assets/minecraft/particles/soul.json
  Data  assets/minecraft/particles/soul_fire_flame.json
  Data  assets/minecraft/particles/rain.json
  Data  assets/minecraft/particles/nautilus.json
  Data  assets/minecraft/particles/dripping_lava.json
  Data  assets/minecraft/particles/barrier.json
  Data  assets/minecraft/particles/small_flame.json
  Data  assets/minecraft/particles/instant_effect.json
  Data  assets/minecraft/particles/firework.json
  Data  assets/minecraft/particles/dripping_honey.json
  Data  assets/minecraft/particles/glow.json
  Data  assets/minecraft/textures/models/armor/chainmail_layer_1.png
  Data  assets/minecraft/textures/models/armor/gold_layer_1.png
  Data  assets/minecraft/textures/models/armor/netherite_layer_2.png
  Data  assets/minecraft/textures/models/armor/gold_layer_2.png
  Data  assets/minecraft/textures/models/armor/leather_layer_1_overlay.png
  Data  assets/minecraft/textures/models/armor/leather_layer_2.png
  Data  assets/minecraft/textures/models/armor/diamond_layer_1.png
  Data  assets/minecraft/textures/models/armor/leather_layer_2_overlay.png
  Data  assets/minecraft/textures/models/armor/iron_layer_1.png
  Data  assets/minecraft/textures/models/armor/iron_layer_2.png
  Data  assets/minecraft/textures/models/armor/chainmail_layer_2.png
  Data  assets/minecraft/textures/models/armor/netherite_layer_1.png
  Data  assets/minecraft/textures/models/armor/diamond_layer_2.png
  Data  assets/minecraft/textures/models/armor/leather_layer_1.png
  Data  assets/minecraft/textures/models/armor/turtle_layer_1.png
  Data  assets/minecraft/textures/colormap/grass.png
  Data  assets/minecraft/textures/colormap/foliage.png
  Data  assets/minecraft/textures/effect/dither.png
  Data  assets/minecraft/textures/misc/white.png
  Data  assets/minecraft/textures/misc/pumpkinblur.png
  Data  assets/minecraft/textures/misc/unknown_pack.png
  Data  assets/minecraft/textures/misc/enchanted_item_glint.png.mcmeta
  Data  assets/minecraft/textures/misc/forcefield.png
  Data  assets/minecraft/textures/misc/pumpkinblur.png.mcmeta
  Data  assets/minecraft/textures/misc/shadow.png.mcmeta
  Data  assets/minecraft/textures/misc/spyglass_scope.png
  Data  assets/minecraft/textures/misc/unknown_server.png
  Data  assets/minecraft/textures/misc/underwater.png
  Data  assets/minecraft/textures/misc/nausea.png
  Data  assets/minecraft/textures/misc/powder_snow_outline.png
  Data  assets/minecraft/textures/misc/shadow.png
  Data  assets/minecraft/textures/misc/enchanted_item_glint.png
  Data  assets/minecraft/textures/misc/vignette.png
  Data  assets/minecraft/textures/misc/vignette.png.mcmeta
  Data  assets/minecraft/textures/gui/world_selection.png
  Data  assets/minecraft/textures/gui/spectator_widgets.png
  Data  assets/minecraft/textures/gui/resource_packs.png
  Data  assets/minecraft/textures/gui/recipe_book.png
  Data  assets/minecraft/textures/gui/container/crafting_table.png
  Data  assets/minecraft/textures/gui/container/creative_inventory/tab_inventory.png
  Data  assets/minecraft/textures/gui/container/creative_inventory/tabs.png
  Data  assets/minecraft/textures/gui/container/creative_inventory/tab_items.png
  Data  assets/minecraft/textures/gui/container/creative_inventory/tab_item_search.png
  Data  assets/minecraft/textures/gui/container/enchanting_table.png
  Data  assets/minecraft/textures/gui/container/horse.png
  Data  assets/minecraft/textures/gui/container/generic_54.png
  Data  assets/minecraft/textures/gui/container/brewing_stand.png
  Data  assets/minecraft/textures/gui/container/loom.png
  Data  assets/minecraft/textures/gui/container/hopper.png
  Data  assets/minecraft/textures/gui/container/villager2.png
  Data  assets/minecraft/textures/gui/container/cartography_table.png
  Data  assets/minecraft/textures/gui/container/grindstone.png
  Data  assets/minecraft/textures/gui/container/smithing.png
  Data  assets/minecraft/textures/gui/container/inventory.png
  Data  assets/minecraft/textures/gui/container/gamemode_switcher.png
  Data  assets/minecraft/textures/gui/container/anvil.png
  Data  assets/minecraft/textures/gui/container/furnace.png
  Data  assets/minecraft/textures/gui/container/stonecutter.png
  Data  assets/minecraft/textures/gui/container/stats_icons.png
  Data  assets/minecraft/textures/gui/container/beacon.png
  Data  assets/minecraft/textures/gui/container/bundle.png
  Data  assets/minecraft/textures/gui/container/shulker_box.png
  Data  assets/minecraft/textures/gui/container/blast_furnace.png
  Data  assets/minecraft/textures/gui/container/smoker.png
  Data  assets/minecraft/textures/gui/container/dispenser.png
  Data  assets/minecraft/textures/gui/options_background.png
  Data  assets/minecraft/textures/gui/widgets.png
  Data  assets/minecraft/textures/gui/checkbox.png
  Data  assets/minecraft/textures/gui/advancements/widgets.png
  Data  assets/minecraft/textures/gui/advancements/tabs.png
  Data  assets/minecraft/textures/gui/advancements/backgrounds/nether.png
  Data  assets/minecraft/textures/gui/advancements/backgrounds/husbandry.png
  Data  assets/minecraft/textures/gui/advancements/backgrounds/stone.png
  Data  assets/minecraft/textures/gui/advancements/backgrounds/adventure.png
  Data  assets/minecraft/textures/gui/advancements/backgrounds/end.png
  Data  assets/minecraft/textures/gui/advancements/window.png
  Data  assets/minecraft/textures/gui/social_interactions.png
  Data  assets/minecraft/textures/gui/recipe_button.png
  Data  assets/minecraft/textures/gui/bars.png
  Data  assets/minecraft/textures/gui/toasts.png
  Data  assets/minecraft/textures/gui/demo_background.png
  Data  assets/minecraft/textures/gui/icons.png
  Data  assets/minecraft/textures/gui/stream_indicator.png
  Data  assets/minecraft/textures/gui/presets/isles.png
  Data  assets/minecraft/textures/gui/book.png
  Data  assets/minecraft/textures/gui/accessibility.png
  Data  assets/minecraft/textures/gui/title/mojangstudios.png
  Data  assets/minecraft/textures/gui/title/background/panorama_1.png
  Data  assets/minecraft/textures/gui/title/background/panorama_2.png
  Data  assets/minecraft/textures/gui/title/background/panorama_4.png
  Data  assets/minecraft/textures/gui/title/background/panorama_0.png
  Data  assets/minecraft/textures/gui/title/background/panorama_overlay.png
  Data  assets/minecraft/textures/gui/title/background/panorama_3.png
  Data  assets/minecraft/textures/gui/title/background/panorama_5.png
  Data  assets/minecraft/textures/gui/title/edition.png
  Data  assets/minecraft/textures/gui/title/minecraft.png
  Data  assets/minecraft/textures/gui/server_selection.png
  Data  assets/minecraft/textures/font/unicode_page_0c.png
  Data  assets/minecraft/textures/font/unicode_page_3d.png
  Data  assets/minecraft/textures/font/unicode_page_70.png
  Data  assets/minecraft/textures/font/unicode_page_93.png
  Data  assets/minecraft/textures/font/unicode_page_46.png
  Data  assets/minecraft/textures/font/unicode_page_7c.png
  Data  assets/minecraft/textures/font/unicode_page_31.png
  Data  assets/minecraft/textures/font/unicode_page_6d.png
  Data  assets/minecraft/textures/font/unicode_page_d7.png
  Data  assets/minecraft/textures/font/unicode_page_80.png
  Data  assets/minecraft/textures/font/unicode_page_86.png
  Data  assets/minecraft/textures/font/unicode_page_4b.png
  Data  assets/minecraft/textures/font/unicode_page_ae.png
  Data  assets/minecraft/textures/font/unicode_page_78.png
  Data  assets/minecraft/textures/font/unicode_page_09.png
  Data  assets/minecraft/textures/font/unicode_page_5e.png
  Data  assets/minecraft/textures/font/unicode_page_cc.png
  Data  assets/minecraft/textures/font/unicode_page_c3.png
  Data  assets/minecraft/textures/font/unicode_page_06.png
  Data  assets/minecraft/textures/font/unicode_page_fa.png
  Data  assets/minecraft/textures/font/unicode_page_89.png
  Data  assets/minecraft/textures/font/unicode_page_96.png
  Data  assets/minecraft/textures/font/unicode_page_3b.png
  Data  assets/minecraft/textures/font/unicode_page_0d.png
  Data  assets/minecraft/textures/font/unicode_page_25.png
  Data  assets/minecraft/textures/font/unicode_page_33.png
  Data  assets/minecraft/textures/font/unicode_page_5b.png
  Data  assets/minecraft/textures/font/unicode_page_a0.png
  Data  assets/minecraft/textures/font/unicode_page_ac.png
  Data  assets/minecraft/textures/font/unicode_page_73.png
  Data  assets/minecraft/textures/font/unicode_page_d6.png
  Data  assets/minecraft/textures/font/unicode_page_4e.png
  Data  assets/minecraft/textures/font/unicode_page_68.png
  Data  assets/minecraft/textures/font/unicode_page_b6.png
  Data  assets/minecraft/textures/font/unicode_page_fd.png
  Data  assets/minecraft/textures/font/unicode_page_95.png
  Data  assets/minecraft/textures/font/unicode_page_d1.png
  Data  assets/minecraft/textures/font/unicode_page_8d.png
  Data  assets/minecraft/textures/font/unicode_page_27.png
  Data  assets/minecraft/textures/font/unicode_page_fc.png
  Data  assets/minecraft/textures/font/unicode_page_c9.png
  Data  assets/minecraft/textures/font/unicode_page_7b.png
  Data  assets/minecraft/textures/font/unicode_page_65.png
  Data  assets/minecraft/textures/font/unicode_page_a9.png
  Data  assets/minecraft/textures/font/unicode_page_c5.png
  Data  assets/minecraft/textures/font/unicode_page_07.png
  Data  assets/minecraft/textures/font/unicode_page_77.png
  Data  assets/minecraft/textures/font/unicode_page_50.png
  Data  assets/minecraft/textures/font/unicode_page_24.png
  Data  assets/minecraft/textures/font/unicode_page_23.png
  Data  assets/minecraft/textures/font/unicode_page_1f.png
  Data  assets/minecraft/textures/font/unicode_page_b7.png
  Data  assets/minecraft/textures/font/unicode_page_ad.png
  Data  assets/minecraft/textures/font/unicode_page_45.png
  Data  assets/minecraft/textures/font/unicode_page_37.png
  Data  assets/minecraft/textures/font/unicode_page_69.png
  Data  assets/minecraft/textures/font/unicode_page_54.png
  Data  assets/minecraft/textures/font/unicode_page_4f.png
  Data  assets/minecraft/textures/font/unicode_page_48.png
  Data  assets/minecraft/textures/font/unicode_page_02.png
  Data  assets/minecraft/textures/font/unicode_page_bd.png
  Data  assets/minecraft/textures/font/unicode_page_5f.png
  Data  assets/minecraft/textures/font/unicode_page_ce.png
  Data  assets/minecraft/textures/font/unicode_page_61.png
  Data  assets/minecraft/textures/font/unicode_page_af.png
  Data  assets/minecraft/textures/font/unicode_page_a3.png
  Data  assets/minecraft/textures/font/unicode_page_9c.png
  Data  assets/minecraft/textures/font/unicode_page_5c.png
  Data  assets/minecraft/textures/font/unicode_page_c7.png
  Data  assets/minecraft/textures/font/unicode_page_c2.png
  Data  assets/minecraft/textures/font/unicode_page_cd.png
  Data  assets/minecraft/textures/font/unicode_page_b0.png
  Data  assets/minecraft/textures/font/unicode_page_00.png
  Data  assets/minecraft/textures/font/unicode_page_0f.png
  Data  assets/minecraft/textures/font/unicode_page_0e.png
  Data  assets/minecraft/textures/font/unicode_page_b1.png
  Data  assets/minecraft/textures/font/unicode_page_2b.png
  Data  assets/minecraft/textures/font/unicode_page_ca.png
  Data  assets/minecraft/textures/font/unicode_page_26.png
  Data  assets/minecraft/textures/font/unicode_page_4d.png
  Data  assets/minecraft/textures/font/unicode_page_87.png
  Data  assets/minecraft/textures/font/unicode_page_2a.png
  Data  assets/minecraft/textures/font/ascii_sga.png
  Data  assets/minecraft/textures/font/unicode_page_1d.png
  Data  assets/minecraft/textures/font/unicode_page_32.png
  Data  assets/minecraft/textures/font/unicode_page_2e.png
  Data  assets/minecraft/textures/font/unicode_page_84.png
  Data  assets/minecraft/textures/font/unicode_page_04.png
  Data  assets/minecraft/textures/font/unicode_page_20.png
  Data  assets/minecraft/textures/font/unicode_page_81.png
  Data  assets/minecraft/textures/font/unicode_page_c0.png
  Data  assets/minecraft/textures/font/unicode_page_8c.png
  Data  assets/minecraft/textures/font/unicode_page_4c.png
  Data  assets/minecraft/textures/font/unicode_page_10.png
  Data  assets/minecraft/textures/font/unicode_page_12.png
  Data  assets/minecraft/textures/font/unicode_page_ff.png
  Data  assets/minecraft/textures/font/unicode_page_6c.png
  Data  assets/minecraft/textures/font/unicode_page_d2.png
  Data  assets/minecraft/textures/font/unicode_page_98.png
  Data  assets/minecraft/textures/font/unicode_page_3f.png
  Data  assets/minecraft/textures/font/unicode_page_66.png
  Data  assets/minecraft/textures/font/unicode_page_9a.png
  Data  assets/minecraft/textures/font/unicode_page_8b.png
  Data  assets/minecraft/textures/font/unicode_page_7e.png
  Data  assets/minecraft/textures/font/unicode_page_28.png
  Data  assets/minecraft/textures/font/unicode_page_57.png
  Data  assets/minecraft/textures/font/unicode_page_03.png
  Data  assets/minecraft/textures/font/unicode_page_64.png
  Data  assets/minecraft/textures/font/unicode_page_17.png
  Data  assets/minecraft/textures/font/unicode_page_60.png
  Data  assets/minecraft/textures/font/unicode_page_2d.png
  Data  assets/minecraft/textures/font/unicode_page_58.png
  Data  assets/minecraft/textures/font/unicode_page_05.png
  Data  assets/minecraft/textures/font/unicode_page_59.png
  Data  assets/minecraft/textures/font/unicode_page_39.png
  Data  assets/minecraft/textures/font/unicode_page_1c.png
  Data  assets/minecraft/textures/font/unicode_page_c8.png
  Data  assets/minecraft/textures/font/unicode_page_bb.png
  Data  assets/minecraft/textures/font/unicode_page_9b.png
  Data  assets/minecraft/textures/font/unicode_page_29.png
  Data  assets/minecraft/textures/font/unicode_page_2f.png
  Data  assets/minecraft/textures/font/unicode_page_82.png
  Data  assets/minecraft/textures/font/unicode_page_85.png
  Data  assets/minecraft/textures/font/unicode_page_34.png
  Data  assets/minecraft/textures/font/unicode_page_13.png
  Data  assets/minecraft/textures/font/unicode_page_5a.png
  Data  assets/minecraft/textures/font/unicode_page_62.png
  Data  assets/minecraft/textures/font/unicode_page_1b.png
  Data  assets/minecraft/textures/font/unicode_page_36.png
  Data  assets/minecraft/textures/font/unicode_page_53.png
  Data  assets/minecraft/textures/font/unicode_page_1e.png
  Data  assets/minecraft/textures/font/unicode_page_44.png
  Data  assets/minecraft/textures/font/unicode_page_a4.png
  Data  assets/minecraft/textures/font/unicode_page_6a.png
  Data  assets/minecraft/textures/font/unicode_page_c4.png
  Data  assets/minecraft/textures/font/unicode_page_8e.png
  Data  assets/minecraft/textures/font/unicode_page_d3.png
  Data  assets/minecraft/textures/font/unicode_page_56.png
  Data  assets/minecraft/textures/font/unicode_page_38.png
  Data  assets/minecraft/textures/font/unicode_page_d0.png
  Data  assets/minecraft/textures/font/unicode_page_49.png
  Data  assets/minecraft/textures/font/unicode_page_3c.png
  Data  assets/minecraft/textures/font/unicode_page_fb.png
  Data  assets/minecraft/textures/font/unicode_page_35.png
  Data  assets/minecraft/textures/font/unicode_page_94.png
  Data  assets/minecraft/textures/font/unicode_page_63.png
  Data  assets/minecraft/textures/font/unicode_page_1a.png
  Data  assets/minecraft/textures/font/unicode_page_bc.png
  Data  assets/minecraft/textures/font/unicode_page_fe.png
  Data  assets/minecraft/textures/font/unicode_page_79.png
  Data  assets/minecraft/textures/font/unicode_page_76.png
  Data  assets/minecraft/textures/font/unicode_page_75.png
  Data  assets/minecraft/textures/font/unicode_page_67.png
  Data  assets/minecraft/textures/font/unicode_page_a2.png
  Data  assets/minecraft/textures/font/unicode_page_b9.png
  Data  assets/minecraft/textures/font/unicode_page_c1.png
  Data  assets/minecraft/textures/font/unicode_page_71.png
  Data  assets/minecraft/textures/font/unicode_page_6f.png
  Data  assets/minecraft/textures/font/unicode_page_d4.png
  Data  assets/minecraft/textures/font/unicode_page_14.png
  Data  assets/minecraft/textures/font/unicode_page_74.png
  Data  assets/minecraft/textures/font/unicode_page_0b.png
  Data  assets/minecraft/textures/font/unicode_page_bf.png
  Data  assets/minecraft/textures/font/unicode_page_3a.png
  Data  assets/minecraft/textures/font/unicode_page_a1.png
  Data  assets/minecraft/textures/font/unicode_page_99.png
  Data  assets/minecraft/textures/font/unicode_page_6e.png
  Data  assets/minecraft/textures/font/unicode_page_aa.png
  Data  assets/minecraft/textures/font/unicode_page_01.png
  Data  assets/minecraft/textures/font/unicode_page_8a.png
  Data  assets/minecraft/textures/font/unicode_page_d5.png
  Data  assets/minecraft/textures/font/unicode_page_cf.png
  Data  assets/minecraft/textures/font/unicode_page_88.png
  Data  assets/minecraft/textures/font/unicode_page_91.png
  Data  assets/minecraft/textures/font/unicode_page_22.png
  Data  assets/minecraft/textures/font/unicode_page_52.png
  Data  assets/minecraft/textures/font/unicode_page_5d.png
  Data  assets/minecraft/textures/font/unicode_page_b5.png
  Data  assets/minecraft/textures/font/unicode_page_9e.png
  Data  assets/minecraft/textures/font/unicode_page_ab.png
  Data  assets/minecraft/textures/font/unicode_page_97.png
  Data  assets/minecraft/textures/font/unicode_page_21.png
  Data  assets/minecraft/textures/font/unicode_page_b8.png
  Data  assets/minecraft/textures/font/unicode_page_30.png
  Data  assets/minecraft/textures/font/unicode_page_15.png
  Data  assets/minecraft/textures/font/unicode_page_3e.png
  Data  assets/minecraft/textures/font/unicode_page_f9.png
  Data  assets/minecraft/textures/font/unicode_page_9f.png
  Data  assets/minecraft/textures/font/unicode_page_2c.png
  Data  assets/minecraft/textures/font/unicode_page_a5.png
  Data  assets/minecraft/textures/font/unicode_page_51.png
  Data  assets/minecraft/textures/font/unicode_page_a8.png
  Data  assets/minecraft/textures/font/unicode_page_43.png
  Data  assets/minecraft/textures/font/unicode_page_90.png
  Data  assets/minecraft/textures/font/unicode_page_a7.png
  Data  assets/minecraft/textures/font/unicode_page_55.png
  Data  assets/minecraft/textures/font/unicode_page_6b.png
  Data  assets/minecraft/textures/font/unicode_page_b2.png
  Data  assets/minecraft/textures/font/unicode_page_0a.png
  Data  assets/minecraft/textures/font/unicode_page_b4.png
  Data  assets/minecraft/textures/font/unicode_page_47.png
  Data  assets/minecraft/textures/font/unicode_page_c6.png
  Data  assets/minecraft/textures/font/unicode_page_83.png
  Data  assets/minecraft/textures/font/unicode_page_19.png
  Data  assets/minecraft/textures/font/unicode_page_cb.png
  Data  assets/minecraft/textures/font/unicode_page_40.png
  Data  assets/minecraft/textures/font/unicode_page_7d.png
  Data  assets/minecraft/textures/font/unicode_page_7a.png
  Data  assets/minecraft/textures/font/unicode_page_a6.png
  Data  assets/minecraft/textures/font/ascii.png
  Data  assets/minecraft/textures/font/unicode_page_72.png
  Data  assets/minecraft/textures/font/unicode_page_9d.png
  Data  assets/minecraft/textures/font/unicode_page_18.png
  Data  assets/minecraft/textures/font/unicode_page_b3.png
  Data  assets/minecraft/textures/font/unicode_page_ba.png
  Data  assets/minecraft/textures/font/unicode_page_7f.png
  Data  assets/minecraft/textures/font/accented.png
  Data  assets/minecraft/textures/font/unicode_page_92.png
  Data  assets/minecraft/textures/font/unicode_page_4a.png
  Data  assets/minecraft/textures/font/unicode_page_8f.png
  Data  assets/minecraft/textures/font/unicode_page_41.png
  Data  assets/minecraft/textures/font/unicode_page_11.png
  Data  assets/minecraft/textures/font/unicode_page_16.png
  Data  assets/minecraft/textures/font/unicode_page_42.png
  Data  assets/minecraft/textures/font/nonlatin_european.png
  Data  assets/minecraft/textures/font/unicode_page_be.png
  Data  assets/minecraft/textures/entity/horse/horse_markings_whitefield.png
  Data  assets/minecraft/textures/entity/horse/horse_white.png
  Data  assets/minecraft/textures/entity/horse/donkey.png
  Data  assets/minecraft/textures/entity/horse/horse_gray.png
  Data  assets/minecraft/textures/entity/horse/mule.png
  Data  assets/minecraft/textures/entity/horse/horse_chestnut.png
  Data  assets/minecraft/textures/entity/horse/horse_markings_whitedots.png
  Data  assets/minecraft/textures/entity/horse/horse_markings_white.png
  Data  assets/minecraft/textures/entity/horse/horse_zombie.png
  Data  assets/minecraft/textures/entity/horse/horse_skeleton.png
  Data  assets/minecraft/textures/entity/horse/horse_markings_blackdots.png
  Data  assets/minecraft/textures/entity/horse/armor/horse_armor_leather.png
  Data  assets/minecraft/textures/entity/horse/armor/horse_armor_gold.png
  Data  assets/minecraft/textures/entity/horse/armor/horse_armor_diamond.png
  Data  assets/minecraft/textures/entity/horse/armor/horse_armor_iron.png
  Data  assets/minecraft/textures/entity/horse/horse_creamy.png
  Data  assets/minecraft/textures/entity/horse/horse_brown.png
  Data  assets/minecraft/textures/entity/horse/horse_black.png
  Data  assets/minecraft/textures/entity/horse/horse_darkbrown.png
  Data  assets/minecraft/textures/entity/guardian.png
  Data  assets/minecraft/textures/entity/banner_base.png
  Data  assets/minecraft/textures/entity/shulker/shulker_brown.png
  Data  assets/minecraft/textures/entity/shulker/shulker_pink.png
  Data  assets/minecraft/textures/entity/shulker/shulker_orange.png
  Data  assets/minecraft/textures/entity/shulker/shulker_white.png
  Data  assets/minecraft/textures/entity/shulker/shulker_light_blue.png
  Data  assets/minecraft/textures/entity/shulker/shulker_gray.png
  Data  assets/minecraft/textures/entity/shulker/shulker_magenta.png
  Data  assets/minecraft/textures/entity/shulker/shulker_cyan.png
  Data  assets/minecraft/textures/entity/shulker/shulker_black.png
  Data  assets/minecraft/textures/entity/shulker/shulker_blue.png
  Data  assets/minecraft/textures/entity/shulker/shulker_green.png
  Data  assets/minecraft/textures/entity/shulker/shulker_purple.png
  Data  assets/minecraft/textures/entity/shulker/shulker_yellow.png
  Data  assets/minecraft/textures/entity/shulker/shulker_light_gray.png
  Data  assets/minecraft/textures/entity/shulker/shulker_red.png
  Data  assets/minecraft/textures/entity/shulker/shulker.png
  Data  assets/minecraft/textures/entity/shulker/spark.png
  Data  assets/minecraft/textures/entity/shulker/shulker_lime.png
  Data  assets/minecraft/textures/entity/lead_knot.png
  Data  assets/minecraft/textures/entity/conduit/closed_eye.png
  Data  assets/minecraft/textures/entity/conduit/wind.png.mcmeta
  Data  assets/minecraft/textures/entity/conduit/wind_vertical.png
  Data  assets/minecraft/textures/entity/conduit/break_particle.png
  Data  assets/minecraft/textures/entity/conduit/base.png
  Data  assets/minecraft/textures/entity/conduit/cage.png
  Data  assets/minecraft/textures/entity/conduit/open_eye.png
  Data  assets/minecraft/textures/entity/conduit/wind_vertical.png.mcmeta
  Data  assets/minecraft/textures/entity/conduit/wind.png
  Data  assets/minecraft/textures/entity/alex.png
  Data  assets/minecraft/textures/entity/piglin/piglin_brute.png
  Data  assets/minecraft/textures/entity/piglin/zombified_piglin.png
  Data  assets/minecraft/textures/entity/piglin/piglin.png
  Data  assets/minecraft/textures/entity/chicken.png
  Data  assets/minecraft/textures/entity/squid/glow_squid.png
  Data  assets/minecraft/textures/entity/squid/squid.png
  Data  assets/minecraft/textures/entity/enchanting_table_book.png
  Data  assets/minecraft/textures/entity/chest/normal_right.png
  Data  assets/minecraft/textures/entity/chest/trapped_right.png
  Data  assets/minecraft/textures/entity/chest/ender.png
  Data  assets/minecraft/textures/entity/chest/christmas.png
  Data  assets/minecraft/textures/entity/chest/trapped.png
  Data  assets/minecraft/textures/entity/chest/normal_left.png
  Data  assets/minecraft/textures/entity/chest/christmas_left.png
  Data  assets/minecraft/textures/entity/chest/trapped_left.png
  Data  assets/minecraft/textures/entity/chest/christmas_right.png
  Data  assets/minecraft/textures/entity/chest/normal.png
  Data  assets/minecraft/textures/entity/armorstand/wood.png
  Data  assets/minecraft/textures/entity/shield_base.png
  Data  assets/minecraft/textures/entity/cat/tabby.png
  Data  assets/minecraft/textures/entity/cat/cat_collar.png
  Data  assets/minecraft/textures/entity/cat/jellie.png
  Data  assets/minecraft/textures/entity/cat/british_shorthair.png
  Data  assets/minecraft/textures/entity/cat/white.png
  Data  assets/minecraft/textures/entity/cat/ocelot.png
  Data  assets/minecraft/textures/entity/cat/siamese.png
  Data  assets/minecraft/textures/entity/cat/red.png
  Data  assets/minecraft/textures/entity/cat/persian.png
  Data  assets/minecraft/textures/entity/cat/black.png
  Data  assets/minecraft/textures/entity/cat/ragdoll.png
  Data  assets/minecraft/textures/entity/cat/calico.png
  Data  assets/minecraft/textures/entity/cat/all_black.png
  Data  assets/minecraft/textures/entity/beacon_beam.png
  Data  assets/minecraft/textures/entity/shield_base_nopattern.png
  Data  assets/minecraft/textures/entity/enderdragon/dragon_eyes.png
  Data  assets/minecraft/textures/entity/enderdragon/dragon_exploding.png
  Data  assets/minecraft/textures/entity/enderdragon/dragon_fireball.png
  Data  assets/minecraft/textures/entity/enderdragon/dragon.png
  Data  assets/minecraft/textures/entity/spider_eyes.png
  Data  assets/minecraft/textures/entity/banner/square_top_left.png
  Data  assets/minecraft/textures/entity/banner/straight_cross.png
  Data  assets/minecraft/textures/entity/banner/diagonal_left.png
  Data  assets/minecraft/textures/entity/banner/circle.png
  Data  assets/minecraft/textures/entity/banner/half_vertical_right.png
  Data  assets/minecraft/textures/entity/banner/half_horizontal_bottom.png
  Data  assets/minecraft/textures/entity/banner/square_bottom_left.png
  Data  assets/minecraft/textures/entity/banner/square_top_right.png
  Data  assets/minecraft/textures/entity/banner/half_horizontal.png
  Data  assets/minecraft/textures/entity/banner/diagonal_right.png
  Data  assets/minecraft/textures/entity/banner/square_bottom_right.png
  Data  assets/minecraft/textures/entity/banner/gradient_up.png
  Data  assets/minecraft/textures/entity/banner/globe.png
  Data  assets/minecraft/textures/entity/banner/triangles_bottom.png
  Data  assets/minecraft/textures/entity/banner/diagonal_up_left.png
  Data  assets/minecraft/textures/entity/banner/mojang.png
  Data  assets/minecraft/textures/entity/banner/stripe_downleft.png
  Data  assets/minecraft/textures/entity/banner/flower.png
  Data  assets/minecraft/textures/entity/banner/stripe_right.png
  Data  assets/minecraft/textures/entity/banner/gradient.png
  Data  assets/minecraft/textures/entity/banner/stripe_bottom.png
  Data  assets/minecraft/textures/entity/banner/small_stripes.png
  Data  assets/minecraft/textures/entity/banner/stripe_downright.png
  Data  assets/minecraft/textures/entity/banner/triangles_top.png
  Data  assets/minecraft/textures/entity/banner/stripe_top.png
  Data  assets/minecraft/textures/entity/banner/cross.png
  Data  assets/minecraft/textures/entity/banner/stripe_middle.png
  Data  assets/minecraft/textures/entity/banner/triangle_top.png
  Data  assets/minecraft/textures/entity/banner/border.png
  Data  assets/minecraft/textures/entity/banner/stripe_center.png
  Data  assets/minecraft/textures/entity/banner/skull.png
  Data  assets/minecraft/textures/entity/banner/piglin.png
  Data  assets/minecraft/textures/entity/banner/base.png
  Data  assets/minecraft/textures/entity/banner/triangle_bottom.png
  Data  assets/minecraft/textures/entity/banner/rhombus.png
  Data  assets/minecraft/textures/entity/banner/creeper.png
  Data  assets/minecraft/textures/entity/banner/bricks.png
  Data  assets/minecraft/textures/entity/banner/half_vertical.png
  Data  assets/minecraft/textures/entity/banner/diagonal_up_right.png
  Data  assets/minecraft/textures/entity/banner/curly_border.png
  Data  assets/minecraft/textures/entity/banner/stripe_left.png
  Data  assets/minecraft/textures/entity/axolotl/axolotl_wild.png
  Data  assets/minecraft/textures/entity/axolotl/axolotl_lucy.png
  Data  assets/minecraft/textures/entity/axolotl/axolotl_cyan.png
  Data  assets/minecraft/textures/entity/axolotl/axolotl_gold.png
  Data  assets/minecraft/textures/entity/axolotl/axolotl_blue.png
  Data  assets/minecraft/textures/entity/creeper/creeper_armor.png
  Data  assets/minecraft/textures/entity/creeper/creeper.png
  Data  assets/minecraft/textures/entity/fox/snow_fox_sleep.png
  Data  assets/minecraft/textures/entity/fox/fox.png
  Data  assets/minecraft/textures/entity/fox/fox_sleep.png
  Data  assets/minecraft/textures/entity/fox/snow_fox.png
  Data  assets/minecraft/textures/entity/enderman/enderman.png
  Data  assets/minecraft/textures/entity/enderman/enderman_eyes.png
  Data  assets/minecraft/textures/entity/turtle/big_sea_turtle.png
  Data  assets/minecraft/textures/entity/signs/warped.png
  Data  assets/minecraft/textures/entity/signs/oak.png
  Data  assets/minecraft/textures/entity/signs/birch.png
  Data  assets/minecraft/textures/entity/signs/dark_oak.png
  Data  assets/minecraft/textures/entity/signs/acacia.png
  Data  assets/minecraft/textures/entity/signs/crimson.png
  Data  assets/minecraft/textures/entity/signs/jungle.png
  Data  assets/minecraft/textures/entity/signs/spruce.png
  Data  assets/minecraft/textures/entity/end_portal.png
  Data  assets/minecraft/textures/entity/bat.png
  Data  assets/minecraft/textures/entity/experience_orb.png
  Data  assets/minecraft/textures/entity/elytra.png
  Data  assets/minecraft/textures/entity/shield/square_top_left.png
  Data  assets/minecraft/textures/entity/shield/straight_cross.png
  Data  assets/minecraft/textures/entity/shield/diagonal_left.png
  Data  assets/minecraft/textures/entity/shield/circle.png
  Data  assets/minecraft/textures/entity/shield/half_vertical_right.png
  Data  assets/minecraft/textures/entity/shield/half_horizontal_bottom.png
  Data  assets/minecraft/textures/entity/shield/square_bottom_left.png
  Data  assets/minecraft/textures/entity/shield/square_top_right.png
  Data  assets/minecraft/textures/entity/shield/half_horizontal.png
  Data  assets/minecraft/textures/entity/shield/diagonal_right.png
  Data  assets/minecraft/textures/entity/shield/square_bottom_right.png
  Data  assets/minecraft/textures/entity/shield/gradient_up.png
  Data  assets/minecraft/textures/entity/shield/globe.png
  Data  assets/minecraft/textures/entity/shield/triangles_bottom.png
  Data  assets/minecraft/textures/entity/shield/diagonal_up_left.png
  Data  assets/minecraft/textures/entity/shield/mojang.png
  Data  assets/minecraft/textures/entity/shield/stripe_downleft.png
  Data  assets/minecraft/textures/entity/shield/flower.png
  Data  assets/minecraft/textures/entity/shield/stripe_right.png
  Data  assets/minecraft/textures/entity/shield/gradient.png
  Data  assets/minecraft/textures/entity/shield/stripe_bottom.png
  Data  assets/minecraft/textures/entity/shield/small_stripes.png
  Data  assets/minecraft/textures/entity/shield/stripe_downright.png
  Data  assets/minecraft/textures/entity/shield/triangles_top.png
  Data  assets/minecraft/textures/entity/shield/stripe_top.png
  Data  assets/minecraft/textures/entity/shield/cross.png
  Data  assets/minecraft/textures/entity/shield/stripe_middle.png
  Data  assets/minecraft/textures/entity/shield/triangle_top.png
  Data  assets/minecraft/textures/entity/shield/border.png
  Data  assets/minecraft/textures/entity/shield/stripe_center.png
  Data  assets/minecraft/textures/entity/shield/skull.png
  Data  assets/minecraft/textures/entity/shield/piglin.png
  Data  assets/minecraft/textures/entity/shield/base.png
  Data  assets/minecraft/textures/entity/shield/triangle_bottom.png
  Data  assets/minecraft/textures/entity/shield/rhombus.png
  Data  assets/minecraft/textures/entity/shield/creeper.png
  Data  assets/minecraft/textures/entity/shield/bricks.png
  Data  assets/minecraft/textures/entity/shield/half_vertical.png
  Data  assets/minecraft/textures/entity/shield/diagonal_up_right.png
  Data  assets/minecraft/textures/entity/shield/curly_border.png
  Data  assets/minecraft/textures/entity/shield/stripe_left.png
  Data  assets/minecraft/textures/entity/wither/wither_invulnerable.png
  Data  assets/minecraft/textures/entity/wither/wither_armor.png
  Data  assets/minecraft/textures/entity/wither/wither.png
  Data  assets/minecraft/textures/entity/slime/magmacube.png
  Data  assets/minecraft/textures/entity/slime/slime.png
  Data  assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_high.png
  Data  assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_low.png
  Data  assets/minecraft/textures/entity/iron_golem/iron_golem.png
  Data  assets/minecraft/textures/entity/iron_golem/iron_golem_crackiness_medium.png
  Data  assets/minecraft/textures/entity/bee/bee_nectar.png
  Data  assets/minecraft/textures/entity/bee/bee_angry.png
  Data  assets/minecraft/textures/entity/bee/bee.png
  Data  assets/minecraft/textures/entity/bee/bee_angry_nectar.png
  Data  assets/minecraft/textures/entity/bee/bee_stinger.png
  Data  assets/minecraft/textures/entity/minecart.png
  Data  assets/minecraft/textures/entity/sheep/sheep.png
  Data  assets/minecraft/textures/entity/sheep/sheep_fur.png
  Data  assets/minecraft/textures/entity/cow/red_mooshroom.png
  Data  assets/minecraft/textures/entity/cow/brown_mooshroom.png
  Data  assets/minecraft/textures/entity/cow/cow.png
  Data  assets/minecraft/textures/entity/bed/magenta.png
  Data  assets/minecraft/textures/entity/bed/yellow.png
  Data  assets/minecraft/textures/entity/bed/white.png
  Data  assets/minecraft/textures/entity/bed/brown.png
  Data  assets/minecraft/textures/entity/bed/red.png
  Data  assets/minecraft/textures/entity/bed/light_blue.png
  Data  assets/minecraft/textures/entity/bed/gray.png
  Data  assets/minecraft/textures/entity/bed/blue.png
  Data  assets/minecraft/textures/entity/bed/black.png
  Data  assets/minecraft/textures/entity/bed/light_gray.png
  Data  assets/minecraft/textures/entity/bed/green.png
  Data  assets/minecraft/textures/entity/bed/orange.png
  Data  assets/minecraft/textures/entity/bed/cyan.png
  Data  assets/minecraft/textures/entity/bed/lime.png
  Data  assets/minecraft/textures/entity/bed/purple.png
  Data  assets/minecraft/textures/entity/bed/pink.png
  Data  assets/minecraft/textures/entity/trident.png
  Data  assets/minecraft/textures/entity/blaze.png
  Data  assets/minecraft/textures/entity/bell/bell_body.png
  Data  assets/minecraft/textures/entity/fishing_hook.png
  Data  assets/minecraft/textures/entity/projectiles/spectral_arrow.png
  Data  assets/minecraft/textures/entity/projectiles/arrow.png
  Data  assets/minecraft/textures/entity/projectiles/tipped_arrow.png
  Data  assets/minecraft/textures/entity/dolphin.png
  Data  assets/minecraft/textures/entity/boat/oak.png
  Data  assets/minecraft/textures/entity/boat/birch.png
  Data  assets/minecraft/textures/entity/boat/dark_oak.png
  Data  assets/minecraft/textures/entity/boat/acacia.png
  Data  assets/minecraft/textures/entity/boat/jungle.png
  Data  assets/minecraft/textures/entity/boat/spruce.png
  Data  assets/minecraft/textures/entity/goat/goat.png
  Data  assets/minecraft/textures/entity/snow_golem.png
  Data  assets/minecraft/textures/entity/zombie/zombie.png
  Data  assets/minecraft/textures/entity/zombie/husk.png
  Data  assets/minecraft/textures/entity/zombie/drowned.png
  Data  assets/minecraft/textures/entity/zombie/drowned_outer_layer.png
  Data  assets/minecraft/textures/entity/trident_riptide.png
  Data  assets/minecraft/textures/entity/rabbit/gold.png
  Data  assets/minecraft/textures/entity/rabbit/white.png
  Data  assets/minecraft/textures/entity/rabbit/caerbannog.png
  Data  assets/minecraft/textures/entity/rabbit/brown.png
  Data  assets/minecraft/textures/entity/rabbit/white_splotched.png
  Data  assets/minecraft/textures/entity/rabbit/toast.png
  Data  assets/minecraft/textures/entity/rabbit/black.png
  Data  assets/minecraft/textures/entity/rabbit/salt.png
  Data  assets/minecraft/textures/entity/end_crystal/end_crystal_beam.png
  Data  assets/minecraft/textures/entity/end_crystal/end_crystal.png
  Data  assets/minecraft/textures/entity/guardian_beam.png
  Data  assets/minecraft/textures/entity/llama/white.png
  Data  assets/minecraft/textures/entity/llama/brown.png
  Data  assets/minecraft/textures/entity/llama/gray.png
  Data  assets/minecraft/textures/entity/llama/decor/magenta.png
  Data  assets/minecraft/textures/entity/llama/decor/yellow.png
  Data  assets/minecraft/textures/entity/llama/decor/white.png
  Data  assets/minecraft/textures/entity/llama/decor/brown.png
  Data  assets/minecraft/textures/entity/llama/decor/red.png
  Data  assets/minecraft/textures/entity/llama/decor/light_blue.png
  Data  assets/minecraft/textures/entity/llama/decor/gray.png
  Data  assets/minecraft/textures/entity/llama/decor/blue.png
  Data  assets/minecraft/textures/entity/llama/decor/black.png
  Data  assets/minecraft/textures/entity/llama/decor/light_gray.png
  Data  assets/minecraft/textures/entity/llama/decor/green.png
  Data  assets/minecraft/textures/entity/llama/decor/orange.png
  Data  assets/minecraft/textures/entity/llama/decor/cyan.png
  Data  assets/minecraft/textures/entity/llama/decor/lime.png
  Data  assets/minecraft/textures/entity/llama/decor/trader_llama.png
  Data  assets/minecraft/textures/entity/llama/decor/purple.png
  Data  assets/minecraft/textures/entity/llama/decor/pink.png
  Data  assets/minecraft/textures/entity/llama/creamy.png
  Data  assets/minecraft/textures/entity/llama/spit.png
  Data  assets/minecraft/textures/entity/silverfish.png
  Data  assets/minecraft/textures/entity/strider/strider_cold.png
  Data  assets/minecraft/textures/entity/strider/strider.png
  Data  assets/minecraft/textures/entity/strider/strider_saddle.png
  Data  assets/minecraft/textures/entity/end_gateway_beam.png
  Data  assets/minecraft/textures/entity/guardian_elder.png
  Data  assets/minecraft/textures/entity/ghast/ghast.png
  Data  assets/minecraft/textures/entity/ghast/ghast_shooting.png
  Data  assets/minecraft/textures/entity/phantom.png
  Data  assets/minecraft/textures/entity/endermite.png
  Data  assets/minecraft/textures/entity/steve.png
  Data  assets/minecraft/textures/entity/panda/worried_panda.png
  Data  assets/minecraft/textures/entity/panda/aggressive_panda.png
  Data  assets/minecraft/textures/entity/panda/brown_panda.png
  Data  assets/minecraft/textures/entity/panda/lazy_panda.png
  Data  assets/minecraft/textures/entity/panda/playful_panda.png
  Data  assets/minecraft/textures/entity/panda/weak_panda.png
  Data  assets/minecraft/textures/entity/panda/panda.png
  Data  assets/minecraft/textures/entity/fish/cod.png
  Data  assets/minecraft/textures/entity/fish/tropical_b_pattern_3.png
  Data  assets/minecraft/textures/entity/fish/tropical_b.png
  Data  assets/minecraft/textures/entity/fish/tropical_b_pattern_6.png
  Data  assets/minecraft/textures/entity/fish/tropical_b_pattern_4.png
  Data  assets/minecraft/textures/entity/fish/tropical_b_pattern_1.png
  Data  assets/minecraft/textures/entity/fish/tropical_a_pattern_2.png
  Data  assets/minecraft/textures/entity/fish/tropical_b_pattern_2.png
  Data  assets/minecraft/textures/entity/fish/tropical_a_pattern_3.png
  Data  assets/minecraft/textures/entity/fish/salmon.png
  Data  assets/minecraft/textures/entity/fish/tropical_a_pattern_4.png
  Data  assets/minecraft/textures/entity/fish/tropical_a.png
  Data  assets/minecraft/textures/entity/fish/tropical_b_pattern_5.png
  Data  assets/minecraft/textures/entity/fish/tropical_a_pattern_1.png
  Data  assets/minecraft/textures/entity/fish/tropical_a_pattern_5.png
  Data  assets/minecraft/textures/entity/fish/pufferfish.png
  Data  assets/minecraft/textures/entity/fish/tropical_a_pattern_6.png
  Data  assets/minecraft/textures/entity/wolf/wolf_angry.png
  Data  assets/minecraft/textures/entity/wolf/wolf.png
  Data  assets/minecraft/textures/entity/wolf/wolf_tame.png
  Data  assets/minecraft/textures/entity/wolf/wolf_collar.png
  Data  assets/minecraft/textures/entity/pig/pig.png
  Data  assets/minecraft/textures/entity/pig/pig_saddle.png
  Data  assets/minecraft/textures/entity/hoglin/zoglin.png
  Data  assets/minecraft/textures/entity/hoglin/hoglin.png
  Data  assets/minecraft/textures/entity/bear/polarbear.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/toolsmith.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/butcher.png.mcmeta
  Data  assets/minecraft/textures/entity/zombie_villager/profession/leatherworker.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/farmer.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/nitwit.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/farmer.png.mcmeta
  Data  assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png.mcmeta
  Data  assets/minecraft/textures/entity/zombie_villager/profession/armorer.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/shepherd.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/mason.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/cartographer.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/fletcher.png.mcmeta
  Data  assets/minecraft/textures/entity/zombie_villager/profession/librarian.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/librarian.png.mcmeta
  Data  assets/minecraft/textures/entity/zombie_villager/profession/cleric.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/weaponsmith.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/butcher.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession/fisherman.png.mcmeta
  Data  assets/minecraft/textures/entity/zombie_villager/zombie_villager.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/desert.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/swamp.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/savanna.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/snow.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/taiga.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/plains.png
  Data  assets/minecraft/textures/entity/zombie_villager/type/jungle.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession_level/emerald.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession_level/gold.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession_level/iron.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession_level/diamond.png
  Data  assets/minecraft/textures/entity/zombie_villager/profession_level/stone.png
  Data  assets/minecraft/textures/entity/wandering_trader.png
  Data  assets/minecraft/textures/entity/phantom_eyes.png
  Data  assets/minecraft/textures/entity/witch.png
  Data  assets/minecraft/textures/entity/skeleton/stray.png
  Data  assets/minecraft/textures/entity/skeleton/wither_skeleton.png
  Data  assets/minecraft/textures/entity/skeleton/stray_overlay.png
  Data  assets/minecraft/textures/entity/skeleton/skeleton.png
  Data  assets/minecraft/textures/entity/parrot/parrot_blue.png
  Data  assets/minecraft/textures/entity/parrot/parrot_grey.png
  Data  assets/minecraft/textures/entity/parrot/parrot_green.png
  Data  assets/minecraft/textures/entity/parrot/parrot_red_blue.png
  Data  assets/minecraft/textures/entity/parrot/parrot_yellow_blue.png
  Data  assets/minecraft/textures/entity/spider/cave_spider.png
  Data  assets/minecraft/textures/entity/spider/spider.png
  Data  assets/minecraft/textures/entity/villager/profession/toolsmith.png
  Data  assets/minecraft/textures/entity/villager/profession/fletcher.png
  Data  assets/minecraft/textures/entity/villager/profession/butcher.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/profession/leatherworker.png
  Data  assets/minecraft/textures/entity/villager/profession/farmer.png
  Data  assets/minecraft/textures/entity/villager/profession/nitwit.png
  Data  assets/minecraft/textures/entity/villager/profession/farmer.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/profession/shepherd.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/profession/armorer.png
  Data  assets/minecraft/textures/entity/villager/profession/shepherd.png
  Data  assets/minecraft/textures/entity/villager/profession/mason.png
  Data  assets/minecraft/textures/entity/villager/profession/cartographer.png
  Data  assets/minecraft/textures/entity/villager/profession/fletcher.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/profession/librarian.png
  Data  assets/minecraft/textures/entity/villager/profession/librarian.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/profession/cleric.png
  Data  assets/minecraft/textures/entity/villager/profession/weaponsmith.png
  Data  assets/minecraft/textures/entity/villager/profession/butcher.png
  Data  assets/minecraft/textures/entity/villager/profession/fisherman.png
  Data  assets/minecraft/textures/entity/villager/profession/fisherman.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/villager.png
  Data  assets/minecraft/textures/entity/villager/type/desert.png
  Data  assets/minecraft/textures/entity/villager/type/swamp.png
  Data  assets/minecraft/textures/entity/villager/type/savanna.png
  Data  assets/minecraft/textures/entity/villager/type/snow.png
  Data  assets/minecraft/textures/entity/villager/type/desert.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/type/taiga.png
  Data  assets/minecraft/textures/entity/villager/type/snow.png.mcmeta
  Data  assets/minecraft/textures/entity/villager/type/plains.png
  Data  assets/minecraft/textures/entity/villager/type/jungle.png
java.io.EOFException: Unexpected end of ZLIB input stream
    at java.util.zip.InflaterInputStream.fill(Unknown Source)
    at java.util.zip.InflaterInputStream.read(Unknown Source)
    at java.util.zip.ZipInputStream.read(Unknown Source)
    at java.io.FilterInputStream.read(Unknown Source)
    at net.minecraftforge.jarsplitter.ConsoleTool.copy(ConsoleTool.java:149)
    at net.minecraftforge.jarsplitter.ConsoleTool.main(ConsoleTool.java:129)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.minecraftforge.installer.actions.PostProcessors.process(PostProcessors.java:226)
    at net.minecraftforge.installer.actions.ClientInstall.run(ClientInstall.java:142)
    at net.minecraftforge.installer.InstallerPanel.run(InstallerPanel.java:423)
    at net.minecraftforge.installer.SimpleInstaller.launchGui(SimpleInstaller.java:175)
    at net.minecraftforge.installer.SimpleInstaller.main(SimpleInstaller.java:147)
Failed to run processor: java.io.EOFException:Unexpected end of ZLIB input stream
See log for more details.

Posted

Delete this folder and try again: C:\Users\chinc\AppData\Roaming\.minecraft\libraries\net\minecraft\client\1.17.1-20210706.113038

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

If it installs and runs then you're good

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

    • Remove Neruina and justleveling from your server
    • [01:52:34] [Server thread/WARN] [neruina/]: Neruina caught an exception, see below for cause java.lang.RuntimeException: Attempted to load class net/minecraft/client/Minecraft for invalid dist DEDICATED_SERVER         at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:57) ~[fmlloader-1.20.1-47.4.0.jar%2369!/:1.0] {}         at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}         at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}         at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}         at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}         at net.minecraftforge.network.simple.SimpleChannel.sendToServer(SimpleChannel.java:87) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:connectivity.mixins.json:SimpleChannelMixin from mod connectivity,pl:mixin:A}         at com.dplayend.justleveling.network.ServerNetworking.sendToServer(ServerNetworking.java:36) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.network.packet.common.CounterAttackSP.send(CounterAttackSP.java:51) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.lambda$onAttackEntity$8(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at net.minecraftforge.common.util.LazyOptional.ifPresent(LazyOptional.java:137) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading}         at com.dplayend.justleveling.registry.RegistryCommonEvents.onAttackEntity(RegistryCommonEvents.java:315) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading}         at com.dplayend.justleveling.registry.__RegistryCommonEvents_onAttackEntity_LivingHurtEvent.invoke(.dynamic) ~[justleveling-forge-1.20.x-v1.7.jar%23542!/:forge-1.20.x-v1.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingHurt(ForgeHooks.java:292) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.player.Player.m_6475_(Player.java:909) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.LivingEntity.m_6469_(LivingEntity.java:1112) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.player.Player.m_6469_(Player.java:840) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:baguettelib.mixins.json:PlayerDeathMixin from mod baguettelib,pl:mixin:APP:pehkui.mixins.json:reach.PlayerEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinPlayer from mod openpartiesandclaims,pl:mixin:APP:paraglider.mixins.json:MixinPlayer from mod paraglider,pl:mixin:APP:attributeslib.mixins.json:PlayerMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.PlayerEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:tipsylib.mixins.json:server.PlayerMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.PlayerEntityMixin from mod pehkui,pl:mixin:APP:mixins.travelersbackpack.json:PlayerMixin from mod travelersbackpack,pl:mixin:APP:alltheleaks.mixins.json:main.PlayerMixin from mod alltheleaks,pl:mixin:APP:baguettelib.mixins.json:PlayerEquipmentMixin from mod baguettelib,pl:mixin:APP:dummmmmmy-common.mixins.json:PlayerMixin from mod dummmmmmy,pl:mixin:APP:soulsweapons.mixins.json:PlayerEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:PlayerMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:PlayerEntityMixin from mod friendsandfoes,pl:mixin:APP:justleveling.mixins.json:MixPlayer from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/PlayerMixin from mod skilltree,pl:mixin:APP:supplementaries-common.mixins.json:PlayerMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:PlayerProjectileMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:PlayerMixin from mod irons_spellbooks,pl:mixin:APP:mixins.epicfight.json:MixinPlayer from mod epicfight,pl:mixin:APP:create.mixins.json:PlayerMixin from mod create,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerPlayer.m_6469_(ServerPlayer.java:695) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_7327_(Mob.java:1410) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_7327_(Zombie.java:315) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Husk.m_7327_(Husk.java:57) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:connector_pre_launch:A}         at yesman.epicfight.world.capabilities.entitypatch.MobPatch.attack(MobPatch.java:179) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,re:classloading}         at yesman.epicfight.api.animation.types.AttackAnimation.hurtCollidingEntities(AttackAnimation.java:241) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.attackTick(AttackAnimation.java:216) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.types.AttackAnimation.tick(AttackAnimation.java:169) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:A,pl:runtimedistcleaner:A}         at yesman.epicfight.api.animation.ServerAnimator.tick(ServerAnimator.java:85) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.world.capabilities.entitypatch.LivingEntityPatch.tick(LivingEntityPatch.java:154) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A}         at yesman.epicfight.events.EntityEvents.updateEvent(EntityEvents.java:103) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading}         at yesman.epicfight.events.__EntityEvents_updateEvent_LivingTickEvent.invoke(.dynamic) ~[epicfight-forge-20.9.7-1.20.1.jar%23476!/:20.9.7] {re:classloading,pl:eventbus:B}         at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}         at net.minecraftforge.common.ForgeHooks.onLivingTick(ForgeHooks.java:264) ~[forge-1.20.1-47.4.0-universal.jar%23670!/:?] {re:mixin,re:classloading,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraftforge.common.ForgeHooksMixin from mod redirected,pl:mixin:APP:modernfix-forge.mixins.json:perf.faster_ingredients.ForgeHooksMixin from mod modernfix,pl:mixin:APP:apotheosis.mixins.json:ForgeHooksMixin from mod apotheosis,pl:mixin:APP:connectormod.mixins.json:ForgeHooksMixin from mod connectormod,pl:mixin:APP:connectormod.mixins.json:item.ForgeHooksMixin from mod connectormod,pl:mixin:A}         at net.minecraft.world.entity.LivingEntity.m_8119_(LivingEntity.java:2258) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:connectormod:insertInjectionTarget,xf:fml:connectormod:updateItemUseStartTreshold,pl:mixin:APP:baguettelib.mixins.json:LivingEntityDeathMixin from mod baguettelib,pl:mixin:APP:subtle_effects.mixins.json:common.CommonLivingEntityMixin from mod subtle_effects,pl:mixin:APP:modernfix-forge.mixins.json:perf.forge_cap_retrieval.LivingEntityMixin from mod modernfix,pl:mixin:APP:armorcurve.mixins.json:ValueUpdateMixin from mod armorcurve,pl:mixin:APP:apotheosis.mixins.json:LivingEntityInvoker from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:LivingEntityMixin from mod apotheosis,pl:mixin:APP:apotheosis.mixins.json:MHFMixinLivingEntity from mod apotheosis,pl:mixin:APP:projectile_damage.mixins.json:LivingEntityMixin from mod projectile_damage,pl:mixin:APP:autoleveling.mixins.json:LivingEntityAccessor from mod autoleveling,pl:mixin:APP:curios.mixins.json:MixinLivingEntity from mod curios,pl:mixin:APP:attributeslib.mixins.json:LivingEntityMixin from mod attributeslib,pl:mixin:APP:fabric-entity-events-v1.mixins.json:LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:fabric-entity-events-v1.mixins.json:elytra.LivingEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:alloc.enum_values.living_entity.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.unpushable_cramming.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_elytra_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_hand_swing.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.fast_powder_snow_check.LivingEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.LivingEntityMixin from mod radium,pl:mixin:APP:questkilltask.mixins.json:LivingEntityMixin from mod questkilltask,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityAttributesMixin from mod tipsylib,pl:mixin:APP:tipsylib.mixins.json:server.LivingEntityEffectsMixin from mod tipsylib,pl:mixin:APP:pehkui.mixins.json:LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat117plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1194plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:pehkui.mixins.json:compat1204minus.LivingEntityMixin from mod pehkui,pl:mixin:APP:caelus.mixins.json:MixinLivingEntity from mod caelus,pl:mixin:APP:simply_swords_overhaul.mixins.json:MixinLivingEntity from mod simply_swords_overhaul,pl:mixin:APP:idas.mixins.json:LabyrinthBossKilledMixin from mod idas,pl:mixin:APP:citadel.mixins.json:LivingEntityMixin from mod citadel,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorLivingEntity from mod bookshelf,pl:mixin:APP:bookshelf.common.mixins.json:patches.entity.MixinLivingEntity from mod bookshelf,pl:mixin:APP:dummmmmmy-common.mixins.json:LivingEntityMixin from mod dummmmmmy,pl:mixin:APP:cataclysm.mixins.json:LivingEntityMixin from mod cataclysm,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:LivingEntityMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityInvoker from mod soulsweapons,pl:mixin:APP:soulsweapons.mixins.json:LivingEntityMixin from mod soulsweapons,pl:mixin:APP:endergetic.mixins.json:LivingEntityMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:BlazeLivingEntityMixin from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:LivingEntityMixin from mod friendsandfoes,pl:mixin:APP:simplyswords-common.mixins.json:LivingEntityMixin from mod simplyswords,pl:mixin:APP:knavesneeds-common.mixins.json:LivingEntityMixin from mod knavesneeds,pl:mixin:APP:justleveling.mixins.json:MixLivingEntity from mod justleveling,pl:mixin:APP:skilltree.mixins.json:minecraft/LivingEntityMixin from mod skilltree,pl:mixin:APP:skilltree.mixins.json:LivingEntityAccessor from mod skilltree,pl:mixin:APP:quark.mixins.json:accessor.AccessorLivingEntity from mod quark,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityAccessor from mod supplementaries,pl:mixin:APP:supplementaries-common.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:supplementaries.mixins.json:LivingEntityMixin from mod supplementaries,pl:mixin:APP:mixins.irons_spellbooks.json:LivingEntityMixin from mod irons_spellbooks,pl:mixin:APP:additional_attributes.mixins.json:LivingEntityMixin from mod additional_attributes,pl:mixin:APP:particle_effects.mixins.json:LivingEntityMixin from mod particle_effects,pl:mixin:APP:improvedmobs.mixins.json:LivingEntityMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinLivingEntity from mod epicfight,pl:mixin:APP:create.mixins.json:CustomItemUseEffectsMixin from mod create,pl:mixin:APP:create.mixins.json:LavaSwimmingMixin from mod create,pl:mixin:APP:create.mixins.json:accessor.LivingEntityAccessor from mod create,pl:mixin:APP:pehkui.mixins.json:compat115plus.LivingEntityMixin from mod pehkui,pl:mixin:APP:obscure_api.mixins.json:LivingEntityMixin from mod obscure_api,pl:mixin:APP:maxhealthfix.common.mixins.json:MixinLivingEntity from mod maxhealthfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLivingEntity from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.Mob.m_8119_(Mob.java:337) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:net.minecraft.world.entity.MobMixin from mod redirected,pl:mixin:APP:subtle_effects.mixins.json:common.MobMixin from mod subtle_effects,pl:mixin:APP:fabric-entity-events-v1.mixins.json:MobEntityMixin from mod fabric_entity_events_v1,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.MobEntityMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.skip_equipment_change_check.MobEntityMixin from mod radium,pl:mixin:APP:pehkui.mixins.json:MobEntityMixin from mod pehkui,pl:mixin:APP:bookshelf.common.mixins.json:accessors.entity.AccessorMob from mod bookshelf,pl:mixin:APP:despawn_tweaker.mixins.json:MobMixin from mod despawn_tweaker,pl:mixin:APP:otherworldapoth.mixins.json:MobMixin from mod otherworldapoth,pl:mixin:APP:letmedespawn.mixins.json:MobMixin from mod letmedespawn,pl:mixin:APP:endergetic.mixins.json:MobMixin from mod endergetic,pl:mixin:APP:moonlight-common.mixins.json:EntityMixin from mod moonlight,pl:mixin:APP:improvedmobs.mixins.json:MobEntityMixin from mod improvedmobs,pl:mixin:APP:improvedmobs.mixins.json:MobMixin from mod improvedmobs,pl:mixin:APP:mixins.epicfight.json:MixinMob from mod epicfight,pl:mixin:APP:pehkui.mixins.json:compat116plus.MobEntityMixin from mod pehkui,pl:mixin:APP:openpartiesandclaims.forge.mixins.json:MixinForgeMob from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.entity.monster.Zombie.m_8119_(Zombie.java:210) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,xf:fml:forge:forge_method_redirector,pl:connector_pre_launch:A,re:classloading,xf:fml:forge:forge_method_redirector,pl:mixin:APP:pehkui.mixins.json:compat1201minus.EntityVehicleHeightOffsetMixin from mod pehkui,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8647_(ServerLevel.java:694) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.mixinextras$bridge$accept$186(Level.java) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at com.bawnorton.neruina.handler.TickHandler.safelyTickEntities(TickHandler.java:92) ~[Neruina-2.1.2-forge+1.20.1.jar%23574!/:?] {re:mixin,re:classloading}         at net.minecraft.world.level.Level.wrapOperation$cgb000$neruina$catchTickingEntities$notTheCauseOfTickLag(Level.java:8040) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.Level.m_46653_(Level.java:479) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:mixins.redirected_forge_1.20.1.json:forge.net.minecraft.world.level.LevelMixin from mod redirected,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:entity.collisions.intersection.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_entity_retrieval.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.block_tracking.block_listening.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.chunk_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_block_access.WorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:world.inline_height.WorldMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:LevelMixin from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.LevelMixin from mod alltheleaks,pl:mixin:APP:citadel.mixins.json:LevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:AttachmentTargetsMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:LevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:WorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:neruina.mixins.json:catchers.WorldMixin from mod neruina,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_184063_(ServerLevel.java:343) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.world.level.entity.EntityTickList.m_156910_(EntityTickList.java:54) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:connector_pre_launch:A,re:classloading,pl:mixin:APP:lithium.mixins.json:collections.entity_ticking.EntityListMixin from mod radium,pl:mixin:APP:immersive_optimization.mixins.json:EntityTickListAccessor from mod immersive_optimization,pl:mixin:APP:alltheleaks.mixins.json:main.EntityTickListMixin from mod alltheleaks,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:323) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:libx:level_load,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,xf:fml:libx:level_load,pl:mixin:APP:cupboard.mixins.json:ServerAddEntityMixin from mod cupboard,pl:mixin:APP:betterendisland.mixins.json:ServerLevelMixin from mod betterendisland,pl:mixin:APP:modernfix-common.mixins.json:bugfix.chunk_deadlock.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.faster_structure_location.ServerLevelMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.cache_strongholds.ServerLevelMixin from mod modernfix,pl:mixin:APP:projectile_damage.mixins.json:ServerWorldMixin from mod projectile_damage,pl:mixin:APP:ysns.mixins.json:ServerWorldMixin from mod ysns,pl:mixin:APP:lithium.mixins.json:alloc.chunk_random.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:chunk.entity_class_groups.ServerWorldAccessor from mod radium,pl:mixin:APP:lithium.mixins.json:entity.inactive_navigations.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:profiler.ServerWorldMixin from mod radium,pl:mixin:APP:lithium.mixins.json:util.entity_movement_tracking.ServerWorldAccessor from mod radium,pl:mixin:APP:pehkui.mixins.json:compat117plus.ServerWorldMixin from mod pehkui,pl:mixin:APP:immersive_weathering-common.mixins.json:ServerLevelMixin from mod immersive_weathering,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelAccessor from mod immersive_optimization,pl:mixin:APP:immersive_optimization.mixins.json:ServerLevelMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:catchers.ServerWorldMixin from mod neruina,pl:mixin:APP:idas.mixins.json:ServerLevelMixin from mod idas,pl:mixin:APP:corgilib-common.mixins.json:MixinServerLevel from mod corgilib,pl:mixin:APP:citadel.mixins.json:ServerLevelMixin from mod citadel,pl:mixin:APP:fabric-data-attachment-api-v1.mixins.json:ServerWorldMixin from mod fabric_data_attachment_api_v1,pl:mixin:APP:fabric-api-lookup-api-v1.mixins.json:ServerWorldMixin from mod fabric_api_lookup_api_v1,pl:mixin:APP:dataanchor-common.mixins.json:ServerLevelMixin from mod dataanchor,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:ServerWorldMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin from mod blueprint,pl:mixin:APP:endergetic.mixins.json:ServerLevelMixin from mod endergetic,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldAccessor from mod friendsandfoes,pl:mixin:APP:friendsandfoes-common.mixins.json:ServerWorldMixin from mod friendsandfoes,pl:mixin:APP:moonlight-common.mixins.json:ServerLevelMixin from mod moonlight,pl:mixin:APP:supplementaries-common.mixins.json:ServerLevelMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.ServerLevelAccessor from mod create,pl:mixin:APP:betterendisland.mixins.json:EndergeticExpansionMixins from mod betterendisland,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinServerLevel from mod openpartiesandclaims,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:893) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:283) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:814) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:661) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23665!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,re:computing_frames,pl:accesstransformer:B,pl:connector_pre_launch:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:modernfix-common.mixins.json:perf.fix_loop_spin_waiting.MinecraftServerMixin from mod modernfix,pl:mixin:APP:openpartiesandclaims.mixins.json:MixinMinecraftServer from mod openpartiesandclaims,pl:mixin:APP:modernfix-common.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftServerMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:core.MinecraftServerMixin from mod modernfix,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin from mod balm,pl:mixin:APP:fastload.mixins.json:server.MinecraftServerMixin from mod fastload,pl:mixin:APP:immersive_optimization.mixins.json:MinecraftServerMixin from mod immersive_optimization,pl:mixin:APP:neruina.mixins.json:MinecraftServerMixin from mod neruina,pl:mixin:APP:alltheleaks.mixins.json:main.MinecraftServerMixin from mod alltheleaks,pl:mixin:APP:xaerohud.mixins.json:MixinMinecraftServer from mod xaerominimap,pl:mixin:APP:fabric-message-api-v1.mixins.json:MinecraftServerMixin from mod fabric_message_api_v1,pl:mixin:APP:structureessentials.mixins.json:LevelCreatedCallback from mod structureessentials,pl:mixin:APP:xaeroworldmap.mixins.json:MixinMinecraftServer from mod xaeroworldmap,pl:mixin:APP:citadel.mixins.json:MinecraftServerMixin from mod citadel,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftServerMixin from mod connectormod,pl:mixin:APP:fabric-lifecycle-events-v1.mixins.json:MinecraftServerMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:fabric-resource-loader-v0.mixins.json:MinecraftServerMixin from mod fabric_resource_loader_v0,pl:mixin:APP:settlement-roads.mixins.json:ExampleMixin from mod settlement_roads,pl:mixin:APP:blueprint.mixins.json:MinecraftServerMixin from mod blueprint,pl:mixin:A,pl:connector_pre_launch:A}         at java.lang.Thread.run(Thread.java:840) ~[?:?] {re:mixin}   I dont know what mod isnt working
    • Remove entity_model_features_1.20.1-forge-3.0.1.jar from your mods folder. If there are other mods that depend on that mod, you may have to remove them also.
    • as I wrote earlier when entering the Aternos server, minecraft crashes when re-entering the server and I can not solve this problem, I made my own assembly on minecraft 1.20.1 Forge (47.4.0) checked everything and everything worked after that I downloaded all the mods on Aternos having previously configured and after that everything worked, I played on the server with friends for a whole week and no problems arose but literally when we again gathered to play minecraft with me with a friend who also uses TLaucher after launching minecraft some kind of loading began we did not pay attention to it but still it confused us a little after launching minecraft and the server on Aternos we began to connect to the server but the problems began already at the first entry, minecraft hung on the screen of connecting to the world and a window appeared with a notification that minecraft is not responding but on the server it displayed our presence after we restarted minecraft I decided to connect first but the result was the same then we restarted server and I started connecting first again and this time I managed to enter the server but my friend couldn't do it after that I decided to check what would happen if I entered the server again and when I did it the situation repeated itself as the first time then I restarted the server again and tried to enter and I succeeded again then I tried to play on the server and everything worked but when I tried to die and appear on the bed then after death when I pressed the revival button I appeared near the bed and at that very moment the game froze again and minecraft stopped responding all this time the server was working and I thought that there was an error on the client side and I reinstalled the mods in my minecraft folder but everything was the same as before I tried to delete all the client mods and enter the server but everything was useless I tried to enter the single world in minecraft and everything worked fine I thought that this was a TLauncher problem but my other friend who has the official launcher has the same thing when entering the server minecraft stops responding I don't know what to do I want to ask for help maybe someone has encountered I have already made custom builds and made a server with them before, but this is the first time I have encountered such a problem, I looked at the logs, but to be honest I don’t really understand them and I don’t know where to look for an error, please help, I will attach the log and the names of the mods on the server and client below   Server mods______________________________________________________ [1.20.1] SecurityCraft v1.10.0.1.jar ad_astra-forge-1.20.1-1.15.20.jar alexscaves-2.0.2.jar amendments-1.20-2.2.1.jar Apotheosis-1.20.1-7.4.8.jar ApothicAttributes-1.20.1-1.3.7.jar architectury-9.2.14-forge.jar Armor of the Ages-forge-1.20.1-1.3.8.jar ars_elemental-1.20.1-0.6.7.8.jar ars_nouveau-1.20.1-4.12.7-all.jar AttributeFix-Forge-1.20.1-21.0.4.jar backpacked-forge-1.20.1-3.0.0-beta.9.jar BiomesOPlenty-forge-1.20.1-19.0.0.96.jar botarium-forge-1.20.1-2.3.4.jar Bountiful-6.0.4+1.20.1-forge.jar caelus-forge-3.2.0+1.20.1.jar Chunky-1.3.146.jar citadel-2.6.2-1.20.1.jar cloth-config-11.1.136-forge.jar Clumps-forge-1.20.1-12.0.0.4.jar create-1.20.1-6.0.6.jar create-musketmod-1.20.1-forge-1.5.2.jar create_radar-0.3.1+mc1.20.1-all.jar createbigcannons-5.9.1-mc.1.20.1-forge.jar createdeco-2.0.3-1.20.1-forge.jar createdieselgenerators-1.20.1-1.3.5.jar CreativeCore_FORGE_v2.12.32_mc1.20.1.jar cupboard-1.20.1-2.7.jar curios-forge-5.14.1+1.20.1.jar Dave's Potioneering-forge-1.20.1-13.jar FarmersDelight-1.20.1-1.2.9.jar Fastload-Reforged-mc1.20.1-3.4.0.jar Female-Gender-Mod-forge-1.20.1-3.1.jar ferritecore-6.0.1-forge.jar FramedBlocks-9.4.2.jar framework-forge-1.20.1-0.7.15.jar geckolib-forge-1.20.1-4.7.4.jar GlitchCore-forge-1.20.1-0.0.1.1.jar HangGlider-v8.0.1-1.20.1-Forge.jar ibo-3.0.0-forge-1.19.3.jar  (Incendium: Biomes Only) full name iceandfire-2.1.13-1.20.1-beta-5.jar ▸ immersive_aircraft-1.3.3+1.20.1-forge.jar Incendium_1.20.x_v5.3.5.jar ItemPhysic_FORGE_v1.8.8_mc1.20.1.jar ItemProductionLib-1.20.1-1.0.2a-all.jar jei-1.20.1-forge-15.20.0.112.jar Kambrik-6.1.1+1.20.1-forge.jar kotlinforforge-4.11.0-all.jar letsdo-API-forge-1.2.15-forge.jar letsdo-brewery-forge-1.1.9.jar letsdo-vinery-forge-1.4.40.jar lukis-grand-capitals-1.1.2.jar moonlight-1.20-2.16.8-forge.jar musketmod-1.20.1-forge-1.5.2.jar noisium-forge-2.3.0+mc1.20-1.20.1.jar origins-forge-1.20.1-1.10.0.9-all.jar Orva Alarms V4.0.0 - 1.20.1.jar PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar Placebo-1.20.1-8.6.3.jar PuzzlesLib-v8.1.33-1.20.1-Forge.jar resourcefulconfig-forge-1.20.1-2.1.3.jar resourcefullib-forge-1.20.1-2.1.29.jar ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar SereneSeasons-forge-1.20.1-9.1.0.2.jar supplementaries-1.20-3.1.37.jar TerraBlender-forge-1.20.1-3.0.1.10.jar Terralith_1.20.x_v2.5.4.jar tfmg-1.0.2c.jar Underground Bunkers-1.0.5-1.20.x-forge.jar voicechat-forge-1.20.1-2.5.35.jar Xaeros_Minimap_25.2.10_Forge_1.20.jar XaerosWorldMap_1.39.12_Forge_1.20.jar yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar _________________________________________________________________________________   client mod ___________________________________________________________________________________ Armor of the Ages-forge-1.20.1-1.3.8.jar" ars_elemental-1.20.1-0.6.7.8.jar" ars_nouveau-1.20.1-4.12.7-all.jar" AttributeFix-Forge-1.20.1-21.0.4.jar" backpacked-forge-1.20.1-3.0.0-beta.9.jar" BetterF3-7.0.2-Forge-1.20.1.jar" betterfpsdist-1.20.1-6.0.jar" BetterPingDisplay-1.20.1-1.1.jar" BiomesOPlenty-forge-1.20.1-19.0.0.96.jar" botarium-forge-1.20.1-2.3.4.jar" Bountiful-6.0.4+1.20.1-forge.jar" caelus-forge-3.2.0+1.20.1.jar" citadel-2.6.2-1.20.1.jar" cloth-config-11.1.136-forge.jar" Clumps-forge-1.20.1-12.0.0.4.jar" create_radar-0.3.1+mc1.20.1-all.jar" create-1.20.1-6.0.6.jar" createbigcannons-5.9.1-mc.1.20.1-forge.jar" createdeco-2.0.3-1.20.1-forge.jar" createdieselgenerators-1.20.1-1.3.5.jar" create-musketmod-1.20.1-forge-1.5.2.jar" CreativeCore_FORGE_v2.12.32_mc1.20.1.jar" cupboard-1.20.1-2.7.jar" curios-forge-5.14.1+1.20.1.jar" Dave's Potioneering-forge-1.20.1-13.jar" embeddium-0.3.31+mc1.20.1.jar" entityculling-forge-1.8.2-mc1.20.1.jar" FarmersDelight-1.20.1-1.2.9.jar" Fastload-Reforged-mc1.20.1-3.4.0.jar" Female-Gender-Mod-forge-1.20.1-3.1.jar" ferritecore-6.0.1-forge.jar" FramedBlocks-9.4.2.jar" framework-forge-1.20.1-0.7.15.jar" geckolib-forge-1.20.1-4.7.4.jar" GlitchCore-forge-1.20.1-0.0.1.1.jar" HangGlider-v8.0.1-1.20.1-Forge.jar" ibo-3.0.0-forge-1.19.3.jar"               (Incendium: Biomes Only) full name iceandfire-2.1.13-1.20.1-beta-5.jar" immersive_aircraft-1.3.3+1.20.1-forge.jar" Incendium_1.20.x_v5.3.5.jar" ItemPhysic_FORGE_v1.8.8_mc1.20.1.jar" ItemProductionLib-1.20.1-1.0.2a-all.jar" jei-1.20.1-forge-15.20.0.112.jar" Kambrik-6.1.1+1.20.1-forge.jar" kotlinforforge-4.11.0-all.jar" KryptonReforged-0.2.3.jar" letsdo-API-forge-1.2.15-forge.jar" letsdo-brewery-forge-1.1.9.jar" letsdo-vinery-forge-1.4.40.jar" lukis-grand-capitals-1.1.2.jar" moonlight-1.20-2.16.9-forge.jar" noisium-forge-2.3.0+mc1.20-1.20.1.jar" oculus-mc1.20.1-1.8.0.jar" origins-forge-1.20.1-1.10.0.9-all.jar" Orva Alarms V4.0.0 - 1.20.1.jar" PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar" Placebo-1.20.1-8.6.3.jar" PuzzlesLib-v8.1.33-1.20.1-Forge.jar" resourcefulconfig-forge-1.20.1-2.1.3.jar" resourcefullib-forge-1.20.1-2.1.29.jar" ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar" rubidium-extra-0.5.4.4+mc1.20.1-build.131.jar" SereneSeasons-forge-1.20.1-9.1.0.2.jar" supplementaries-1.20-3.1.37.jar" TerraBlender-forge-1.20.1-3.0.1.10.jar" Terralith_1.20.x_v2.5.4.jar" tfmg-1.0.2c.jar" tl_skin_cape_forge_1.20.1-1.32.jar" tl_skin_cape_forge_1.20-1.36.jar" UndergroundBunkers-1.0.5-1.20.x-forge.jar" voicechat-forge-1.20.1-2.5.35.jar" Xaeros_Minimap_25.2.10_Forge_1.20.jar" XaerosWorldMap_1.39.12_Forge_1.20.jar" yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar" [1.20.1] SecurityCraft v1.10.0.1.jar" ad_astra-forge-1.20.1-1.15.20.jar" alexscaves-2.0.2.jar" AmbientEnvironment-forge-1.20.1-11.0.0.1.jar" amendments-1.20-2.2.1.jar" Apotheosis-1.20.1-7.4.8.jar" ApothicAttributes-1.20.1-1.3.7.jar" architectury-9.2.14-forge.jar"   log ___________________________________________________________________________________________________________________________________________________________________________________________________ [17:47:04] [main/INFO]: ModLauncher running: args [--username, smivi, --version, Forge 1.20.1, --gameDir, C:\Users\Admin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Admin\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, b849b978-182c-11eb-a3e3-d45d64bce613, --accessToken, ????????, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.0, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [17:47:04] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 10 arch amd64 version 10.0 [17:47:05] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [17:47:05] [main/INFO]: Trying GL version 4.6 [17:47:05] [main/INFO]: Requested GL version 4.6 got version 4.6 [17:47:05] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Admin/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [17:47:05] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce GTX 1660 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 560.94, NVIDIA Corporation [17:47:05] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ad_astra-forge-1.20.1-1.15.20.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file alexscaves-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file AmbientEnvironment-forge-1.20.1-11.0.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file amendments-1.20-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Apotheosis-1.20.1-7.4.8.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ApothicAttributes-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Armor of the Ages-forge-1.20.1-1.3.8.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ars_elemental-1.20.1-0.6.7.8.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ars_nouveau-1.20.1-4.12.7-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file AttributeFix-Forge-1.20.1-21.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file backpacked-forge-1.20.1-3.0.0-beta.9.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file BetterF3-7.0.2-Forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file betterfpsdist-1.20.1-6.0.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.96.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file botarium-forge-1.20.1-2.3.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Bountiful-6.0.4+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file citadel-2.6.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file create-1.20.1-6.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file create-musketmod-1.20.1-forge-1.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file create_radar-0.3.1+mc1.20.1-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file createbigcannons-5.9.1-mc.1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file createdeco-2.0.3-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file createdieselgenerators-1.20.1-1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file CreativeCore_FORGE_v2.12.32_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file curios-forge-5.14.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Dave's Potioneering-forge-1.20.1-13.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file entityculling-forge-1.8.2-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.9.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Fastload-Reforged-mc1.20.1-3.4.0.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Female-Gender-Mod-forge-1.20.1-3.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file FramedBlocks-9.4.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file framework-forge-1.20.1-0.7.15.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.7.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file GlitchCore-forge-1.20.1-0.0.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file HangGlider-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ibo-3.0.0-forge-1.19.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file iceandfire-2.1.13-1.20.1-beta-5.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file immersive_aircraft-1.3.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Incendium_1.20.x_v5.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ItemPhysic_FORGE_v1.8.8_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ItemProductionLib-1.20.1-1.0.2a-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Kambrik-6.1.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file KryptonReforged-0.2.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file letsdo-API-forge-1.2.15-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file letsdo-brewery-forge-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file letsdo-vinery-forge-1.4.40.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file lukis-grand-capitals-1.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file moonlight-1.20-2.16.9-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file noisium-forge-2.3.0+mc1.20-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file origins-forge-1.20.1-1.10.0.9-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Orva Alarms V4.0.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file PassiveSkillTree-1.20.1-BETA-0.6.14a-all.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Placebo-1.20.1-8.6.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file PuzzlesLib-v8.1.33-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file ritchiesprojectilelib-2.1.0+mc.1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file SereneSeasons-forge-1.20.1-9.1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file supplementaries-1.20-3.1.37.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Terralith_1.20.x_v2.5.4.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file tfmg-1.0.2c.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file tl_skin_cape_forge_1.20-1.36.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file tl_skin_cape_forge_1.20.1-1.32.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file UndergroundBunkers-1.0.5-1.20.x-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file voicechat-forge-1.20.1-2.5.35.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file Xaeros_Minimap_25.2.10_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file XaerosWorldMap_1.39.12_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/INFO]: Found mod file yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Admin\AppData\Roaming\.minecraft\mods} [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.0\fmlcore-1.20.1-47.4.0.jar is missing mods.toml file [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.0\javafmllanguage-1.20.1-47.4.0.jar is missing mods.toml file [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.0\lowcodelanguage-1.20.1-47.4.0.jar is missing mods.toml file [17:47:05] [main/WARN]: Mod file C:\Users\Admin\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.0\mclanguage-1.20.1-47.4.0.jar is missing mods.toml file [17:47:06] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/INFO]: Found mod file forge-1.20.1-47.4.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@63718b93 [17:47:06] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [17:47:06] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: geckolib. Using Mod File: C:\Users\Admin\AppData\Roaming\.minecraft\mods\geckolib-forge-1.20.1-4.7.4.jar [17:47:06] [main/INFO]: Found 32 dependencies adding them to mods collection [17:47:06] [main/INFO]: Found mod file jankson-1.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file additionalentityattributes-forge-1.4.0.5+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file common-io-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file Ponder-Forge-1.20.1-1.0.80.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file imageio-webp-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file json-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file calio-forge-1.20.1-1.11.0.5.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file TRender-1.0.5-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file apoli-forge-1.20.1-2.9.0.8.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file flywheel-forge-1.20.1-1.0.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file common-image-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file imageio-core-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file common-lang-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file MathParser.org-mXparser-5.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file imageio-metadata-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file TRansition-1.0.3-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file caffeine-3.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file gson-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file puzzlesaccessapi-forge-20.1.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file jlayer-1.0.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:06] [main/INFO]: Found mod file commons-math3-3.6.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@2b10ace9 [17:47:08] [main/INFO]: Compatibility level set to JAVA_17 [17:47:08] [main/ERROR]: Mixin config musketmod.mixins.json does not specify "minVersion" property [17:47:08] [main/ERROR]: Mixin config yacl.mixins.json does not specify "minVersion" property [17:47:09] [main/INFO]: Successfully loaded Mixin Connector [org.tlauncher.MixinConnector] [17:47:09] [main/INFO]: Launching target 'forgeclient' with arguments [--version, Forge 1.20.1, --gameDir, C:\Users\Admin\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Admin\AppData\Roaming\.minecraft\assets, --uuid, b849b978-182c-11eb-a3e3-d45d64bce613, --username, smivi, --assetIndex, 5, --accessToken, ????????, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 925, --height, 530] [17:47:09] [main/WARN]: Reference map 'puzzlesaccessapi.common.refmap.json' for puzzlesaccessapi.common.mixins.json could not be read. If this is a development environment you can ignore this message [17:47:09] [main/WARN]: Reference map 'Create-The_Factory_Must_Grow.refmap.json' for tfmg.mixins.json could not be read. If this is a development environment you can ignore this message [17:47:09] [main/INFO]: Loading 90 mods:     - ad_astra 1.15.20     - alexscaves 2.0.2     - ambientenvironment 11.0.0.1     - amendments 1.20-2.2.1     - apotheosis 7.4.8     - architectury 9.2.14     - armoroftheages 1.3.8     - ars_elemental 0.6.7.8     - ars_nouveau 4.12.7     - attributefix 21.0.4     - attributeslib 1.3.7     - backpacked 3.0.0-beta.9     - betterf3 7.0.2     - betterfpsdist 1.20.1-6.0     - betterpingdisplay 1.1     - biomesoplenty 19.0.0.96     - botarium 2.3.4     - bountiful 6.0.4+1.20.1     - brewery 1.1.9     - caelus 3.2.0+1.20.1     - citadel 2.6.2     - cloth_config 11.1.136     - clumps 12.0.0.4     - create 6.0.6         |-- flywheel 1.0.4         \-- ponder 1.0.80     - create_radar 0.3     - createbigcannons 5.9.1     - createdeco 2.0.3-1.20.1-forge     - createdieselgenerators 1.20.1-1.3.5     - creativecore 2.12.32     - cupboard 1.20.1-2.7     - curios 5.14.1+1.20.1     - davespotioneering 13     - doapi 1.2.15         \-- terraform 7.0.1     - entityculling 1.8.2         |-- transition 1.0.3         \-- trender 1.0.5     - farmersdelight 1.20.1-1.2.9     - fastload 3.4.0     - ferritecore 6.0.1     - forge 47.4.0     - framedblocks 9.4.2     - framework 0.7.15     - geckolib 4.7.4     - glitchcore 0.0.1.1     - hangglider 8.0.1     - ibo 3.0.0     - iceandfire 2.1.13-1.20.1     - immersive_aircraft 1.3.3+1.20.1     - incendium 5.3.5     - itemphysic 1.8.8     - itemproductionlib 1.0.2a     - jei 15.20.0.112     - kambrik 6.1.1+1.20.1     - kotlinforforge 4.11.0     - krypton 0.2.3     - minecraft 1.20.1     - moonlight 1.20-2.16.9     - mr_lukis_grandcapitals 1.1.2     - musketmod 1.5.2     - noisium 2.3.0+mc1.20-1.20.1     - origins 1.20.1-1.10.0.9         |-- additionalentityattributes 1.4.0.5+1.20.1         |-- apoli 1.20.1-2.9.0.8         |-- calio 1.20.1-1.11.0.5         \-- mixinextras 0.2.0-beta.8     - orva_alarms 1.0.0     - placebo 8.6.3     - puzzleslib 8.1.33         \-- puzzlesaccessapi 20.1.1     - resourcefulconfig 2.1.3     - resourcefullib 2.1.29     - ritchiesprojectilelib 2.1.0     - securitycraft 1.10.0.1     - sereneseasons 9.1.0.2     - skilltree 0.6.14a     - supplementaries 1.20-3.1.37         \-- mixinsquared 0.1.1     - terrablender 3.0.1.10     - terralith 2.5.4     - tfmg 1.0.2c     - tlskincape 1.36     - underground_bunkers 1.0.5     - vinery 1.4.40     - voicechat 1.20.1-2.5.35     - wildfire_gender 1.20.1-3.0.1     - xaerominimap 25.2.10     - xaeroworldmap 1.39.12     - yet_another_config_lib_v3 3.6.6+1.20.1-forge [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [17:47:09] [main/WARN]: Error loading class: org/violetmoon/quark/content/tweaks/module/GoldToolsHaveFortuneModule (java.lang.ClassNotFoundException: org.violetmoon.quark.content.tweaks.module.GoldToolsHaveFortuneModule) [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:09] [main/WARN]: Error loading class: org/violetmoon/quark/content/client/tooltip/AttributeTooltips (java.lang.ClassNotFoundException: org.violetmoon.quark.content.client.tooltip.AttributeTooltips) [17:47:10] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:10] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:10] [main/WARN]: Error loading class: fuzs/visualworkbench/world/inventory/ModCraftingMenu (java.lang.ClassNotFoundException: fuzs.visualworkbench.world.inventory.ModCraftingMenu) [17:47:10] [main/WARN]: @Mixin target fuzs.visualworkbench.world.inventory.ModCraftingMenu was not found itemproductionlib.mixins.json:visualworkbench/ModCraftingMenuMixin [17:47:10] [main/INFO]: Patching FishingHook#catchingFish [17:47:10] [main/WARN]: Error loading class: fuzs/easymagic/world/inventory/ModEnchantmentMenu (java.lang.ClassNotFoundException: fuzs.easymagic.world.inventory.ModEnchantmentMenu) [17:47:10] [main/WARN]: @Mixin target fuzs.easymagic.world.inventory.ModEnchantmentMenu was not found skilltree.mixins.json:easymagic/ModEnchantmentMenuMixin [17:47:10] [main/INFO]: Loaded config for: betterfpsdist.json [17:47:10] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/gui/SodiumGameOptionPages (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages) [17:47:10] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.gui.SodiumGameOptionPages was not found betterfpsdist.mixins.json:SodiumGameOptionPagesMixin [17:47:10] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/occlusion/OcclusionCuller (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.occlusion.OcclusionCuller) [17:47:10] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.chunk.occlusion.OcclusionCuller was not found betterfpsdist.mixins.json:Sodiummixin [17:47:10] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:10] [main/WARN]: @Mixin target com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption was not found create_radar.mixins.json:AutoCannonAccessor [17:47:10] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:10] [main/WARN]: @Mixin target com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption was not found create_radar.mixins.json:AutoCannonAccessor [17:47:11] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/chunk/compile/pipeline/FluidRenderer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.chunk.compile.pipeline.FluidRenderer) [17:47:11] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/map_atlas_generation/MapAtlasTexture (java.lang.ClassNotFoundException: net.raphimc.immediatelyfast.feature.map_atlas_generation.MapAtlasTexture) [17:47:11] [main/WARN]: Error loading class: journeymap/client/ui/fullscreen/Fullscreen (java.lang.ClassNotFoundException: journeymap.client.ui.fullscreen.Fullscreen) [17:47:11] [main/WARN]: @Mixin target journeymap.client.ui.fullscreen.Fullscreen was not found create.mixins.json:compat.JourneyFullscreenMapMixin [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:11] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org.jetbrains.annotations.ApiStatus$Internal) [17:47:11] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). [17:47:13] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [17:47:14] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:14] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [17:47:14] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [17:47:16] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 159 milliseconds [17:47:17] [pool-4-thread-1/INFO]: Patching FishingHook#catchingFish [17:47:17] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:17] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [17:47:18] [pool-4-thread-1/WARN]: Mixin alexscaves.mixins.json:SwampHutPieceMixin has multiple constructors, (Lnet/minecraft/world/level/levelgen/structure/pieces/StructurePieceType;IIIIIILnet/minecraft/core/Direction;)V was selected [17:47:18] [Render thread/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Z)V [17:47:18] [Render thread/INFO]:   BeforeConstant found INTEGER constant: value = 0, intValue = null [17:47:18] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [17:47:18] [Render thread/INFO]:       BeforeConstant found Insn [ICONST_0]  [17:47:18] [Render thread/INFO]:   BeforeConstant found INTEGER constant: value = 60, intValue = null [17:47:18] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [17:47:18] [Render thread/INFO]:       BeforeConstant found IntInsn 60 [17:47:18] [Render thread/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [17:47:18] [Render thread/WARN]: Assets URL 'union:/C:/Users/Admin/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23314!/assets/.mcassetsroot' uses unexpected schema [17:47:18] [Render thread/WARN]: Assets URL 'union:/C:/Users/Admin/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23314!/data/.mcassetsroot' uses unexpected schema [17:47:18] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [17:47:20] [Render thread/ERROR]: Failed to verify authentication com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401     at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:147) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:63) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:124) ~[authlib-4.0.43.1.jar%23111!/:?]     at net.minecraft.client.Minecraft.m_193585_(Minecraft.java:649) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.<init>(Minecraft.java:413) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:182) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401     at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-4.0.43.1.jar%23111!/:?]     at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:122) ~[authlib-4.0.43.1.jar%23111!/:?]     ... 20 more [17:47:20] [Render thread/INFO]: Setting user: smivi [17:47:20] [Render thread/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Lnet/minecraft/client/GuiMessageTag;)V [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = , stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = \\r, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn \\r [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value =  , stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 2 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn  [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = \\n, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 3 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn \\n [17:47:20] [Render thread/INFO]:   BeforeConstant found CLASS constant: value = Ljava/lang/String;, typeValue = null [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = [{}] [CHAT] {}, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 4 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn [{}] [CHAT] {} [17:47:20] [Render thread/INFO]:   BeforeConstant found STRING constant: value = [CHAT] {}, stringValue = null [17:47:20] [Render thread/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 5 [17:47:20] [Render thread/INFO]:       BeforeConstant found LdcInsn [CHAT] {} [17:47:21] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [17:47:21] [modloading-worker-0/INFO]: Configuration has been loaded [17:47:21] [modloading-worker-0/INFO]: Constructing common components for hangglider:main [17:47:21] [modloading-worker-0/INFO]: Origins 1.20.1-1.10.0.9 is initializing. Have fun! [17:47:22] [modloading-worker-0/INFO]: Constructing client components for hangglider:main [17:47:22] [modloading-worker-0/INFO]: Loading Noisium. [17:47:22] [modloading-worker-0/INFO]: Loaded config for: cupboard.json [17:47:22] [modloading-worker-0/INFO]: Registering S2C receiver with id architectury:sync_ids [17:47:22] [modloading-worker-0/INFO]: Registering C2S receiver with id architectury:sync_ids [17:47:22] [modloading-worker-0/INFO]: Registering C2S receiver with id brewery:alcohol_sync_request [17:47:22] [modloading-worker-0/INFO]: Registering C2S receiver with id brewery:drink_alcohol [17:47:22] [modloading-worker-0/INFO]: Forge mod loading, version 47.4.0, for MC 1.20.1 with MCP 20230612.114412 [17:47:22] [modloading-worker-0/INFO]: MinecraftForge v47.4.0 Initialized [17:47:22] [modloading-worker-0/INFO]: Sending ConfigManager... [17:47:22] [modloading-worker-0/INFO]: Sending ConfigManager took 4.271 ms [17:47:22] [modloading-worker-0/INFO]: Calio 1.20.1-1.11.0.5 initializing... [17:47:22] [modloading-worker-0/INFO]: Apoli 1.20.1-2.9.0.8 has initialized. Ready to power up your game! [17:47:22] [modloading-worker-0/INFO]: Kotlin For Forge Enabled! [17:47:22] [modloading-worker-0/INFO]: Deserializing AOTAConfig from 'C:\Users\Admin\AppData\Roaming\.minecraft\config\config\armoroftheages.json' [17:47:23] [modloading-worker-0/INFO]: Initializing Create Radar! [17:47:23] [modloading-worker-0/INFO]: Registering Items! [17:47:23] [modloading-worker-0/INFO]: Registering blocks! [17:47:23] [modloading-worker-0/INFO]: Registering block entity types! [17:47:23] [modloading-worker-0/INFO]: Registering CreativeTabs! [17:47:23] [modloading-worker-0/INFO]: Registering Lang! [17:47:23] [modloading-worker-0/INFO]: Registering CBC Compat Items! [17:47:23] [modloading-worker-0/INFO]: Create 6.0.6 initializing! Commit hash: 338bfa0aec952fa51656e8f61bd621ca9b3b2e00 [17:47:23] [modloading-worker-0/INFO]: Registering items for Create Deco [17:47:23] [modloading-worker-0/INFO]: Registering blocks for Create Deco [17:47:23] [modloading-worker-0/INFO]: [TFMG] Initializing core systems... [17:47:23] [modloading-worker-0/INFO]: [TFMG] Registering content... [17:47:23] [modloading-worker-0/INFO]: Deserializing YACLConfig from 'C:\Users\Admin\AppData\Roaming\.minecraft\config\yacl.json5' [17:47:23] [modloading-worker-0/INFO]: Constructing common components for puzzleslib:main [17:47:23] [modloading-worker-0/INFO]: [BetterF3] Starting... [17:47:23] [modloading-worker-0/INFO]: [BetterF3] Loading... [17:47:23] [modloading-worker-0/INFO]: Constructing client components for puzzleslib:main [17:47:23] [modloading-worker-0/INFO]: [BetterF3] All done! [17:47:24] [modloading-worker-0/INFO]: [TFMG] Initializing systems... [17:47:24] [modloading-worker-0/INFO]: [TFMG] Setting up client... [17:47:24] [modloading-worker-0/INFO]: [TFMG] Initialization complete! [17:47:26] [Render thread/WARN]: Error loading class: com/dsvv/cbcat/cannon/twin_autocannon/contraption/MountedTwinAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.twin_autocannon.contraption.MountedTwinAutocannonContraption) [17:47:26] [Render thread/WARN]: Error loading class: com/dsvv/cbcat/cannon/heavy_autocannon/contraption/MountedHeavyAutocannonContraption (java.lang.ClassNotFoundException: com.dsvv.cbcat.cannon.heavy_autocannon.contraption.MountedHeavyAutocannonContraption) [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:mule] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / vinery:wandering_winemaker] was not realized! [17:47:28] [Render thread/WARN]: Registry entry listened Registry Entry [minecraft:entity_type / brewery:beer_elemental] was not realized! [17:47:28] [Render thread/INFO]: Initialized block sets in 19ms [17:47:28] [Render thread/WARN]: defineId called for: class net.minecraft.world.entity.item.PrimedTnt from class com.drmangotea.tfmg.content.items.weapons.explosives.napalm.NapalmBombEntity [17:47:29] [Render thread/WARN]: defineId called for: class com.github.alexmodguy.alexscaves.server.entity.living.TremorzillaEntity from class com.github.alexmodguy.alexscaves.server.entity.living.LicowitchEntity [17:47:30] [Render thread/INFO]: loaded in block colorizer [17:47:30] [Render thread/INFO]: loaded in item colorizer [17:47:31] [Render thread/INFO]: Reloading ResourceManager: vanilla, mod_resources, Moonlight Mods Dynamic Assets, file/Default-Dark-Mode-1.20-2023.7.0.zip, supplementaries:darker_ropes, black_icons [17:47:31] [Worker-Main-1/INFO]: Starting runtime resource generation for pack type CLIENT_RESOURCES with generators from mods [moonlight, supplementaries, amendments, supplementaries]: [net.mehvahdjukaar.moonlight.core.MoonlightClient$Gen@397a451e, net.mehvahdjukaar.supplementaries.dynamicpack.ClientDynamicResourcesGenerator@715066a9, net.mehvahdjukaar.amendments.client.ClientResourceGenerator@530b2426] [17:47:31] [Worker-Main-1/INFO]: Generating runtime assets for pack Moonlight Mods Dynamic Assets (moonlight) [17:47:31] [Worker-Main-1/INFO]: Generated runtime CLIENT_RESOURCES for pack Moonlight Mods Dynamic Assets (moonlight) in: 10 ms (multithreaded) [17:47:31] [Worker-Main-1/INFO]: Generating runtime assets for pack Moonlight Mods Dynamic Assets (supplementaries) [17:47:31] [Worker-Main-1/INFO]: Generated runtime CLIENT_RESOURCES for pack Moonlight Mods Dynamic Assets (supplementaries) in: 153 ms (multithreaded) [17:47:31] [Worker-Main-1/INFO]: Generating runtime assets for pack Moonlight Mods Dynamic Assets (amendments) [17:47:31] [Worker-Main-1/INFO]: Generated runtime CLIENT_RESOURCES for pack Moonlight Mods Dynamic Assets (amendments) in: 48 ms (multithreaded) [17:47:31] [Worker-Main-1/INFO]: Finished runtime resources generation for 4 packs in a total of 213 ms [17:47:31] [modloading-worker-0/INFO]: Loading client config for hangglider [17:47:31] [Worker-Main-3/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading [17:47:31] [Worker-Main-7/WARN]: File supplementaries:sounds/item/awning_bounce_1.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce [17:47:31] [Worker-Main-7/WARN]: File supplementaries:sounds/item/awning_bounce_2.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce [17:47:31] [Worker-Main-7/WARN]: File supplementaries:sounds/item/awning_bounce_3.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/block/purple_soda/purple_soda_swim_3.ogg does not exist, cannot add it to event alexscaves:purple_soda_swim [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/block/purple_soda/purple_soda_swim_4.ogg does not exist, cannot add it to event alexscaves:purple_soda_swim [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_0.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_1.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_2.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_0.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_1.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe [17:47:31] [Worker-Main-7/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_2.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe [17:47:32] [Worker-Main-1/ERROR]: Invalid path in pack: createdeco:textures/block/palettes/decals/BLANK_decal_dont_use.png, ignoring [17:47:32] [Worker-Main-7/ERROR]: Invalid path in pack: createdeco:textures/block/palettes/decals/BLANK_decal_dont_use.png, ignoring [17:47:32] [Worker-Main-6/INFO]: Compression will use Java, encryption will use Java [17:47:32] [Forge Version Check/INFO]: [hangglider] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/hangglider.json [17:47:32] [Worker-Main-2/INFO]: [voicechat] Compatibility version 18 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 0: 16 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 1: 17 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 2: 18 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 3: 19 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 4: 20 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 5: 21 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 6: 22 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 7: 23 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 8: 24 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 9: 25 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 10: 26 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 11: 27 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 12: 28 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 13: 29 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 14: 30 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 15: 31 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 24: 8 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 25: 9 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 26: 10 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 27: 11 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 28: 12 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 29: 13 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 30: 14 [17:47:32] [Worker-Main-7/WARN]: Invalid frame index on sprite tfmg:block/gas_lamp_fire frame 31: 15 [17:47:32] [Worker-Main-2/INFO]: [voicechat] Loading plugins [17:47:32] [Worker-Main-2/INFO]: [voicechat] Loaded 0 plugin(s) [17:47:32] [Worker-Main-2/INFO]: [voicechat] Initializing plugins [17:47:32] [Worker-Main-2/INFO]: [voicechat] Initialized 0 plugin(s) [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/encased_shaft/block.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/encased_shaft/item.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/engine_block.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/fireproof_brick_reinforcement.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:32] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/formwork_block/block_base.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:32] [Worker-Main-5/INFO]: Registering Display Sources! [17:47:32] [Worker-Main-5/ERROR]: Using missing texture, unable to load create:fluid/cooling_fluid_flow java.io.IOException: Could not load image: Image not of any known type, or corrupt     at com.mojang.blaze3d.platform.NativeImage.m_85051_(NativeImage.java:138) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at com.mojang.blaze3d.platform.NativeImage.m_85048_(NativeImage.java:103) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at com.mojang.blaze3d.platform.NativeImage.m_85058_(NativeImage.java:94) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.texture.SpriteLoader.m_245083_(SpriteLoader.java:139) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.texture.atlas.SpriteSource$Output.m_261059_(SpriteSource.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:33] [Forge Version Check/INFO]: [hangglider] Found status: UP_TO_DATE Current: 8.0.1 Target: null [17:47:33] [Forge Version Check/INFO]: [fastload] Starting version check at https://github.com/BumbleSoftware/Fastload/raw/Forge-1.20.1/updates.json [17:47:33] [Worker-Main-6/WARN]: Unused frames in sprite apotheosis:items/gems/blood_lord: [9] [17:47:33] [Worker-Main-5/ERROR]: Failed to load model tfmg:models/block/sulfuric_acid.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:33] [Worker-Main-8/ERROR]: Failed to load model tfmg:models/block/welding_machine/item.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:33] [Worker-Main-5/ERROR]: Failed to load model tfmg:models/large_steel_cogwheel_shaftless.json com.google.gson.JsonParseException: JSON data was null or empty     at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]     at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]     at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]     at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]     at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]     at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]     at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] [17:47:33] [Forge Version Check/INFO]: [fastload] Found status: UP_TO_DATE Current: 3.4.0 Target: null [17:47:33] [Forge Version Check/INFO]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.20.1 [17:47:33] [Render thread/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region minecraft:nether to index 0 for type NETHER [17:47:33] [Render thread/INFO]: Registered region ars_nouveau:overworld to index 1 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:overworld_primary to index 2 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:overworld_secondary to index 3 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:overworld_rare to index 4 for type OVERWORLD [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:nether_common to index 1 for type NETHER [17:47:33] [Render thread/INFO]: Registered region biomesoplenty:nether_rare to index 2 for type NETHER [17:47:33] [Render thread/INFO]: Initialized color sets in 39ms [17:47:33] [Render thread/INFO]: Registered synced data key backpacked:unlock_tracker for minecraft:player [17:47:33] [Render thread/INFO]: Registered synced data key backpacked:trader_pickpocketing for minecraft:wandering_trader [17:47:33] [Render thread/INFO]: Registered contraption type 'create_radar:radar_bearing' [17:47:33] [Render thread/INFO]: Finished mod setup in: [2, 2, 0, 1, 0, 0, 8, 0] ms [17:47:34] [Worker-Main-5/INFO]: Loading Xaero's World Map - Stage 1/2 [17:47:34] [Placebo Patreon Trail Loader/INFO]: Loading patreon trails data... [17:47:34] [Placebo Patreon Wing Loader/INFO]: Loading patreon wing data... [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:alcohol_sync [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:drink_alcohol [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:attach_rope [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:detach_rope [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:sync_rope [17:47:34] [Worker-Main-6/INFO]: Registering S2C receiver with id brewery:change_hanging_rope [17:47:34] [Worker-Main-3/WARN]: @Inject(@At("INVOKE")) Shift.BY=5 on attributeslib.mixins.json:client.ClientPacketListenerMixin::handler$zkh000$apoth_postAttrChangedEvent exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning. [17:47:34] [Worker-Main-1/INFO]: Loading Xaero's Minimap - Stage 1/2 [17:47:34] [Worker-Main-3/INFO]: [voicechat] Using Cloth Config GUI [17:47:34] [Worker-Main-3/INFO]: [voicechat] Loading Opus [17:47:34] [Placebo Patreon Trail Loader/INFO]: Loaded 48 patreon trails. [17:47:34] [Forge Version Check/INFO]: [attributefix] Found status: BETA Current: 21.0.4 Target: 21.0.4 [17:47:34] [Forge Version Check/INFO]: [clumps] Starting version check at https://updates.blamejared.com/get?n=clumps&gv=1.20.1 [17:47:34] [Forge Version Check/INFO]: [clumps] Found status: BETA Current: 12.0.0.4 Target: 12.0.0.4 [17:47:34] [Forge Version Check/INFO]: [mr_lukis_grandcapitals] Starting version check at https://api.modrinth.com/updates/8Lw09aLb/forge_updates.json [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=1,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=0,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=3,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=10,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=11,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=9,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=2,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=7,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=4,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=8,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=14,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=12,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=13,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=13,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=3,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=14,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=11,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=2,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=5,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=15,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=9,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=15,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=6,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=12,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=8,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=0,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=7,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=4,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=5,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=6,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=east,floor=true,level=10,roof=true' [17:47:34] [Worker-Main-8/WARN]: Exception loading blockstate definition: 'ars_nouveau:blockstates/magelight_torch.json' missing model for variant: 'ars_nouveau:magelight_torch#facing=north,floor=true,level=1,roof=true' [17:47:34] [Placebo Patreon Wing Loader/INFO]: Loaded 42 patreon wings. [17:47:34] [Forge Version Check/INFO]: [mr_lukis_grandcapitals] Found status: OUTDATED Current: 1.1.2 Target: 1.1.2+mod [17:47:34] [Forge Version Check/INFO]: [puzzlesaccessapi] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzlesaccessapi.json [17:47:34] [Forge Version Check/INFO]: [puzzlesaccessapi] Found status: BETA Current: 20.1.1 Target: null [17:47:34] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [17:47:34] [Worker-Main-5/WARN]: io exception while checking patreon: Connect timed out [17:47:35] [Worker-Main-8/WARN]: Unable to load model: 'minecraft:block_block' referenced from: tfmg:electric_diode#facing=north: java.io.FileNotFoundException: minecraft:models/block_block.json [17:47:35] [Worker-Main-8/WARN]: Unable to load model: 'tfmg:block/sulfuric_acid' referenced from: tfmg:sulfuric_acid#level=0: java.io.FileNotFoundException: tfmg:models/block/sulfuric_acid.json [17:47:35] [Worker-Main-5/ERROR]: io exception while checking versions: Connect timed out [17:47:36] [Render thread/WARN]: Could not load /assets/iceandfire/models/tabula/firedragon/firedragon_swimming.tbl: in is null [17:47:36] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Current: 47.4.0 Target: null [17:47:36] [Forge Version Check/INFO]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat [17:47:36] [Render thread/WARN]: Could not load /assets/iceandfire/models/tabula/firedragon/firedragon_swim5.tbl: in is null [17:47:36] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2 [17:47:36] [Forge Version Check/INFO]: [voicechat] Found status: OUTDATED Current: 1.20.1-2.5.35 Target: 1.20.1-2.6.3 [17:47:36] [Forge Version Check/INFO]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json [17:47:36] [Worker-Main-8/WARN]: Unable to load model: 'tfmg:block/casting_basin/block_mold' referenced from: tfmg:block/casting_basin/block_mold: java.io.FileNotFoundException: tfmg:models/block/casting_basin/block_mold.json [17:47:36] [Worker-Main-8/WARN]: Unable to load model: 'supplementaries:block/hanging_flower_pot_rope' referenced from: supplementaries:block/hanging_flower_pot_rope: java.io.FileNotFoundException: supplementaries:models/block/hanging_flower_pot_rope.json [17:47:36] [Worker-Main-8/WARN]: Unable to load model: 'tfmg:block/casting_basin/mold_base' referenced from: tfmg:block/casting_basin/mold_base: java.io.FileNotFoundException: tfmg:models/block/casting_basin/mold_base.json [17:47:37] [Forge Version Check/INFO]: [securitycraft] Found status: UP_TO_DATE Current: 1.10.0.1 Target: null [17:47:37] [Forge Version Check/INFO]: [backpacked] Starting version check at https://mrcrayfish.com/modupdatejson?id=backpacked [17:47:37] [Render thread/WARN]: io exception while checking versions: Connect timed out [17:47:37] [Render thread/INFO]: Registered player tracker system: minimap_synced [17:47:37] [Render thread/INFO]: Xaero's Minimap: World Map found! [17:47:37] [Render thread/INFO]: No Optifine! [17:47:37] [Render thread/INFO]: Xaero's Minimap: No Vivecraft! [17:47:37] [Render thread/INFO]: Xaero's Minimap: Framed Blocks found! [17:47:37] [Render thread/INFO]: Loading Xaero's World Map - Stage 2/2 [17:47:37] [Render thread/INFO]: New world map region cache hash code: 78378495 [17:47:37] [Render thread/INFO]: Registered player tracker system: map_synced [17:47:37] [Render thread/INFO]: Xaero's WorldMap Mod: Xaero's minimap found! [17:47:37] [Render thread/INFO]: Registered player tracker system: minimap_synced [17:47:37] [Render thread/INFO]: No Optifine! [17:47:37] [Render thread/INFO]: Xaero's World Map: No Vivecraft! [17:47:37] [Render thread/INFO]: Xaero's World Map: Framed Blocks found! [17:47:38] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $     at com.google.gson.Gson.fromJson(Gson.java:1226) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:1124) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:1034) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:969) ~[gson-2.10.jar%23107!/:?]     at net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:186) ~[fmlcore-1.20.1-47.4.0.jar%23315!/:?]     at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]     at net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:117) ~[fmlcore-1.20.1-47.4.0.jar%23315!/:?] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $     at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:182) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:144) ~[gson-2.10.jar%23107!/:?]     at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%23107!/:?]     ... 6 more [17:47:38] [Forge Version Check/INFO]: [supplementaries] Starting version check at https://raw.githubusercontent.com/MehVahdJukaar/Supplementaries/1.20/forge/update.json [17:47:38] [Forge Version Check/INFO]: [supplementaries] Found status: BETA Current: 1.20-3.1.37 Target: null [17:47:38] [Forge Version Check/INFO]: [ambientenvironment] Starting version check at https://updates.blamejared.com/get?n=AmbientEnvironment&gv=1.20.1 [17:47:38] [Forge Version Check/INFO]: [ambientenvironment] Found status: BETA Current: 11.0.0.1 Target: 11.0.0.1 [17:47:38] [Forge Version Check/INFO]: [puzzleslib] Starting version check at https://raw.githubusercontent.com/Fuzss/modresources/main/update/puzzleslib.json [17:47:38] [Forge Version Check/INFO]: [puzzleslib] Found status: UP_TO_DATE Current: 8.1.33 Target: null [17:47:38] [Forge Version Check/INFO]: [betterf3] Starting version check at https://api.modrinth.com/updates/betterf3/forge_updates.json [17:47:38] [Forge Version Check/INFO]: [betterf3] Found status: UP_TO_DATE Current: 7.0.2 Target: null [17:47:38] [Forge Version Check/INFO]: [ad_astra] Starting version check at https://api.modrinth.com/updates/3ufwT9JF/forge_updates.json [17:47:39] [Forge Version Check/INFO]: [ad_astra] Found status: UP_TO_DATE Current: 1.15.20 Target: null [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#axis=y,waterlogged=false:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#axis=z,waterlogged=true:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/WARN]: Missing textures in model supplementaries:confetti_popper#inventory:     minecraft:textures/atlas/blocks.png:supplementaries:party_hat/party_hat [17:47:40] [Worker-Main-8/WARN]: Missing textures in model apotheosis:ancient_material#inventory:     minecraft:textures/atlas/blocks.png:apotheosis:items/ancient_material [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#inventory:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:block/surface_scanner/flag:     minecraft:textures/atlas/blocks.png:tfmg:block/surface_scanner_flags/flag1 [17:47:40] [Worker-Main-8/WARN]: Missing textures in model bountiful:decree#inventory:     minecraft:textures/atlas/blocks.png:bountiful:item/decree [17:47:40] [Worker-Main-8/WARN]: Missing textures in model musketmod:musket_upgrade_smithing_template#inventory:     minecraft:textures/atlas/blocks.png:musketmod:item/musket_upgrade_smithing_template [17:47:40] [Worker-Main-8/WARN]: Missing textures in model ars_nouveau:redstone_relay#facing=east,power=10:     minecraft:textures/atlas/blocks.png:ars_nouveau:blocks/agronomic_sourcelink [17:47:40] [Worker-Main-8/WARN]: Missing textures in model tfmg:constantan_truss#axis=x,waterlogged=true:     minecraft:textures/atlas/blocks.png:tfmg:block/constantan_truss_truss [17:47:40] [Worker-Main-8/INFO]: Loaded emissive block models in 408 ms [17:47:41] [Worker-Main-8/INFO]: Loaded values for 63 compatible attributes. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:weight' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_armor_negation' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:stamina_regen' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:execution_resistance' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_impact' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:impact' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:staminar' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:stun_armor' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_max_strikes' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:offhand_attack_speed' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:max_strikes' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/ERROR]: Attribute ID 'epicfight:armor_negation' does not belong to a known attribute. This entry will be ignored. [17:47:41] [Worker-Main-8/INFO]: Loaded 75 values from config. [17:47:41] [Worker-Main-8/INFO]: Saving config file. 75 entries. [17:47:41] [Worker-Main-8/INFO]: Applying changes for 75 attributes. [17:47:41] [Worker-Main-1/INFO]: Registering Ponder Scenes took 128.1 ms [17:47:41] [Worker-Main-1/INFO]: Registering Ponder Tags took 5.551 ms [17:47:41] [Render thread/INFO]: adding citadel surface rules via terrablender... [17:47:41] [Render thread/INFO]: Added 0 vanilla biome surface rule types via terrablender [17:47:41] [Render thread/INFO]: Added 1 modded biome surface rule types via terrablender [17:47:47] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [17:47:47] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [17:47:47] [Render thread/WARN]: Missing sound for event: alexscaves:abyssal_chasm_ambience_mood [17:47:47] [Render thread/WARN]: Missing sound for event: alexscaves:luxtructosaurus_breath [17:47:47] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Динамики (2- Rapoo Gaming Headset) [17:47:47] [Render thread/INFO]: Sound engine started [17:47:47] [Render thread/INFO]: Created: 4096x2048x0 minecraft:textures/atlas/blocks.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/signs.png-atlas [17:47:47] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/banner_patterns.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas [17:47:47] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/armor_trims.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/chest.png-atlas [17:47:47] [Render thread/INFO]: Created: 128x64x0 minecraft:textures/atlas/decorated_pot.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to iceandfire:dragon_skull, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to iceandfire:stone_statue, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to iceandfire:mob_skull, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:bookwyrm, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:starbuncle, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:whirlisprig, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wixie, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_hunter, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_stalker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_guardian, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:wilden_boss, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:drygmy, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_starbuncle, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_wixie, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_bookwyrm, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_drygmy, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_whirlisprig, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:familiar_amethyst_golem, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:cascading_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:flourishing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:blazing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:vexing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:amethyst_golem, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:gift_starby, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:animated_block, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:animated_head, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_nouveau:lily, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to alexscaves:ferrouslime, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to securitycraft:sentry, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:siren_entity, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:siren_familiar, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:firenando_entity, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:firenando_familiar, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to ars_elemental:flashing_weald_walker, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Could not apply radiation glow layer to create:package, has custom renderer that is not LivingEntityRenderer. [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.iceandfire.dragon_skull. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.iceandfire.stone_statue. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.iceandfire.mob_skull. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.bookwyrm. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.starbuncle. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.whirlisprig. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wixie. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_hunter. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_stalker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_guardian. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.wilden_boss. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.drygmy. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_starbuncle. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_wixie. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_bookwyrm. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_drygmy. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_whirlisprig. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.familiar_amethyst_golem. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.cascading_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.flourishing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.blazing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.vexing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.amethyst_golem. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.gift_starby. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.animated_block. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.animated_head. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_nouveau.lily. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.alexscaves.ferrouslime. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.securitycraft.sentry. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.siren_entity. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.siren_familiar. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.firenando_entity. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.firenando_familiar. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.ars_elemental.flashing_weald_walker. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Failed to add slimed layer to entity: entity.create.package. This bug was caused by forge! [17:47:47] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader alexscaves:rendertype_red_ghost could not find sampler named Sampler2 in the specified shader program. [17:47:47] [Render thread/INFO]: registered internal shaders [17:47:47] [Render thread/WARN]: Shader moonlight:text_alpha_color could not find sampler named Sampler2 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader moonlight:text_alpha_color could not find uniform named IViewRotMat in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:static_noise could not find sampler named Sampler1 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find sampler named Sampler1 in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named GameTime in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named NoiseSpeed in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named NoiseScale in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named Intensity in the specified shader program. [17:47:47] [Render thread/WARN]: Shader supplementaries:spherify could not find uniform named CameraPos in the specified shader program. [17:47:47] [Render thread/WARN]: Shader bumpy could not find uniform named OutSize in the specified shader program. [17:47:47] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/particles.png-atlas [17:47:47] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas [17:47:47] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/mob_effects.png-atlas [17:47:47] [Render thread/INFO]: Successfully reloaded the world map shaders! [17:47:47] [Render thread/INFO]: Created: 256x256x0 jei:textures/atlas/gui.png-atlas [17:47:47] [Render thread/INFO]: Created: 256x256x0 moonlight:textures/atlas/map_markers.png-atlas [17:47:48] [Render thread/INFO]: Loaded 77 shader sources in 40,897 ms [17:47:48] [Render thread/INFO]: Successfully reloaded the minimap shaders! [17:47:48] [Render thread/INFO]: Loaded 56 train hat configurations. [17:47:48] [Render thread/INFO]: Successfully loaded image 'supplementaries:textures/block/gottem.gif' [17:47:48] [Render thread/INFO]: Successfully loaded image 'ars_nouveau:textures/item/conjure_terrain.gif' [17:47:48] [Render thread/INFO]: Successfully loaded image 'ars_nouveau:textures/item/spike.gif' [17:47:48] [Render thread/INFO]: Successfully loaded image 'ars_nouveau:textures/item/watery_grave.gif' [17:47:50] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: java.lang.RuntimeException: Failed to parse into SignedJWT: null [17:47:52] [Netty Client IO #1/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:52] [Netty Client IO #0/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:52] [Netty Client IO #2/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:53] [Netty Client IO #3/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:55] [Netty Client IO #4/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:55] [Netty Client IO #5/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:56] [Netty Client IO #6/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:57] [Netty Client IO #7/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:58] [Netty Client IO #11/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:58] [Netty Client IO #9/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:47:59] [Netty Client IO #12/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #15/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #14/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #13/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:00] [Netty Client IO #1/INFO]: На сервере есть дополнительные моды, которые могут быть нужны на клиенте: [email protected] [17:48:00] [Netty Client IO #1/INFO]: Client has mods that are missing on server: [tlskincape, moonlight, krypton] [17:48:00] [Netty Client IO #0/ERROR]: Channels [supplementaries:channel,alexscaves:main_channel,ponder:main,calio:channel,bountiful:clipboard_copy,armoroftheages:config_sync,createdieselgenerators:main,forge:tier_sorting,bountiful:update_bounty_criteria,caelus:main,sereneseasons:main,kambrik:test_msg,musketmod:main,ritchiesprojectilelib:network,create:main,geckolib:main,moonlight:channel,bountiful:play_sound_on_client,citadel:main_channel,ic_air:main,securitycraft:securitycraft,iceandfire:main_channel,createbigcannons:network,origins:network,ad_astra:main,amendments:channel,curios:main,bountiful:select_bounty,framedblocks:main,glitchcore:config_sync,tfmg:main,apoli:channel,ars_elemental:main,orva_alarms:orva_alarms,backpacked:play] rejected vanilla connections [17:48:02] [Render thread/INFO]: Connecting to RoTop001.aternos.me, 25565 [17:48:02] [Netty Client IO #2/INFO]: CDRM Initialized with 16 registries [17:48:03] [Render thread/INFO]: Loading synced config from server: backpacked:server [17:48:06] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [17:48:06] [Render thread/INFO]: Registry minecraft:item: Found a missing id from the world supplementaries:ars_nouveau/sign_post_blue_archwood [17:48:12] [Netty Client IO #2/INFO]: Reloading server config for hangglider [17:48:13] [Netty Client IO #2/INFO]: Connected to a modded server. [17:48:13] [Render thread/INFO]: New world map session initialized! [17:48:13] [Render thread/INFO]: New Xaero hud session initialized! [17:48:14] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn [17:48:14] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED [17:48:14] [Render thread/INFO]: [voicechat] Sending secret request to the server [17:48:14] [Render thread/INFO]: Started 2 worker threads [17:48:14] [Render thread/INFO]: CDRM Initialized with 16 registries [17:48:14] [Render thread/INFO]: Synced Flute Songs [17:48:14] [Render thread/INFO]: Synced Captured Mobs settings [17:48:14] [Render thread/INFO]: Synced Globe data [17:48:14] [Render thread/INFO]: Synced Hourglass data [17:48:14] [Render thread/INFO]: Starting sync for enchanting_stats [17:48:14] [Render thread/INFO]: Registered 34 enchanting_stats. [17:48:14] [Render thread/INFO]: Starting sync for rarities [17:48:14] [Render thread/INFO]: Registered 6 rarities. [17:48:14] [Render thread/INFO]: Starting sync for affixes [17:48:14] [Render thread/INFO]: Registered 81 affixes. [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category helmetRequired: 3; Provided: 2 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:mythic for category bootsRequired: 3; Provided: 2 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category bowRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category crossbowRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category pickaxeRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shovelRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category shieldRequired: 5; Provided: 4 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category helmetRequired: 4; Provided: 2 [17:48:14] [Render thread/WARN]: Insufficient number of affixes to satisfy the loot rules (ignoring backup rules) of rarity apotheosis:ancient for category bootsRequired: 4; Provided: 2 [17:48:14] [Render thread/INFO]: Starting sync for gems [17:48:14] [Render thread/INFO]: Registered 19 gems. [17:48:14] [Render thread/INFO]: Reloading radar icon resources... [17:48:14] [Render thread/INFO]: Reloaded radar icon resources! [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/slag_block) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/nickel_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/steel) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/naphtha) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/rubber) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:sequenced_assembly/motor_step_0) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/neon) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel_from_dust) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/plastic_from_propylene) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:winding/resistor) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:sequenced_assembly/potentiometer_step_0) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:hot_blast recipe (tfmg:hot_blast/hot_air) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/plastic_from_ethylene) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/synthetic_leather) specified a duration. Durations have no impact on this type of recipe. [17:48:14] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:sequenced_assembly/generator_step_2) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/plastic_sheet) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:winding recipe (tfmg:winding/electromagnetic_coil) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/aluminum_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/arc_furnace_steel) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:coking recipe (tfmg:coking/coal) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/silicon) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:coking recipe (tfmg:coking/charcoal) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/aluminum) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/aluminum) specified a heat condition. Heat conditions have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/etched_circuit_board) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/lead_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom create:pressing recipe (tfmg:pressing/cast_iron_ingot) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/silicon) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:casting recipe (tfmg:casting/cinderblock) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Netty Client IO #2/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel_from_raw_iron) specified a duration. Durations have no impact on this type of recipe. [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/broadhead_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: brewery:drying/brewery:dried_wheat [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/explosive_arrow [17:48:15] [Render thread/ERROR]: Somehow changed an item type into itself. How? Target mat minecraft:oak, destination map minecraft:oak, item oak_planks [17:48:15] [Render thread/ERROR]: Somehow changed an item type into itself. How? Target mat minecraft:oak, destination map minecraft:oak, item oak_planks [17:48:15] [Render thread/ERROR]: Somehow changed an item type into itself. How? Target mat minecraft:oak, destination map minecraft:oak, item oak_planks [17:48:15] [Render thread/WARN]: Unknown recipe category: brewery:drying/brewery:dried_corn [17:48:15] [Render thread/WARN]: Unknown recipe category: brewery:drying/brewery:dried_barley [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/diamond_mining_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/spectral_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/obsidian_arrow [17:48:15] [Render thread/WARN]: Unknown recipe category: apotheosis:fletching/apotheosis:fletching/iron_mining_arrow [17:48:17] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.RecipesUpdatedEvent [17:48:21] [Render thread/INFO]: Took 9,4521 ms to reload cauldron interactions [17:48:21] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.event.TagsUpdatedEvent [17:48:21] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to JEI_STARTED [17:48:21] [Render thread/INFO]: Starting JEI... [17:48:21] [Render thread/INFO]: Registering item subtypes... [17:48:21] [Render thread/INFO]: Registering item subtypes took 12.39 ms [17:48:21] [Render thread/INFO]: Registering fluid subtypes... [17:48:21] [Render thread/INFO]: Registering fluid subtypes took 1.348 ms [17:48:21] [Render thread/INFO]: Registering ingredients... [17:48:21] [Render thread/WARN]: Item Group has no display items and no search tab display items. Items from this group will be missing from the JEI ingredient list. Инструменты оператора [17:48:21] [Render thread/WARN]: Found a broken ingredient 1 air BlockItem(supplementaries:sign_post_wall) java.lang.IllegalStateException: Item has no registry name: 1 air BlockItem(supplementaries:sign_post_wall)     at mezz.jei.common.util.StackHelper.lambda$getRegistryNameForStack$0(StackHelper.java:65) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]     at mezz.jei.common.util.StackHelper.getRegistryNameForStack(StackHelper.java:63) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.common.util.StackHelper.getUniqueIdentifierForStack(StackHelper.java:43) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.plugins.vanilla.ingredients.ItemStackHelper.getUniqueId(ItemStackHelper.java:69) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.plugins.vanilla.ingredients.ItemStackHelper.getUniqueId(ItemStackHelper.java:36) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.ingredients.IngredientSet.getUid(IngredientSet.java:34) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.ingredients.IngredientSet.add(IngredientSet.java:48) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at java.util.AbstractCollection.addAll(AbstractCollection.java:336) ~[?:?]     at mezz.jei.library.ingredients.IngredientInfo.<init>(IngredientInfo.java:27) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.registration.IngredientManagerBuilder.register(IngredientManagerBuilder.java:50) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.plugins.vanilla.VanillaPlugin.registerIngredients(VanillaPlugin.java:172) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.PluginLoader.lambda$registerIngredients$2(PluginLoader.java:79) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.PluginCaller.callOnPlugins(PluginCaller.java:25) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.load.PluginLoader.registerIngredients(PluginLoader.java:79) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.library.startup.JeiStarter.start(JeiStarter.java:106) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.forge.startup.StartEventObserver.transitionState(StartEventObserver.java:130) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at mezz.jei.forge.startup.StartEventObserver.onEvent(StartEventObserver.java:98) ~[jei-1.20.1-forge-15.20.0.112.jar%23284!/:15.20.0.112]     at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2387!/:?]     at net.minecraft.client.multiplayer.ClientPacketListener.m_5859_(ClientPacketListener.java:1451) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:35) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:11) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:21] [Render thread/INFO]: Registering ingredients: jei:minecraft took 191.5 milliseconds [17:48:21] [Render thread/INFO]: Registering ingredients took 192.0 ms [17:48:21] [Render thread/INFO]: Registering extra ingredients... [17:48:21] [Render thread/INFO]: Registering extra ingredients took 3.070 ms [17:48:21] [Render thread/INFO]: Registering search ingredient aliases... [17:48:21] [Render thread/INFO]: Registering search ingredient aliases took 488.0 ?s [17:48:21] [Render thread/INFO]: Registering categories... [17:48:21] [Render thread/INFO]: Registering categories: jei:minecraft took 18.43 milliseconds [17:48:21] [Render thread/INFO]: Registering categories: createdieselgenerators:jei_plugin took 24.69 milliseconds [17:48:21] [Render thread/INFO]: Registering categories: create:jei_plugin took 28.88 milliseconds [17:48:21] [Render thread/INFO]: Registering categories took 128.5 ms [17:48:21] [Render thread/INFO]: Registering vanilla category extensions... [17:48:21] [Render thread/INFO]: Registering vanilla category extensions took 3.496 ms [17:48:21] [Render thread/INFO]: Registering recipe catalysts... [17:48:21] [Render thread/INFO]: Registering recipe catalysts took 2.441 ms [17:48:21] [Render thread/INFO]: Building recipe registry... [17:48:21] [Render thread/INFO]: Building recipe registry took 20.17 ms [17:48:21] [Render thread/INFO]: Registering advanced plugins... [17:48:21] [Render thread/INFO]: Registering advanced plugins took 268.1 ?s [17:48:21] [Render thread/INFO]: Registering recipes... [17:48:22] [Render thread/INFO]: Registering recipes: jei:minecraft took 1.015 seconds [17:48:22] [Render thread/INFO]: Registering recipes: apotheosis:adventure_module took 23.48 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: farmersdelight:jei_plugin took 11.31 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: ars_nouveau:main took 20.95 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: securitycraft:securitycraft took 14.90 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: createbigcannons:jei_plugin took 27.48 milliseconds [17:48:22] [Render thread/INFO]: Registering recipes: create:jei_plugin took 320.4 milliseconds [17:48:23] [Render thread/INFO]: Registering recipes: supplementaries:jei_plugin took 14.23 milliseconds [17:48:23] [Render thread/INFO]: Registering recipes: framedblocks:jei_plugin took 225.5 milliseconds [17:48:23] [Render thread/INFO]: Registering recipes took 1.719 s [17:48:23] [Render thread/INFO]: Registering recipes transfer handlers... [17:48:23] [Render thread/INFO]: Registering recipes transfer handlers took 7.198 ms [17:48:23] [Render thread/INFO]: Building runtime... [17:48:23] [Render thread/INFO]: Registering gui handlers... [17:48:23] [Render thread/INFO]: Registering gui handlers took 12.47 ms [17:48:23] [Render thread/INFO]: Registering Runtime... [17:48:23] [Render thread/INFO]: Starting JEI GUI [17:48:23] [Render thread/INFO]: Building ingredient list... [17:48:23] [Render thread/INFO]: Building ingredient list took 105.8 ms [17:48:23] [Render thread/INFO]: Building ingredient filter... [17:48:23] [Render thread/INFO]: Adding 8500 ingredients [17:48:25] [Render thread/INFO]: Added 8500 ingredients [17:48:25] [Render thread/INFO]: Building ingredient filter took 2.001 s [17:48:25] [Render thread/INFO]: Registering Runtime: jei:forge_gui took 2.199 seconds [17:48:25] [Render thread/INFO]: Registering Runtime took 2.200 s [17:48:25] [Render thread/INFO]: Building runtime took 2.219 s [17:48:25] [Render thread/INFO]: Sending Runtime... [17:48:25] [Render thread/INFO]: Sending Runtime took 990.4 ?s [17:48:25] [Render thread/INFO]: Starting JEI took 4.359 s [17:48:25] [Render thread/INFO]: Finished additional setup in 0 ms [17:48:25] [Render thread/INFO]: Minimap updated server level id: -771711666 for world ResourceKey[minecraft:dimension / minecraft:overworld] [17:48:25] [Render thread/INFO]: [System] [CHAT] If you need help with Orva Alarms Press "P" (If not changed) [17:48:25] [Render thread/INFO]: Synced moonlight-common.toml configs [17:48:25] [Render thread/INFO]: [System] [CHAT] [SecurityCraft] Спасибо за использование SecurityCraft v1.10.0.1! Совет: Если вам нравится SecurityCraft, пожалуйста, подумайте о поддержке нас на Patreon! Вы можете работать с нами, чтобы внести функцию вашего выбора в мод. https://www.patreon.com/Geforce [17:48:25] [Render thread/INFO]: Synced supplementaries-common.toml configs [17:48:25] [Render thread/INFO]: Synced amendments-common.toml configs [17:48:25] [Render thread/INFO]: Loaded 2335 advancements [17:48:25] [pool-27-thread-1/INFO]: check internet connection https://auth.tlauncher.org/skin/api/check.bin timeout 1500 ms [17:48:26] [pool-27-thread-1/INFO]: passed auth.tlauncher.org within 599 ms [17:48:26] [pool-26-thread-1/INFO]: do head request -> https://auth.tlauncher.org/skin/v1/profile/texture/login/smivi RequestMetadata(lastModified=null, eTag=W/fe7f6abba165757da62610990758e66b, sha1=c372829d53fc14333ba140f3c6d015e400515aad) local file C:\Users\Admin\AppData\Roaming\.minecraft\cache\https_auth.tlauncher.org\skin\v1\profile\texture\login\smivi [17:48:27] [pool-26-thread-1/INFO]: do head request -> https://auth.tlauncher.org/skin/fileservice/skins/skin_smivi.png RequestMetadata(lastModified=null, eTag=267d6f332fcc284c160747f2bd22f533, sha1=bc7eb7fd5cb16e4729dd96263441cc07c1df4204) local file C:\Users\Admin\AppData\Roaming\.minecraft\cache\https_auth.tlauncher.org\skin\fileservice\skins\skin_smivi.png [17:48:30] [Render thread/INFO]: [voicechat] Received secret [17:48:30] [Render thread/INFO]: [voicechat] Connecting to voice chat server: '185.107.193.54:63033' [17:48:30] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to authenticate voice chat connection [17:48:30] [VoiceChatConnectionThread/INFO]: [voicechat] Server acknowledged authentication [17:48:30] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:31] [VoiceChatAuthenticationThread/INFO]: [voicechat] Trying to validate voice chat connection [17:48:31] [VoiceChatConnectionThread/INFO]: [voicechat] Server acknowledged connection check [17:48:32] [Render thread/INFO]: Exception when loading ars_nouveau:light_block texture, using material colour. [17:48:32] [Render thread/INFO]: Black texture 16 [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:32] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:33] [Render thread/INFO]: calculated cape performance:TEXTURE_272, middle time: 1.1666666666666667 [17:48:34] [Render thread/INFO]: can use texture size:TEXTURE_272, middle time: 1.0 [17:48:49] [Render thread/INFO]: [System] [CHAT] smivi разбился насмерть [17:48:52] [Render thread/INFO]: Minimap updated server level id: -771711666 for world ResourceKey[minecraft:dimension / minecraft:overworld] [17:48:52] [Render thread/ERROR]: Error executing task on Client java.util.ConcurrentModificationException: null     at java.util.HashMap$Values.forEach(HashMap.java:1068) ~[?:?]     at net.minecraft.world.level.chunk.LevelChunk.m_187957_(LevelChunk.java:576) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.world.level.chunk.LevelChunk.m_187971_(LevelChunk.java:449) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.multiplayer.ClientChunkCache.m_194116_(ClientChunkCache.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.multiplayer.ClientPacketListener.m_194198_(ClientPacketListener.java:714) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.multiplayer.ClientPacketListener.m_183388_(ClientPacketListener.java:678) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket.m_5797_(ClientboundLevelChunkWithLightPacket.java:45) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.game.ClientboundLevelChunkWithLightPacket.m_5797_(ClientboundLevelChunkWithLightPacket.java:12) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.network.protocol.PacketUtils.m_263899_(PacketUtils.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:156) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:130) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:115) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1106) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:52] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:52] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] [17:48:52] [Render thread/ERROR]: Error rendering overlay 'create:goggle_info' java.lang.ClassCastException: class net.minecraft.world.phys.EntityHitResult cannot be cast to class net.minecraft.world.phys.BlockHitResult (net.minecraft.world.phys.EntityHitResult and net.minecraft.world.phys.BlockHitResult are in module [email protected] of loader 'TRANSFORMER' @1be8c122)     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.handler$chj000$renderOverlay(GoggleOverlayRenderer.java:1066) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at com.simibubi.create.content.equipment.goggles.GoggleOverlayRenderer.renderOverlay(GoggleOverlayRenderer.java) ~[create-1.20.1-6.0.6.jar%23258!/:6.0.6]     at net.minecraftforge.client.gui.overlay.ForgeGui.lambda$render$0(ForgeGui.java:126) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at com.google.common.collect.ImmutableList.forEach(ImmutableList.java:422) ~[guava-31.1-jre.jar%23109!/:?]     at net.minecraftforge.client.gui.overlay.ForgeGui.m_280421_(ForgeGui.java:121) ~[forge-1.20.1-47.4.0-universal.jar%23319!/:?]     at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:945) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23314!/:?]     at net.minecraft.client.main.Main.main(Main.java:218) ~[Forge%201.20.1.jar:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]     at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]     at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]     at java.lang.reflect.Method.invoke(Method.java:569) ~[?:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.4.0.jar:?]     at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.4.0.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?]     at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?]  
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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