Jump to content

Recommended Posts

Posted

When i try to join a server with mods it doesnt allow me to connect and shows "Connection closed - mismatched mod channel list", Any ideas how to figure this out? (Server is hosted through Serverminer)

Posted

Do you have all mods installed on both the server and client?

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
15 hours ago, DaemonUmbra said:

Do you have all mods installed on both the server and client?

Yes! Im using Twitch launcher to install the modpack and the server has it installed. Ive been told it could be a difference of forge versions but how do i find out what forge version my server is using in the files?

Posted

It should be printed to the server's log as well as in the name of the server jar itself

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

    • Add crash-reports with sites like https://mclo.gs/   In the server.properties, set max-tick-time to -1
    • Cracked Launchers are not supported
    • Hi, I'm running a 1.12.2 modded server with forge version 14.23.5.2860 This server has run fine for months on end )up 24/7 on a dedicated PC), last night it crashed whilst no one was online crash report is as follows   ---- Minecraft Crash Report ---- WARNING: coremods are present:   Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)   IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)   RandomPatches (randompatches-1.12.2-1.22.1.10.jar)   LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)   BedPatch (bedpatch-2.2-1.12.2.jar)   TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)   ForgelinPlugin (Forgelin-1.8.4.jar)   MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)   SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar)   OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)   Quark Plugin (Quark-r1.6-179.jar)   AppleCore (AppleCore-mc1.12.2-3.4.0.jar)   IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)   CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)   UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)   AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-232-universal.jar)   Plugin (NotEnoughIDs-1.5.4.4.jar)   ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)   EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)   TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar)   LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)   MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)   CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar) Contact their authors BEFORE contacting forge // You should try our sister game, Minceraft! Time: 12/19/24 4:26 PM Description: Exception ticking world java.util.ConcurrentModificationException     at java.util.HashMap$HashIterator.nextNode(HashMap.java:1469)     at java.util.HashMap$ValueIterator.next(HashMap.java:1498)     at net.minecraft.world.World.func_147448_a(World.java:1949)     at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)     at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)     at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)     at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)     at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)     at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)     at net.minecraft.world.World.func_72964_e(World.java:310)     at net.minecraftforge.common.ForgeChunkManager.lambda$getPersistentChunksIterableFor$0(ForgeChunkManager.java:148)     at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)     at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)     at java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:295)     at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:207)     at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:170)     at java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(StreamSpliterators.java:301)     at java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)     at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:436)     at com.google.common.collect.ImmutableSet$Builder.addAll(ImmutableSet.java:534)     at net.minecraftforge.common.ForgeChunkManager.getPersistentChunksIterableFor(ForgeChunkManager.java:148)     at net.minecraft.world.World.getPersistentChunkIterable(World.java:3936)     at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)     at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225)     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)     at java.lang.Thread.run(Thread.java:750) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Server thread Stacktrace:     at java.util.HashMap$HashIterator.nextNode(HashMap.java:1469)     at java.util.HashMap$ValueIterator.next(HashMap.java:1498)     at net.minecraft.world.World.func_147448_a(World.java:1949)     at net.minecraft.world.chunk.Chunk.func_76631_c(Chunk.java:856)     at net.minecraftforge.common.chunkio.ChunkIOProvider.syncCallback(ChunkIOProvider.java:109)     at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(ChunkIOExecutor.java:94)     at net.minecraft.world.gen.ChunkProviderServer.loadChunk(ChunkProviderServer.java:118)     at net.minecraft.world.gen.ChunkProviderServer.func_186028_c(ChunkProviderServer.java:89)     at net.minecraft.world.gen.ChunkProviderServer.func_186025_d(ChunkProviderServer.java:135)     at net.minecraft.world.World.func_72964_e(World.java:310)     at net.minecraftforge.common.ForgeChunkManager.lambda$getPersistentChunksIterableFor$0(ForgeChunkManager.java:148)     at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)     at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)     at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)     at java.util.stream.StreamSpliterators$WrappingSpliterator.lambda$initPartialTraversalState$0(StreamSpliterators.java:295)     at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.fillBuffer(StreamSpliterators.java:207)     at java.util.stream.StreamSpliterators$AbstractWrappingSpliterator.doAdvance(StreamSpliterators.java:170)     at java.util.stream.StreamSpliterators$WrappingSpliterator.tryAdvance(StreamSpliterators.java:301)     at java.util.Spliterators$1Adapter.hasNext(Spliterators.java:681)     at com.google.common.collect.ImmutableCollection$Builder.addAll(ImmutableCollection.java:436)     at com.google.common.collect.ImmutableSet$Builder.addAll(ImmutableSet.java:534)     at net.minecraftforge.common.ForgeChunkManager.getPersistentChunksIterableFor(ForgeChunkManager.java:148)     at net.minecraft.world.World.getPersistentChunkIterable(World.java:3936)     at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:391)     at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:225) -- Affected level -- Details:     Level name: world     All players: 0 total; []     Chunk stats: ServerChunkCache: 787 Drop: 0     Level seed: 3476884237574223651     Level generator: ID 07 - BIOMESOP, ver 0. Features enabled: true     Level generator options: {"landScheme":"vanilla","tempScheme":"medium_zones","rainScheme":"medium_zones","biomeSize":"medium","amplitude":1.0,"generateBopOre":true,"generatePoisonIvy":false,"generateBerryBushes":true,"generateThorns":true,"generateQuicksand":true,"generateLiquidPoison":true,"generateHotSprings":true,"generateNetherHives":true,"generateEndFeatures":true,"mainNoiseSca uleX":80.0,"mainNoiseSca uleY":160.0,"mainNoiseScaleZ":80.0,"coordinateScale":684.412,"heightScale":684.412,"upperLimitScale":512.0,"lowerLimitScale":512.0}     Level spawn location: World: (-48,66,-64), Chunk: (at 0,4,0 in -3,-4; contains blocks -48,0,-64 to -33,255,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)     Level time: 68729092 game time, 15928677 day time     Level dimension: 0     Level storage version: 0x04ABD - Anvil     Level weather: Rain time: 20506 (now: false), thunder time: 3183 (now: true)     Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false Stacktrace:     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:756)     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)     at java.lang.Thread.run(Thread.java:750) -- System Details -- Details:     Minecraft Version: 1.12.2     Operating System: Windows 10 (amd64) version 10.0     Java Version: 1.8.0_352, Temurin     Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Temurin     Memory: 11800456000 bytes (11253 MB) / 16642867200 bytes (15871 MB) up to 25125584896 bytes (23961 MB)     JVM Flags: 15 total; -XX:+AggressiveOpts -XX:ParallelGCThreads=4 -XX:+UseConcMarkSweepGC -XX:+UnlockExperimentalVMOptions -XX:+UseParNewGC -XX:+ExplicitGCInvokesConcurrent -XX:MaxGCPauseMillis=10 -XX:GCPauseIntervalMillis=50 -XX:+UseFastAccessorMethods -XX:+OptimizeStringConcat -XX:NewSize=84m -XX:+UseAdaptiveGCBoundary -XX:NewRatio=3 -Xmx24G -Xms12G     IntCache: cache: 0, tcache: 1, allocated: 1, tallocated: 6     FML: MCP 9.42 Powered by Forge 14.23.5.2860 316 mods loaded, 316 mods active     States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored     | State  | ID                                | Version                         | Source                                                    | Signature                                |     |:------ |:--------------------------------- |:------------------------------- |:--------------------------------------------------------- |:---------------------------------------- |     | LCHIJA | minecraft                         | 1.12.2                          | minecraft.jar                                             | None                                     |     | LCHIJA | mcp                               | 9.42                            | minecraft.jar                                             | None                                     |     | LCHIJA | FML                               | 8.0.99.99                       | forge-1.12.2-14.23.5.2860.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LCHIJA | forge                             | 14.23.5.2860                    | forge-1.12.2-14.23.5.2860.jar                             | e3c3d50c7c986df74c645c0ac54639741c90a557 |     | LCHIJA | advancedrocketrycore              | 1                               | minecraft.jar                                             | None                                     |     | LCHIJA | openmodscore                      | 0.12.2                          | minecraft.jar                                             | None                                     |     | LCHIJA | opencomputers|core                | 1.7.5.192                       | minecraft.jar                                             | None                                     |     | LCHIJA | randompatches                     | 1.12.2-1.22.1.10                | randompatches-1.12.2-1.22.1.10.jar                        | None                                     |     | LCHIJA | concheckrmd                       | 1.9.5                           | Modpack Configuration Checker-1.12.2-v1.9.5.jar           | None                                     |     | LCHIJA | supermartijn642corelib            | 1.1.17a                         | _supermartijn642corelib-1.1.17a-forge-mc1.12.jar          | None                                     |     | LCHIJA | crafttweaker                      | 4.1.20                          | CraftTweaker2-1.12-4.1.20.690.jar                         | None                                     |     | LCHIJA | mtlib                             | 3.0.7                           | MTLib-3.0.7.jar                                           | None                                     |     | LCHIJA | modtweaker                        | 4.0.19                          | modtweaker-4.0.20.5.jar                                   | None                                     |     | LCHIJA | jei                               | 4.16.1.301                      | jei_1.12.2-4.16.1.301.jar                                 | None                                     |     | LCHIJA | abyssalcraft                      | 1.10.3                          | AbyssalCraft-1.12.2-1.10.3.jar                            | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |     | LCHIJA | roots                             | 1.12.2-3.1.4                    | Roots-1.12.2-3.1.4.jar                                    | None                                     |     | LCHIJA | mysticalworld                     | 1.12.2-1.11.0                   | mysticalworld-1.12.2-1.11.0.jar                           | None                                     |     | LCHIJA | chisel                            | MC1.12.2-1.0.2.45               | Chisel-MC1.12.2-1.0.2.45.jar                              | None                                     |     | LCHIJA | baubles                           | 1.5.2                           | Baubles-1.12-1.5.2.jar                                    | None                                     |     | LCHIJA | endercore                         | 1.12.2-0.5.76                   | EnderCore-1.12.2-0.5.76.jar                               | None                                     |     | LCHIJA | thaumcraft                        | 6.1.BETA26                      | Thaumcraft-1.12.2-6.1.BETA26.jar                          | None                                     |     | LCHIJA | codechickenlib                    | 3.2.3.358                       | CodeChickenLib-1.12.2-3.2.3.358-universal.jar             | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | redstoneflux                      | 2.1.1                           | RedstoneFlux-1.12-2.1.1.1-universal.jar                   | None                                     |     | LCHIJA | cofhcore                          | 4.6.6                           | CoFHCore-1.12.2-4.6.6.1-universal.jar                     | None                                     |     | LCHIJA | brandonscore                      | 2.4.19                          | BrandonsCore-1.12.2-2.4.19.214-universal.jar              | None                                     |     | LCHIJA | cofhworld                         | 1.4.0                           | CoFHWorld-1.12.2-1.4.0.1-universal.jar                    | None                                     |     | LCHIJA | thermalfoundation                 | 2.6.7                           | ThermalFoundation-1.12.2-2.6.7.1-universal.jar            | None                                     |     | LCHIJA | draconicevolution                 | 2.3.28                          | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar        | None                                     |     | LCHIJA | thermalexpansion                  | 5.5.7                           | ThermalExpansion-1.12.2-5.5.7.1-universal.jar             | None                                     |     | LCHIJA | enderio                           | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderiointegrationtic             | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | mantle                            | 1.12-1.3.3.55                   | Mantle-1.12-1.3.3.55.jar                                  | None                                     |     | LCHIJA | quark                             | r1.6-179                        | Quark-r1.6-179.jar                                        | None                                     |     | LCHIJA | twilightforest                    | 3.11.1021                       | twilightforest-1.12.2-3.11.1021-universal.jar             | None                                     |     | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183               | TConstruct-1.12.2-2.13.0.183.jar                          | None                                     |     | LCHIJA | acintegration                     | 1.11.3                          | AbyssalCraft Integration-1.12.2-1.11.3.jar                | 220f10d3a93b3ff5fbaa7434cc629d863d6751b9 |     | LCHIJA | fastbench                         | 1.7.3                           | FastWorkbench-1.12.2-1.7.3.jar                            | None                                     |     | LCHIJA | actuallyadditions                 | 1.12.2-r152                     | ActuallyAdditions-1.12.2-r152.jar                         | None                                     |     | LCHIJA | actuallybaubles                   | 1.1                             | ActuallyBaubles-1.12-1.1.jar                              | None                                     |     | LCHIJA | additional_lights                 | 1.12.2-1.2.1                    | additional_lights-1.12.2-1.2.1.jar                        | None                                     |     | LCHIJA | additionalbanners                 | 1.1.77                          | AdditionalBanners-1.12.2-1.1.77.jar                       | d476d1b22b218a10d845928d1665d45fce301b27 |     | LCHIJA | quarryplus                        | 12.5.7                          | AdditionalEnchantedMiner-1.12.2-12.5.7.jar                | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |     | LCHIJA | quarryplus_ct                     | 12.5.7                          | AdditionalEnchantedMiner-1.12.2-12.5.7.jar                | 617a4e95f0af9de5402bb9883abe0f53a6bfa230 |     | LCHIJA | additionallanterns                | 1.1.1b                          | additionallanterns-1.1.1b-forge-mc1.12.jar                | None                                     |     | LCHIJA | ic2                               | 2.8.221-ex112                   | industrialcraft-2-2.8.221-ex112.jar                       | de041f9f6187debbc77034a344134053277aa3b0 |     | LCHIJA | libvulpes                         | 0.4.2.-75                       | LibVulpes-1.12.2-0.4.2-75-universal.jar                   | None                                     |     | LCHIJA | advancedrocketry                  | 1.7.0.-232                      | AdvancedRocketry-1.12.2-1.7.0-232-universal.jar           | None                                     |     | LCHIJA | appliedenergistics2               | rv6-stable-7                    | appliedenergistics2-rv6-stable-7.jar                      | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |     | LCHIJA | bdlib                             | 1.14.3.12                       | bdlib-1.14.3.12-mc1.12.2.jar                              | None                                     |     | LCHIJA | ae2stuff                          | 0.7.0.4                         | ae2stuff-0.7.0.4-mc1.12.2.jar                             | None                                     |     | LCHIJA | p455w0rdslib                      | 2.3.161                         | p455w0rdslib-1.12.2-2.3.161.jar                           | 186bc454cd122c9c2f1aa4f95611254bcc543363 |     | LCHIJA | ae2wtlib                          | 1.0.34                          | AE2WTLib-1.12.2-1.0.34.jar                                | 186bc454cd122c9c2f1aa4f95611254bcc543363 |     | LCHIJA | infinitylib                       | 1.12.2-1.12.1                   | infinitylib-1.12.1.jar                                    | None                                     |     | LCHIJA | agricraft                         | 2.12.0-1.12.2-b2                | agricraft-2.12.0-1.12.2-b2.jar                            | None                                     |     | LCHIJA | aiimprovements                    | 0.0.1.1                         | AIImprovements-1.12.1-0.0.1b1.jar                         | None                                     |     | LCHIJA | akashictome                       | 1.2-12                          | AkashicTome-1.2-12.jar                                    | None                                     |     | LCHIJA | extrautils2                       | 1.0                             | extrautils2-1.12-1.9.9.jar                                | None                                     |     | LCHIJA | flyringbaublemod                  | 0.3.1_1.12-d4e654e              | angelRingToBauble-1.12-0.3.1.50+d4e654e.jar               | None                                     |     | LCHIJA | applecore                         | 3.4.0                           | AppleCore-mc1.12.2-3.4.0.jar                              | None                                     |     | LCHIJA | appleskin                         | 1.0.14                          | AppleSkin-mc1.12-1.0.14.jar                               | None                                     |     | LCHIJA | conarm                            | 1.2.5.10                        | conarm-1.12.2-1.2.5.10.jar                                | b33d2c8df492beff56d1bbbc92da49b8ab7345a1 |     | LCHIJA | armoryexpansion                   | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |     | LCHIJA | armoryexpansion-custommaterials   | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |     | LCHIJA | armoryexpansion-iceandfire        | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |     | LCHIJA | armoryexpansion-matteroverdrive   | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |     | LCHIJA | aroma1997core                     | 2.0.0.2.b167                    | Aroma1997Core-1.12.2-2.0.0.2.b167.jar                     | dfbfe4c473253d8c5652417689848f650b2cbe32 |     | LCHIJA | aroma1997sdimension               | 2.0.0.2                         | Aroma1997s-Dimensional-World-1.12.2-2.0.0.2.jar           | dfbfe4c473253d8c5652417689848f650b2cbe32 |     | LCHIJA | atmtweaks                         | 1.2                             | atmtweaks-1.2.jar                                         | None                                     |     | LCHIJA | morphtool                         | 1.2-21                          | Morph-o-Tool-1.2-21.jar                                   | None                                     |     | LCHIJA | autoreglib                        | 1.3-32                          | AutoRegLib-1.3-32.jar                                     | None                                     |     | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.4.18                   | badwithernocookiereloaded-1.12.2-3.4.18.jar               | None                                     |     | LCHIJA | bedpatch                          | 2.2                             | bedpatch-2.2-1.12.2.jar                                   | 6bf7527e690fb5e8719b9832bce5000a3e87dfe6 |     | LCHIJA | betterbuilderswands               | 0.11.1                          | BetterBuildersWands-1.12-0.11.1.245+69d0d70.jar           | None                                     |     | LCHIJA | bibliocraft                       | 2.4.5                           | BiblioCraft[v2.4.5][MC1.12.2].jar                         | None                                     |     | LCHIJA | buildcraftlib                     | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | buildcraftcore                    | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | buildcraftenergy                  | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | natura                            | 1.12.2-4.3.2.69                 | natura-1.12.2-4.3.2.69.jar                                | None                                     |     | LCHIJA | reborncore                        | 3.19.5                          | RebornCore-1.12.2-3.19.5-universal.jar                    | None                                     |     | LCHIJA | techreborn                        | 2.27.3.1084                     | TechReborn-1.12.2-2.27.3.1084-universal.jar               | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |     | LCHIJA | forestry                          | 5.8.2.387                       | forestry_1.12.2-5.8.2.387.jar                             | None                                     |     | LCHIJA | binniecore                        | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |     | LCHIJA | binniedesign                      | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |     | LCHIJA | genetics                          | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |     | LCHIJA | botany                            | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |     | LCHIJA | extrabees                         | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |     | LCHIJA | extratrees                        | 2.5.1.203                       | binnie-mods-1.12.2-2.5.1.203.jar                          | None                                     |     | LCHIJA | biomesoplenty                     | 7.0.1.2445                      | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar             | None                                     |     | LCHIJA | blockcraftery                     | 1.12.2-1.3.1                    | blockcraftery-1.12.2-1.3.1.jar                            | None                                     |     | LCHIJA | cyclicmagic                       | 1.20.11                         | Cyclic-1.12.2-1.20.11.jar                                 | 0e5cb559be7d03f3fc18b8cba547d663e25f28af |     | LCHIJA | kjlib                             | 1.0.4                           | kjlib-1.0.4.jar                                           | None                                     |     | LCHIJA | inventorygenerators               | 1.2.2                           | inventorygenerators-1.2.2.jar                             | None                                     |     | LCHIJA | mobtotems                         | 1.12.1-0.3.0                    | mobtotems-1.12.1-0.3.0.jar                                | None                                     |     | LCHIJA | guideapi                          | 1.12-2.1.8-63                   | Guide-API-1.12-2.1.8-63.jar                               | None                                     |     | LCHIJA | bloodmagic                        | 1.12.2-2.4.3-105                | BloodMagic-1.12.2-2.4.3-105.jar                           | None                                     |     | LCHIJA | bookshelf                         | 2.3.590                         | Bookshelf-1.12.2-2.3.590.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |     | LCHIJA | botania                           | r1.10-364                       | Botania r1.10-364.4.jar                                   | None                                     |     | LCHIJA | buildcraftbuilders                | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | buildcrafttransport               | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | buildcraftsilicon                 | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | theoneprobe                       | 1.4.28                          | theoneprobe-1.12-1.4.28.jar                               | None                                     |     | LCHIJA | buildcraftcompat                  | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | buildcraftfactory                 | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | buildcraftrobotics                | 7.99.24.8                       | buildcraft-all-7.99.24.8.jar                              | None                                     |     | LCHIJA | careerbees                        | 1.0                             | careerbees-0.4.0.jar                                      | None                                     |     | LCHIJA | ceramics                          | 1.12-1.3.7b                     | Ceramics-1.12-1.3.7b.jar                                  | None                                     |     | LCHIJA | chameleon                         | 1.12-4.1.3                      | Chameleon-1.12-4.1.3.jar                                  | None                                     |     | LCHIJA | chiselsandbits                    | 14.33                           | chiselsandbits-14.33.jar                                  | None                                     |     | LCHIJA | clumps                            | 3.1.2                           | Clumps-3.1.2.jar                                          | None                                     |     | LCHIJA | cyclopscore                       | 1.6.7                           | CyclopsCore-1.12.2-1.6.7.jar                              | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |     | LCHIJA | commoncapabilities                | 2.4.8                           | CommonCapabilities-1.12.2-2.4.8.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |     | LCHIJA | colossalchests                    | 1.7.3                           | ColossalChests-1.12.2-1.7.3.jar                           | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |     | LCHIJA | refinedstorage                    | 1.6.16                          | refinedstorage-1.6.16.jar                                 | 57893d5b90a7336e8c63fe1c1e1ce472c3d59578 |     | LCHIJA | compactmachines3                  | 3.0.18                          | compactmachines3-1.12.2-3.0.18-b278.jar                   | None                                     |     | LCHIJA | compactsolars                     | 1.12.2-5.0.18.341               | CompactSolars-1.12.2-5.0.18.341-universal.jar             | None                                     |     | LCHIJA | computercraft                     | 1.80pr1                         | ComputerCraft1.80pr1.jar                                  | None                                     |     | LCHIJA | asielib                           | 1.0.0                           | Computronics-1.12.2-1.6.6.jar                             | None                                     |     | LCHIJA | flamingo                          | 1.12-1.11                       | Flamingo-1.12-v1.11.jar                                   | None                                     |     | LCHIJA | opencomputers                     | 1.7.5.192                       | OpenComputers-MC1.12.2-1.7.5.192.jar                      | None                                     |     | LCHIJA | railcraft                         | 12.0.0                          | railcraft-12.0.0.jar                                      | a0c255ac501b2749537d5824bb0f0588bf0320fa |     | LCHIJA | computronics                      | 1.6.6                           | Computronics-1.12.2-1.6.6.jar                             | None                                     |     | LCHIJA | cookingforblockheads              | 6.5.0                           | CookingForBlockheads_1.12.2-6.5.0.jar                     | None                                     |     | LCHIJA | cosmeticarmorreworked             | 1.12.2-v5a                      | CosmeticArmorReworked-1.12.2-v5a.jar                      | aaaf83332a11df02406e9f266b1b65c1306f0f76 |     | LCHIJA | craftingtweaks                    | 8.1.9                           | CraftingTweaks_1.12.2-8.1.9.jar                           | None                                     |     | LCHIJA | crafttweakerjei                   | 2.0.3                           | CraftTweaker2-1.12-4.1.20.690.jar                         | None                                     |     | LCHIJA | cucumber                          | 1.1.3                           | Cucumber-1.12.2-1.1.3.jar                                 | None                                     |     | LCHIJA | darkutils                         | 1.8.230                         | DarkUtils-1.12.2-1.8.230.jar                              | d476d1b22b218a10d845928d1665d45fce301b27 |     | LCHIJA | defaultworldgenerator-port        | 1.12-2.3                        | DefaultWorldGenerator-port-1.12-2.3.jar                   | None                                     |     | LCHIJA | diethopper                        | 1.1                             | diethopper-1.1.jar                                        | None                                     |     | LCHIJA | dldungeonsjbg                     | 1.14.10                         | DoomlikeDungeons-1.14.10-MC1.12.2.jar                     | None                                     |     | LCHIJA | embers                            | 1.18                            | EmbersRekindled-1.18.jar                                  | None                                     |     | LCHIJA | enderiobase                       | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderioconduits                   | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderioconduitsappliedenergistics | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderioconduitsopencomputers      | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderioconduitsrefinedstorage     | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderiointegrationforestry        | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderiointegrationticlate         | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderioinvpanel                   | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | ftblib                            | 5.4.7.2                         | FTBLib-5.4.7.2.jar                                        | None                                     |     | LCHIJA | enderiomachines                   | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderiopowertools                 | 5.3.70                          | EnderIO-1.12.2-5.3.70.jar                                 | None                                     |     | LCHIJA | enderioendergy                    | 5.3.70                          | EnderIO-endergy-1.12.2-5.3.70.jar                         | None                                     |     | LCHIJA | enderstorage                      | 2.4.6.137                       | EnderStorage-1.12.2-2.4.6.137-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1                 | valkyrielib-1.12.2-2.0.20.1.jar                           | None                                     |     | LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1                 | environmentaltech-1.12.2-2.0.20.1.jar                     | None                                     |     | LCHIJA | excore                            | 2.0.0-beta19-1.12.2             | EXCore-2.0.0-beta19-1.12.2.jar                            | None                                     |     | LCHIJA | extracells                        | 2.6.5                           | ExtraCells-1.12.2-2.6.5.jar                               | None                                     |     | LCHIJA | shadowmc                          | 3.8.0                           | ShadowMC-1.12-3.8.0.jar                                   | None                                     |     | LCHIJA | extrarails                        | 1.3.0                           | ExtraRails-1.12-1.3.0.jar                                 | None                                     |     | LCHIJA | zerocore                          | 1.12.2-0.1.2.9                  | zerocore-1.12.2-0.1.2.9.jar                               | None                                     |     | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68                 | ExtremeReactors-1.12.2-0.4.5.68.jar                       | None                                     |     | LCHIJA | fairylights                       | 2.1.10                          | fairylights-2.2.0-1.12.2.jar                              | None                                     |     | LCHIJA | fencejumper                       | 1.0.5                           | fencejumper-1.12-1.0.5.jar                                | None                                     |     | LCHIJA | flatcoloredblocks                 | mc1.12-6.8                      | flatcoloredblocks-mc1.12-6.8.jar                          | None                                     |     | LCHIJA | forgelin                          | 1.8.4                           | Forgelin-1.8.4.jar                                        | None                                     |     | LCHIJA | forgemultipartcbe                 | 2.6.2.83                        | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | f1850c39b2516232a2108a7bd84d1cb5df93b261 |     | LCHIJA | microblockcbe                     | 2.6.2.83                        | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | None                                     |     | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                        | ForgeMultipart-1.12.2-2.6.2.83-universal.jar              | None                                     |     | LCHIJA | ftbbackups                        | 1.1.0.1                         | FTBBackups-1.1.0.1.jar                                    | None                                     |     | LCHIJA | ftbutilities                      | 5.4.1.131                       | FTBUtilities-5.4.1.131.jar                                | None                                     |     | LCHIJA | funkylocomotion                   | 1.0                             | funky-locomotion-1.12.2-1.1.2.jar                         | None                                     |     | LCHIJA | cfm                               | 6.3.0                           | furniture-6.3.2-1.12.2.jar                                | None                                     |     | LCHIJA | gendustry                         | 1.6.5.8                         | gendustry-1.6.5.8-mc1.12.2.jar                            | None                                     |     | LCHIJA | pressure                          | 1.3.1.9                         | pressure-1.3.1.9-mc1.12.2.jar                             | None                                     |     | LCHIJA | advgenerators                     | 0.9.20.12                       | generators-0.9.20.12-mc1.12.2.jar                         | None                                     |     | LCHIJA | geographicraft                    | 0.8.7                           | GeographiCraft-1.12-0.8.9b.jar                            | None                                     |     | LCHIJA | gbook                             | 2.9.5                           | Guidebook-1.12.2-2.9.5.jar                                | None                                     |     | LCHIJA | gunpowderlib                      | 1.12.2-1.1                      | GunpowderLib-1.12.2-1.1.jar                               | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |     | LCHIJA | helpfixer                         | 1.12.1-1.5.18                   | HelpFixer-1.12.1-1.5.18.jar                               | None                                     |     | LCHIJA | ichunutil                         | 7.2.2                           | iChunUtil-1.12.2-7.2.2.jar                                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |     | LCHIJA | immersiveengineering              | 0.12-98                         | ImmersiveEngineering-0.12-98.jar                          | None                                     |     | LCHIJA | immersive_energy                  | 0.5.5                           | Immersive Energy-1.12.2-0.5.5.jar                         | None                                     |     | LCHIJA | immersivecables                   | 1.3.2                           | ImmersiveCables-1.12.2-1.3.2.jar                          | None                                     |     | LCHIJA | immersivepetroleum                | 1.1.10                          | immersivepetroleum-1.12.2-1.1.10.jar                      | None                                     |     | LCHIJA | immersiveposts                    | 0.2.1                           | ImmersivePosts-0.2.1.jar                                  | 0ba8738eadcf158e7fe1452255a73a022fb15feb |     | LCHIJA | mcmultipart                       | 2.5.3                           | MCMultiPart-2.5.3.jar                                     | None                                     |     | LCHIJA | mekanism                          | 1.12.2-9.8.3.390                | Mekanism-1.12.2-9.8.3.390.jar                             | None                                     |     | LCHIJA | teslacorelib                      | 1.0.18                          | tesla-core-lib-1.12.2-1.0.18.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |     | LCHIJA | industrialforegoing               | 1.12.2-1.12.2                   | industrialforegoing-1.12.2-1.12.13-237.jar                | None                                     |     | LCHIJA | initialinventory                  | 2.0.2                           | InitialInventory-3.0.0.jar                                | None                                     |     | LCHIJA | integrateddynamics                | 1.1.11                          | IntegratedDynamics-1.12.2-1.1.11.jar                      | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |     | LCHIJA | integrateddynamicscompat          | 1.0.0                           | IntegratedDynamics-1.12.2-1.1.11.jar                      | None                                     |     | LCHIJA | integratedtunnels                 | 1.6.14                          | IntegratedTunnels-1.12.2-1.6.14.jar                       | bd0353b3e8a2810d60dd584e256e364bc3bedd44 |     | LCHIJA | integratedtunnelscompat           | 1.0.0                           | IntegratedTunnels-1.12.2-1.6.14.jar                       | None                                     |     | LCHIJA | mysticalagriculture               | 1.7.5                           | MysticalAgriculture-1.12.2-1.7.5.jar                      | None                                     |     | LCHIJA | mysticalagradditions              | 1.3.2                           | MysticalAgradditions-1.12.2-1.3.2.jar                     | None                                     |     | LCHIJA | nuclearcraft                      | 2.18z                           | NuclearCraft-2.18z-1.12.2.jar                             | None                                     |     | LCHIJA | harvestcraft                      | 1.12.2zb                        | Pam's HarvestCraft 1.12.2zg.jar                           | None                                     |     | LCHIJA | mcjtylib_ng                       | 3.5.4                           | mcjtylib-1.12-3.5.4.jar                                   | None                                     |     | LCHIJA | rftools                           | 7.73                            | rftools-1.12-7.73.jar                                     | None                                     |     | LCHIJA | rustic                            | 1.1.7                           | rustic-1.1.7.jar                                          | None                                     |     | LCHIJA | integrationforegoing              | 1.12.2-1.11                     | IntegrationForegoing-1.12.2-1.11.jar                      | 4ffa87db52cf086d00ecc4853a929367b1c39b5c |     | LCHIJA | inventorytweaks                   | 1.64+dev.151.822d839            | InventoryTweaks-1.64+dev.151.jar                          | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |     | LCHIJA | ironbackpacks                     | 1.12.2-3.0.8-12                 | IronBackpacks-1.12.2-3.0.8-12.jar                         | None                                     |     | LCHIJA | ironchest                         | 1.12.2-7.0.67.844               | ironchest-1.12.2-7.0.72.847.jar                           | None                                     |     | LCHIJA | jaopca                            | 1.12.2-2.2.8.103                | JAOPCA-1.12.2-2.2.8.103.jar                               | None                                     |     | LCHIJA | oredictinit                       | 1.12.2-2.2.1.71                 | JAOPCA-1.12.2-2.2.8.103.jar                               | None                                     |     | LCHIJA | jaopcaadditions                   | 1.12.2-2.2.1.9                  | JAOPCAAdditions-1.12.2-2.2.1.9.jar                        | None                                     |     | LCHIJA | jeibees                           | 0.9.0.5                         | jeibees-0.9.0.5-mc1.12.2.jar                              | None                                     |     | LCHIJA | journeymap                        | 1.12.2-5.7.1                    | journeymap-1.12.2-5.7.1.jar                               | None                                     |     | LCHIJA | justenoughdimensions              | 1.6.0-dev.20200416.184714       | justenoughdimensions-1.12.2-1.6.0-dev.20200416.184714.jar | 2b03e1423915a189b8094816baa18f239d576dff |     | LCHIJA | kleeslabs                         | 5.4.12                          | KleeSlabs_1.12.2-5.4.12.jar                               | None                                     |     | LCHIJA | librarianlib                      | 4.22                            | librarianlib-1.12.2-4.22.jar                              | None                                     |     | LCHIJA | lostcities                        | 2.0.22                          | lostcities-1.12-2.0.22.jar                                | None                                     |     | LCHIJA | lostsouls                         | 1.1.4                           | lostsouls-1.12-1.1.4.jar                                  | None                                     |     | LCHIJA | lunatriuscore                     | 1.2.0.42                        | LunatriusCore-1.12.2-1.2.0.42-universal.jar               | None                                     |     | LCHIJA | psi                               | r1.1-78                         | Psi-r1.1-78.2.jar                                         | None                                     |     | LCHIJA | magipsi                           | 1.3                             | MagicalPsi-1.3.2.jar                                      | None                                     |     | LCHIJA | magicbees                         | 1.0                             | MagicBees-1.12.2-3.1.10.jar                               | None                                     |     | LCHIJA | malisiscore                       | 1.12.2-6.5.1-SNAPSHOT           | malisiscore-1.12.2-6.5.1.jar                              | None                                     |     | LCHIJA | malisisdoors                      | 1.12.2-7.3.0                    | malisisdoors-1.12.2-7.3.0.jar                             | None                                     |     | LCHIJA | immersivetech                     | 1.9.100                         | MCTImmersiveTechnology-1.12.2-1.9.100.jar                 | None                                     |     | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390                | MekanismGenerators-1.12.2-9.8.3.390.jar                   | None                                     |     | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390                | MekanismTools-1.12.2-9.8.3.390.jar                        | None                                     |     | LCHIJA | minecraft_earth_mod               | 1.1.4.0                         | MinecraftEarthModOldEdition-1.1.6.2.jar                   | None                                     |     | LCHIJA | mtrm                              | 1.2.2.30                        | MineTweakerRecipeMaker-1.12.2-1.2.2.30.jar                | None                                     |     | LCHIJA | morpheus                          | 1.12.2-3.5.106                  | Morpheus-1.12.2-3.5.106.jar                               | None                                     |     | LCHIJA | mrtjpcore                         | 2.1.4.43                        | MrTJPCore-1.12.2-2.1.4.43-universal.jar                   | None                                     |     | LCHIJA | naturescompass                    | 1.8.5                           | NaturesCompass-1.12.2-1.8.5.jar                           | None                                     |     | LCHIJA | nmsot                             | 1.2.2-mc1.12.2                  | NoMobSpawningOnTrees-1.2.2-mc1.12.2.jar                   | None                                     |     | LCHIJA | neid                              | 1.5.4.4                         | NotEnoughIDs-1.5.4.4.jar                                  | None                                     |     | LCHIJA | notenoughpets                     | 2.3.6                           | NotEnoughPets-1.12.2-2.3.6.jar                            | None                                     |     | LCHIJA | notenoughwands                    | 1.8.1                           | notenoughwands-1.12-1.8.1.jar                             | None                                     |     | LCHIJA | examplemod                        | 1.0                             | NuclearCraft-2.18z-1.12.2.jar                             | None                                     |     | LCHIJA | nutrition                         | 4.4.0                           | Nutrition-1.12.2-4.4.0.jar                                | None                                     |     | LCHIJA | xnet                              | 1.8.2                           | xnet-1.12-1.8.2.jar                                       | None                                     |     | LCHIJA | ocxnetdriver                      | 1.0.3                           | ocxnetdriver-1.0.3-b17.jar                                | None                                     |     | LCHIJA | oreexcavation                     | 1.4.150                         | OreExcavation-1.4.150.jar                                 | None                                     |     | LCHIJA | oeintegration                     | 2.3.4                           | oeintegration-2.3.4.jar                                   | None                                     |     | LCHIJA | openmods                          | 0.12.2                          | OpenModsLib-1.12.2-0.12.2.jar                             | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |     | LCHIJA | openblocks                        | 1.8.1                           | OpenBlocks-1.12.2-1.8.1.jar                               | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |     | LCHIJA | overloaded                        | 0.0.59                          | Overloaded-1.12.2-0.0.59.jar                              | None                                     |     | LCHIJA | packcrashinfo                     | %VERSION%                       | packcrashinfo-1.0.1.jar                                   | None                                     |     | LCHIJA | packmode                          | 1.2.0                           | packmode-1.12.2-1.2.0.jar                                 | None                                     |     | LCHIJA | pamscookables                     | 1.1                             | pamscookables-1.1.jar                                     | None                                     |     | LCHIJA | parry                             | 1.0                             | parry-1.0-hotfix.jar                                      | None                                     |     | LCHIJA | patchouli                         | 1.0-23.6                        | Patchouli-1.0-23.6.jar                                    | None                                     |     | LCHIJA | placebo                           | 1.6.0                           | Placebo-1.12.2-1.6.0.jar                                  | None                                     |     | LCHIJA | plants2                           | 2.10.7                          | Plants-1.12.2-2.10.7.jar                                  | None                                     |     | LCHIJA | shetiphiancore                    | 3.5.9                           | shetiphiancore-1.12.0-3.5.9.jar                           | None                                     |     | LCHIJA | platforms                         | 1.4.6                           | platforms-1.12.0-1.4.6.jar                                | None                                     |     | LCHIJA | projectred-core                   | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-Base.jar                      | None                                     |     | LCHIJA | redstonearsenal                   | 2.6.6                           | RedstoneArsenal-1.12.2-2.6.6.1-universal.jar              | None                                     |     | LCHIJA | thermaldynamics                   | 2.5.6                           | ThermalDynamics-1.12.2-2.5.6.1-universal.jar              | None                                     |     | LCHIJA | simplyjetpacks                    | 1.12.2-2.2.20.0                 | SimplyJetpacks2-1.12.2-2.2.20.0.jar                       | None                                     |     | LCHIJA | plustic                           | @VERSION@                       | plustic-8.0.3.jar                                         | None                                     |     | LCHIJA | pneumaticcraft                    | 1.12.2-0.11.15-398              | pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar       | None                                     |     | LCHIJA | portalgun                         | 7.1.0                           | PortalGun-1.12.2-7.1.0.jar                                | 4db5c2bd1b556f252a5b8b54b256d381b2a0a6b8 |     | LCHIJA | portality                         | 1.0-SNAPSHOT                    | portality-1.12.2-1.2.3-15.jar                             | None                                     |     | LCHIJA | sonarcore                         | 5.0.19                          | sonarcore-1.12.2-5.0.19-20.jar                            | None                                     |     | LCHIJA | practicallogistics2               | 3.0.8                           | practicallogistics2-1.12.2-3.0.8-11.jar                   | None                                     |     | LCHIJA | projectintelligence               | 1.0.9                           | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar         | None                                     |     | LCHIJA | projectred-compat                 | 1.0                             | ProjectRed-1.12.2-4.9.4.120-compat.jar                    | None                                     |     | LCHIJA | projectred-integration            | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-integration.jar               | None                                     |     | LCHIJA | projectred-transmission           | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-integration.jar               | None                                     |     | LCHIJA | projectred-fabrication            | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-fabrication.jar               | None                                     |     | LCHIJA | projectred-illumination           | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-lighting.jar                  | None                                     |     | LCHIJA | projectred-expansion              | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                | None                                     |     | LCHIJA | projectred-relocation             | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                | None                                     |     | LCHIJA | projectred-transportation         | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                | None                                     |     | LCHIJA | projectred-exploration            | 4.9.4.120                       | ProjectRed-1.12.2-4.9.4.120-world.jar                     | None                                     |     | LCHIJA | quantumstorage                    | 4.7.0                           | QuantumStorage-1.12-4.7.0.jar                             | None                                     |     | LCHIJA | quickleafdecay                    | 1.2.4                           | QuickLeafDecay-MC1.12.1-1.2.4.jar                         | None                                     |     | LCHIJA | rangedpumps                       | 0.5                             | rangedpumps-0.5.jar                                       | None                                     |     | LCHIJA | realfilingcabinet                 | 0.2.0.21                        | realfilingcabinet-1.12-0.2.0.21.jar                       | None                                     |     | LCHIJA | rebornstorage                     | 1.0.0                           | RebornStorage-1.12.2-3.3.4.1.jar                          | None                                     |     | LCHIJA | refinedstorageaddons              | 0.4.5                           | refinedstorageaddons-0.4.5.jar                            | None                                     |     | LCHIJA | xreliquary                        | 1.12.2-1.3.4.796                | Reliquary-1.12.2-1.3.4.796.jar                            | None                                     |     | LCHIJA | rftoolscontrol                    | 2.0.2                           | rftoolsctrl-1.12-2.0.2.jar                                | None                                     |     | LCHIJA | rftoolsdim                        | 5.71                            | rftoolsdim-1.12-5.71.jar                                  | None                                     |     | LCHIJA | rftoolspower                      | 1.2.0                           | rftoolspower-1.12-1.2.0.jar                               | None                                     |     | LCHIJA | traverse                          | 1.6.0                           | Traverse-1.12.2-1.6.0-69.jar                              | None                                     |     | LCHIJA | rtg                               | 1.0.2                           | RTGU-1.12.2-1.0.2.jar                                     | None                                     |     | LCHIJA | woodenshears                      | @MAJOR@.@MINOR@.@REVIS@.@BUILD@ | SBM-WoodenShears-1.12-0.0.1b8.jar                         | None                                     |     | LCHIJA | slimyboyos                        | 1.0.0                           | SlimyBoyos-1.0.0.jar                                      | None                                     |     | LCHIJA | soulshardstow                     | 1.12-2.7.6-56                   | SoulShards-TOW-1.12-2.7.6-56.jar                          | None                                     |     | LCHIJA | spark                             | 1.6.3                           | spark-forge.jar                                           | None                                     |     | LCHIJA | stevescarts                       | 2.4.32.137                      | StevesCarts-1.12.2-2.4.32.137.jar                         | None                                     |     | LCHIJA | storagedrawers                    | 5.2.2                           | StorageDrawers-1.12.2-5.4.2.jar                           | None                                     |     | LCHIJA | storagedrawersextra               | @VERSION@                       | StorageDrawersExtras-1.12-3.1.0.jar                       | None                                     |     | LCHIJA | terraqueous                       | 1.4.17                          | terraqueous-1.12.2-1.4.17b.jar                            | None                                     |     | LCHIJA | tcinventoryscan                   | 2.0.10                          | ThaumicInventoryScanning_1.12.2-2.0.10.jar                | None                                     |     | LCHIJA | thaumictinkerer                   | 1.12.2-5.0-620a0c5              | thaumictinkerer-1.12.2-5.0-620a0c5.jar                    | None                                     |     | LCHIJA | thermalcultivation                | 0.3.6                           | ThermalCultivation-1.12.2-0.3.6.1-universal.jar           | None                                     |     | LCHIJA | thermalinnovation                 | 0.3.6                           | ThermalInnovation-1.12.2-0.3.6.1-universal.jar            | None                                     |     | LCHIJA | tinker_io                         | rw2.8.3                         | tinker_io-1.12.2-rw2.8.3.jar                              | None                                     |     | LCHIJA | tinkersjei                        | 1.2                             | tinkersjei-1.2.jar                                        | None                                     |     | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769        | TinkerToolLeveling-1.12.2-1.1.0.jar                       | None                                     |     | LCHIJA | tombmanygraves                    | 1.12-4.2.0                      | TombManyGraves-1.12-4.2.0.jar                             | None                                     |     | LCHIJA | tombmanygraves2api                | 1.12.2-1.0.0                    | tombmanygraves2api-1.12.2-1.0.0.jar                       | None                                     |     | LCHIJA | topaddons                         | 1.12.2-1.13.0                   | topaddons-1.12.2-1.13.0.jar                               | None                                     |     | LCHIJA | unloader                          | 1.2.0                           | unloader-1.2.0.jar                                        | None                                     |     | LCHIJA | usefulnullifiers                  | 1.5.0                           | usefulnullifiers-1.5.0.jar                                | None                                     |     | LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1                 | valkyrielib-1.12.2-2.0.20.1.jar                           | None                                     |     | LCHIJA | waim                              | 1.0.0                           | WAIM-1.0.0.jar                                            | None                                     |     | LCHIJA | wanionlib                         | 1.12.2-2.8                      | WanionLib-1.12.2-2.8.jar                                  | None                                     |     | LCHIJA | waterstrainer                     | 3.2.0                           | WaterStrainer-1.12-3.2.0.jar                              | None                                     |     | LCHIJA | waystones                         | 4.1.0                           | Waystones_1.12.2-4.1.0.jar                                | None                                     |     | LCHIJA | wirelesscharger                   | 1.12.2-1.0.6                    | WirelessCharger-1.12.2-1.0.6.jar                          | aaaf83332a11df02406e9f266b1b65c1306f0f76 |     | LCHIJA | wct                               | 3.12.97                         | WirelessCraftingTerminal-1.12.2-3.12.97.jar               | 186bc454cd122c9c2f1aa4f95611254bcc543363 |     | LCHIJA | woot                              | 1.12.2-1.4.11                   | woot-1.12.2-1.4.11.jar                                    | None                                     |     | LCHIJA | xtones                            | 1.2.2                           | Xtones-1.2.2.jar                                          | None                                     |     | LCHIJA | ynot                              | 0.2.4                           | YNot-0.2.4.jar                                            | None                                     |     | LCHIJA | immersiveintelligence             | 0.2.1                           | immersiveintelligence-0.2.1.jar                           | 770570c49a2652e64a9b29b9b9d9919ca68b7065 |     | LCHIJA | industrialwires                   | 1.7-36                          | IndustrialWires-1.7-36.jar                                | 7e11c175d1e24007afec7498a1616bef0000027d |     | LCHIJA | structurize                       | 1.12.2-0.10.277-RELEASE         | structurize-1.12.2-0.10.277-RELEASE.jar                   | None                                     |     | LCHIJA | minecolonies                      | 1.12.2-0.11.841-ALPHA           | minecolonies-1.12.2-0.11.841-ALPHA-universal.jar          | None                                     |     | LCHIJA | techreborn_compat                 | 1.0.0                           | TechReborn-ModCompatibility-1.12.2-1.4.0.76.jar           | 8727a3141c8ec7f173b87aa78b9b9807867c4e6b |     | LCHIJA | thebetweenlands                   | 3.8.1                           | TheBetweenlands-3.8.1-universal.jar                       | 38067d6878811efb38b6a045521cfd80b9b60b38 |     | LCHIJA | armoryexpansion-conarm            | 1.4.2                           | armoryexpansion-1.4.2.jar                                 | None                                     |     | LCHIJA | librarianliblate                  | 4.22                            | librarianlib-1.12.2-4.22.jar                              | None                                     |     | LCHIJA | mysticallib                       | 1.12.2-1.13.0                   | mysticallib-1.12.2-1.13.0.jar                             | None                                     |     | LCHIJA | teslacorelib_registries           | 1.0.18                          | tesla-core-lib-1.12.2-1.0.18.jar                          | None                                     |     | LCHIJA | unidict                           | 1.12.2-3.0.10                   | UniDict-1.12.2-3.0.10.jar                                 | None                                     |     | LCHIJA | wrapup                            | 1.12-1.1.3                      | WrapUp-1.12-1.1.3.jar                                     | None                                     |     Loaded coremods (and transformers):  Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)   invtweaks.forge.asm.ContainerTransformer IELoadingPlugin (ImmersiveEngineering-core-0.12-98.jar)   blusunrize.immersiveengineering.common.asm.IEClassTransformer RandomPatches (randompatches-1.12.2-1.22.1.10.jar)   com.therandomlabs.randompatches.core.RPTransformer LibrarianLib Plugin (librarianlib-1.12.2-4.22.jar)   com.teamwizardry.librarianlib.asm.LibLibTransformer BedPatch (bedpatch-2.2-1.12.2.jar)   com.mordenkainen.bedpatch.BedPatchASM TransformerLoader (OpenComputers-MC1.12.2-1.7.5.192.jar)   li.cil.oc.common.asm.ClassTransformer ForgelinPlugin (Forgelin-1.8.4.jar)    MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)   mekanism.coremod.KeybindingMigrationHelper SuperMartijn642's Core Lib Plugin (_supermartijn642corelib-1.1.17a-forge-mc1.12.jar)    OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)   openmods.core.OpenModsClassTransformer Quark Plugin (Quark-r1.6-179.jar)   vazkii.quark.base.asm.ClassTransformer AppleCore (AppleCore-mc1.12.2-3.4.0.jar)   squeek.applecore.asm.TransformerModuleHandler IILoadingPlugin (immersiveintelligence-core-0.2.1.jar)   pl.pabilo8.immersiveintelligence.common.asm.IIClassTransformer CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)   team.chisel.ctm.client.asm.CTMTransformer UniDictCoreMod (UniDict-1.12.2-3.0.10.jar)   wanion.unidict.core.UniDictCoreModTransformer AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.7.0-232-universal.jar)   zmaster587.advancedRocketry.asm.ClassTransformer Plugin (NotEnoughIDs-1.5.4.4.jar)   ru.fewizz.neid.asm.Transformer ShetiPhian-ASM (ShetiPhian-ASM-1.12.0.jar)   shetiphian.asm.ClassTransformer EnderCorePlugin (EnderCore-1.12.2-0.5.76-core.jar)   com.enderio.core.common.transform.EnderCoreTransformer   com.enderio.core.common.transform.SimpleMixinPatcher TheBetweenlandsLoadingPlugin (TheBetweenlands-3.8.1-core.jar)   thebetweenlands.core.TheBetweenlandsClassTransformer LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)   lumien.resourceloader.asm.ClassTransformer MalisisCorePlugin (malisiscore-1.12.2-6.5.1.jar)    CoreMod (Aroma1997Core-1.12.2-2.0.0.2.b167.jar)        OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:ENABLED],[player_render_hook:ENABLED],[horse_null_fix:FINISHED]     Ender IO: No known problems detected.     Authlib is : /E:/1.12.2%20Modded/minecraft_server.1.12.2.jar     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!     !!!You are looking at the diagnostics information, not at the crash.       !!!     !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!     Pulsar/tconstruct loaded Pulses:          - TinkerCommons (Enabled/Forced)         - TinkerWorld (Enabled/Not Forced)         - TinkerTools (Enabled/Not Forced)         - TinkerHarvestTools (Enabled/Forced)         - TinkerMeleeWeapons (Enabled/Forced)         - TinkerRangedWeapons (Enabled/Forced)         - TinkerModifiers (Enabled/Forced)         - TinkerSmeltery (Enabled/Not Forced)         - TinkerGadgets (Enabled/Not Forced)         - TinkerOredict (Enabled/Forced)         - TinkerIntegration (Enabled/Forced)         - TinkerFluids (Enabled/Forced)         - TinkerMaterials (Enabled/Forced)         - TinkerModelRegister (Enabled/Forced)         - chiselIntegration (Enabled/Not Forced)         - chiselsandbitsIntegration (Enabled/Not Forced)         - craftingtweaksIntegration (Enabled/Not Forced)         - theoneprobeIntegration (Enabled/Not Forced)         - quarkIntegration (Enabled/Not Forced)     AE2 Version: stable rv6-stable-7 for Forge 14.23.5.2768     Pulsar/natura loaded Pulses:          - NaturaCommons (Enabled/Forced)         - NaturaOverworld (Enabled/Not Forced)         - NaturaNether (Enabled/Not Forced)         - NaturaDecorative (Enabled/Not Forced)         - NaturaTools (Enabled/Not Forced)         - NaturaEntities (Enabled/Not Forced)         - NaturaOredict (Enabled/Forced)         - NaturaWorld (Enabled/Not Forced)         - craftingtweaksIntegration (Enabled/Not Forced)     Modpack Information: Modpack: [All The Mods 3] Version: [6.1.1] by author [ATM Team] !!There was a problem reading the manifest!!     List of loaded APIs:          * AbyssalCraftAPI (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Biome (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Block (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Caps (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Condition (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Disruption (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Energy (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Entity (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Event (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Integration (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Internal (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Item (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Necronomicon (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Recipe (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Rending (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Ritual (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Spell (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Structure (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|Transfer (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * AbyssalCraftAPI|TransferCaps (1.30.0) from AbyssalCraft-1.12.2-1.10.3.jar         * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar         * ae2wtlib|API (1.0.34) from AE2WTLib-1.12.2-1.0.34.jar         * AgriCraftAPI (1.0) from agricraft-2.12.0-1.12.2-b2.jar         * AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar         * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7.jar         * asielibAPI (1.1) from Computronics-1.12.2-1.6.6.jar         * asielibAPI|tile (1.0) from Computronics-1.12.2-1.6.6.jar         * asielibAPI|tool (1.1) from Computronics-1.12.2-1.6.6.jar         * Baubles|API (1.4.0.2) from mobtotems-1.12.1-0.3.0.jar         * betteradvancements|API (0.1.0.77) from BetterAdvancements-1.12.2-0.1.0.77.jar         * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar         * BetweenlandsAPI (1.13.5) from TheBetweenlands-3.8.1-universal.jar         * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar         * bloodmagic-api (2.0.0) from BloodMagic-1.12.2-2.4.3-105.jar         * BotaniaAPI (79) from AkashicTome-1.2-12.jar         * buildcraftapi_blocks (1.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_boards (2.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_core (2.2) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_crops (1.1) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_enums (1.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_events (2.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_facades (1.1) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_filler (5.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_fuels (2.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_gates (4.1) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_items (1.1) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_library (2.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_lists (1.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_power (1.3) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_recipes (3.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_robotics (3.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_statements (1.1) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_tiles (1.2) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_tools (1.0) from buildcraft-all-7.99.24.8.jar         * buildcraftapi_transport (5.0) from buildcraft-all-7.99.24.8.jar         * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar         * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar         * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar         * cofhapi (2.5.0) from CoFHCore-1.12.2-4.6.6.1-universal.jar         * commoncapabilities|api (0.0.1) from CommonCapabilities-1.12.2-2.4.8.jar         * compatlayer (0.3.0) from compatlayer-1.11.2-0.3.0.jar         * ComputerCraft|API (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|FileSystem (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Lua (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Media (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Network (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Peripheral (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Permissions (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Redstone (1.80pr1) from ComputerCraft1.80pr1.jar         * ComputerCraft|API|Turtle (1.80pr1) from ComputerCraft1.80pr1.jar         * computronicsAPI (1.3) from Computronics-1.12.2-1.6.6.jar         * computronicsAPI|audio (1.0) from Computronics-1.12.2-1.6.6.jar         * computronicsAPI|chat (1.3) from Computronics-1.12.2-1.6.6.jar         * computronicsAPI|multiperipheral (1.1) from Computronics-1.12.2-1.6.6.jar         * computronicsAPI|tape (1.0) from Computronics-1.12.2-1.6.6.jar         * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v5a.jar         * CraftingTweaks|API (4.1) from CraftingTweaks_1.12.2-8.1.9.jar         * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar         * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar         * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar         * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar         * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar         * DLDungeonsAPI (1.1) from DoomlikeDungeons-1.14.10-MC1.12.2.jar         * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar         * EmbersAPI (0.1) from EmbersRekindled-1.18.jar         * enderioapi (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.70.jar         * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.387.jar         * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.387.jar         * funkylocomotion_api (2.0) from funky-locomotion-1.12.2-1.1.2.jar         * gendustryAPI (2.3.0) from gendustry-1.6.5.8-mc1.12.2.jar         * Guide-API|API (2.0.0) from Guide-API-1.12-2.1.8-63.jar         * iChunUtil API (1.2.0) from iChunUtil-1.12.2-7.2.2.jar         * ImmersiveEngineering|API (1.0) from ImmersiveEngineering-0.12-98.jar         * ImmersiveEngineering|ImmersiveFluxAPI (1.0) from ImmersiveEngineering-0.12-98.jar         * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar         * integrateddynamics|api (0.2.0) from IntegratedDynamics-1.12.2-1.1.11.jar         * jeresources|API (0.9.2.60) from JustEnoughResources-1.12.2-0.9.2.60.jar         * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar         * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar         * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar         * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar         * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar         * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.301.jar         * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar         * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar         * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar         * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar         * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar         * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar         * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar         * minecolonies-api (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|achievements (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|blocks (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|blocks|decorative (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|blocks|huts (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|blocks|interfaces (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|blocks|types (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|client (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|client|render (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|client|render|modeltype (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|client|render|modeltype|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|buildings (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|buildings|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|buildings|views (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|buildings|workerbuildings (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|guardtype (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|guardtype|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|jobs (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|jobs|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|managers (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|managers|interfaces (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|permissions (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|data (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|factory (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|factory|standard (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|location (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|manager (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|request (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|requestable (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|requestable|crafting (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|requester (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|resolver (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|resolver|player (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|resolver|retrying (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|requestsystem|token (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|colony|workorders (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|compatibility (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|compatibility|candb (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|compatibility|dynamictrees (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|compatibility|gbook (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|compatibility|tinkers (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|configuration (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|crafting (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|creativetab (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|citizen (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|citizen|builder (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|citizen|guards (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|pathfinding (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|statemachine (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|statemachine|basestatemachine (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|statemachine|states (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|statemachine|tickratestatemachine (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|ai|statemachine|transition (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|citizen (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|citizen|citizenhandlers (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|mobs (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|mobs|barbarians (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|mobs|pirates (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|mobs|util (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|pathfinding (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|entity|pathfinding|registry (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|inventory (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|inventory|api (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|items (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|network (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|sounds (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|tileentities (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|util (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-api|util|constants (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-blockout (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-blockout|controls (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * minecolonies-blockout|views (1.12.2-0.11.841-ALPHA) from minecolonies-1.12.2-0.11.841-ALPHA-universal.jar         * MouseTweaks|API (1.0) from MouseTweaks-2.10-mc1.12.2.jar         * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar         * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.7.5.192.jar         * PatchouliAPI (6) from Patchouli-1.0-23.6.jar         * PneumaticCraftApi (1.1) from pneumaticcraft-repressurized-1.12.2-0.11.15-398.jar         * practicallogistics2-api (3.1) from practicallogistics2-1.12.2-3.0.8-11.jar         * pressureAPI (1.3.1.9) from pressure-1.3.1.9-mc1.12.2.jar         * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar         * PsiAPI (16) from Psi-r1.1-78.2.jar         * QuarkAPI (4) from Quark-r1.6-179.jar         * railcraft:api_carts (3.0.0) from railcraft-12.0.0.jar         * railcraft:api_charge (4.0.0) from railcraft-12.0.0.jar         * railcraft:api_core (3.2.0) from railcraft-12.0.0.jar         * railcraft:api_crafting (4.0.0) from railcraft-12.0.0.jar         * railcraft:api_events (2.0.0) from railcraft-12.0.0.jar         * railcraft:api_fuel (2.0.0) from railcraft-12.0.0.jar         * railcraft:api_helpers (2.0.0) from railcraft-12.0.0.jar         * railcraft:api_items (2.4.0) from railcraft-12.0.0.jar         * railcraft:api_signals (4.0.0) from railcraft-12.0.0.jar         * railcraft:api_tracks (5.1.1) from railcraft-12.0.0.jar         * RealFilingCabinetAPI (0) from realfilingcabinet-1.12-0.2.0.21.jar         * reborncoreAPI (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar         * reborncoreAPI|Power (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar         * reborncoreAPI|Recipe (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar         * reborncoreAPI|Tile (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar         * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar         * rtgapi (@API_VERSION@) from RTGU-1.12.2-1.0.2.jar         * sonarapi (1.0.1) from sonarcore-1.12.2-5.0.19-20.jar         * stevescartsAPI (${version}) from StevesCarts-1.12.2-2.4.32.137.jar         * stevescartsAPI|FARMS (${version}) from StevesCarts-1.12.2-2.4.32.137.jar         * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar         * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar         * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar         * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar         * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar         * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.4.2.jar         * team_reborn|Praescriptum (3.19.5) from RebornCore-1.12.2-3.19.5-universal.jar         * techrebornAPI (2.27.3.1084) from TechReborn-1.12.2-2.27.3.1084-universal.jar         * TerraqueousAPI (1.0) from terraqueous-1.12.2-1.4.17b.jar         * TerraqueousAPI|Cloud (1.0) from terraqueous-1.12.2-1.4.17b.jar         * TerraqueousAPI|Machines (1.0) from terraqueous-1.12.2-1.4.17b.jar         * TerraqueousAPI|Plant (1.0) from terraqueous-1.12.2-1.4.17b.jar         * Thaumcraft|API (6.0.2) from railcraft-12.0.0.jar         * theoneprobe_api (1.4.4) from theoneprobe-1.12-1.4.28.jar         * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar         * wct|api (1.1) from WirelessCraftingTerminal-1.12.2-3.12.97.jar         * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar         * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar         * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar         * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar     RebornCore:          Plugin Engine: 0         RebornCore Version: 3.19.5         Runtime Debofucsation 1         Invalid fingerprint detected for RebornCore!     [Psi] Active spell: None     forestry : Modules have been disabled in the config: BuildCraft 6 Fuels, BuildCraft 6 Statements, BuildCraft 6 Transport, BuildCraft 6 Recipes, Better With Mods, HarvestCraft     AE2 Integration: IC2:ON, RC:ON, MFR:OFF, Waila:OFF, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:ON     Profiler Position: N/A (disabled)     Player Count: 0 / 20; []     Is Modded: Definitely; Server brand changed to 'fml,forge'     Type: Dedicated Server (map_server.txt)   Ive had plenty of servers before and none have ever done, im still learning forge. I believe its a corrupted world but rolling back to old world backups yeileds no results.   any help would be very much appreciated
    • I've been playing for a while, now everything is hanging and minecraft closes only through Alt f4 [04:20:33] [main/INFO]: ModLauncher running: args [--username, oo_QRcod_oo, --version, ForgeOptiFine 1.20.1, --gameDir, C:\Users\Match\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Match\AppData\Roaming\.minecraft\assets, --assetIndex, 5, --uuid, b1783056-4e3f-11ec-9a38-f02f74958c02, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 1920, --height, 1080, --launchTarget, forgeclient, --fml.forgeVersion, 47.3.12, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412, --fullscreen] [04:20:33] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [04:20:61] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [04:20:74] [main/INFO]: Trying GL version 4.6 [04:20:05] [main/INFO]: Requested GL version 4.6 got version 4.6 [04:20:14] [main/INFO]: OptiFineTransformationService.onLoad [04:20:14] [main/INFO]: OptiFine ZIP file URL: union:/C:/Users/Match/AppData/Roaming/.minecraft/mods/OptiFine-1.20.1_HD_U_I6_pre6.jar%23238!/ [04:20:15] [main/INFO]: OptiFine ZIP file: C:\Users\Match\AppData\Roaming\.minecraft\mods\OptiFine-1.20.1_HD_U_I6_pre6.jar [04:20:15] [main/INFO]: Target.PRE_CLASS is available [04:20:21] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Match/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [04:20:22] [main/INFO]: OptiFineTransformationService.initialize [04:20:44] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce GTX 1650/PCIe/SSE2 GL version 4.6.0 NVIDIA 566.36, NVIDIA Corporation [04:20:74] [main/INFO]: Found mod file AdvancementPlaques-1.20.1-forge-1.6.7.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [main/INFO]: Found mod file alexsmobs-1.22.9-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [main/INFO]: Found mod file aquamirae-6.API15-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [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\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [main/INFO]: Found mod file badpackets-forge-0.4.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [main/INFO]: Found mod file betterendcities-1.0.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:74] [main/INFO]: Found mod file blueprint-1.20.1-7.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file born_in_chaos_-Forge-1.20.1_1.5.2.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file callfromthedepth_-1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file carryon-forge-1.20.1-2.1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file CasinoCraft_1.20.1_v25.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file citadel-2.6.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file cloth-config-11.1.136-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file crust-1.20.1-2.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file cupboard-1.20.1-2.7.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file curios-forge-5.11.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file DistantWorlds-Reborn-1.20.1-v1.1.0-Beta.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file divinerpg-1.10.7.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file epicfight-forge-20.9.6-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file Explorify-v1.6.2-f10-48-1.21.1-1.19.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file FallingTree-1.20.1-4.3.4.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.6.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.4.9.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [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\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file gravestone-forge-1.20.1-1.0.24.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file huge-structure-blocks-1.0.9-forge.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file incubation-1.20.1-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file InventoryProfilesNext-forge-1.20-1.10.11.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file ironchest-1.20.1-14.4.4.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [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\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file kotlinforforge-4.11.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file L_Enders_Cataclysm-2.27-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file libIPN-forge-1.20-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file lionfishapi-2.4-Fix.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file lmft-1.0.4+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file Lucky77_1.20.1_v04.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file lukis-grand-capitals-1.1.1-1.21.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file maxhealthfix-forge-1.20.1-12.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file mcw-fences-1.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file mcw-lights-1.1.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file mcw-windows-2.3.0-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file mowziesmobs-1.6.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file MushroomQuest-1.20.1-v4.1.2.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file mutil-1.20.1-6.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file nethersdelight-1.20.1-4.0_1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [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\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file Nullscape_1.20.x_v1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file obscure_api-15.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file PassiveSkillTree-1.20.1-BETA-0.6.14-all.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file Patchouli-1.20.1-84-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file puddles-1.20.1-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file SereneSeasons-forge-1.20.1-9.1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file SereneShrubbery-1.20.1-v2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file simplehats-forge-1.20.1-0.3.2.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file sleepy_hollows-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file smoothchunk-1.20.1-3.8.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file specialmobs-1.20.1-3.1.7.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:75] [main/INFO]: Found mod file stalwart-dungeons-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file Structory_1.20.x_v1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file structure_gel-1.20.1-2.13.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file terrablender-forge-1.20.1-3.0.1.7 (1).jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file tetra-1.20.1-6.6.0.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file the_afterdark-1.20.1-forge-1.0.3.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file ThisRocks-1.20.1-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file tl_skin_cape_forge_1.20_1.20.1-1.32.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2508-universal.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file wthit-forge-8.15.5.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file Xaeros_Minimap_24.3.0_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterDesertTemples-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterEndIsland-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterStrongholds-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:76] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\Match\AppData\Roaming\.minecraft\mods} [04:20:99] [main/WARN]: Mod file C:\Users\Match\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.20.1-47.3.12\fmlcore-1.20.1-47.3.12.jar is missing mods.toml file [04:20:99] [main/WARN]: Mod file C:\Users\Match\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.3.12\javafmllanguage-1.20.1-47.3.12.jar is missing mods.toml file [04:20:00] [main/WARN]: Mod file C:\Users\Match\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.3.12\lowcodelanguage-1.20.1-47.3.12.jar is missing mods.toml file [04:20:01] [main/WARN]: Mod file C:\Users\Match\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.20.1-47.3.12\mclanguage-1.20.1-47.3.12.jar is missing mods.toml file [04:20:04] [main/INFO]: Found mod file fmlcore-1.20.1-47.3.12.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3db64bd4 [04:20:04] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.3.12.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3db64bd4 [04:20:04] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.3.12.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3db64bd4 [04:20:04] [main/INFO]: Found mod file mclanguage-1.20.1-47.3.12.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3db64bd4 [04:20:04] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3db64bd4 [04:20:04] [main/INFO]: Found mod file forge-1.20.1-47.3.12-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3db64bd4 [04:20:19] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File:  [04:20:19] [main/INFO]: Found 6 dependencies adding them to mods collection [04:20:19] [main/INFO]: Found mod file mixinextras-forge-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3bd3d05e [04:20:19] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3bd3d05e [04:20:19] [main/INFO]: Found mod file kfflib-4.11.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3bd3d05e [04:20:19] [main/INFO]: Found mod file kffmod-4.11.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3bd3d05e [04:20:19] [main/INFO]: Found mod file kfflang-4.11.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3bd3d05e [04:20:19] [main/INFO]: Found mod file MixinExtras-0.4.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@3bd3d05e [04:20:73] [main/INFO]: OptiFineTransformationService.transformers [04:20:74] [main/INFO]: Targets: 412 [04:20:31] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.] [04:20:21] [main/INFO]: Compatibility level set to JAVA_17 [04:20:59] [main/INFO]: Successfully loaded Mixin Connector [org.tlauncher.MixinConnector] [04:20:60] [main/INFO]: Launching target 'forgeclient' with arguments [--version, ForgeOptiFine 1.20.1, --gameDir, C:\Users\Match\AppData\Roaming\.minecraft, --assetsDir, C:\Users\Match\AppData\Roaming\.minecraft\assets, --uuid, b1783056-4e3f-11ec-9a38-f02f74958c02, --username, oo_QRcod_oo, --assetIndex, 5, --accessToken, ❄❄❄❄❄❄❄❄, --clientId, null, --xuid, null, --userType, mojang, --versionType, modified, --width, 1920, --height, 1080, --fullscreen] [04:20:69] [main/WARN]: Reference map 'puddles.refmap.json' for puddles.mixins.json could not be read. If this is a development environment you can ignore this message [04:20:70] [main/WARN]: Reference map 'lmft-common-refmap.json' for lmft-common.mixins.json could not be read. If this is a development environment you can ignore this message [04:20:72] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [04:20:73] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [04:20:75] [main/WARN]: Reference map 'Aquamirae.refmap.json' for aquamirae.mixins.json could not be read. If this is a development environment you can ignore this message [04:20:54] [main/WARN]: Error loading class: net/irisshaders/iris/pipeline/programs/ExtendedShader (java.lang.ClassNotFoundException: net.irisshaders.iris.pipeline.programs.ExtendedShader) [04:20:54] [main/WARN]: @Mixin target net.irisshaders.iris.pipeline.programs.ExtendedShader was not found mixins.epicfight.json:IrisMixinExtendedShader [04:20:55] [main/WARN]: Error loading class: net/irisshaders/iris/pipeline/PipelineManager (java.lang.ClassNotFoundException: net.irisshaders.iris.pipeline.PipelineManager) [04:20:55] [main/WARN]: @Mixin target net.irisshaders.iris.pipeline.PipelineManager was not found mixins.epicfight.json:IrisMixinPipelineManager [04:20:55] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/SkinUtil (java.lang.ClassNotFoundException: dev.tr7zw.skinlayers.SkinUtil) [04:20:55] [main/WARN]: @Mixin target dev.tr7zw.skinlayers.SkinUtil was not found mixins.epicfight.json:SkinLayer3DMixinSkinUtil [04:20:55] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/versionless/render/CustomModelPart (java.lang.ClassNotFoundException: dev.tr7zw.skinlayers.versionless.render.CustomModelPart) [04:20:55] [main/WARN]: @Mixin target dev.tr7zw.skinlayers.versionless.render.CustomModelPart was not found mixins.epicfight.json:SkinLayer3DMixinCustomModelPart [04:20:55] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/versionless/render/CustomizableCube (java.lang.ClassNotFoundException: dev.tr7zw.skinlayers.versionless.render.CustomizableCube) [04:20:55] [main/WARN]: @Mixin target dev.tr7zw.skinlayers.versionless.render.CustomizableCube was not found mixins.epicfight.json:SkinLayer3DMixinCustomizableCubeWrapper$SkinLayer3DMixinCustomModelCube [04:20:56] [main/WARN]: Error loading class: de/teamlapen/vampirism/client/renderer/entity/layers/VampirePlayerHeadLayer (java.lang.ClassNotFoundException: de.teamlapen.vampirism.client.renderer.entity.layers.VampirePlayerHeadLayer) [04:20:56] [main/WARN]: @Mixin target de.teamlapen.vampirism.client.renderer.entity.layers.VampirePlayerHeadLayer was not found mixins.epicfight.json:VampirismMixinVampirePlayerHeadLayer [04:20:56] [main/WARN]: Error loading class: de/teamlapen/werewolves/client/render/layer/HumanWerewolfLayer (java.lang.ClassNotFoundException: de.teamlapen.werewolves.client.render.layer.HumanWerewolfLayer) [04:20:56] [main/WARN]: @Mixin target de.teamlapen.werewolves.client.render.layer.HumanWerewolfLayer was not found mixins.epicfight.json:WerewolvesMixinHumanWerewolfLayer [04:20:97] [main/WARN]: Error loading class: tfar/davespotioneering/blockentity/AdvancedBrewingStandBlockEntity (java.lang.ClassNotFoundException: tfar.davespotioneering.blockentity.AdvancedBrewingStandBlockEntity) [04:20:97] [main/WARN]: @Mixin target tfar.davespotioneering.blockentity.AdvancedBrewingStandBlockEntity was not found itemproductionlib.mixins.json:davespotioneering/AdvancedBrewingStandBlockEntityMixin [04:20:98] [main/WARN]: Error loading class: fuzs/visualworkbench/world/inventory/ModCraftingMenu (java.lang.ClassNotFoundException: fuzs.visualworkbench.world.inventory.ModCraftingMenu) [04:20:98] [main/WARN]: @Mixin target fuzs.visualworkbench.world.inventory.ModCraftingMenu was not found itemproductionlib.mixins.json:visualworkbench/ModCraftingMenuMixin [04:20:02] [main/WARN]: Error loading class: fuzs/easymagic/world/inventory/ModEnchantmentMenu (java.lang.ClassNotFoundException: fuzs.easymagic.world.inventory.ModEnchantmentMenu) [04:20:02] [main/WARN]: @Mixin target fuzs.easymagic.world.inventory.ModEnchantmentMenu was not found skilltree.mixins.json:easymagic/ModEnchantmentMenuMixin [04:20:02] [main/WARN]: Error loading class: dev/shadowsoffire/apotheosis/ench/table/ApothEnchantmentMenu (java.lang.ClassNotFoundException: dev.shadowsoffire.apotheosis.ench.table.ApothEnchantmentMenu) [04:20:02] [main/WARN]: @Mixin target dev.shadowsoffire.apotheosis.ench.table.ApothEnchantmentMenu was not found skilltree.mixins.json:apotheosis/ApothEnchantContainerMixin [04:20:02] [main/WARN]: Error loading class: dev/shadowsoffire/apotheosis/adventure/socket/SocketingRecipe (java.lang.ClassNotFoundException: dev.shadowsoffire.apotheosis.adventure.socket.SocketingRecipe) [04:20:02] [main/WARN]: @Mixin target dev.shadowsoffire.apotheosis.adventure.socket.SocketingRecipe was not found skilltree.mixins.json:apotheosis/SocketingRecipeMixin [04:20:03] [main/WARN]: Error loading class: dev/shadowsoffire/apotheosis/adventure/socket/gem/bonus/AttributeBonus (java.lang.ClassNotFoundException: dev.shadowsoffire.apotheosis.adventure.socket.gem.bonus.AttributeBonus) [04:20:03] [main/WARN]: @Mixin target dev.shadowsoffire.apotheosis.adventure.socket.gem.bonus.AttributeBonus was not found skilltree.mixins.json:apotheosis/AttributeBonusMixin [04:20:03] [main/WARN]: Error loading class: dev/shadowsoffire/apotheosis/adventure/socket/gem/bonus/EnchantmentBonus (java.lang.ClassNotFoundException: dev.shadowsoffire.apotheosis.adventure.socket.gem.bonus.EnchantmentBonus) [04:20:03] [main/WARN]: @Mixin target dev.shadowsoffire.apotheosis.adventure.socket.gem.bonus.EnchantmentBonus was not found skilltree.mixins.json:apotheosis/EnchantmentBonusMixin [04:20:04] [main/WARN]: Error loading class: dev/shadowsoffire/apotheosis/adventure/client/AdventureModuleClient (java.lang.ClassNotFoundException: dev.shadowsoffire.apotheosis.adventure.client.AdventureModuleClient) [04:20:04] [main/WARN]: @Mixin target dev.shadowsoffire.apotheosis.adventure.client.AdventureModuleClient was not found skilltree.mixins.json:apotheosis/AdventureModuleClientMixin [04:20:16] [main/WARN]: Inventory Profiles Next: Doing our own dependency resolving! Because Forge is being Forge....: https://github.com/MinecraftForge/MinecraftForge/issues/9088 [04:20:19] [main/WARN]: Error loading class: de/maxhenkel/easyvillagers/blocks/tileentity/TraderTileentityBase (java.lang.ClassNotFoundException: de.maxhenkel.easyvillagers.blocks.tileentity.TraderTileentityBase) [04:20:19] [main/WARN]: @Mixin target de.maxhenkel.easyvillagers.blocks.tileentity.TraderTileentityBase was not found mixins.ipnext.json:MixinTraderTileEntityBase [04:20:52] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.4.1). [04:20:39] [pool-4-thread-1/WARN]: @Final field f_31427_:[I in mixins.epicfight.json:MixinWitherBoss should be final [04:20:39] [pool-4-thread-1/WARN]: @Final field f_31428_:[I in mixins.epicfight.json:MixinWitherBoss should be final [04:20:60] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 130 milliseconds [04:20:43] [Render thread/WARN]: Assets URL 'union:/C:/Users/Match/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23320!/assets/.mcassetsroot' uses unexpected schema [04:20:43] [Render thread/WARN]: Assets URL 'union:/C:/Users/Match/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.20.1-20230612.114412/client-1.20.1-20230612.114412-srg.jar%23320!/data/.mcassetsroot' uses unexpected schema [04:20:45] [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' [04:20:99] [Render thread/ERROR]: Failed to verify authentication com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56)  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:147)  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:63)  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:124)  at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_193585_(Minecraft.java:649)  at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:413)  at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:182)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.base/java.lang.reflect.Method.invoke(Method.java:568)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)  at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: MinecraftClientHttpException[type=HTTP_ERROR, status=401, response=ErrorResponse[path='/player/attributes', error='null', details=null, errorMessage='null']]  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85)  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48)  at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:122)  ... 20 more [04:20:99] [Render thread/INFO]: Setting user: oo_QRcod_oo [04:20:17] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [04:20:17] [Render thread/INFO]: [OptiFine] Forge version: 47.3.12 [04:20:18] [Render thread/INFO]: [OptiFine] Forge version above 47.0.3, antialiasing disabled [04:20:18] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [04:20:24] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.SharedSecrets [04:20:24] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: jdk.internal.misc.SharedSecrets [04:20:24] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.VM [04:20:24] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.reflect.InaccessibleObjectException: Unable to make public static long jdk.internal.misc.VM.maxDirectMemory() accessible: module java.base does not "exports jdk.internal.misc" to module net.optifine [04:20:28] [Render thread/INFO]: [OptiFine]  [04:20:28] [Render thread/INFO]: [OptiFine] OptiFine_1.20.1_HD_U_I6_pre6 [04:20:28] [Render thread/INFO]: [OptiFine] Build: 20230727-130058 [04:20:28] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [04:20:28] [Render thread/INFO]: [OptiFine] Java: 17.0.8, Microsoft [04:20:28] [Render thread/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Microsoft [04:20:28] [Render thread/INFO]: [OptiFine] LWJGL: 3.4.0 Win32 WGL Null EGL OSMesa VisualC DLL [04:20:28] [Render thread/INFO]: [OptiFine] OpenGL: NVIDIA GeForce GTX 1650/PCIe/SSE2, version 4.6.0 NVIDIA 566.36, NVIDIA Corporation [04:20:29] [Render thread/INFO]: [OptiFine] OpenGL Version: 4.6.0 [04:20:29] [Render thread/INFO]: [OptiFine] Maximum texture size: 32768x32768 [04:20:30] [VersionCheck/INFO]: [OptiFine] Checking for new version [04:20:30] [Render thread/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 566.36 [04:20:30] [Render thread/INFO]: [Shaders] Vendor: NVIDIA Corporation [04:20:30] [Render thread/INFO]: [Shaders] Renderer: NVIDIA GeForce GTX 1650/PCIe/SSE2 [04:20:30] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0  [04:20:31] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [04:20:31] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS: 8 [04:20:31] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [04:20:31] [Render thread/INFO]: [Shaders] Load shaders configuration. [04:20:32] [Render thread/INFO]: [Shaders] Loaded shaderpack: ComplementaryUnbound_r5.3 (1).zip [04:20:34] [Render thread/INFO]: [OptiFine] [Shaders] Worlds: -1, 0, 1 [04:20:37] [Render thread/WARN]: [OptiFine] Ambiguous shader option: COLORED_LIGHTING_INTERNAL [04:20:37] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: COLORED_LIGHTING [04:20:37] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 0 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: WATER_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 1 [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 3 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: AURORA_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 1 [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 2 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: SUN_MOON_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 1 [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 2 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: CLOUD_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 1 [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 3 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: WATER_STYLE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: WATER_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: WATER_STYLE_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: WATER_CAUSTIC_STYLE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: WATER_STYLE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: WATER_CAUSTIC_STYLE_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: AURORA_STYLE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: AURORA_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: AURORA_STYLE_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: SUN_MOON_STYLE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: SUN_MOON_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: SUN_MOON_STYLE_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: CLOUD_STYLE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: CLOUD_STYLE_DEFAULT [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: CLOUD_STYLE_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: sunPathRotation [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 0.0 [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: -40.0 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: shadowMapResolution [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 2048 [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 4096 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: SSAO_QUALI [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: SSAO_QUALI_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 0 [04:20:44] [Render thread/WARN]: [OptiFine] Ambiguous shader option: LIGHTSHAFT_QUALI [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: LIGHTSHAFT_QUALI_DEFINE [04:20:44] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 0 [04:20:45] [Render thread/WARN]: [OptiFine] Ambiguous shader option: WATER_MAT_QUALITY [04:20:45] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 1 [04:20:47] [Render thread/WARN]: [OptiFine] - in world-1/shadow.vsh: 2 [04:20:75] [VersionCheck/INFO]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.20.1/HD_U.txt [04:20:04] [Render thread/WARN]: [OptiFine] Ambiguous shader option: CLOUD_BASE_ADD [04:20:04] [Render thread/WARN]: [OptiFine] - in world-1/deferred1.vsh: 0.65 [04:20:04] [Render thread/WARN]: [OptiFine] - in world-1/deferred1.vsh: 0.9 [04:20:04] [Render thread/WARN]: [OptiFine] Ambiguous shader option: CLOUD_FAR_ADD [04:20:04] [Render thread/WARN]: [OptiFine] - in world-1/deferred1.vsh: 0.01 [04:20:04] [Render thread/WARN]: [OptiFine] - in world-1/deferred1.vsh: -0.005 [04:20:04] [Render thread/WARN]: [OptiFine] Ambiguous shader option: CLOUD_ABOVE_ADD [04:20:04] [Render thread/WARN]: [OptiFine] - in world-1/deferred1.vsh: 0.1 [04:20:04] [Render thread/WARN]: [OptiFine] - in world-1/deferred1.vsh: 0.03 [04:20:92] [Render thread/WARN]: [OptiFine] Unknown macro value: SHADOW_QUALITY [04:20:93] [Render thread/WARN]: [OptiFine] Unknown macro value: FXAA_DEFINE [04:20:93] [Render thread/WARN]: [OptiFine] Unknown macro value: ENTITY_SHADOWS_DEFINE [04:20:93] [Render thread/WARN]: [OptiFine] Unknown macro value: PLAYER_SHADOW [04:20:93] [Render thread/WARN]: [OptiFine] Unknown macro value: PLAYER_SHADOW [04:20:93] [Render thread/WARN]: [OptiFine] Unknown macro value: RAIN_PUDDLES [04:20:94] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of block mappings after resources are loaded [04:20:94] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded [04:20:94] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded [04:20:96] [Render thread/INFO]: [Shaders] Custom texture: texture.gbuffers.gaux4 = lib/textures/cloud-water.png [04:20:96] [Render thread/INFO]: [Shaders] Custom texture: texture.deferred.colortex3 = lib/textures/cloud-water.png [04:20:96] [Render thread/INFO]: [Shaders] Custom uniform: framemod8 [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: isEyeInCave [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inDry [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inRainy [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inSnowy [04:20:99] [Render thread/INFO]: [Shaders] Custom variable: difX [04:20:99] [Render thread/INFO]: [Shaders] Custom variable: difY [04:20:99] [Render thread/INFO]: [Shaders] Custom variable: difZ [04:20:99] [Render thread/INFO]: [Shaders] Custom variable: difSum [04:20:99] [Render thread/INFO]: [Shaders] Custom variable: moving [04:20:99] [Render thread/INFO]: [Shaders] Custom variable: moved [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: starter [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: frameTimeSmooth [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: eyeBrightnessM [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: eyeBrightnessM2 [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: rainFactor [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inNetherWastes [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inCrimsonForest [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inWarpedForest [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inBasaltDeltas [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: inSoulValley [04:20:99] [Render thread/INFO]: [Shaders] Custom uniform: skyColorSmooth [04:20:00] [Render thread/INFO]: [Shaders] Custom uniform: maxBlindnessDarkness [04:20:00] [Render thread/WARN]: [Shaders] net.optifine.expr.ParseException: Model variable not found: darknessFactor [04:20:49] [modloading-worker-0/INFO]: Loaded maxhealthfix for Forge. [04:20:52] [modloading-worker-0/INFO]: Loaded mod compat: GeckolibCompat [04:20:69] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\README.toml [04:20:73] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\README.toml for updates [04:20:73] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\main.toml [04:20:75] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\main.toml for updates [04:20:75] [Thread-2/INFO]: Reloading config file config\SpecialMobs\main.toml [04:20:90] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\_normal_creepers.toml [04:20:91] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\_normal_creepers.toml for updates [04:20:93] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\dark_creepers.toml [04:20:94] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\dark_creepers.toml for updates [04:20:95] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\dark_creepers.toml [04:20:95] [modloading-worker-0/INFO]: Forge mod loading, version 47.3.12, for MC 1.20.1 with MCP 20230612.114412 [04:20:95] [modloading-worker-0/INFO]: MinecraftForge v47.3.12 Initialized [04:20:96] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\death_creepers.toml [04:20:97] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\death_creepers.toml for updates [04:20:97] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\dirt_creepers.toml [04:20:98] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\dirt_creepers.toml for updates [04:20:98] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\dirt_creepers.toml [04:20:98] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\doom_creepers.toml [04:20:99] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\doom_creepers.toml for updates [04:20:03] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\drowning_creepers.toml [04:20:04] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\drowning_creepers.toml for updates [04:20:05] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\ender_creepers.toml [04:20:06] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\ender_creepers.toml for updates [04:20:08] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\fire_creepers.toml [04:20:09] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\fire_creepers.toml for updates [04:20:09] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\fire_creepers.toml [04:20:09] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\gravel_creepers.toml [04:20:10] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\gravel_creepers.toml for updates [04:20:11] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\jumping_creepers.toml [04:20:11] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\jumping_creepers.toml for updates [04:20:12] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\lightning_creepers.toml [04:20:13] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\lightning_creepers.toml for updates [04:20:13] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\mini_creepers.toml [04:20:14] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\mini_creepers.toml for updates [04:20:14] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\mini_creepers.toml [04:20:15] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\sand_creepers.toml [04:20:16] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\sand_creepers.toml for updates [04:20:16] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\sand_creepers.toml [04:20:17] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\scope_creepers.toml [04:20:18] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\scope_creepers.toml for updates [04:20:18] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\scope_creepers.toml [04:20:20] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\snow_creepers.toml [04:20:21] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\snow_creepers.toml for updates [04:20:21] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\snow_creepers.toml [04:20:22] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\skeleton_creepers.toml [04:20:23] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\skeleton_creepers.toml for updates [04:20:24] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\splitting_creepers.toml [04:20:25] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\splitting_creepers.toml for updates [04:20:26] [modloading-worker-0/INFO]: [LMFT]: Loaded Config File! [04:20:28] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\creepers\_family_of_creepers.toml [04:20:29] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\creepers\_family_of_creepers.toml for updates [04:20:29] [Thread-2/INFO]: Reloading config file config\SpecialMobs\creepers\_family_of_creepers.toml [04:20:31] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\_normal_zombies.toml [04:20:32] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\_normal_zombies.toml for updates [04:20:32] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\brute_zombies.toml [04:20:33] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\brute_zombies.toml for updates [04:20:34] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\fire_zombies.toml [04:20:35] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\fire_zombies.toml for updates [04:20:35] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\fishing_zombies.toml [04:20:36] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\fishing_zombies.toml for updates [04:20:36] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\frozen_zombies.toml [04:20:37] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\frozen_zombies.toml for updates [04:20:37] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\giant_zombies.toml [04:20:38] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\giant_zombies.toml for updates [04:20:39] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\hungry_zombies.toml [04:20:40] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\hungry_zombies.toml for updates [04:20:40] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\husk_zombies.toml [04:20:41] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\husk_zombies.toml for updates [04:20:42] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\mad_scientist_zombies.toml [04:20:43] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\mad_scientist_zombies.toml for updates [04:20:44] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\plague_zombies.toml [04:20:45] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\plague_zombies.toml for updates [04:20:45] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombies\_family_of_zombies.toml [04:20:45] [Thread-2/INFO]: Reloading config file config\SpecialMobs\zombies\plague_zombies.toml [04:20:46] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombies\_family_of_zombies.toml for updates [04:20:47] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\_normal_drowned.toml [04:20:48] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\_normal_drowned.toml for updates [04:20:49] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\abyssal_drowned.toml [04:20:50] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\abyssal_drowned.toml for updates [04:20:50] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\brute_drowned.toml [04:20:51] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\brute_drowned.toml for updates [04:20:51] [Thread-2/INFO]: Reloading config file config\SpecialMobs\drowned\brute_drowned.toml [04:20:51] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\fishing_drowned.toml [04:20:52] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\fishing_drowned.toml for updates [04:20:53] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\frozen_drowned.toml [04:20:54] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\frozen_drowned.toml for updates [04:20:54] [Thread-2/INFO]: Reloading config file config\SpecialMobs\drowned\frozen_drowned.toml [04:20:54] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\giant_drowned.toml [04:20:55] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\giant_drowned.toml for updates [04:20:55] [Thread-2/INFO]: Reloading config file config\SpecialMobs\drowned\giant_drowned.toml [04:20:55] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\hungry_drowned.toml [04:20:56] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\hungry_drowned.toml for updates [04:20:57] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\knight_drowned.toml [04:20:58] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\knight_drowned.toml for updates [04:20:58] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\plague_drowned.toml [04:20:59] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\plague_drowned.toml for updates [04:20:59] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\drowned\_family_of_drowned.toml [04:20:59] [Thread-2/INFO]: Reloading config file config\SpecialMobs\drowned\plague_drowned.toml [04:20:60] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\drowned\_family_of_drowned.toml for updates [04:20:61] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\_normal_zombified_piglins.toml [04:20:65] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\_normal_zombified_piglins.toml for updates [04:20:65] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\brute_zombified_piglins.toml [04:20:66] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\brute_zombified_piglins.toml for updates [04:20:66] [Thread-2/INFO]: Reloading config file config\SpecialMobs\zombified_piglins\brute_zombified_piglins.toml [04:20:68] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\fishing_zombified_piglins.toml [04:20:68] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\fishing_zombified_piglins.toml for updates [04:20:69] [Thread-2/INFO]: Reloading config file config\SpecialMobs\zombified_piglins\fishing_zombified_piglins.toml [04:20:69] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\giant_zombified_piglins.toml [04:20:70] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\giant_zombified_piglins.toml for updates [04:20:70] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\hungry_zombified_piglins.toml [04:20:71] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\hungry_zombified_piglins.toml for updates [04:20:72] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\knight_zombified_piglins.toml [04:20:73] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\knight_zombified_piglins.toml for updates [04:20:73] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\plague_zombified_piglins.toml [04:20:74] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\plague_zombified_piglins.toml for updates [04:20:74] [Thread-2/INFO]: Reloading config file config\SpecialMobs\zombified_piglins\plague_zombified_piglins.toml [04:20:74] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\vampire_zombified_piglins.toml [04:20:75] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\vampire_zombified_piglins.toml for updates [04:20:75] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\zombified_piglins\_family_of_zombified_piglins.toml [04:20:76] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\zombified_piglins\_family_of_zombified_piglins.toml for updates [04:20:76] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\_normal_skeletons.toml [04:20:77] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\_normal_skeletons.toml for updates [04:20:78] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\brute_skeletons.toml [04:20:79] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\brute_skeletons.toml for updates [04:20:79] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\fire_skeletons.toml [04:20:80] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\fire_skeletons.toml for updates [04:20:80] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\gatling_skeletons.toml [04:20:81] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\gatling_skeletons.toml for updates [04:20:81] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\giant_skeletons.toml [04:20:82] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\giant_skeletons.toml for updates [04:20:83] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\knight_skeletons.toml [04:20:84] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\knight_skeletons.toml for updates [04:20:84] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\ninja_skeletons.toml [04:20:85] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\ninja_skeletons.toml for updates [04:20:86] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\poison_skeletons.toml [04:20:86] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\poison_skeletons.toml for updates [04:20:87] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\sniper_skeletons.toml [04:20:88] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\sniper_skeletons.toml for updates [04:20:88] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\spitfire_skeletons.toml [04:20:89] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\spitfire_skeletons.toml for updates [04:20:89] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\stray_skeletons.toml [04:20:90] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\stray_skeletons.toml for updates [04:20:90] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\weathered_skeletons.toml [04:20:91] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\weathered_skeletons.toml for updates [04:20:91] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\skeletons\_family_of_skeletons.toml [04:20:92] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\skeletons\_family_of_skeletons.toml for updates [04:20:93] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\_normal_wither_skeletons.toml [04:20:94] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\_normal_wither_skeletons.toml for updates [04:20:94] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\brute_wither_skeletons.toml [04:20:95] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\brute_wither_skeletons.toml for updates [04:20:96] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\gatling_wither_skeletons.toml [04:20:96] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\gatling_wither_skeletons.toml for updates [04:20:97] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\giant_wither_skeletons.toml [04:20:98] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\giant_wither_skeletons.toml for updates [04:20:98] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\knight_wither_skeletons.toml [04:20:99] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\knight_wither_skeletons.toml for updates [04:20:00] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\ninja_wither_skeletons.toml [04:20:01] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\ninja_wither_skeletons.toml for updates [04:20:01] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\sniper_wither_skeletons.toml [04:20:02] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\sniper_wither_skeletons.toml for updates [04:20:02] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\spitfire_wither_skeletons.toml [04:20:03] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\spitfire_wither_skeletons.toml for updates [04:20:03] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\wither_skeletons\_family_of_wither_skeletons.toml [04:20:04] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\wither_skeletons\_family_of_wither_skeletons.toml for updates [04:20:05] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\_normal_slimes.toml [04:20:07] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\_normal_slimes.toml for updates [04:20:07] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\blackberry_slimes.toml [04:20:08] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\blackberry_slimes.toml for updates [04:20:08] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\blueberry_slimes.toml [04:20:09] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\blueberry_slimes.toml for updates [04:20:10] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\caramel_slimes.toml [04:20:11] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\caramel_slimes.toml for updates [04:20:11] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\frozen_slimes.toml [04:20:12] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\frozen_slimes.toml for updates [04:20:12] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\grape_slimes.toml [04:20:13] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\grape_slimes.toml for updates [04:20:14] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\lemon_slimes.toml [04:20:15] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\lemon_slimes.toml for updates [04:20:15] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\potion_slimes.toml [04:20:16] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\potion_slimes.toml for updates [04:20:17] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\strawberry_slimes.toml [04:20:18] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\strawberry_slimes.toml for updates [04:20:18] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\watermelon_slimes.toml [04:20:19] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\watermelon_slimes.toml for updates [04:20:19] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\slimes\_family_of_slimes.toml [04:20:20] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\slimes\_family_of_slimes.toml for updates [04:20:21] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\magma_cubes\_normal_magma_cubes.toml [04:20:23] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\magma_cubes\_normal_magma_cubes.toml for updates [04:20:23] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\magma_cubes\bouncing_magma_cubes.toml [04:20:24] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\magma_cubes\bouncing_magma_cubes.toml for updates [04:20:24] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\magma_cubes\hardened_magma_cubes.toml [04:20:25] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\magma_cubes\hardened_magma_cubes.toml for updates [04:20:26] [Thread-2/INFO]: Reloading config file config\SpecialMobs\magma_cubes\hardened_magma_cubes.toml [04:20:26] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\magma_cubes\sticky_magma_cubes.toml [04:20:26] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\magma_cubes\sticky_magma_cubes.toml for updates [04:20:27] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\magma_cubes\volatile_magma_cubes.toml [04:20:28] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\magma_cubes\volatile_magma_cubes.toml for updates [04:20:28] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\magma_cubes\_family_of_magma_cubes.toml [04:20:29] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\magma_cubes\_family_of_magma_cubes.toml for updates [04:20:30] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\_normal_spiders.toml [04:20:31] [modloading-worker-0/INFO]: Kotlin For Forge Enabled! [04:20:31] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\_normal_spiders.toml for updates [04:20:31] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\baby_spiders.toml [04:20:32] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\baby_spiders.toml for updates [04:20:33] [Thread-2/INFO]: Reloading config file config\SpecialMobs\spiders\baby_spiders.toml [04:20:33] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\desert_spiders.toml [04:20:34] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\desert_spiders.toml for updates [04:20:34] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\fire_spiders.toml [04:20:35] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\fire_spiders.toml for updates [04:20:36] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\flying_spiders.toml [04:20:37] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\flying_spiders.toml for updates [04:20:37] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\giant_spiders.toml [04:20:38] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\giant_spiders.toml for updates [04:20:38] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\hungry_spiders.toml [04:20:39] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\hungry_spiders.toml for updates [04:20:40] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\mother_spiders.toml [04:20:41] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\mother_spiders.toml for updates [04:20:41] [modloading-worker-0/INFO]: [libIPN] libIPN - init in Kotlin [04:20:41] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\pale_spiders.toml [04:20:42] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\pale_spiders.toml for updates [04:20:43] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\poison_spiders.toml [04:20:44] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\poison_spiders.toml for updates [04:20:44] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\water_spiders.toml [04:20:45] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\water_spiders.toml for updates [04:20:45] [Thread-2/INFO]: Reloading config file config\SpecialMobs\spiders\water_spiders.toml [04:20:46] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\web_spiders.toml [04:20:47] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\web_spiders.toml for updates [04:20:47] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\witch_spiders.toml [04:20:48] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\witch_spiders.toml for updates [04:20:48] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\spiders\_family_of_spiders.toml [04:20:49] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\spiders\_family_of_spiders.toml for updates [04:20:50] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\_normal_cave_spiders.toml [04:20:51] [modloading-worker-0/INFO]: Loaded 293 hat entries from simplehats.json [04:20:52] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\_normal_cave_spiders.toml for updates [04:20:53] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\baby_cave_spiders.toml [04:20:54] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\baby_cave_spiders.toml for updates [04:20:54] [modloading-worker-0/INFO]: Loading Noisium. [04:20:54] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\desert_cave_spiders.toml [04:20:55] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\desert_cave_spiders.toml for updates [04:20:55] [modloading-worker-0/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:20:55] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\fire_cave_spiders.toml [04:20:56] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\fire_cave_spiders.toml for updates [04:20:56] [Thread-2/INFO]: Reloading config file config\SpecialMobs\cave_spiders\fire_cave_spiders.toml [04:20:57] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\flying_cave_spiders.toml [04:20:58] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\flying_cave_spiders.toml for updates [04:20:58] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\mother_cave_spiders.toml [04:20:59] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\mother_cave_spiders.toml for updates [04:20:59] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\pale_cave_spiders.toml [04:20:60] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\pale_cave_spiders.toml for updates [04:20:61] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\water_cave_spiders.toml [04:20:61] [modloading-worker-0/INFO]: [Inventory Profiles Next] Inventory Profiles Next - init in Kotlin [04:20:62] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\water_cave_spiders.toml for updates [04:20:62] [modloading-worker-0/INFO]: Loaded config for: cupboard.json [04:20:62] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\web_cave_spiders.toml [04:20:63] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\web_cave_spiders.toml for updates [04:20:63] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\witch_cave_spiders.toml [04:20:64] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\witch_cave_spiders.toml for updates [04:20:64] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\cave_spiders\_family_of_cave_spiders.toml [04:20:64] [Thread-2/INFO]: Reloading config file config\SpecialMobs\cave_spiders\witch_cave_spiders.toml [04:20:65] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\cave_spiders\_family_of_cave_spiders.toml for updates [04:20:66] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\_normal_silverfish.toml [04:20:67] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\_normal_silverfish.toml for updates [04:20:68] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\albino_silverfish.toml [04:20:68] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\albino_silverfish.toml for updates [04:20:69] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\blinding_silverfish.toml [04:20:70] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\blinding_silverfish.toml for updates [04:20:70] [Thread-2/INFO]: Reloading config file config\SpecialMobs\silverfish\blinding_silverfish.toml [04:20:71] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\desiccated_silverfish.toml [04:20:71] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\desiccated_silverfish.toml for updates [04:20:71] [modloading-worker-0/INFO]: Registering S2C receiver with id architectury:sync_ids [04:20:72] [modloading-worker-0/INFO]: Registering C2S receiver with id architectury:sync_ids [04:20:72] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\fire_silverfish.toml [04:20:81] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\fire_silverfish.toml for updates [04:20:81] [Thread-2/INFO]: Reloading config file config\SpecialMobs\silverfish\fire_silverfish.toml [04:20:82] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\fishing_silverfish.toml [04:20:83] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\fishing_silverfish.toml for updates [04:20:83] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\flying_silverfish.toml [04:20:84] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\flying_silverfish.toml for updates [04:20:84] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\poison_silverfish.toml [04:20:85] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\poison_silverfish.toml for updates [04:20:86] [Thread-2/INFO]: Reloading config file config\SpecialMobs\silverfish\poison_silverfish.toml [04:20:86] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\puffer_silverfish.toml [04:20:87] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\puffer_silverfish.toml for updates [04:20:87] [Thread-2/INFO]: Reloading config file config\SpecialMobs\silverfish\puffer_silverfish.toml [04:20:87] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\tough_silverfish.toml [04:20:88] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\tough_silverfish.toml for updates [04:20:88] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\silverfish\_family_of_silverfish.toml [04:20:89] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\silverfish\_family_of_silverfish.toml for updates [04:20:98] [modloading-worker-0/INFO]: Registering C2S receiver with id sleepy_hollows:sanity_channel/db562bf2f642395fb1576231339fc5aa [04:20:89] [Thread-2/INFO]: Reloading config file config\SpecialMobs\silverfish\_family_of_silverfish.toml [04:20:08] [modloading-worker-0/INFO]: Registering S2C receiver with id sleepy_hollows:sanity_channel/db562bf2f642395fb1576231339fc5aa [04:20:08] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\_normal_endermen.toml [04:20:08] [modloading-worker-0/INFO]: Sleepy Hollows has been initialized in the common setup phase. [04:20:09] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\_normal_endermen.toml for updates [04:20:10] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\blinding_endermen.toml [04:20:10] [modloading-worker-0/INFO]: Sleepy Hollows initialized successfully on the Forge platform. [04:20:10] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\blinding_endermen.toml for updates [04:20:11] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\flame_endermen.toml [04:20:12] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\flame_endermen.toml for updates [04:20:12] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\icy_endermen.toml [04:20:13] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\icy_endermen.toml for updates [04:20:13] [Thread-2/INFO]: Reloading config file config\SpecialMobs\endermen\icy_endermen.toml [04:20:13] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\lightning_endermen.toml [04:20:14] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\lightning_endermen.toml for updates [04:20:14] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\mini_endermen.toml [04:20:15] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\mini_endermen.toml for updates [04:20:15] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\mirage_endermen.toml [04:20:16] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\mirage_endermen.toml for updates [04:20:22] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\runic_endermen.toml [04:20:23] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\runic_endermen.toml for updates [04:20:23] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\thief_endermen.toml [04:20:24] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\thief_endermen.toml for updates [04:20:24] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\endermen\_family_of_endermen.toml [04:20:25] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\endermen\_family_of_endermen.toml for updates [04:20:28] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\_normal_witches.toml [04:20:29] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\_normal_witches.toml for updates [04:20:29] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\domination_witches.toml [04:20:30] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\domination_witches.toml for updates [04:20:30] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\ice_witches.toml [04:20:31] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\ice_witches.toml for updates [04:20:31] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\shadows_witches.toml [04:20:32] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\shadows_witches.toml for updates [04:20:32] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\undead_witches.toml [04:20:33] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\undead_witches.toml for updates [04:20:34] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\wilds_witches.toml [04:20:35] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\wilds_witches.toml for updates [04:20:35] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\wind_witches.toml [04:20:36] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\wind_witches.toml for updates [04:20:36] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\witches\_family_of_witches.toml [04:20:37] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\witches\_family_of_witches.toml for updates [04:20:37] [Thread-2/INFO]: Reloading config file config\SpecialMobs\witches\_family_of_witches.toml [04:20:38] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\_normal_ghasts.toml [04:20:39] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\_normal_ghasts.toml for updates [04:20:39] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\baby_ghasts.toml [04:20:40] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\baby_ghasts.toml for updates [04:20:40] [Thread-2/INFO]: Reloading config file config\SpecialMobs\ghasts\baby_ghasts.toml [04:20:40] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\corporeal_shift_ghasts.toml [04:20:41] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\corporeal_shift_ghasts.toml for updates [04:20:41] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\fighter_ghasts.toml [04:20:42] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\fighter_ghasts.toml for updates [04:20:42] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\king_ghasts.toml [04:20:43] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\king_ghasts.toml for updates [04:20:44] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\queen_ghasts.toml [04:20:45] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\queen_ghasts.toml for updates [04:20:45] [Thread-2/INFO]: Reloading config file config\SpecialMobs\ghasts\queen_ghasts.toml [04:20:45] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\slab_ghasts.toml [04:20:46] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\slab_ghasts.toml for updates [04:20:46] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\unholy_ghasts.toml [04:20:47] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\unholy_ghasts.toml for updates [04:20:47] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\ghasts\_family_of_ghasts.toml [04:20:47] [Thread-2/INFO]: Reloading config file config\SpecialMobs\ghasts\unholy_ghasts.toml [04:20:48] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\ghasts\_family_of_ghasts.toml for updates [04:20:48] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\_normal_blazes.toml [04:20:49] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\_normal_blazes.toml for updates [04:20:50] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\armored_blazes.toml [04:20:51] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\armored_blazes.toml for updates [04:20:51] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\cinder_blazes.toml [04:20:52] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\cinder_blazes.toml for updates [04:20:52] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\conflagration_blazes.toml [04:20:53] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\conflagration_blazes.toml for updates [04:20:53] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\ember_blazes.toml [04:20:54] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\ember_blazes.toml for updates [04:20:54] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\hellfire_blazes.toml [04:20:55] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\hellfire_blazes.toml for updates [04:20:55] [Thread-2/INFO]: Reloading config file config\SpecialMobs\blazes\hellfire_blazes.toml [04:20:55] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\inferno_blazes.toml [04:20:56] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\inferno_blazes.toml for updates [04:20:57] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\jolt_blazes.toml [04:20:57] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\jolt_blazes.toml for updates [04:20:58] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\wildfire_blazes.toml [04:20:59] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\wildfire_blazes.toml for updates [04:20:59] [modloading-worker-0/INFO]: First-time loading config file config\SpecialMobs\blazes\_family_of_blazes.toml [04:20:59] [modloading-worker-0/INFO]: Started watching config file config\SpecialMobs\blazes\_family_of_blazes.toml for updates [04:20:79] [modloading-worker-0/INFO]: [DivineRPG] Registered events [04:20:56] [Render thread/INFO]: Generated 293 hat items from hat entries. [04:21:85] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:loot_table_alias [04:21:86] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:data_handler_type [04:21:87] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:dynamic_spawner [04:21:87] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:jigsaw_type [04:21:01] [Render thread/INFO]: [DivineRPG] Attached entity attributes [04:21:40] [Render thread/INFO]: loaded in block colorizer [04:21:41] [Render thread/INFO]: registering block color handlers [04:21:41] [Render thread/INFO]: loaded in item colorizer [04:21:30] [Render thread/INFO]: [DivineRPG] Registered entity renders [04:21:57] [Render thread/INFO]: Reloading ResourceManager: vanilla, mod_resources [04:21:61] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:21:61] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:21:61] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:21:61] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:21:65] [Render thread/INFO]: Successfully loaded 0 assets remolders! [04:21:65] [Render thread/INFO]: [OptiFine] *** Reloading textures *** [04:21:67] [Render thread/INFO]: [OptiFine] Resource packs: mod_resources [04:21:69] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:21:69] [Render thread/INFO]: [OptiFine] EmissiveTextures: Loading optifine/emissive.properties java.lang.Exception: Given object couldn't be converted to value! -  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:82] [Worker-Main-1/ERROR]: Unable to parse animation: idle software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! -  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:84] [Worker-Main-1/ERROR]: Unable to parse animation: idle software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! -  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:87] [Worker-Main-1/ERROR]: Unable to parse animation: idle software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! -  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:163)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:70)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:91] [Worker-Main-4/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading [04:21:99] [Worker-Main-3/ERROR]: Unable to parse animation: running [04:21:99] [Worker-Main-5/WARN]: File callfromthedepth_:sounds/neizvesten_-_dark_souls_3_soundtrack_-_soul_of_cinder_69847183.ogg does not exist, cannot add it to event callfromthedepth_:bstestsound software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:163)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:70)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) [04:21:03] [Worker-Main-5/WARN]: File cataclysm:sounds/entity/maledictus_leap.ogg does not exist, cannot add it to event cataclysm:maledictus_leap  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! -  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:163)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:70)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:18] [Worker-Main-3/ERROR]: Unable to parse animation: attack software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:163)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:70)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! -  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:161)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:19] [Worker-Main-1/ERROR]: Unable to parse animation: attack software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:161)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0  at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)  at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)  at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)  at java.base/java.util.Objects.checkIndex(Objects.java:361)  at java.base/java.util.ArrayList$SubList.get(ArrayList.java:1149)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:306)  at TRANSFORMER/mclib@20/com.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:309)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:254)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:242)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39) [04:21:24] [Render thread/INFO]: [OptiFine] *** Reflector Forge ***  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:25] [Worker-Main-3/ERROR]: Unable to parse animation: reward software.bernie.geckolib.core.molang.MolangException: Couldn't parse '-35-' expression!  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseOneLine(MolangParser.java:245)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseExpression(MolangParser.java:197)  at TRANSFORMER/[email protected]/software.bernie.geckolib.core.molang.MolangParser.parseJson(MolangParser.java:179)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:162)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:91)  at TRANSFORMER/[email protected]/software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:123)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:41] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/signs.png [04:21:42] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [04:21:51] [Worker-Main-5/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/banner_patterns.png [04:21:51] [Worker-Main-5/INFO]: [OptiFine] Multitexture: false [04:21:57] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla *** [04:21:63] [Worker-Main-1/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/blocks.png [04:21:63] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [04:21:69] [Thread-2/WARN]: This Rock' config just got changed on the file system! [04:21:69] [Thread-2/WARN]: This Rock' config just got changed on the file system! [04:21:76] [modloading-worker-0/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:21:91] [Thread-5/ERROR]: OpenGL API ERROR: 1282 (GL_INVALID_OPERATION error generated. Texture name does not refer to a texture object generated by OpenGL.) java.lang.Exception: Stack trace  at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.GlDebug.m_84038_(GlDebug.java:180)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.opengl.GLDebugMessageCallbackI.callback(GLDebugMessageCallbackI.java:46) [04:21:01] [Worker-Main-4/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/shield_patterns.png [04:21:01] [Worker-Main-4/INFO]: [OptiFine] Multitexture: false [04:21:05] [Worker-Main-2/ERROR]: Failed to load model mushroomquest:models/custom/doublefern.json com.google.gson.JsonSyntaxException: Expected scale[0] to be a Float, was ""  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13888_(GsonHelper.java:221)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.m_111778_(ItemTransform.java:104)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:87)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:73)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.m_269518_(ItemTransforms.java:140)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:116)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:99)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel$Deserializer.deserialize(BlockModel.java:312)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:53)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:38)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74)  at TRANSFORMER/[email protected]/net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:10] [Worker-Main-2/ERROR]: Failed to load model mushroomquest:models/custom/mushblooms.json com.google.gson.JsonSyntaxException: Expected scale[2] to be a Float, was ""  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13888_(GsonHelper.java:221)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.m_111778_(ItemTransform.java:104)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:87)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:73)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.m_269518_(ItemTransforms.java:140)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:116)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:99)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel$Deserializer.deserialize(BlockModel.java:312)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:53)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:38)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74)  at TRANSFORMER/[email protected]/net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:11] [Worker-Main-2/ERROR]: Failed to load model mushroomquest:models/custom/mushbloomstall.json com.google.gson.JsonSyntaxException: Expected scale[2] to be a Float, was ""  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13888_(GsonHelper.java:221)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.m_111778_(ItemTransform.java:104)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:87)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:73)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.m_269518_(ItemTransforms.java:140)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:116)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:99)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel$Deserializer.deserialize(BlockModel.java:312)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:53)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:38)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74)  at TRANSFORMER/[email protected]/net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:15] [Worker-Main-2/ERROR]: Failed to load model mushroomquest:models/custom/tallmyceliumkoru.json com.google.gson.JsonSyntaxException: Expected scale[2] to be a Float, was ""  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13888_(GsonHelper.java:221)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.m_111778_(ItemTransform.java:104)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:87)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransform$Deserializer.deserialize(ItemTransform.java:73)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.m_269518_(ItemTransforms.java:140)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:116)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.ItemTransforms$Deserializer.deserialize(ItemTransforms.java:99)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1290)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter$GsonContextImpl.deserialize(TreeTypeAdapter.java:179)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel$Deserializer.deserialize(BlockModel.java:312)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:53)  at TRANSFORMER/[email protected]/net.minecraftforge.client.model.ExtendedBlockModelDeserializer.deserialize(ExtendedBlockModelDeserializer.java:38)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13780_(GsonHelper.java:524)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:531)  at TRANSFORMER/[email protected]/net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581)  at TRANSFORMER/[email protected]/net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74)  at TRANSFORMER/[email protected]/net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:56] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:21:56] [Worker-Main-1/INFO]: [OptiFine] Multipass connected textures: false [04:21:93] [Worker-Main-5/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/armor_trims.png [04:21:93] [Worker-Main-5/INFO]: [OptiFine] Multitexture: false [04:21:97] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/chest.png [04:21:97] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [04:21:23] [Worker-Main-4/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/decorated_pot.png [04:21:23] [Worker-Main-4/INFO]: [OptiFine] Multitexture: false [04:21:35] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [04:21:69] [Worker-Main-4/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/beds.png [04:21:69] [Worker-Main-4/INFO]: [OptiFine] Multitexture: false [04:21:04] [Worker-Main-4/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/shulker_boxes.png [04:21:04] [Worker-Main-4/INFO]: [OptiFine] Multitexture: false [04:21:28] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [04:21:46] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/shruster.json [04:21:46] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/shruster.json [04:21:46] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:shruster' referenced from: stalwart_dungeons:shruster# [04:21:46] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/shruster.json [04:21:49] [Worker-Main-4/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/particles.png [04:21:49] [Worker-Main-4/INFO]: [OptiFine] Multitexture: false [04:21:99] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/grudbone.json [04:21:99] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/grudbone.json [04:21:99] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:grudbone' referenced from: born_in_chaos_v1:gnawed_bones#face=floor,facing=north,waterlogged=true [04:21:99] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/grudbone.json [04:21:99] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/puddleofintoxication.json [04:21:99] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/puddleofintoxication.json [04:21:99] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:puddleofintoxication' referenced from: born_in_chaos_v1:puddleofintoxication#waterlogged=true [04:21:99] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/puddleofintoxication.json [04:21:99] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/houndtrap.json [04:21:99] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/houndtrap.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:houndtrap' referenced from: born_in_chaos_v1:hound_trap#facing=north,waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/houndtrap.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/houndtrapserried.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/houndtrapserried.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:houndtrapserried' referenced from: born_in_chaos_v1:closed_hound_trap#facing=north,waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/houndtrapserried.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/shellspikes.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/shellspikes.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:shellspikes' referenced from: born_in_chaos_v1:spiny_shell_trap#waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/shellspikes.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/puddleofstimulation.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/puddleofstimulation.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:puddleofstimulation' referenced from: born_in_chaos_v1:puddleof_stimulation#waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/puddleofstimulation.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/tombstonedarktitan.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/tombstonedarktitan.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tombstonedarktitan' referenced from: born_in_chaos_v1:tombstone_dark_titan_066#facing=north,waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tombstonedarktitan.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/tombstonepetasi.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/tombstonepetasi.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tombstonepetasi' referenced from: born_in_chaos_v1:tombstone_petasi#facing=north,waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tombstonepetasi.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/tombstonewise.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/tombstonewise.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tombstonewise' referenced from: born_in_chaos_v1:tombstone_2003wise#facing=north,waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tombstonewise.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/tombstoneorion.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/tombstoneorion.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tombstoneorion' referenced from: born_in_chaos_v1:tombstone_orion#facing=north,waterlogged=true [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tombstoneorion.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/cobwebcover.json [04:21:00] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/cobwebcover.json [04:21:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:cobwebcover' referenced from: born_in_chaos_v1:cobweb_cover# [04:21:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/cobwebcover.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/lifestealerskull.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/lifestealerskull.json [04:21:01] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:lifestealerskull' referenced from: born_in_chaos_v1:lifestealer_skull#face=floor,facing=north,waterlogged=true [04:21:01] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/lifestealerskull.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/tombstonederivas.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/tombstonederivas.json [04:21:01] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tombstonederivas' referenced from: born_in_chaos_v1:tombstone_derivas#facing=north,waterlogged=true [04:21:01] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tombstonederivas.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/tombstonefubukibanzai.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/tombstonefubukibanzai.json [04:21:01] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tombstonefubukibanzai' referenced from: born_in_chaos_v1:tombstone_fubuki_banzai#facing=north,waterlogged=true [04:21:01] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tombstonefubukibanzai.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/rotteninfernalpumpkin.json [04:21:01] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/rotteninfernalpumpkin.json [04:21:01] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:rotteninfernalpumpkin' referenced from: born_in_chaos_v1:rotten_infernal_pumpkin#facing=north,waterlogged=true [04:21:05] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/rotteninfernalpumpkin.json [04:21:17] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/garsale_couch.json [04:21:17] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/garsale_couch.json [04:21:17] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:garsale_couch' referenced from: distant_worlds:red_garsale_couch#waterlogged=true [04:21:17] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/garsale_couch.json [04:21:17] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/wiltum_couch.json [04:21:17] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/wiltum_couch.json [04:21:17] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:wiltum_couch' referenced from: distant_worlds:red_wiltum_couch#waterlogged=true [04:21:17] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/wiltum_couch.json [04:21:20] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [04:21:36] [Worker-Main-2/WARN]: [OptiFine] Error loading model: tetra:models/item/shootable_dummy.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: tetra:models/item/shootable_dummy.json [04:21:36] [Worker-Main-2/WARN]: Unable to load model: 'tetra:shootable_dummy#inventory' referenced from: tetra:shootable_dummy#inventory [04:21:36] [Worker-Main-2/WARN]: java.io.FileNotFoundException: tetra:models/item/shootable_dummy.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/item/celeste2a.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/item/celeste2a.json [04:21:36] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/celeste2a' referenced from: stalwart_dungeons:tungsten_shield#inventory [04:21:36] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/item/celeste2a.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/item/celeste2b.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/item/celeste2b.json [04:21:36] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:item/celeste2b' referenced from: stalwart_dungeons:tungsten_shield#inventory [04:21:36] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/item/celeste2b.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/hammer.json [04:21:36] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/hammer.json [04:21:36] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:hammer' referenced from: stalwart_dungeons:tungsten_hammer#inventory [04:21:38] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/hammer.json [04:21:38] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/awfulgun.json [04:21:38] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/awfulgun.json [04:21:38] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:awfulgun' referenced from: stalwart_dungeons:awful_gun#inventory [04:21:38] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/awfulgun.json [04:21:39] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/blade2.json [04:21:39] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/blade2.json [04:21:39] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:blade2' referenced from: callfromthedepth_:soulclaymore#inventory [04:21:39] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/blade2.json [04:21:66] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/paintings.png [04:21:66] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [04:21:04] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [04:21:49] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: minecraft:textures/atlas/mob_effects.png [04:21:49] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [04:21:79] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [04:21:58] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [04:21:34] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [04:21:15] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [04:21:88] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [04:21:43] [Worker-Main-3/INFO]: Register animations from epicfight [04:21:66] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [04:21:82] [Worker-Main-3/INFO]: [OptiFine] Pre-stitch: twilightforest:textures/atlas/magic_paintings.png [04:21:82] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [04:21:40] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [04:21:49] [Forge Version Check/INFO]: [attributefix] Starting version check at https://updates.blamejared.com/get?n=attributefix&gv=1.20.1 The Afterdark is initializing... [04:21:67] [Worker-Main-3/INFO]: Huge Structure Blocks is now making your structure blocks even bigger! [04:21:67] [Worker-Main-3/INFO]: New structure size = 512 [04:21:68] [Worker-Main-3/INFO]: [DivineRPG] Registered triggers java.lang.NoSuchMethodException: net.minecraft.world.level.block.FireBlock.setFlammable(net.minecraft.world.level.block.Block,int,int)  at java.base/java.lang.Class.getDeclaredMethod(Class.java:2675)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.core.registry.FlammableBlockRegistry.addFlammable(FlammableBlockRegistry.java:31)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.core.registry.FlammableBlockRegistry.init(FlammableBlockRegistry.java:13)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.SleepyHollows.commonInit(SleepyHollows.java:37)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.forge.SleepyHollowsForge.onCommonSetup(SleepyHollowsForge.java:36)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:125)  at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)  at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.NoSuchMethodException: net.minecraft.world.level.block.FireBlock.setFlammable(net.minecraft.world.level.block.Block,int,int)  at java.base/java.lang.Class.getDeclaredMethod(Class.java:2675)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.core.registry.FlammableBlockRegistry.addFlammable(FlammableBlockRegistry.java:31)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.core.registry.FlammableBlockRegistry.init(FlammableBlockRegistry.java:18)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.SleepyHollows.commonInit(SleepyHollows.java:37)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.forge.SleepyHollowsForge.onCommonSetup(SleepyHollowsForge.java:36)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:125)  at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)  at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.NoSuchMethodException: net.minecraft.world.level.block.FireBlock.setFlammable(net.minecraft.world.level.block.Block,int,int)  at java.base/java.lang.Class.getDeclaredMethod(Class.java:2675)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.core.registry.FlammableBlockRegistry.addFlammable(FlammableBlockRegistry.java:31)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.core.registry.FlammableBlockRegistry.init(FlammableBlockRegistry.java:22)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.SleepyHollows.commonInit(SleepyHollows.java:37)  at TRANSFORMER/[email protected]/net.satisfy.sleepy_hollows.forge.SleepyHollowsForge.onCommonSetup(SleepyHollowsForge.java:36)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315)  at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:121)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:125)  at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)  at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:88] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/nightmarescythe.json [04:21:88] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/nightmarescythe.json [04:21:88] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:nightmarescythe' referenced from: born_in_chaos_v1:custom/nightmarescythe [04:21:88] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/nightmarescythe.json [04:21:88] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/shellmace.json [04:21:88] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/shellmace.json [04:21:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:shellmace' referenced from: born_in_chaos_v1:custom/shellmace [04:21:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/shellmace.json [04:21:92] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/soulsaber.json [04:21:92] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/soulsaber.json [04:21:92] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:soulsaber' referenced from: born_in_chaos_v1:custom/soulsaber [04:21:92] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/soulsaber.json [04:21:93] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/greatdarksword.json [04:21:93] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/greatdarksword.json [04:21:93] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:greatdarksword' referenced from: born_in_chaos_v1:custom/greatdarksword [04:21:94] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/greatdarksword.json [04:21:96] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/skullbreaker.json [04:21:96] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/skullbreaker.json [04:21:96] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:skullbreaker' referenced from: born_in_chaos_v1:custom/skullbreaker [04:21:96] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/skullbreaker.json [04:21:98] [Render thread/INFO]: First-time loading config file config\Crust\default_game_rules.toml [04:21:99] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/spiderbite.json [04:21:99] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/spiderbite.json [04:21:99] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:spiderbite' referenced from: born_in_chaos_v1:custom/spiderbite [04:21:99] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/spiderbite.json [04:21:00] [Render thread/INFO]: Started watching config file config\Crust\default_game_rules.toml for updates [04:21:00] [Render thread/INFO]: First-time loading config file config\Crust\modes.toml [04:21:01] [Render thread/INFO]: Started watching config file config\Crust\modes.toml for updates [04:21:01] [Render thread/INFO]: Found Crust plugin at fathertoast.crust.common.api.impl.InternalCrustPlugin with plugin ID: crust:builtin_plugin [04:21:03] [Render thread/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD [04:21:03] [Render thread/INFO]: Registered region minecraft:nether to index 0 for type NETHER [04:21:03] [Render thread/INFO]: Registered region sleepy_hollows:overworld to index 1 for type OVERWORLD [04:21:04] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/pitchfork.json [04:21:04] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/pitchfork.json [04:21:04] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:pitchfork' referenced from: born_in_chaos_v1:custom/pitchfork [04:21:04] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/pitchfork.json [04:21:07] [Worker-Main-2/WARN]: [OptiFine] Error loading model: minecraft:models/executionersgreatax.json [04:21:07] [Worker-Main-2/WARN]: [OptiFine] java.io.FileNotFoundException: minecraft:models/executionersgreatax.json [04:21:07] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:executionersgreatax' referenced from: born_in_chaos_v1:custom/executionersgreatax [04:21:07] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/executionersgreatax.json [04:21:22] [Worker-Main-3/ERROR]: Failed to fully read stream from 'https://api.minecraftabnormals.com/rewards.json' java.net.UnknownHostException: api.minecraftabnormals.com  at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:572)  at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)  at java.base/java.net.Socket.connect(Socket.java:633)  at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)  at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:174)  at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)  at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:533)  at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:638)  at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:266)  at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:380)  at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)  at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1242)  at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1128)  at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1665)  at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)  at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)  at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.core.sonar.OnlineRequest.get(OnlineRequest.java:38)  at TRANSFORMER/[email protected]/com.teamabnormals.blueprint.core.sonar.OnlineRequest.lambda$request$0(OnlineRequest.java:62)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)  at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)  at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)  at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)  at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)  at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)  at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [04:21:28] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [04:21:46] [Forge Version Check/INFO]: [attributefix] Found status: BETA Current: 21.0.4 Target: 21.0.4 [04:21:46] [Forge Version Check/INFO]: [mcwwindows] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/window.json [04:21:73] [Forge Version Check/INFO]: [mcwwindows] Found status: UP_TO_DATE Current: 2.3.0 Target: null [04:21:73] [Forge Version Check/INFO]: [obscure_api] Starting version check at https://raw.githubusercontent.com/ObscuriaLithium/Home/main/obscure_api/versions.json [04:21:74] [Worker-Main-3/INFO]: Loading Xaero's Minimap - Stage 1/2 [04:21:82] [Worker-Main-3/INFO]: First-time loading config file config\Crust\client_config_editor.toml [04:21:83] [Worker-Main-3/INFO]: Started watching config file config\Crust\client_config_editor.toml for updates [04:21:83] [Worker-Main-3/INFO]: First-time loading config file config\Crust\client_extra_inv_buttons.toml [04:21:84] [Worker-Main-3/INFO]: Started watching config file config\Crust\client_extra_inv_buttons.toml for updates [04:21:84] [Thread-2/INFO]: Reloading config file config\Crust\client_extra_inv_buttons.toml [04:21:84] [Worker-Main-3/INFO]: [DivineRPG] Attached model properties [04:21:84] [Worker-Main-3/INFO]: [DivineRPG] Registered screens [04:21:89] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1226)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1124)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1034)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:969)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:186)  at java.base/java.lang.Iterable.forEach(Iterable.java:75)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:117) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $  at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:182)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:144)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  ... 6 more [04:21:89] [Forge Version Check/INFO]: [maxhealthfix] Starting version check at https://updates.blamejared.com/get?n=maxhealthfix&gv=1.20.1 [04:21:99] [Forge Version Check/INFO]: [maxhealthfix] Found status: BETA Current: 12.0.3 Target: 12.0.3 [04:21:00] [Forge Version Check/INFO]: [mr_lukis_grandcapitals] Starting version check at https://api.modrinth.com/updates/8Lw09aLb/forge_updates.json [04:21:07] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [04:21:14] [Render thread/INFO]: Loading Xaero's Minimap - Stage 2/2 [04:21:44] [Forge Version Check/INFO]: [mr_lukis_grandcapitals] Found status: OUTDATED Current: 1.1.1 Target: 1.1.1+mod [04:21:44] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [04:21:82] [Render thread/INFO]: Registered player tracker system: minimap_synced [04:21:82] [Render thread/INFO]: Optifine! [04:21:82] [Render thread/INFO]: Xaero's Minimap: No Vivecraft! [04:21:86] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [04:21:05] [Forge Version Check/INFO]: [forge] Found status: AHEAD Current: 47.3.12 Target: null [04:21:05] [Forge Version Check/INFO]: [twilightforest] Starting version check at https://gh.tamaized.com/TeamTwilight/twilightforest/update.json [04:21:59] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [04:21:79] [Forge Version Check/INFO]: [twilightforest] Found status: AHEAD Current: 4.3.2508 Target: null [04:21:79] [Forge Version Check/INFO]: [structure_gel] Starting version check at http://changelogs.moddinglegacy.com/structure-gel.json [04:21:29] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [04:21:82] [Forge Version Check/INFO]: [structure_gel] Found status: BETA Current: 2.13.1 Target: null [04:21:82] [Forge Version Check/INFO]: [advancementplaques] Starting version check at https://mc-update-check.anthonyhilyard.com/499826 [04:21:03] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [04:21:66] [Forge Version Check/INFO]: [advancementplaques] Found status: UP_TO_DATE Current: 1.6.7 Target: null [04:21:66] [Forge Version Check/INFO]: [mcwfences] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/fences.json [04:21:74] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [04:21:87] [Forge Version Check/INFO]: [mcwfences] Found status: UP_TO_DATE Current: 1.1.2 Target: null [04:21:87] [Forge Version Check/INFO]: [iceberg] Starting version check at https://mc-update-check.anthonyhilyard.com/520110 [04:21:06] [Forge Version Check/INFO]: [iceberg] Found status: OUTDATED Current: 1.1.21 Target: 1.1.25 [04:21:06] [Forge Version Check/INFO]: [gravestone] Starting version check at https://update.maxhenkel.de/forge/gravestone [04:21:41] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [04:21:47] [Forge Version Check/INFO]: [gravestone] Found status: AHEAD Current: 1.20.1-1.0.24 Target: null [04:21:48] [Forge Version Check/INFO]: [divinerpg] Starting version check at https://raw.githubusercontent.com/DivineRPG/DivineRPG-Assets/main/divinerpg_update.json [04:21:79] [Forge Version Check/INFO]: [divinerpg] Found status: AHEAD Current: 1.10.7.5 Target: null [04:21:79] [Forge Version Check/INFO]: [distant_worlds] Starting version check at https://raw.githubusercontent.com/TANC57/DistantWorlds/main/distant_worlds_mod_updates.json [04:21:02] [Forge Version Check/INFO]: [distant_worlds] Found status: UP_TO_DATE Current: 1.1.0 Target: null [04:21:02] [Forge Version Check/INFO]: [aquamirae] Starting version check at https://raw.githubusercontent.com/ObscuriaLithium/Home/main/aquamirae/versions.json [04:21:06] [Worker-Main-3/WARN]: Invalid frame index on sprite born_in_chaos_v1:dimanim frame 1: 1 [04:21:06] [Worker-Main-3/WARN]: Invalid frame index on sprite born_in_chaos_v1:dimanim frame 2: 2 [04:21:06] [Worker-Main-3/WARN]: Invalid frame index on sprite born_in_chaos_v1:dimanim frame 3: 3 [04:21:06] [Worker-Main-3/WARN]: Invalid frame index on sprite born_in_chaos_v1:dimanim frame 4: 4 [04:21:06] [Worker-Main-3/WARN]: Invalid frame index on sprite born_in_chaos_v1:dimanim frame 5: 5 [04:21:06] [Worker-Main-3/WARN]: Invalid frame index on sprite born_in_chaos_v1:dimanim frame 6: 6 [04:21:06] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_1, 7 -> 14 [04:21:11] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [04:21:11] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_12, 7 -> 14 [04:21:11] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_11, 7 -> 14 [04:21:11] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_10, 7 -> 14 [04:21:11] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_9, 7 -> 14 [04:21:11] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_8, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_7, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_6, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_5, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_4, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_3, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine_2, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_11, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_10, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_2, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_1, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_0, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_6, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_5, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_4, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_3, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_9, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_8, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: minecraft:cherry_7, 3 -> 9 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_1, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_5, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_4, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_3, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_2, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_9, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_8, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_7, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_6, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:shine_10, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: aquamirae:ghost_shine, 7 -> 14 [04:21:12] [Worker-Main-4/INFO]: [OptiFine] Scaled non power of 2: twilightforest:fallen_leaf, 5 -> 10 [04:21:29] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1226)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1124)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1034)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:969)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:186)  at java.base/java.lang.Iterable.forEach(Iterable.java:75)  at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:117) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $  at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:393)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:182)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:144)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  ... 6 more [04:21:29] [Forge Version Check/INFO]: [mcwlights] Starting version check at https://raw.githubusercontent.com/sketchmacaw/macawsmods/master/lights.json [04:21:54] [Forge Version Check/INFO]: [mcwlights] Found status: UP_TO_DATE Current: 1.1.0 Target: null [04:21:77] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [04:21:42] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [04:21:07] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [04:21:71] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [04:21:35] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [04:21:99] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [04:21:63] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [04:21:28] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [04:21:93] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [04:21:58] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [04:21:23] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [04:21:88] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [04:21:52] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties [04:21:16] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties [04:21:80] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/21_tinted_glass/tinted_glass.properties [04:21:43] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [04:21:49] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [04:21:52] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [04:21:55] [Worker-Main-1/INFO]: [OptiFine] Multipass connected textures: false [04:21:58] [Worker-Main-1/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [04:21:23] [Worker-Main-1/ERROR]: Invalid path simplehats:textures/item/hats/floating hearts_e.png: Invalid segment 'floating hearts_e.png' in path 'textures/item/hats/floating hearts_e.png' [04:23:58] [Worker-Main-4/WARN]: Unused frames in sprite simplehats:item/hats/rgbtophat: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] [04:23:58] [Worker-Main-5/WARN]: Unused frames in sprite simplehats:item/hats/rgbtophat_e: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23] [04:23:63] [Worker-Main-3/WARN]: Unused frames in sprite cataclysm:item/cursed_eye: [8, 9] [04:23:64] [Worker-Main-2/INFO]: [OptiFine] Scaled too small texture: skilltree:item/gem, 2 -> 8 [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:mortum_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/mortum_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:arlemite_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/arlemite_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:halite_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/halite_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:eden_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/eden_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:skythern_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/skythern_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:rupee_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/rupee_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:wildwood_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/wildwood_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model cataclysm:coral_chunk#inventory:  minecraft:textures/atlas/blocks.png:cataclysm:item/coral_chunk_1 [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:apalachia_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/apalachia_shield [04:23:69] [Worker-Main-2/WARN]: Missing textures in model divinerpg:realmite_shield#inventory:  minecraft:textures/atlas/blocks.png:divinerpg:shield/realmite_shield [04:23:03] [Render thread/INFO]: Loaded 7 tool action icons [04:23:10] [Worker-Main-2/INFO]: Loaded values for 51 compatible attributes. [04:23:11] [Worker-Main-2/INFO]: Loaded 51 values from config. [04:23:11] [Worker-Main-2/INFO]: Saving config file. 51 entries. [04:23:11] [Worker-Main-2/INFO]: Applying changes for 51 attributes. [04:23:16] [Worker-Main-4/INFO]: [WTHIT] Initializing common plugin waila:core at mcp.mobius.waila.plugin.core.CoreCommonPlugin [04:23:16] [Worker-Main-4/INFO]: [WTHIT] Initializing client plugin waila:core at mcp.mobius.waila.plugin.core.CoreClientPlugin [04:23:18] [Worker-Main-4/INFO]: [WTHIT] Initializing common plugin waila:vanilla at mcp.mobius.waila.plugin.vanilla.VanillaCommonPlugin [04:23:18] [Worker-Main-4/INFO]: [WTHIT] Initializing client plugin waila:vanilla at mcp.mobius.waila.plugin.vanilla.VanillaClientPlugin [04:23:25] [Worker-Main-4/INFO]: [WTHIT] Initializing common plugin waila:harvest at mcp.mobius.waila.plugin.harvest.HarvestCommonPlugin [04:23:25] [Worker-Main-4/INFO]: [WTHIT] Initializing client plugin waila:harvest at mcp.mobius.waila.plugin.harvest.HarvestClientPlugin [04:23:25] [Worker-Main-4/INFO]: [WTHIT] Initializing common plugin waila:forge at mcp.mobius.waila.plugin.forge.ForgeCommonPlugin [04:23:25] [Worker-Main-4/INFO]: [WTHIT] Initializing client plugin waila:forge at mcp.mobius.waila.plugin.forge.ForgeClientPlugin [04:23:26] [Worker-Main-4/INFO]: [WTHIT] Initializing common plugin waila:extra at mcp.mobius.waila.plugin.extra.ExtraPlugin [04:23:26] [Worker-Main-4/INFO]: [WTHIT] Initializing client plugin waila:extra at mcp.mobius.waila.plugin.extra.ExtraPlugin [04:23:35] [Worker-Main-4/INFO]: [WTHIT] Plugin config reloaded [04:23:14] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [04:23:14] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [04:23:14] [Render thread/WARN]: Missing sound for event: cataclysm:ignisshieldbreak [04:23:36] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Динамики (Realtek(R) Audio) [04:23:36] [Render thread/INFO]: Sound engine started [04:23:52] [Render thread/INFO]: Endimation Loader has loaded 1 endimations [04:23:52] [Render thread/INFO]: Created: 4096x2048x0 minecraft:textures/atlas/blocks.png-atlas [04:23:52] [Render thread/INFO]: [Shaders] Allocate texture map normal: 4096x2048, mipmaps: 0 [04:23:52] [Render thread/INFO]: [Shaders] Allocate texture map specular: 4096x2048, mipmaps: 0 [04:23:56] [Render thread/INFO]: [OptiFine] Animated sprites: 437 [04:23:60] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/signs.png-atlas [04:23:60] [Render thread/INFO]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 0 [04:23:60] [Render thread/INFO]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 0 [04:23:60] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:61] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas [04:23:61] [Render thread/INFO]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 0 [04:23:61] [Render thread/INFO]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 0 [04:23:61] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:61] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas [04:23:61] [Render thread/INFO]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 0 [04:23:61] [Render thread/INFO]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 0 [04:23:61] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:61] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/armor_trims.png-atlas [04:23:61] [Render thread/INFO]: [Shaders] Allocate texture map normal: 2048x1024, mipmaps: 0 [04:23:61] [Render thread/INFO]: [Shaders] Allocate texture map specular: 2048x1024, mipmaps: 0 [04:23:62] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:63] [Render thread/INFO]: Created: 1024x1024x0 minecraft:textures/atlas/chest.png-atlas [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map normal: 1024x1024, mipmaps: 0 [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map specular: 1024x1024, mipmaps: 0 [04:23:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:63] [Render thread/INFO]: Created: 128x64x0 minecraft:textures/atlas/decorated_pot.png-atlas [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map normal: 128x64, mipmaps: 0 [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map specular: 128x64, mipmaps: 0 [04:23:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:63] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 0 [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 0 [04:23:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:63] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 0 [04:23:63] [Render thread/INFO]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 0 [04:23:63] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:96] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/travelersbackpack.json for entity.minecraft.player: com.tiviacz.travelersbackpack.client.renderer.TravelersBackpackLayer [04:23:96] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/waveycapes.json for entity.minecraft.player: dev.tr7zw.waveycapes.renderlayers.CustomCapeRenderLayer [04:23:97] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/travelersbackpack.json for entity.minecraft.player: com.tiviacz.travelersbackpack.client.renderer.TravelersBackpackLayer [04:23:97] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/waveycapes.json for entity.minecraft.player: dev.tr7zw.waveycapes.renderlayers.CustomCapeRenderLayer [04:23:16] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/travelersbackpack.json for entity.minecraft.player: com.tiviacz.travelersbackpack.client.renderer.TravelersBackpackLayer [04:23:16] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/waveycapes.json for entity.minecraft.player: dev.tr7zw.waveycapes.renderlayers.CustomCapeRenderLayer [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthana_follower_raptor, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthana_follower_player, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthana_crane_player, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthana, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthana_raptor, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthana_crane, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to mowziesmobs:umvuthi, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to epicfight:dodge_left, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:riper, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:citadelguardian, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:seeker, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:mushroom, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:rotwalker, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:roteater, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:agonysoul, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:screamer, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:tentacle, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:deepdarkestspawn, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:deepdarkestspwansecondphase, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:tentacleofalientation, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:tentacleofvenom, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:tentacleofdespair, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:tentacleofblindness, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:injuredmarbleguard, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:marbleguardshield, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:marbleguardshieldrepair, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to callfromthedepth_:marbleextruder, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to twilightforest:plateau_boss, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to twilightforest:roving_cube, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:decrepit_skeleton, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:skeleton_demoman, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:decaying_zombie, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:baby_skeleton, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:baby_skeleton_minion, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:controlled_baby_skeleton, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:barrel_zombie, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:phantom_creeper, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:phantom_creeper_copy, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:door_knight, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:restless_spirit, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:skeleton_thrasher, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:pumpkin_spirit, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:seared_spirit, has custom renderer that is not LivingEntityRenderer. [04:23:39] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:firelight, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:diamond_termite, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:bonescaller, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:bone_imp, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:bone_imp_minion, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:supreme_bonescaller, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:supreme_bonescaller_stage_2, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:dark_vortex, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:dread_hound, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:fallen_chaos_knight, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:scarlet_persecutor, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:spirit_guide, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:spirit_guide_assistant, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:zombie_clown, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:mr_pumpkin, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:mr_pumpkin_controlled, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:sir_pumpkinhead, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:felsteed, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:sir_pumpkinhead_without_horse, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:sir_the_headless, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:pumpkinhead, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:riding_felsteed, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:decaying_zombie_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:door_knight_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:bonescaller_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:supreme_bonescaller_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:40] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:skeleton_thrasher_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:dread_hound_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:firelight_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:zombie_clown_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:seared_spirit_not_despawn, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:dire_hound_leader, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:maggot, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:corpse_fly, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:bloody_gadfly, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:corpse_fish, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:zombie_fisherman, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:swarmer, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:thornshell_crab, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:glutton_fish, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:zombie_bruiser, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:pumpkin_bomb, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:senor_pumpkin, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lord_pumpkinhead, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lords_felsteed, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lord_pumpkinhead_withouta_horse, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lord_the_headless, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lord_pumpkinhead_head, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:infernal_spirit, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:riding_lords_felsteed, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:zombie_lumberjack, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:siamese_skeletons, has custom renderer that is not LivingEntityRenderer. [04:23:41] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:siamese_skeletonsleft, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:siamese_skeletonsright, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:missioner, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:controlled_spiritual_assistant, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:spiritof_chaos, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lifestealer, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:lifestealer_true_form, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:baby_spider, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:mother_spider, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:baby_spider_controlled, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:nightmare_stalker, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:pumpkin_dunce, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:mrs_pumpkin, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to born_in_chaos_v1:pumpkin_bruiser, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:druth, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:crouthil, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:shrullot, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:booglian, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:culafite_shroomer, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:baby_noarhorn, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:noarhorn, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:armored_noarhorn, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:baby_salmoran, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:salmoran, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:alpha_salmoran, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:toran, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:loteress, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:garhenna_researches_book, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to distant_worlds:lithum_transmitter_crystal, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to aquamirae:maze_rose, has custom renderer that is not LivingEntityRenderer. [04:23:42] [Render thread/WARN]: Could not apply rainbow color layer to aquamirae:poisoned_chakra, has custom renderer that is not LivingEntityRenderer. [04:23:45] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [04:23:51] [Render thread/INFO]: Created: 2048x1024x0 minecraft:textures/atlas/particles.png-atlas [04:23:51] [Render thread/INFO]: [Shaders] Allocate texture map normal: 2048x1024, mipmaps: 0 [04:23:51] [Render thread/INFO]: [Shaders] Allocate texture map specular: 2048x1024, mipmaps: 0 [04:23:52] [Render thread/INFO]: [OptiFine] Animated sprites: 36 [04:23:53] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [04:23:53] [Render thread/INFO]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 0 [04:23:53] [Render thread/INFO]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 0 [04:23:53] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:53] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/mob_effects.png-atlas [04:23:53] [Render thread/INFO]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 0 [04:23:53] [Render thread/INFO]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 0 [04:23:53] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:60] [Render thread/INFO]: Blueprint Splash Manager has loaded 0 splashes [04:23:60] [Render thread/INFO]: Created: 256x128x0 twilightforest:textures/atlas/magic_paintings.png-atlas [04:23:60] [Render thread/INFO]: [Shaders] Allocate texture map normal: 256x128, mipmaps: 0 [04:23:60] [Render thread/INFO]: [Shaders] Allocate texture map specular: 256x128, mipmaps: 0 [04:23:60] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [04:23:65] [Render thread/INFO]: BookContentResourceListenerLoader preloaded 140 jsons [04:23:65] [Render thread/INFO]: Successfully reloaded the minimap shaders! [04:23:65] [Render thread/INFO]: [OptiFine] *** Reloading custom textures *** [04:23:68] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:23:10] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:23:11] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:23:72] [Render thread/INFO]: [OptiFine] [Shaders] Parsing block mappings: /shaders/block.properties [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:short_grass [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:leaves [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:leaves2 [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:reeds [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_plant [04:23:72] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10024= [04:23:72] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10028= [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stonebrick [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:golden_rail [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_lava [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:brick_block [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Property not found: variant, block: Block{minecraft:stone_slab} [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_stone_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:heavy_core [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:fence [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:fence_gate [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trapdoor [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:23:72] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log2 [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log2 [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stone_slab2 [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_stone_slab2 [04:23:73] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10260= [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:chiseled_copper [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_chiseled_copper [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_chiseled_copper [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_chiseled_copper [04:23:73] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_chiseled_copper [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_chiseled_copper [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_chiseled_copper [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_chiseled_copper [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_grate [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:quartz_ore [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:purpur_double_slab [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:snow_layer [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:lit_pumpkin [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:nether_brick [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:melon_block [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:end_bricks [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:hardened_clay [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stained_hardened_clay [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:magma [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:concrete [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:concrete_powder [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waterlily [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:grass_path [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:lit_furnace [04:23:74] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:noteblock [04:23:74] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10584= [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:powered_repeater [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:powered_comparator [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:unpowered_repeater [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:unpowered_comparator [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wool [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:carpet [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:mob_spawner [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:chiseled_tuff [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_bricks [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:chiseled_tuff_bricks [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_stairs [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_slab [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_wall [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff_stairs [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff_slab [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff_wall [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_brick_stairs [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_brick_slab [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_brick_wall [04:23:75] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10713=tuff_stairs tuff_slab tuff_wall polished_tuff_stairs polished_tuff_slab polished_tuff_wall tuff_brick_stairs tuff_brick_slab tuff_brick_wall [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_door [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:crafter [04:23:75] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10848=crafter [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10852=copper_bulb:lit=true waxed_copper_bulb:lit=true exposed_copper_bulb:lit=true waxed_exposed_copper_bulb:lit=true [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10854=copper_bulb:lit=false waxed_copper_bulb:lit=false exposed_copper_bulb:lit=false waxed_exposed_copper_bulb:lit=false [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_bulb [04:23:75] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10856=weathered_copper_bulb:lit=true waxed_weathered_copper_bulb:lit=true oxidized_copper_bulb:lit=true waxed_oxidized_copper_bulb:lit=true [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_bulb [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_bulb [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_bulb [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_bulb [04:23:76] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10858=weathered_copper_bulb:lit=false waxed_weathered_copper_bulb:lit=false oxidized_copper_bulb:lit=false waxed_oxidized_copper_bulb:lit=false [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10861=copper_door exposed_copper_door weathered_copper_door oxidized_copper_door waxed_copper_door waxed_exposed_copper_door waxed_weathered_copper_door waxed_oxidized_copper_door [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10865=copper_trapdoor exposed_copper_trapdoor weathered_copper_trapdoor oxidized_copper_trapdoor waxed_copper_trapdoor waxed_exposed_copper_trapdoor waxed_weathered_copper_trapdoor waxed_oxidized_copper_trapdoor [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:76] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:76] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10868=trial_spawner:ominous=false:trial_spawner_state=active trial_spawner:ominous=false:trial_spawner_state=ejecting_reward trial_spawner:ominous=false:trial_spawner_state=waiting_for_players trial_spawner:ominous=false:trial_spawner_state=waiting_for_reward_ejection vault:ominous=false:vault_state=active vault:ominous=false:vault_state=ejecting vault:ominous=false:vault_state=unlocking [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10872=vault:ominous=false:vault_state=inactive vault:ominous=true:vault_state=inactive [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10873=trial_spawner:ominous=false:trial_spawner_state=cooldown trial_spawner:ominous=false:trial_spawner_state=inactive trial_spawner:ominous=true:trial_spawner_state=cooldown trial_spawner:ominous=true:trial_spawner_state=inactive [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10876=trial_spawner:ominous=true:trial_spawner_state=active trial_spawner:ominous=true:trial_spawner_state=ejecting_reward trial_spawner:ominous=true:trial_spawner_state=waiting_for_players trial_spawner:ominous=true:trial_spawner_state=waiting_for_reward_ejection vault:ominous=true:vault_state=active vault:ominous=true:vault_state=ejecting vault:ominous=true:vault_state=unlocking [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10924= [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.20000= [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.30000= [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.30004= [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:slime [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:portal [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stained_glass [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stained_glass_pane [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:works [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_water [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.60000= [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.60032= [04:23:77] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.60036= [04:23:77] [Render thread/INFO]: [OptiFine] [Shaders] Parsing item mappings: /shaders/item.properties [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_emerald [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_redstone [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_lapis [04:23:77] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_amethyst [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_quartz [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_netherite [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_diamond [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_gold [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_iron [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_copper [04:23:78] [Render thread/WARN]: [OptiFine] [Shaders] Invalid item ID mapping: item.45000=trim_emerald trim_redstone trim_lapis trim_amethyst trim_quartz trim_netherite trim_diamond trim_gold trim_iron trim_copper [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: mace [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: breeze_rod [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trial_key [04:23:78] [Render thread/WARN]: [OptiFine] [Shaders] Invalid item ID mapping: item.45112=trial_key [04:23:78] [Render thread/INFO]: [OptiFine] [Shaders] Parsing entity mappings: /shaders/entity.properties [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Entity not found: entity_flame [04:23:78] [Render thread/WARN]: [OptiFine] [Shaders] Invalid entity ID mapping: entity.50088=entity_flame [04:23:78] [Render thread/WARN]: [OptiFine] Shaders: Entity not found: bogged [04:23:78] [Render thread/WARN]: [OptiFine] [Shaders] Invalid entity ID mapping: entity.50100=bogged [04:23:33] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:23:37] [Render thread/WARN]: [OptiFine] Unknown resource pack type: net.minecraftforge.resource.DelegatingPackResources: mod_resources [04:23:37] [Render thread/INFO]: [OptiFine] CustomBlockLayers: shaders/block.properties [04:23:38] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline [04:23:38] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.experimentalForgeLightPipelineEnabled=false [04:23:40] [Render thread/INFO]: Loaded config for: smoothchunk.json [04:23:83] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [TLSkinCape] Current TLSkinCape version is 1.32 [TLSkinCape] Current Minecraft version is 1.18. [TLSkinCape] OptiFine detected. [04:23:66] [Render thread/WARN]: The following mods have version differences that were not resolved: jei (version 15.20.0.105 -> MISSING) Things may not work well. [04:23:69] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [04:23:37] [Render thread/WARN]: Missing data pack mod:jei [04:23:45] [Render thread/INFO]: Successfully loaded 10 data remolders! [04:23:00] [Render thread/INFO]: Adding datapack listener capsid_recipes [04:23:06] [Worker-Main-4/ERROR]: [Load My Fucking Tags] Couldn't load certain entries with the tag minecraft:skeletons: specialmobs:pirateskeleton (from specialmobs-1.20.1-3.1.7.jar) [04:23:09] [Worker-Main-2/ERROR]: [Load My Fucking Tags] Couldn't load certain entries with the tag minecraft:impermeable: divinerpg:stained_glass2 (from divinerpg-1.10.7.5-1.20.1.jar), divinerpg:stained_glass3 (from divinerpg-1.10.7.5-1.20.1.jar), divinerpg:stained_glass4 (from divinerpg-1.10.7.5-1.20.1.jar), divinerpg:stained_glass5 (from divinerpg-1.10.7.5-1.20.1.jar), divinerpg:stained_glass6 (from divinerpg-1.10.7.5-1.20.1.jar), divinerpg:stained_glass7 (from divinerpg-1.10.7.5-1.20.1.jar), divinerpg:stained_glass8 (from divinerpg-1.10.7.5-1.20.1.jar) [04:23:82] [Render thread/INFO]: Loot Modification Manager has loaded 0 modifier groups [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/ancient_tower_lootmid}.pools[3].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/deep_citadel_loot_hight}.pools[6].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/ancient_tower_lootmid}.pools[4].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/deep_citadel_loot_hight}.pools[4].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/deep_citadel_loot_hight}.pools[7].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/ancient_tower_lootmid}.pools[5].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/ancient_tower_lootmid}.pools[0].entries[0].functions[2]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/ancient_tower_lootmid}.pools[6].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/deep_citadel_loot_hight}.pools[5].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/deep_citadel_loot_hight}.pools[1].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:86] [Render thread/WARN]: Found loot table element validation problem in {loot_tables:minecraft:chests/ancient_tower_lootmid}.pools[7].entries[0].functions[1]: Parameters [<parameter minecraft:tool>] are not provided in this context [04:23:90] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/poison as it's serializer returned null [04:23:01] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/frosted as it's serializer returned null [04:23:02] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/hunger as it's serializer returned null [04:23:04] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/resistance as it's serializer returned null [04:23:09] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/blindness as it's serializer returned null [04:23:10] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/regeneration as it's serializer returned null [04:23:10] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/slowness as it's serializer returned null [04:23:11] [Render thread/INFO]: Skipping loading recipe twilightforest:jeed/fire_resistance as it's serializer returned null [04:23:11] [Render thread/INFO]: Loaded 16 recipes [04:23:12] [Render thread/INFO]: Advancement Modification Manager has loaded 1 modifier groups [04:23:23] [Render thread/INFO]: Loaded 3385 advancements [04:23:26] [Render thread/INFO]: Loaded 9 Stalactite configs! [04:23:26] [Render thread/INFO]: Chunk Generator Modification Manager has loaded 0 modifier groups [04:23:26] [Render thread/WARN]: Unable to decode loot conditions com.google.gson.JsonSyntaxException: Unknown type 'minecraft:alternatives'  at TRANSFORMER/[email protected]/net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:99)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/net.minecraftforge.common.loot.IGlobalLootModifier.lambda$static$1(IGlobalLootModifier.java:39)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder$1.lambda$decode$1(Decoder.java:49)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder$1.decode(Decoder.java:49)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Codec$2.decode(Codec.java:71)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder.parse(Decoder.java:18)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.FieldDecoder.decode(FieldDecoder.java:29)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapCodec$1.decode(MapCodec.java:34)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.RecordCodecBuilder$Instance$5.decode(RecordCodecBuilder.java:323)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$3(KeyDispatchCodec.java:67)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$4(KeyDispatchCodec.java:58)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.KeyDispatchCodec.decode(KeyDispatchCodec.java:56)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapDecoder.lambda$compressedDecode$1(MapDecoder.java:52)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder.parse(Decoder.java:18)  at TRANSFORMER/[email protected]/net.minecraftforge.common.loot.LootModifierManager.apply(LootModifierManager.java:79)  at TRANSFORMER/[email protected]/net.minecraftforge.common.loot.LootModifierManager.m_5787_(LootModifierManager.java:38)  at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)  at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)  at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)  at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:176)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_246486_(WorldOpenFlows.java:163)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:113)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:181)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:169)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:65)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:575)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:474)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:413)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:298)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:38)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:92)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:89)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:189)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:118)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:188)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)  at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:248)  at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1173)  at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)  at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.base/java.lang.reflect.Method.invoke(Method.java:568)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)  at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [04:23:27] [Render thread/WARN]: Could not decode GlobalLootModifier with json id nethersdelight:chopping_leather - error: Unknown type 'minecraft:alternatives' [04:23:27] [Render thread/WARN]: Unable to decode loot conditions com.google.gson.JsonSyntaxException: Unknown type 'minecraft:alternative'  at TRANSFORMER/[email protected]/net.minecraft.world.level.storage.loot.GsonAdapterFactory$JsonAdapter.deserialize(GsonAdapterFactory.java:99)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.read(TypeAdapterRuntimeTypeWrapper.java:40)  at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.ArrayTypeAdapter.read(ArrayTypeAdapter.java:72)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1214)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1319)  at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:1261)  at TRANSFORMER/[email protected]/net.minecraftforge.common.loot.IGlobalLootModifier.lambda$static$1(IGlobalLootModifier.java:39)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder$1.lambda$decode$1(Decoder.java:49)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder$1.decode(Decoder.java:49)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Codec$2.decode(Codec.java:71)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder.parse(Decoder.java:18)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.FieldDecoder.decode(FieldDecoder.java:29)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapCodec$1.decode(MapCodec.java:34)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.RecordCodecBuilder$Instance$5.decode(RecordCodecBuilder.java:323)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.RecordCodecBuilder$2.decode(RecordCodecBuilder.java:107)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$3(KeyDispatchCodec.java:67)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.KeyDispatchCodec.lambda$decode$4(KeyDispatchCodec.java:58)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.codecs.KeyDispatchCodec.decode(KeyDispatchCodec.java:56)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapDecoder.lambda$compressedDecode$1(MapDecoder.java:52)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.lambda$flatMap$11(DataResult.java:139)  at MC-BOOTSTRAP/[email protected]/com.mojang.datafixers.util.Either$Left.map(Either.java:38)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.DataResult.flatMap(DataResult.java:137)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapDecoder.compressedDecode(MapDecoder.java:52)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.MapCodec$MapCodecCodec.decode(MapCodec.java:91)  at MC-BOOTSTRAP/[email protected]/com.mojang.serialization.Decoder.parse(Decoder.java:18)  at TRANSFORMER/[email protected]/net.minecraftforge.common.loot.LootModifierManager.apply(LootModifierManager.java:79)  at TRANSFORMER/[email protected]/net.minecraftforge.common.loot.LootModifierManager.m_5787_(LootModifierManager.java:38)  at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimplePreparableReloadListener.m_10789_(SimplePreparableReloadListener.java:13)  at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)  at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)  at TRANSFORMER/[email protected]/net.minecraft.server.packs.resources.SimpleReloadInstance.m_143940_(SimpleReloadInstance.java:69)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18701_(BlockableEventLoop.java:176)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_246486_(WorldOpenFlows.java:163)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233122_(WorldOpenFlows.java:113)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.doLoadLevel(WorldOpenFlows.java:181)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233145_(WorldOpenFlows.java:169)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldOpenFlows.m_233133_(WorldOpenFlows.java:65)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101744_(WorldSelectionList.java:575)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_101704_(WorldSelectionList.java:474)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.worldselection.WorldSelectionList$WorldListEntry.m_6375_(WorldSelectionList.java:413)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.AbstractSelectionList.m_6375_(AbstractSelectionList.java:298)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.components.events.ContainerEventHandler.m_6375_(ContainerEventHandler.java:38)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168084_(MouseHandler.java:92)  at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:437)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:89)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:189)  at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:118)  at TRANSFORMER/[email protected]/net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:188)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method)  at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3474)  at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:248)  at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1173)  at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718)  at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:218)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)  at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.base/java.lang.reflect.Method.invoke(Method.java:568)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99)  at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)  at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)  at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [04:23:28] [Render thread/WARN]: Could not decode GlobalLootModifier with json id nethersdelight:chopping_string - error: Unknown type 'minecraft:alternative' [04:23:38] [Render thread/INFO]: Loaded 15 curio slots [04:23:39] [Render thread/INFO]: Loaded 24 curio entities [04:23:39] [Render thread/INFO]: Loaded 1 tiers [04:23:39] [Render thread/INFO]: Loaded 8 tweaks [04:23:40] [Render thread/INFO]: Loaded 66 materials [04:23:40] [Render thread/INFO]: Loaded 126 improvements [04:23:44] [Render thread/INFO]: Loaded 78 modules [04:23:55] [Render thread/INFO]: Clearing model cache for 0 items, let's get bakin' [04:23:55] [Render thread/INFO]: Loaded 0 enchantments [04:23:55] [Render thread/INFO]: Loaded 21 synergies [04:23:55] [Render thread/INFO]: Loaded 10 replacements [04:23:56] [Render thread/INFO]: Loaded 342 schematics [04:23:59] [Render thread/INFO]: Loaded 18 crafting_effects [04:23:60] [Render thread/INFO]: Loaded 35 repairs [04:23:60] [Render thread/INFO]: Loaded 2 actions [04:23:60] [Render thread/INFO]: Loaded 0 destabilization [04:23:60] [Render thread/INFO]: Loaded 0 unlocks [04:23:60] [Render thread/INFO]: Loaded 0 archetypes [04:23:60] [Render thread/INFO]: Loaded 1 item_effects [04:23:63] [Render thread/WARN]: Not all defined tags for registry ResourceKey[minecraft:root / minecraft:worldgen/biome] are present in data pack: minecraft:is_plains [04:24:11] [Render thread/INFO]: Disconnected from server, resetting proxy config values [04:24:29] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1 [04:24:29] [Server thread/INFO]: Generating keypair [04:24:73] [Server thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:overworld [04:24:73] [Server thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:the_nether [04:24:39] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:96] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:97] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:98] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:99] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:00] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:01] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:01] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:03] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:04] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:04] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:07] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:07] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:08] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:09] [Server thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:09] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:41] [Render thread/INFO]: Подготовка области возрождения: 0% [04:24:64] [Render thread/INFO]: Подготовка области возрождения: 6% [04:24:08] [Server thread/INFO]: Successfully initialized permission handler forge:default_handler [04:24:09] [Render thread/INFO]: Time elapsed: 4962 ms [04:24:09] [Server thread/INFO]: [WTHIT] Plugin config reloaded [04:24:10] [Server thread/INFO]: Sending reload packet to clients [04:24:28] [Server thread/INFO]: Changing view distance to 13, from 10 [04:24:29] [Server thread/INFO]: Changing simulation distance to 15, from 0 [04:24:37] [Render thread/WARN]: Unable to parse the boolean system property 'java.net.preferIPv6Addresses':system - using the default value: false [04:24:41] [Netty Local Client IO #0/INFO]: Connected to a modded server. [04:24:51] [Server thread/INFO]: oo_QRcod_oo[local:E:e6cb2b16] logged in with entity id 90 at (-855.9051996212388, -24.0, 2147.2164059312668) [04:24:58] [Server thread/INFO]: oo_QRcod_oo присоединился к игре [04:24:60] [Render thread/INFO]: New Xaero hud session initialized! [04:24:64] [Render thread/WARN]: WARNING: block Block{minecraft:iron_ore} added to BlockStateRandomizer exceeds max probabiltiy of 1! [04:24:66] [Server thread/INFO]: Sending data to client: oo_QRcod_oo [04:24:69] [Server thread/INFO]: Player connected to a local world, not setting up proxy config [04:24:88] [Render thread/INFO]: [Inventory Profiles Next] Loaded 0 external GUI hints [04:24:88] [Render thread/INFO]: [Inventory Profiles Next] Loaded 798 build-in GUI hints [04:24:88] [Render thread/INFO]: [Inventory Profiles Next] Effective GUI hints after merge: 798 [04:24:19] [Render thread/INFO]: [WTHIT] Received config from the server: {"minecraft:bee.hive_occupants":true,"minecraft:attribute.horse_jump_height":true,"harvest:enabled":true,"minecraft:level.composter":true,"minecraft:effect.beacon":true,"minecraft:entity.armor":true,"minecraft:plant.tree_growable":true,"minecraft:attribute.horse_speed":true,"wailax:progress.enabled_entity":true,"minecraft:redstone.lever":true,"minecraft:jukebox.record":true,"minecraft:entity.absorption":true,"minecraft:effect.mob":true,"minecraft:book.bookshelf":true,"wailax:energy.enabled_entity":true,"wailax:fluid.enabled_block":true,"minecraft:plant.crop_growable":true,"minecraft:attribute.health":true,"minecraft:horse.jump_height":true,"minecraft:crop_growable":true,"wailax:item.nbt":true,"minecraft:attribute.beacon_effects":true,"minecraft:entity.health":true,"minecraft:plant.crop_progress":true,"minecraft:pet.owner":true,"minecraft:bee.hive_honey_level":true,"wailax:fluid.enabled_entity":true,"minecraft:timer.grow":true,"minecraft:bee.hive_pos":true,"minecraft:entity.item_entity":true,"minecraft:attribute.mob_effects":true,"minecraft:override.invisible_entity":true,"minecraft:spawner_type":true,"wailax:progress.enabled_block":true,"minecraft:note_block.type":true,"minecraft:tree_growable":true,"minecraft:override.infested":true,"wailax:item.enabled_entity":true,"minecraft:breaking_progress.enabled":true,"minecraft:item_entity":true,"minecraft:timer.breed":true,"minecraft:attribute.panda_genes":true,"minecraft:redstone.comparator":true,"wailax:item.enabled_block":true,"minecraft:spawner.type":true,"minecraft:effect.hidden_mob":false,"minecraft:override.trapped_chest":true,"minecraft:horse.speed":true,"minecraft:attribute.armor":true,"wailax:energy.enabled_block":true,"minecraft:attribute.absorption":true,"minecraft:redstone.level":true,"minecraft:level.honey":true,"minecraft:crop_progress":true,"minecraft:redstone.repeater":true,"minecraft:attribute.hidden_mob_effects":false,"minecraft:player_head.name":true,"minecraft:panda.genes":true,"minecraft:override.powder_snow":true} [04:24:20] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/void_forge [04:24:21] [Render thread/WARN]: Unknown recipe category: divinerpg:arcanium_extractor/divinerpg:arcanium_extractor/arcanium [04:24:21] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/wrath_of_the_desert [04:24:21] [Render thread/WARN]: Unknown recipe category: divinerpg:arcanium_extractor/divinerpg:arcanium_extractor/arcanite_sand [04:24:21] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/gauntlet_of_bulwark [04:24:22] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/gauntlet_of_maelstrom [04:24:22] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/void_assault_shoulder_weapon [04:24:22] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/ignitium_elytra_chestplate [04:24:23] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/the_immolator [04:24:23] [Render thread/WARN]: Unknown recipe category: divinerpg:arcanium_extractor/divinerpg:arcanium_extractor/piece_of_raw_arcanium [04:24:20] [Render thread/INFO]: Minimap updated server level id: 463114523 for world ResourceKey[minecraft:dimension / minecraft:overworld] [04:24:20] [Render thread/INFO]: Loaded 1 tiers [04:24:20] [Render thread/INFO]: Loaded 8 tweaks [04:24:20] [Render thread/INFO]: Loaded 66 materials [04:24:21] [Render thread/INFO]: Loaded 126 improvements [04:24:22] [Render thread/INFO]: Loaded 78 modules [04:24:26] [Render thread/INFO]: Clearing model cache for 8 items, let's get bakin' [04:24:26] [Render thread/INFO]: Loaded 0 enchantments [04:24:26] [Render thread/INFO]: Loaded 21 synergies [04:24:26] [Render thread/INFO]: Loaded 10 replacements [04:24:26] [Render thread/INFO]: Loaded 342 schematics [04:24:28] [Render thread/INFO]: Loaded 18 crafting_effects [04:24:28] [Render thread/INFO]: Loaded 35 repairs [04:24:28] [Render thread/INFO]: Loaded 2 actions [04:24:28] [Render thread/INFO]: Loaded 0 destabilization [04:24:28] [Render thread/INFO]: Loaded 0 unlocks [04:24:28] [Render thread/INFO]: Loaded 0 archetypes [04:24:28] [Render thread/INFO]: Loaded 1 item_effects [04:24:28] [Render thread/INFO]: [System] [CHAT] [Load My F***ing Tags]: It seems that some tags are a bit cooked. Look at the Logs for more details on broken functions. Click me for more info about this feature. [04:24:29] [Render thread/INFO]: Loaded 308 advancements [04:24:30] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 249.8 μs [04:24:30] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 208.8 μs [04:24:32] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 143.7 μs [04:24:33] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 36.30 μs [04:24:33] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 30.00 μs [04:24:33] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 30.90 μs [04:24:33] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 36.30 μs [04:24:33] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 30.10 μs [04:24:33] [Render thread/INFO]: BookContentResourceListenerLoader: Files found in 33.10 μs [04:24:36] [Render thread/INFO]: [OptiFine] [Shaders] Parsing block mappings: /shaders/block.properties [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:short_grass [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:leaves [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:leaves2 [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:reeds [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_plant [04:24:36] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10024= [04:24:36] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10028= [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stonebrick [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:monster_egg [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:golden_rail [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_lava [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:brick_block [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Property not found: variant, block: Block{minecraft:stone_slab} [04:24:36] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_stone_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:heavy_core [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:fence [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:fence_gate [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trapdoor [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:24:37] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log2 [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:planks [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_wooden_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:log2 [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stone_slab2 [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:double_stone_slab2 [04:24:38] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10260= [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_chiseled_copper [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_grate [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:quartz_ore [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:purpur_double_slab [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:snow_layer [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:lit_pumpkin [04:24:38] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:nether_brick [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:melon_block [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:end_bricks [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:hardened_clay [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stained_hardened_clay [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:magma [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:concrete [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:concrete_powder [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waterlily [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:grass_path [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:lit_furnace [04:24:42] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:noteblock [04:24:43] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10584= [04:24:43] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:powered_repeater [04:24:43] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:powered_comparator [04:24:43] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:unpowered_repeater [04:24:43] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:unpowered_comparator [04:24:43] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wool [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:carpet [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:mob_spawner [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:chiseled_tuff [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_bricks [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:chiseled_tuff_bricks [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_stairs [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_slab [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_wall [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff_stairs [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff_slab [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:polished_tuff_wall [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_brick_stairs [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_brick_slab [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:tuff_brick_wall [04:24:47] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10713=tuff_stairs tuff_slab tuff_wall polished_tuff_stairs polished_tuff_slab polished_tuff_wall tuff_brick_stairs tuff_brick_slab tuff_brick_wall [04:24:47] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:wooden_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:crafter [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10848=crafter [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10852=copper_bulb:lit=true waxed_copper_bulb:lit=true exposed_copper_bulb:lit=true waxed_exposed_copper_bulb:lit=true [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10854=copper_bulb:lit=false waxed_copper_bulb:lit=false exposed_copper_bulb:lit=false waxed_exposed_copper_bulb:lit=false [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10856=weathered_copper_bulb:lit=true waxed_weathered_copper_bulb:lit=true oxidized_copper_bulb:lit=true waxed_oxidized_copper_bulb:lit=true [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_bulb [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10858=weathered_copper_bulb:lit=false waxed_weathered_copper_bulb:lit=false oxidized_copper_bulb:lit=false waxed_oxidized_copper_bulb:lit=false [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10861=copper_door exposed_copper_door weathered_copper_door oxidized_copper_door waxed_copper_door waxed_exposed_copper_door waxed_weathered_copper_door waxed_oxidized_copper_door [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:exposed_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:weathered_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:oxidized_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_exposed_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_weathered_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:waxed_oxidized_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10865=copper_trapdoor exposed_copper_trapdoor weathered_copper_trapdoor oxidized_copper_trapdoor waxed_copper_trapdoor waxed_exposed_copper_trapdoor waxed_weathered_copper_trapdoor waxed_oxidized_copper_trapdoor [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:53] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10868=trial_spawner:ominous=false:trial_spawner_state=active trial_spawner:ominous=false:trial_spawner_state=ejecting_reward trial_spawner:ominous=false:trial_spawner_state=waiting_for_players trial_spawner:ominous=false:trial_spawner_state=waiting_for_reward_ejection vault:ominous=false:vault_state=active vault:ominous=false:vault_state=ejecting vault:ominous=false:vault_state=unlocking [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10872=vault:ominous=false:vault_state=inactive vault:ominous=true:vault_state=inactive [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10873=trial_spawner:ominous=false:trial_spawner_state=cooldown trial_spawner:ominous=false:trial_spawner_state=inactive trial_spawner:ominous=true:trial_spawner_state=cooldown trial_spawner:ominous=true:trial_spawner_state=inactive [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:trial_spawner [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:vault [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10876=trial_spawner:ominous=true:trial_spawner_state=active trial_spawner:ominous=true:trial_spawner_state=ejecting_reward trial_spawner:ominous=true:trial_spawner_state=waiting_for_players trial_spawner:ominous=true:trial_spawner_state=waiting_for_reward_ejection vault:ominous=true:vault_state=active vault:ominous=true:vault_state=ejecting vault:ominous=true:vault_state=unlocking [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.10924= [04:24:52] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2020ms or 40 ticks behind [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.20000= [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.30000= [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.30004= [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:slime [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:portal [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stained_glass [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:stained_glass_pane [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:works [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_water [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.60000= [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.60032= [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid block ID mapping: block.60036= [04:24:54] [Render thread/INFO]: [OptiFine] [Shaders] Parsing item mappings: /shaders/item.properties [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_emerald [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_redstone [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_lapis [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_amethyst [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_quartz [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_netherite [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_diamond [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_gold [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_iron [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trim_copper [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid item ID mapping: item.45000=trim_emerald trim_redstone trim_lapis trim_amethyst trim_quartz trim_netherite trim_diamond trim_gold trim_iron trim_copper [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: mace [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: breeze_rod [04:24:54] [Render thread/WARN]: [OptiFine] Shaders: Item not found: trial_key [04:24:54] [Render thread/WARN]: [OptiFine] [Shaders] Invalid item ID mapping: item.45112=trial_key [04:24:55] [Render thread/INFO]: [OptiFine] [Shaders] Parsing entity mappings: /shaders/entity.properties [04:24:55] [Render thread/WARN]: [OptiFine] Shaders: Entity not found: entity_flame [04:24:55] [Render thread/WARN]: [OptiFine] [Shaders] Invalid entity ID mapping: entity.50088=entity_flame [04:24:55] [Render thread/WARN]: [OptiFine] Shaders: Entity not found: bogged [04:24:55] [Render thread/WARN]: [OptiFine] [Shaders] Invalid entity ID mapping: entity.50100=bogged [04:24:55] [Render thread/INFO]: [Shaders] Custom texture: texture.gbuffers.gaux4 = lib/textures/cloud-water.png [04:24:55] [Render thread/INFO]: [Shaders] Custom texture: texture.deferred.colortex3 = lib/textures/cloud-water.png [04:24:55] [Render thread/INFO]: [Shaders] Custom uniform: framemod8 [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:55] [Render thread/INFO]: [Shaders] Custom uniform: isEyeInCave [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:55] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:56] [Render thread/INFO]: [Shaders] Custom uniform: inDry [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:56] [Render thread/INFO]: [Shaders] Custom uniform: inRainy [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:56] [Render thread/INFO]: [Shaders] Custom uniform: inSnowy [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:56] [Render thread/INFO]: [Shaders] Custom variable: difX [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:56] [Render thread/INFO]: [Shaders] Custom variable: difY [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:56] [Render thread/INFO]: [Shaders] Custom variable: difZ [04:24:56] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:57] [Render thread/INFO]: [Shaders] Custom variable: difSum [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:57] [Render thread/INFO]: [Shaders] Custom variable: moving [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:57] [Render thread/INFO]: [Shaders] Custom variable: moved [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:57] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: starter [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: frameTimeSmooth [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: eyeBrightnessM [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: eyeBrightnessM2 [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: rainFactor [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: inNetherWastes [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: inCrimsonForest [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: inWarpedForest [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: inBasaltDeltas [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: inSoulValley [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: skyColorSmooth [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/INFO]: [Shaders] Custom uniform: maxBlindnessDarkness [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_ORIGINAL_SOURCE_MARKER [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_SWAMP [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_DARK_FOREST [04:24:58] [Render thread/WARN]: [Shaders] Expression already defined: BIOME_FOREST [04:24:58] [Render thread/WARN]: [Shaders] net.optifine.expr.ParseException: Model variable not found: darknessFactor [04:24:67] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:67] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:67] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:69] [Render thread/INFO]: [Shaders] Program loaded: world0/shadow [04:24:69] [Render thread/INFO]: [Shaders] Program disabled: world0/shadowcomp [04:24:79] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:79] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:79] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:80] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_basic [04:24:87] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:87] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:87] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:88] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_line [04:24:96] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:96] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:96] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:98] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_textured [04:24:02] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:02] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:02] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:03] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_skybasic [04:24:07] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:07] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:07] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:08] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_skytextured [04:24:12] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:12] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:12] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:12] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_clouds [04:24:32] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:32] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:32] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:44] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_terrain [04:24:47] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:47] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:47] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:48] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_damagedblock [04:24:55] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:55] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:55] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:56] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_block [04:24:58] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:59] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:59] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:59] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_beaconbeam [04:24:07] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:07] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:07] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:09] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_entities [04:24:60] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:60] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:60] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:62] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_entities_glowing [04:24:63] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:63] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:63] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:64] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_armor_glint [04:24:66] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:66] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:66] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:66] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_spidereyes [04:24:76] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:76] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:76] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:77] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_hand [04:24:79] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:79] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:79] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:80] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_weather [04:24:84] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:84] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:84] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:85] [Render thread/INFO]: [Shaders] colortex0 mipmap enabled [04:24:86] [Render thread/INFO]: [Shaders] Program loaded: world0/deferred1 [04:24:98] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:99] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:99] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:01] [Render thread/INFO]: [Shaders] Program loaded: world0/gbuffers_water [04:24:04] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:04] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:04] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:05] [Render thread/INFO]: [Shaders] Program loaded: world0/composite [04:24:05] [Render thread/INFO]: [Shaders] Program disabled: world0/composite2 [04:24:07] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:07] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:07] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:07] [Render thread/INFO]: [Shaders] Program loaded: world0/composite3 [04:24:09] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:09] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:09] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:09] [Render thread/INFO]: [Shaders] colortex0 mipmap enabled [04:24:10] [Render thread/INFO]: [Shaders] Program loaded: world0/composite4 [04:24:12] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:12] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:12] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:13] [Render thread/INFO]: [Shaders] Program loaded: world0/composite5 [04:24:15] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:15] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:15] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:16] [Render thread/INFO]: [Shaders] colortex0 format: R11F_G11F_B10F [04:24:16] [Render thread/INFO]: [Shaders] colortex1 format: R32F [04:24:16] [Render thread/INFO]: [Shaders] colortex2 format: RGB16F [04:24:16] [Render thread/INFO]: [Shaders] colortex3 format: RGBA8 [04:24:16] [Render thread/INFO]: [Shaders] colortex4 format: R8 [04:24:16] [Render thread/INFO]: [Shaders] colortex5 format: RGBA8_SNORM [04:24:16] [Render thread/INFO]: [Shaders] colortex6 format: RGBA8 [04:24:16] [Render thread/INFO]: [Shaders] colortex7 format: RGBA16F [04:24:16] [Render thread/INFO]: [Shaders] colortex1 clear disabled [04:24:16] [Render thread/INFO]: [Shaders] colortex2 clear disabled [04:24:16] [Render thread/INFO]: [Shaders] colortex4 clear disabled [04:24:16] [Render thread/INFO]: [Shaders] colortex5 clear disabled [04:24:16] [Render thread/INFO]: [Shaders] colortex7 clear disabled [04:24:16] [Render thread/INFO]: [Shaders] Noise texture enabled [04:24:16] [Render thread/INFO]: [Shaders] Noise texture resolution: 128 [04:24:16] [Render thread/INFO]: [Shaders] Hardware shadow filtering enabled. [04:24:16] [Render thread/INFO]: [Shaders] Shadow distance render mul: 1.0 [04:24:16] [Render thread/INFO]: [Shaders] Dryness halflife: 300.0 [04:24:16] [Render thread/INFO]: [Shaders] Wetness halflife: 300.0 [04:24:17] [Render thread/INFO]: [Shaders] AO Level: 1.0 [04:24:17] [Render thread/INFO]: [Shaders] colortex3 mipmap enabled [04:24:17] [Render thread/INFO]: [Shaders] Program loaded: world0/composite6 [04:24:18] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:19] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:19] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:19] [Render thread/INFO]: [Shaders] Program loaded: world0/composite7 [04:24:22] [Render thread/INFO]: [Shaders] Shadow map distance: 192.0 [04:24:22] [Render thread/INFO]: [Shaders] Sun path rotation: -40.0 [04:24:22] [Render thread/INFO]: [Shaders] Shadow map resolution: 2048 [04:24:22] [Render thread/INFO]: [Shaders] colortex0 format: R11F_G11F_B10F [04:24:22] [Render thread/INFO]: [Shaders] colortex1 format: R32F [04:24:22] [Render thread/INFO]: [Shaders] colortex2 format: RGB16F [04:24:22] [Render thread/INFO]: [Shaders] colortex3 format: RGBA8 [04:24:22] [Render thread/INFO]: [Shaders] colortex4 format: R8 [04:24:22] [Render thread/INFO]: [Shaders] colortex5 format: RGBA8_SNORM [04:24:22] [Render thread/INFO]: [Shaders] colortex6 format: RGBA8 [04:24:22] [Render thread/INFO]: [Shaders] colortex7 format: RGBA16F [04:24:22] [Render thread/INFO]: [Shaders] colortex1 clear disabled [04:24:22] [Render thread/INFO]: [Shaders] colortex2 clear disabled [04:24:22] [Render thread/INFO]: [Shaders] colortex4 clear disabled [04:24:22] [Render thread/INFO]: [Shaders] colortex5 clear disabled [04:24:22] [Render thread/INFO]: [Shaders] colortex7 clear disabled [04:24:22] [Render thread/INFO]: [Shaders] Noise texture enabled [04:24:22] [Render thread/INFO]: [Shaders] Noise texture resolution: 128 [04:24:22] [Render thread/INFO]: [Shaders] Hardware shadow filtering enabled. [04:24:22] [Render thread/INFO]: [Shaders] Shadow distance render mul: 1.0 [04:24:22] [Render thread/INFO]: [Shaders] Dryness halflife: 300.0 [04:24:25] [Render thread/INFO]: [Shaders] Wetness halflife: 300.0 [04:24:25] [Render thread/INFO]: [Shaders] AO Level: 1.0 [04:24:25] [Render thread/INFO]: [Shaders] Program loaded: world0/final [04:24:25] [Render thread/INFO]: [Shaders] usedColorBuffers: 10 [04:24:25] [Render thread/INFO]: [Shaders] usedDepthBuffers: 3 [04:24:25] [Render thread/INFO]: [Shaders] usedShadowColorBuffers: 2 [04:24:25] [Render thread/INFO]: [Shaders] usedShadowDepthBuffers: 2 [04:24:25] [Render thread/INFO]: [Shaders] usedColorAttachs: 10 [04:24:25] [Render thread/INFO]: [Shaders] usedDrawBuffers: 8 [04:24:25] [Render thread/INFO]: [Shaders] bindImageTextures: false [04:24:26] [Render thread/INFO]: [Shaders] Framebuffer created: dfb [04:24:26] [Render thread/INFO]: [Shaders] Framebuffer created: sfb [04:24:26] [Render thread/INFO]: [Shaders] Reset model renderers [04:24:26] [Render thread/INFO]: [Shaders] Reset world renderers [04:24:76] [Render thread/INFO]: Reloading entity icon resources... [04:24:77] [Render thread/INFO]: Reloaded entity icon resources! [04:24:80] [Worker-Main-4/ERROR]: Hanging entity at invalid position: BlockPos{x=219, y=13, z=-123} [04:24:80] [Worker-Main-4/ERROR]: Hanging entity at invalid position: BlockPos{x=219, y=13, z=-124} [04:24:80] [Worker-Main-4/ERROR]: Hanging entity at invalid position: BlockPos{x=219, y=14, z=-124} [04:24:90] [Render thread/INFO]: calculated cape performance:TEXTURE_272, middle time: 1.0 [04:24:97] [Render thread/INFO]: can use texture size:TEXTURE_272, middle time: 1.0 [04:25:30] [Render thread/INFO]: Stopping! [04:25:31] [Render thread/INFO]: Xaero hud session finalized. [04:25:47] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/travelersbackpack.json for entity.minecraft.player: com.tiviacz.travelersbackpack.client.renderer.TravelersBackpackLayer [04:25:47] [Render thread/ERROR]: Couldn't read layer file minecraft:animated_layers/player/waveycapes.json for entity.minecraft.player: dev.tr7zw.waveycapes.renderlayers.CustomCapeRenderLayer [04:25:68] [Render thread/INFO]: Disconnected from server, resetting proxy config values Here I am! [VersionManager] Refreshing versions locally... [VersionManager] Versions has been refreshed (10 ms) [Launcher] Launcher exited. [Launcher] Minecraft closed with exit code: 1 flush now flush now
  • Topics

×
×
  • Create New...

Important Information

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