Roastd The verdict is in. 5 warn1 info Roast your own server

A world-generation feature is writing outside its chunk: tfmg:oil_deposit

5 warnings, 1 observation found. Every finding below comes from what was actually in the pasted files. Treat the fixes as suggestions: they cover the common causes, and this case may need more digging.

ForgeMinecraft 1.20.1Java 17

This looks like a client log, not a server log. The findings below apply to the player's machine.

What this error means, and every way to fix it →

This log contains 499 lines logged at ERROR level and none matched a known failure signature. That is not a clean bill: the most repeated one is summarised in the findings above, and every one of them is in the log below.

warning

A world-generation feature is writing outside its chunk: tfmg:oil_deposit

Minecraft logs this every time a placed feature sets blocks in a chunk it does not own: 83 lines here, mostly from tfmg:oil_deposit. The mod or datapack that defines that feature has a bug in its size or placement. Each line is a lock contention and a slow chunk, and enough of them look like lag while new terrain generates. Update the mod or datapack that provides tfmg, or if it is your own datapack shrink the feature so it stays within its chunk. It is not world corruption and the server is safe to keep running; it just generates slowly.

Usual suspects: tfmg.

jump to line 3338
warning

AllTheLeaks is reporting objects the server cannot free

The AllTheLeaks mod is printing its leak report: no types listed yet. Invalid cloned players: 0. Memory in use grew by 175MB between its checks. Objects the game has finished with are still referenced by something, so garbage collection cannot reclaim them and the heap fills until the server stalls or dies with an out-of-memory error. The bracketed name after each leaking type is the mod holding the reference; update or remove those first, minecraft itself rarely leaks. Cloned players point at a respawn or dimension-travel bug in a mod. Until it is fixed, restart on a schedule before the heap fills, and run /atl force_refresh after players log out to see which mod keeps growing.

jump to line 8170
warning

1 config or data file is empty or corrupt

Gson could not parse a file the game or a mod tried to load (tags/items/foods222.json is named just above the first error). "End of input at line 1 column 1" is an empty file, which is what a crash or kill mid-write leaves behind; "Expected BEGIN_OBJECT but was STRING" is text where JSON was expected. Whatever depended on that file is running on defaults or not at all. Find the file (the lines just above each error usually name it), back it up, then delete it so the mod regenerates it, or restore it from a backup. If the same file keeps breaking, the disk filled up or the server is being killed while it saves.

jump to line 3840
warning

The tick loop fell 2403ms behind, 48 ticks in one go

A tick took far longer than the 50ms it is allowed, so the server ran behind real time and skipped ahead to catch up (once in this log). Players see rubber-banding, delayed block breaks and mobs that stutter. One burst after a restart, a world upgrade or a chunk pre-generation run is normal. A steady stream is lag with a cause: profile it with spark (/spark profiler start --timeout 120 in the console) rather than guessing. The usual culprits are view-distance and simulation-distance set too high, entity or item build-ups, chunks generating live as players explore, and garbage collection pauses when the heap is too small.

Why this happens: Diagnosing server lag →jump to line 7508
warning

563 error lines and none matched a known signature. The most repeated (JsonParseException): "JsonParseException: JSON data was null or empty" 8 times

Roastd has no signature for this one yet, so here is the raw material. Also in there: "JsonSyntaxException: Unknown type 'minecraft:alternative'" (4 times), "JsonSyntaxException: Expected name to be an item, was unknown string 'butchery_alexs_mobs:rawcaimansteak'" (3 times). Search the exact message with the mod or plugin name; if the server crashed, paste the newest file from crash-reports/ as well, and bring the share link to our Discord so a signature gets written.

jump to line 1829
info

Refmap warnings are cluttering the log

A "reference map could not be read" warning on its own is usually harmless build noise from a mod, not the cause of a crash. Ignore these lines unless a real mixin failure appears further down. They only matter when paired with an injection error.

jump to line 427

399 sensitive values (addresses, passwords and the like) were stripped before this page was stored.

The log

Showing 2240 of 8180 lines, after redaction: the start, the end, and the lines the findings point at.

  1. [21:27:02] [main/INFO]: ModLauncher running: args [--username, [redacted], --version, forge-47.4.10, --gameDir, C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge, --assetsDir, C:\Users\[redacted-user]\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, [redacted], --accessToken, [redacted], --clientId, [redacted], --xuid, [redacted], --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\[redacted-user]\curseforge\minecraft\Install\quickPlay\java\1790472420051.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.4.10, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
  2. [21:27:02] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.15 by Microsoft; OS Windows 11 arch amd64 version 10.0
  3. [21:27:05] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow
  4. [21:27:05] [main/INFO]: Trying GL version 4.6
  5. [21:27:05] [main/INFO]: Requested GL version 4.6 got version 4.6
  6. [21:27:05] [pool-2-thread-1/INFO]: GL info: AMD Radeon RX 7800 XT GL version 4.6.0 Core Profile Context 26.8.1.260624, ATI Technologies Inc.
  7. [21:27:05] [main/INFO]: Starting Essential Loader (stage2) version 1.8.0 (4dad5866273e5beba83449a1e0460378) [stable]
  8. [21:27:05] [main/INFO]: Mixin Transmogrifier is definitely up to no good...
  9. [21:27:05] [main/INFO]: crimes against java were committed
  10. [21:27:05] [main/WARN]: Stream injection failed; legacy loggers may retain blocking behavior.
  11. [21:27:05] [main/INFO]: Launching CrashAssistantApp (CrashAssistant-forge-1.19-1.20.1-1.11.10.jar)
  12. [21:27:06] [main/INFO]: Original mixin transformation service successfully crobbed by mixin-transmogrifier!
  13. [21:27:06] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/[redacted-user]/curseforge/minecraft/Instances/chill%20but%20forge/mods/Connector-1.0.0-beta.49+1.20.1.jar%23439%23445!/ Service=ModLauncher Env=CLIENT
  14. [21:27:06] [main/INFO]: Found mod file Connector-1.0.0-beta.49+1.20.1-mod.jar of type MOD with provider org.sinytra.connector.locator.ConnectorEarlyLocator@773014d3
  15. [21:27:06] [CrashAssistantApp process logger/INFO]: CrashAssistantApp process successfully started.
  16. [21:27:08] [main/INFO]: Found mod file 1.8.1+1.20.1+forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  17. [21:27:08] [main/INFO]: Found mod file [1.20.1] roll_delight-1.2.4-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  18. [21:27:08] [main/INFO]: Found mod file [1.20.1] SecurityCraft v1.10.2.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  19. [21:27:08] [main/INFO]: Found mod file [forge]ctov-3.4.14.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  20. [21:27:08] [main/INFO]: Found mod file Abandoned Watchtowers 7.0 Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  21. [21:27:08] [main/INFO]: Found mod file abridged-2.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  22. [21:27:08] [main/INFO]: Found mod file accessories-neoforge-1.0.0-beta.48+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  23. [21:27:08] [main/INFO]: Found mod file AdChimneys-1.20.1-10.1.31.0-build.2268.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  24. [21:27:08] [main/INFO]: Found mod file additional_lights-1.20.1-2.1.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  25. [21:27:08] [main/INFO]: Found mod file AdditionalStructures-1.20.x-(v.4.2.2).jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  26. [21:27:08] [main/INFO]: Found mod file AdLods-1.20.1-8.1.10.0-build.2196.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  27. [21:27:08] [main/INFO]: Found mod file adorabuild-structures-2.8.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  28. [21:27:08] [main/INFO]: Found mod file alexscaves-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  29. [21:27:08] [main/INFO]: Found mod file alexscavestrimmed-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  30. [21:27:08] [main/INFO]: Found mod file alexsdelight-1.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  31. [21:27:08] [main/INFO]: Found mod file alexsmobs-1.22.9.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  32. [21:27:08] [main/INFO]: Found mod file alexsmobsinteraction-6.0-all.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  33. [21:27:08] [main/INFO]: Found mod file alltheleaks-1.1.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  34. [21:27:08] [main/INFO]: Found mod file almanac-1.20.x-forge-1.0.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  35. [21:27:08] [main/INFO]: Found mod file AmbientSounds_FORGE_v6.3.8_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  36. [21:27:08] [main/INFO]: Found mod file amendments-1.20-2.2.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  37. [21:27:08] [main/INFO]: Found mod file anvilcore-10.1 Release-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  38. [21:27:08] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  39. [21:27:08] [main/INFO]: Found mod file Aquaculture-1.20.1-2.5.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  40. [21:27:08] [main/INFO]: Found mod file aquaculturedelight-1.1.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  41. [21:27:08] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  42. [21:27:08] [main/INFO]: Found mod file athena-forge-1.20.1-3.1.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  43. [21:27:08] [main/INFO]: Found mod file Audio Improvements v2.0.1 (Forge 1.20.1).jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  44. [21:27:08] [main/INFO]: Found mod file BadOptimizations-2.4.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  45. [21:27:08] [main/INFO]: Found mod file balm-forge-1.20.1-7.3.39-all.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  46. [21:27:08] [main/INFO]: Found mod file beautify-2.0.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  47. [21:27:08] [main/INFO]: Found mod file bettervillage-forge-1.20.1-3.3.1-all.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  48. [21:27:08] [main/INFO]: Found mod file BiomesOPlenty-forge-1.20.1-19.0.0.91.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  49. [21:27:08] [main/INFO]: Found mod file BlockRunner-v8.0.4-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  50. [21:27:08] [main/INFO]: Found mod file blueprint-1.20.1-7.1.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  51. [21:27:08] [main/INFO]: Found mod file blur-forge-3.1.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  52. [21:27:08] [main/INFO]: Found mod file bocchium-1.20.1-0.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  53. [21:27:08] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.2.15.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  54. [21:27:08] [main/INFO]: Found mod file BTP-Forge-1.20.1-2.0.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  55. [21:27:08] [main/INFO]: Found mod file burnt_basic-1.10.4.3-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  56. [21:27:08] [main/INFO]: Found mod file butchery-5.2-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  57. [21:27:08] [main/INFO]: Found mod file butchery_alexs_mobs-1.0.1-BETA-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  58. [21:27:08] [main/INFO]: Found mod file calmtheleaks-1.2.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  59. [21:27:08] [main/INFO]: Found mod file CameraOverhaul-v2.1.1-forge+mc[1.20-1.20.5].jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  60. [21:27:08] [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\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  61. [21:27:08] [main/INFO]: Found mod file cfwinfo-1.9.0+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  62. [21:27:08] [main/INFO]: Found mod file chefsdelight-1.0.4-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  63. [21:27:08] [main/INFO]: Found mod file Chimes-v2.1.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  64. [21:27:08] [main/INFO]: Found mod file chipped-forge-1.20.1-3.0.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  65. [21:27:08] [main/INFO]: Found mod file choppersdelight-forge-1.20.1-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  66. [21:27:08] [main/INFO]: Found mod file chunksending-1.20.1-2.8.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  67. [21:27:08] [main/INFO]: Found mod file citadel-2.6.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  68. [21:27:08] [main/INFO]: Found mod file clayworks-1.20.1-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  69. [21:27:08] [main/INFO]: Found mod file cleanswing-1.20-1.8.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  70. [21:27:08] [main/INFO]: Found mod file cloth-config-11.1.136-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  71. [21:27:08] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  72. [21:27:08] [main/INFO]: Found mod file collective-1.20.1-8.39.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  73. [21:27:08] [main/INFO]: Found mod file comforts-forge-6.4.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  74. [21:27:08] [main/INFO]: Found mod file configured-forge-1.20.1-2.2.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  75. [21:27:08] [main/INFO]: Found mod file connectedglass-1.1.14-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  76. [21:27:08] [main/INFO]: Found mod file connectivity-1.20.1-7.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  77. [21:27:08] [main/INFO]: Found mod file continuity-3.0.0+1.20.1.forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  78. [21:27:08] [main/INFO]: Found mod file Controlling-forge-1.20.1-12.0.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  79. [21:27:08] [main/INFO]: Found mod file COP-Create+6.0.7-3.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  80. [21:27:08] [main/INFO]: Found mod file Corgilib-Forge-1.20.1-4.0.3.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  81. [21:27:08] [main/INFO]: Found mod file corpse-forge-1.20.1-1.0.23.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  82. [21:27:08] [main/INFO]: Found mod file crabbersdelight-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  83. [21:27:08] [main/INFO]: Found mod file create-1.20.1-6.0.8.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  84. [21:27:08] [main/INFO]: Found mod file create-stuff-additions1.20.1_v2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  85. [21:27:08] [main/INFO]: Found mod file create_central_kitchen-1.20.1-for-create-6.0.8-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  86. [21:27:08] [main/INFO]: Found mod file create_compatible_storage-2.13.0-mc1.20.1-forge-all.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  87. [21:27:08] [main/INFO]: Found mod file create_connected-1.2.3-mc1.20.1-all.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  88. [21:27:08] [main/INFO]: Found mod file create_ltab-4.1.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  89. [21:27:08] [main/INFO]: Found mod file create_oppenheimered-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  90. [21:27:08] [main/INFO]: Found mod file create_optical-0.4.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  91. [21:27:08] [main/INFO]: Found mod file create_structures_arise-176.49.48 Forge 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  92. [21:27:08] [main/INFO]: Found mod file create_ultimate_factory-2.2.4-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  93. [21:27:08] [main/INFO]: Found mod file createaddition-1.20.1-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  94. [21:27:08] [main/INFO]: Found mod file createdeco-2.0.3-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  95. [21:27:08] [main/INFO]: Found mod file createdieselgenerators-1.20.1-1.3.12.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  96. [21:27:08] [main/INFO]: Found mod file createoreexcavation-1.20-1.6.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  97. [21:27:08] [main/INFO]: Found mod file CreativeCore_FORGE_v2.12.39_mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  98. [21:27:08] [main/INFO]: Found mod file creeperoverhaul-3.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  99. [21:27:08] [main/INFO]: Found mod file cristellib-1.1.6-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  100. [21:27:08] [main/INFO]: Found mod file Croptopia-1.20.1-FORGE-4.0.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  101. [21:27:08] [main/INFO]: Found mod file CullLessLeaves-Reforged-1.20.1-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  102. [21:27:08] [main/INFO]: Found mod file culturaldelights-0.16.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  103. [21:27:08] [main/INFO]: Found mod file cupboard-1.20.1-3.9.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  104. [21:27:08] [main/INFO]: Found mod file decorative_blocks-forge-1.20.1-4.1.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  105. [21:27:08] [main/INFO]: Found mod file Delightful-1.20.1-3.8.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  106. [21:27:08] [main/INFO]: Found mod file delightfulcreators-1.1.9.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  107. [21:27:08] [main/INFO]: Found mod file DiagonalFences-v8.1.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  108. [21:27:08] [main/INFO]: Found mod file DiagonalWalls-v8.0.4-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  109. [21:27:08] [main/INFO]: Found mod file DiagonalWindows-v8.1.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  110. [21:27:08] [main/INFO]: Found mod file displaydelight-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  111. [21:27:08] [main/INFO]: Found mod file doubledoors-1.20.1-7.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  112. [21:27:08] [main/INFO]: Found mod file Dungeon Crawl-1.20.1-2.3.15.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  113. [21:27:08] [main/INFO]: Found mod file dungeons-and-taverns-3.0.3.f[Forge].jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  114. [21:27:08] [main/INFO]: Found mod file dungeons-and-taverns-pillager-outpost-rework-1.1 [Forge].jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  115. [21:27:08] [main/INFO]: Found mod file dungeons-and-taverns-swamp-hut-rework-1 [Forge].jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  116. [21:27:08] [main/INFO]: Found mod file ecologics-forge-1.20.1-2.2.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  117. [21:27:08] [main/INFO]: Found mod file ElysiumAPI-1.20.1-1.1.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  118. [21:27:08] [main/INFO]: Found mod file embeddium-0.3.31+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  119. [21:27:08] [main/INFO]: Found mod file enchanter_fix-1.8+mc1.20-1.21.11.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  120. [21:27:08] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.20.1-17.1.21.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  121. [21:27:08] [main/INFO]: Found mod file entity_model_features-3.2.4-1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  122. [21:27:08] [main/INFO]: Found mod file entity_texture_features_1.20.1-forge-7.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  123. [21:27:08] [main/INFO]: Found mod file entityculling-forge-1.10.5-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  124. [21:27:08] [main/INFO]: Found mod file EpheroLib-1.20.1-FORGE-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  125. [21:27:08] [main/INFO]: Found mod file escalated-1.2.1-create.6.0.8-mc.1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  126. [21:27:08] [main/INFO]: Found mod file Explorify v1.6.5.mod.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  127. [21:27:08] [main/INFO]: Found mod file exposure-1.20.1-1.7.16-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  128. [21:27:08] [main/INFO]: Found mod file Extra_Create_Recipes_v1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  129. [21:27:08] [main/INFO]: Found mod file extraspecialcore-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  130. [21:27:08] [main/INFO]: Found mod file fabric-api-0.92.6+1.11.14+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  131. [21:27:08] [main/INFO]: Found mod file FallingTree-1.20.1-4.3.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  132. [21:27:08] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.3.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  133. [21:27:08] [main/INFO]: Found mod file FarmersStructures-1.0.4-1.20.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  134. [21:27:08] [main/INFO]: Found mod file fastboot-1.20.x-1.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  135. [21:27:08] [main/INFO]: Found mod file FastFurnace-1.20.1-8.0.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  136. [21:27:08] [main/INFO]: Found mod file FastItemFrames-v20.1.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  137. [21:27:08] [main/INFO]: Found mod file FastWorkbench-1.20.1-8.0.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  138. [21:27:08] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  139. [21:27:08] [main/INFO]: Found mod file ForgeEndertech-1.20.1-11.1.10.1-build.2196.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  140. [21:27:08] [main/INFO]: Found mod file formations-1.0.4-forge-mc1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  141. [21:27:08] [main/INFO]: Found mod file formationsnether-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  142. [21:27:08] [main/INFO]: Found mod file formationsoverworld-1.0.5-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  143. [21:27:08] [main/INFO]: Found mod file framework-forge-1.20.1-0.8.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  144. [21:27:08] [main/INFO]: Found mod file ftb-library-forge-2001.2.13.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  145. [21:27:08] [main/INFO]: Found mod file FungiDelight-1.20.1-1.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  146. [21:27:08] [main/INFO]: Found mod file fusion-1.3.5-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  147. [21:27:08] [main/INFO]: Found mod file fzzy_config-0.7.6+1.20.1+forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  148. [21:27:08] [main/INFO]: Found mod file gallery-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  149. [21:27:08] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.8.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  150. [21:27:08] [main/INFO]: Found mod file GeophilicReforged-v1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  151. [21:27:08] [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\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  152. [21:27:08] [main/INFO]: Found mod file guardvillagers-1.20.1-1.6.18.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  153. [21:27:08] [main/INFO]: Found mod file hearth_and_home-forge-1.20.1-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  154. [21:27:08] [main/INFO]: Found mod file Hearths v1.0.5.mod.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  155. [21:27:08] [main/INFO]: Found mod file horror_element_mod-1.6.3-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  156. [21:27:08] [main/INFO]: Found mod file ImmediatelyFast-Forge-1.5.5+1.20.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  157. [21:27:08] [main/INFO]: Found mod file immersive_optimization-forge-1.20.1-0.1.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  158. [21:27:08] [main/INFO]: Found mod file immersive_weathering-1.20.1-2.0.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  159. [21:27:08] [main/INFO]: Found mod file immersivelanterns-forge-1.0.6-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  160. [21:27:08] [main/INFO]: Found mod file Incendium_1.20.x_v5.3.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  161. [21:27:08] [main/INFO]: Found mod file item_split_bug_fix-1.20.1-1.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  162. [21:27:08] [main/INFO]: Found mod file Ixeris-4.5.2+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  163. [21:27:08] [main/INFO]: Found mod file Jade-1.20.1-Forge-11.13.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  164. [21:27:08] [main/INFO]: Found mod file Jadens-Nether-Expansion-2.3.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  165. [21:27:08] [main/INFO]: Found mod file jadensnetherexpansiondelight-1.20.1-1.0.4a-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  166. [21:27:08] [main/INFO]: Found mod file jamlib-forge-1.3.6+1.20.1-patch.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  167. [21:27:08] [main/INFO]: Found mod file jei-1.20.1-forge-15.20.0.112.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  168. [21:27:08] [main/INFO]: Found mod file journeymap-1.20.1-5.10.3-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  169. [21:27:08] [main/INFO]: Found mod file kotlinforforge-4.12.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  170. [21:27:08] [main/INFO]: Found mod file Ksyxis-1.4.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  171. [21:27:08] [main/INFO]: Found mod file letsdo-API-forge-1.2.15-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  172. [21:27:08] [main/INFO]: Found mod file letsdo-bakery-forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  173. [21:27:08] [main/INFO]: Found mod file letsdo-bloomingnature-forge-1.0.12.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  174. [21:27:08] [main/INFO]: Found mod file letsdo-brewery-forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  175. [21:27:08] [main/INFO]: Found mod file letsdo-farm_and_charm-forge-1.0.14.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  176. [21:27:08] [main/INFO]: Found mod file letsdo-herbalbrews-forge-1.0.12.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  177. [21:27:08] [main/INFO]: Found mod file letsdo-meadow-forge-1.3.25.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  178. [21:27:08] [main/INFO]: Found mod file letsdo-vinery-forge-1.4.41.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  179. [21:27:08] [main/INFO]: Found mod file libraryferret-forge-1.20.1-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  180. [21:27:08] [main/INFO]: Found mod file lithostitched-forge-1.20.1-1.4.11.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  181. [21:27:08] [main/INFO]: Found mod file lootintegration_townsandtowers-1.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  182. [21:27:08] [main/INFO]: Found mod file lootintegrations-1.20.1-4.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  183. [21:27:08] [main/INFO]: Found mod file lootintegrations_ctov-1.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  184. [21:27:08] [main/INFO]: Found mod file lootintegrations_dnt-2.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  185. [21:27:08] [main/INFO]: Found mod file lootintegrations_dungeoncrawl-1.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  186. [21:27:08] [main/INFO]: Found mod file lootintegrations_formations-1.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  187. [21:27:08] [main/INFO]: Found mod file lootintegrations_moog-2.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  188. [21:27:08] [main/INFO]: Found mod file lootintegrations_structory-1.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  189. [21:27:08] [main/INFO]: Found mod file lootintegrations_vanilla-1.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  190. [21:27:08] [main/INFO]: Found mod file lootintegrations_yungs-1.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  191. [21:27:08] [main/INFO]: Found mod file lootr-forge-1.20-0.7.35.94.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  192. [21:27:08] [main/INFO]: Found mod file mcw-bridges-3.1.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  193. [21:27:08] [main/INFO]: Found mod file mcw-doors-1.1.5-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  194. [21:27:08] [main/INFO]: Found mod file mcw-lights-1.1.5-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  195. [21:27:08] [main/INFO]: Found mod file mcw-mcwfences-1.2.1-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  196. [21:27:08] [main/INFO]: Found mod file mcw-mcwpaths-1.1.1-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  197. [21:27:08] [main/INFO]: Found mod file mcw-mcwstairs-1.0.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  198. [21:27:08] [main/INFO]: Found mod file mcw-mcwwindows-2.4.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  199. [21:27:08] [main/INFO]: Found mod file mcw-roofs-2.3.2-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  200. [21:27:08] [main/INFO]: Found mod file mcw-trapdoors-1.1.5-mc1.20.1forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  201. [21:27:08] [main/INFO]: Found mod file modernfix-forge-5.27.58+mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  202. [21:27:08] [main/INFO]: Found mod file monolib-forge-1.20.1-4.1.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  203. [21:27:08] [main/INFO]: Found mod file moogs_structures-1.20-1.20.4-3.0.0-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  204. [21:27:08] [main/INFO]: Found mod file MoogsEndStructures-1.20-2.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  205. [21:27:08] [main/INFO]: Found mod file MoogsNetherStructures-1.20-3.0.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  206. [21:27:08] [main/INFO]: Found mod file MoogsVoyagerStructures-1.20-5.0.8.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  207. [21:27:08] [main/INFO]: Found mod file moonlight-1.20-2.16.34-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  208. [21:27:08] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20.1-2.25.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  209. [21:27:08] [main/INFO]: Found mod file Neruina-2.1.2-forge+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  210. [21:27:08] [main/INFO]: Found mod file nethersdelight-1.20.1-4.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  211. [21:27:08] [main/INFO]: Found mod file new_slab_variants-merged-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  212. [21:27:08] [main/INFO]: Found mod file norandomticks-0.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  213. [21:27:08] [main/INFO]: Found mod file nyfsspiders-Forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  214. [21:27:08] [main/INFO]: Found mod file oceansdelight-1.0.2-1.20.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  215. [21:27:08] [main/INFO]: Found mod file oculus-mc1.20.1-1.8.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  216. [21:27:08] [main/INFO]: Found mod file Oh-The-Trees-Youll-Grow-forge-1.20.1-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  217. [21:27:08] [main/INFO]: Found mod file ok_zoomer-forge-5.4.0-beta.9.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  218. [21:27:08] [main/INFO]: Found mod file ore-vein-miner-1.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  219. [21:27:08] [main/INFO]: Found mod file particle_core-0.3.3+1.20.1+forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  220. [21:27:08] [main/INFO]: Found mod file ParticleEffects-1.5.0+1.20.1+forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  221. [21:27:08] [main/INFO]: Found mod file perf_tweaks-forge-1.20.1-1.4.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  222. [21:27:08] [main/INFO]: Found mod file Placebo-1.20.1-8.6.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  223. [21:27:08] [main/INFO]: Found mod file polymorph-forge-0.49.10+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  224. [21:27:08] [main/INFO]: Found mod file PuzzlesLib-v8.1.33-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  225. [21:27:08] [main/INFO]: Found mod file Quark-4.0-462.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  226. [21:27:08] [main/INFO]: Found mod file QuarkOddities-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  227. [21:27:08] [main/INFO]: Found mod file recepie_for_exposure-2.0.0-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  228. [21:27:08] [main/INFO]: Found mod file redirected-forge-1.0.0-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  229. [21:27:08] [main/INFO]: Found mod file refurbished_furniture-forge-1.20.1-1.0.20.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  230. [21:27:08] [main/INFO]: Found mod file RegionsUnexploredForge-0.5.6+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  231. [21:27:08] [main/INFO]: Found mod file repurposed_structures-7.1.24+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  232. [21:27:08] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  233. [21:27:08] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.29.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  234. [21:27:08] [main/INFO]: Found mod file ricedelight-1.5.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  235. [21:27:08] [main/INFO]: Found mod file rightclickharvest-forge-4.6.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  236. [21:27:08] [main/INFO]: Found mod file sawmill-1.20-1.4.11.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  237. [21:27:08] [main/INFO]: Found mod file Searchables-forge-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  238. [21:27:08] [main/INFO]: Found mod file SereneSeasons-forge-1.20.1-9.1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  239. [21:27:08] [main/INFO]: Found mod file silent-lib-1.20.1-8.0.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  240. [21:27:08] [main/INFO]: Found mod file silents-gems-1.20.1-4.7.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  241. [21:27:08] [main/INFO]: Found mod file simplyswords-forge-neoforge-1.70.2-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  242. [21:27:08] [main/INFO]: Found mod file SimplyTooltips-forge-0.1.5-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  243. [21:27:08] [main/INFO]: Found mod file sliceanddice-forge-3.6.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  244. [21:27:08] [main/INFO]: Found mod file smart_particles-20.1.10-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  245. [21:27:08] [main/INFO]: Found mod file sodiumdynamiclights-forge-1.0.10-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  246. [21:27:08] [main/INFO]: Found mod file sodiumoptionsapi-forge-1.0.10-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  247. [21:27:08] [main/INFO]: Found mod file sophisticatedbackpacks-1.20.1-3.26.0.2119.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  248. [21:27:08] [main/INFO]: Found mod file sophisticatedcore-1.20.1-1.5.0.2316.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  249. [21:27:08] [main/INFO]: Found mod file sophisticatedstorage-1.20.1-1.4.86.2131.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  250. [21:27:08] [main/INFO]: Found mod file sophisticatedstoragecreateintegration-1.20.1-0.1.24.221.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  251. [21:27:08] [main/INFO]: Found mod file sound-physics-remastered-forge-1.20.1-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  252. [21:27:08] [main/INFO]: Found mod file spark-1.10.53-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  253. [21:27:08] [main/INFO]: Found mod file sparsestructures-forge-1.20.1-3.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  254. [21:27:08] [main/INFO]: Found mod file starcatcher-3.1.4.1-FORGE-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  255. [21:27:08] [main/INFO]: Found mod file starlight-1.1.2+forge.1cda73c.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  256. [21:27:08] [main/INFO]: Found mod file Steam_Rails-1.7.3+forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  257. [21:27:08] [main/INFO]: Found mod file Stoneworks-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  258. [21:27:08] [main/INFO]: Found mod file StorageDrawers-forge-1.20.1-12.14.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  259. [21:27:08] [main/INFO]: Found mod file Structory_1.20.x_v1.3.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  260. [21:27:08] [main/INFO]: Found mod file Structory_Towers_1.20.x_v1.0.7.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  261. [21:27:08] [main/INFO]: Found mod file structureessentials-1.20.1-5.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  262. [21:27:08] [main/INFO]: Found mod file supermartijn642corelib-1.1.21-forge-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  263. [21:27:08] [main/INFO]: Found mod file supplementaries-1.20-3.1.43-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  264. [21:27:08] [main/INFO]: Found mod file suppsquared-1.20-1.1.29.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  265. [21:27:08] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.10.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  266. [21:27:08] [main/INFO]: Found mod file tfmg-1.0.2f.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  267. [21:27:08] [main/INFO]: Found mod file tidal-towns-1.3.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  268. [21:27:08] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  269. [21:27:08] [main/INFO]: Found mod file trainutilities-forge-3.1.0-C6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  270. [21:27:08] [main/INFO]: Found mod file TravelersTitles-1.20-Forge-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  271. [21:27:08] [main/INFO]: Found mod file treasuredistance-1.20-1.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  272. [21:27:08] [main/INFO]: Found mod file Twigs-1.20.1-3.1.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  273. [21:27:08] [main/INFO]: Found mod file txnilib-forge-1.0.24-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  274. [21:27:08] [main/INFO]: Found mod file underground-rivers-1.0.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  275. [21:27:08] [main/INFO]: Found mod file UndergroundVillages-forge-1.20.1-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  276. [21:27:08] [main/INFO]: Found mod file UniversalBoneMeal-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  277. [21:27:08] [main/INFO]: Found mod file v_slab_compat-1.20-2.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  278. [21:27:08] [main/INFO]: Found mod file VeggiesDelight-1.20.1-1.9.2.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  279. [21:27:08] [main/INFO]: Found mod file VisualWorkbench-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  280. [21:27:08] [main/INFO]: Found mod file wakes-1.20.1-Forge-1.4.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  281. [21:27:08] [main/INFO]: Found mod file waystones-forge-1.20.1-14.1.20.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  282. [21:27:08] [main/INFO]: Found mod file xptome-1.20.1-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  283. [21:27:08] [main/INFO]: Found mod file yet_another_config_lib_v3-3.6.6+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  284. [21:27:08] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.6.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  285. [21:27:08] [main/INFO]: Found mod file YungsBetterCaves-1.20.1-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  286. [21:27:08] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  287. [21:27:08] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.5.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  288. [21:27:08] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  289. [21:27:08] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  290. [21:27:08] [main/INFO]: Found mod file YungsBetterStrongholds-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  291. [21:27:08] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  292. [21:27:08] [main/INFO]: Found mod file YungsBridges-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  293. [21:27:08] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  294. [21:27:08] [main/INFO]: Found mod file Zeta-1.0-31.jar of type MOD with provider {mods folder locator at C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods}
  295. [21:27:08] [main/WARN]: Mod file C:\Users\[redacted-user]\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.4.10\fmlcore-1.20.1-47.4.10.jar is missing mods.toml file
  296. [21:27:08] [main/WARN]: Mod file C:\Users\[redacted-user]\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.4.10\javafmllanguage-1.20.1-47.4.10.jar is missing mods.toml file
  297. [21:27:08] [main/WARN]: Mod file C:\Users\[redacted-user]\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.4.10\lowcodelanguage-1.20.1-47.4.10.jar is missing mods.toml file
  298. [21:27:08] [main/WARN]: Mod file C:\Users\[redacted-user]\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.4.10\mclanguage-1.20.1-47.4.10.jar is missing mods.toml file
  299. [21:27:08] [main/INFO]: Found mod file fmlcore-1.20.1-47.4.10.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7135ce0a
  300. [21:27:08] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.4.10.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7135ce0a
  301. [21:27:08] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.4.10.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7135ce0a
  302. [21:27:08] [main/INFO]: Found mod file mclanguage-1.20.1-47.4.10.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7135ce0a
  303. [21:27:08] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7135ce0a
  304. [21:27:08] [main/INFO]: Found mod file forge-1.20.1-47.4.10-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@7135ce0a
  305. [21:27:08] [main/INFO]: Found mod file crash_assistant-forge.jar of type MOD with provider dev.kostromdan.mods.crash_assistant.core_mod.services.CrashAssistantDependencyLocator@45592af7
  306. [21:27:09] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: fabric_api. Using Mod File: C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods\fabric-api-0.92.6+1.11.14+1.20.1.jar
  307. [21:27:09] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\mods\resourcefullib-forge-1.20.1-2.1.29.jar
  308. [21:27:09] [main/INFO]: Found 97 dependencies adding them to mods collection
  309. [21:27:09] [main/INFO]: Found mod file fancytabsections-6.2.1-FORGE-1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  310. [21:27:09] [main/INFO]: Found mod file kuma-api-forge-20.1.12+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  311. [21:27:09] [main/INFO]: Found mod file fabric-renderer-api-v1-3.2.2+cf68abbe77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  312. [21:27:09] [main/INFO]: Found mod file satin-forge-1.20.1+1.15.0-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  313. [21:27:09] [main/INFO]: Found mod file tiny-multiblock-lib-forge-1.20.1-4.0.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  314. [21:27:09] [main/INFO]: Found mod file Ponder-Forge-1.20.1-1.0.91.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  315. [21:27:09] [main/INFO]: Found mod file fabric-item-api-v1-2.1.29+4d0bbcfa77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  316. [21:27:09] [main/INFO]: Found mod file netty-0.1.4.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  317. [21:27:09] [main/INFO]: Found mod file imageio-webp-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  318. [21:27:09] [main/INFO]: Found mod file fabric-rendering-fluids-v1-3.0.29+4ac5e37a77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  319. [21:27:09] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  320. [21:27:09] [main/INFO]: Found mod file fabric-models-v0-0.4.3+7c3892a477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  321. [21:27:09] [main/INFO]: Found mod file endec-0.1.8.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  322. [21:27:09] [main/INFO]: Found mod file wds-selling-bin-1.4.3-FORGE-1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  323. [21:27:09] [main/INFO]: Found mod file NeoBackports-1.3.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  324. [21:27:09] [main/INFO]: Found mod file fabric-convention-tags-v1-1.5.6+fa3d1c0177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  325. [21:27:09] [main/INFO]: Found mod file imageio-core-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  326. [21:27:09] [main/INFO]: Found mod file fabric-command-api-v1-1.2.35+f71b366f77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  327. [21:27:09] [main/INFO]: Found mod file fabric-command-api-v2-2.2.14+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  328. [21:27:09] [main/INFO]: Found mod file fabric-block-view-api-v2-1.0.3+53347ba977.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  329. [21:27:09] [main/INFO]: Found mod file fabric-data-attachment-api-v1-1.0.2+30ef839e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  330. [21:27:09] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.6.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  331. [21:27:09] [main/INFO]: Found mod file common-lang-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  332. [21:27:09] [main/INFO]: Found mod file fabric-screen-api-v1-2.0.9+45a670a577.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  333. [21:27:09] [main/INFO]: Found mod file gson-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  334. [21:27:09] [main/INFO]: Found mod file fabric-content-registries-v0-4.0.13+a670df1e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  335. [21:27:09] [main/INFO]: Found mod file capabilitysyncer-1.20.1-4.0.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  336. [21:27:09] [main/INFO]: Found mod file diagonalblocks-forge-8.0.6.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  337. [21:27:09] [main/INFO]: Found mod file MixinExtras-0.5.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  338. [21:27:09] [main/INFO]: Found mod file fabric-game-rule-api-v1-1.0.41+683d4da877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  339. [21:27:09] [main/INFO]: Found mod file runtime-1.0.0+1.20.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  340. [21:27:09] [main/INFO]: Found mod file fabric-api-lookup-api-v1-1.6.37+67f9824077.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  341. [21:27:09] [main/INFO]: Found mod file awcapi-neoforge-1.20.1-1.0.2.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  342. [21:27:09] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  343. [21:27:09] [main/INFO]: Found mod file MixinSquared-0.3.6-beta.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  344. [21:27:09] [main/INFO]: Found mod file wdUtils-1.8.1-FORGE-1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  345. [21:27:09] [main/INFO]: Found mod file Connector-1.0.0-beta.49+1.20.1-fabricloader.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  346. [21:27:09] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  347. [21:27:09] [main/INFO]: Found mod file jackson-annotations-2.17.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  348. [21:27:09] [main/INFO]: Found mod file fabric-entity-events-v1-1.6.1+4ca7515277.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  349. [21:27:09] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  350. [21:27:09] [main/INFO]: Found mod file fabric-loot-api-v2-1.2.3+eb28f93e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  351. [21:27:09] [main/INFO]: Found mod file conditional-mixin-forge-0.6.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  352. [21:27:09] [main/INFO]: Found mod file TRansition-1.0.21-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  353. [21:27:09] [main/INFO]: Found mod file libtooltips-2.3-FORGE-1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  354. [21:27:09] [main/INFO]: Found mod file fabric-rendering-data-attachment-v1-0.3.39+a6081afc77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  355. [21:27:09] [main/INFO]: Found mod file fabric-networking-api-v1-1.3.14+fb7c822677.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  356. [21:27:09] [main/INFO]: Found mod file fabric-lifecycle-events-v1-2.2.23+afab492177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  357. [21:27:09] [main/INFO]: Found mod file fabric-key-binding-api-v1-1.0.38+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  358. [21:27:09] [main/INFO]: Found mod file fabric-client-tags-api-v1-1.1.3+5d6761b877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  359. [21:27:09] [main/INFO]: Found mod file fabric-dimensions-v1-2.1.55+8005d10d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  360. [21:27:09] [main/INFO]: Found mod file fabric-transfer-api-v1-3.3.6+631c9cd677.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  361. [21:27:09] [main/INFO]: Found mod file fabric-model-loading-api-v1-1.0.4+6274ab9d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  362. [21:27:09] [main/INFO]: Found mod file gson-0.1.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  363. [21:27:09] [main/INFO]: Found mod file fabric-screen-handler-api-v1-1.3.33+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  364. [21:27:09] [main/INFO]: Found mod file fabric-resource-loader-v0-0.11.12+4b4151c077.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  365. [21:27:09] [main/INFO]: Found mod file TRender-1.0.15-1.20.1-forge-SNAPSHOT.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  366. [21:27:09] [main/INFO]: Found mod file fabric-rendering-v1-3.0.9+66e9a48f77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  367. [21:27:09] [main/INFO]: Found mod file fabric-renderer-indigo-1.5.3+b5b2da4177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  368. [21:27:09] [main/INFO]: Found mod file fabric-mining-level-api-v1-2.1.52+561530ec77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  369. [21:27:09] [main/INFO]: Found mod file github-api-1.318.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  370. [21:27:09] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  371. [21:27:09] [main/INFO]: Found mod file impl-0.8.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  372. [21:27:09] [main/INFO]: Found mod file kfflib-4.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  373. [21:27:09] [main/INFO]: Found mod file fabric-particles-v1-1.1.3+78e1ecb877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  374. [21:27:09] [main/INFO]: Found mod file puzzlesaccessapi-forge-20.1.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  375. [21:27:09] [main/INFO]: Found mod file mixinextras-forge-0.5.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  376. [21:27:09] [main/INFO]: Found mod file fabric-transitive-access-wideners-v1-4.3.2+1880499877.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  377. [21:27:09] [main/INFO]: Found mod file fabric-api-base-0.4.32+ef105b4977.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  378. [21:27:09] [main/INFO]: Found mod file jackson-core-2.17.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  379. [21:27:09] [main/INFO]: Found mod file fabric-blockrenderlayer-v1-1.1.42+1d0da21e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  380. [21:27:09] [main/INFO]: Found mod file mixinsquared-forge-0.3.6-beta.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  381. [21:27:09] [main/INFO]: Found mod file common-io-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  382. [21:27:09] [main/INFO]: Found mod file spectrelib-forge-0.13.17+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  383. [21:27:09] [main/INFO]: Found mod file fabric-block-api-v1-1.0.12+0e6cb7f777.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  384. [21:27:09] [main/INFO]: Found mod file json-0.2.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  385. [21:27:09] [main/INFO]: Found mod file fabric-resource-conditions-api-v1-2.3.9+996d00b277.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  386. [21:27:09] [main/INFO]: Found mod file api_forge-0.8.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  387. [21:27:09] [main/INFO]: Found mod file kffmod-4.12.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  388. [21:27:09] [main/INFO]: Found mod file flywheel-forge-1.20.1-1.0.5.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  389. [21:27:09] [main/INFO]: Found mod file nikdo-color-1.0.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  390. [21:27:09] [main/INFO]: Found mod file fabric-item-group-api-v1-4.0.14+c9161c2d77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  391. [21:27:09] [main/INFO]: Found mod file common-image-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  392. [21:27:09] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  393. [21:27:09] [main/INFO]: Found mod file kfflang-4.12.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  394. [21:27:09] [main/INFO]: Found mod file fabric-biome-api-v1-13.0.14+dc36698e77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  395. [21:27:09] [main/INFO]: Found mod file fabric-registry-sync-v0-2.3.6+1c0ea72177.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  396. [21:27:09] [main/INFO]: Found mod file imageio-metadata-3.12.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  397. [21:27:09] [main/INFO]: Found mod file fabric-recipe-api-v1-1.0.24+514a076577.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  398. [21:27:09] [main/INFO]: Found mod file fabric-object-builder-api-v1-11.1.5+f8c414ce77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  399. [21:27:09] [main/INFO]: Found mod file Reflect-1.6.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  400. [21:27:09] [main/INFO]: Found mod file jackson-databind-2.17.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  401. [21:27:09] [main/INFO]: Found mod file fabric-sound-api-v1-1.0.14+4f23bd8477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  402. [21:27:09] [main/INFO]: Found mod file fabric-message-api-v1-5.1.10+52cc178c77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  403. [21:27:09] [main/INFO]: Found mod file tomlkt-jvm-0.3.7.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  404. [21:27:09] [main/INFO]: Found mod file fabric-data-generation-api-v1-12.3.7+369cb3a477.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  405. [21:27:09] [main/INFO]: Found mod file fabric-events-interaction-v0-0.6.5+0f26153f77.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@604c7e9b
  406. [21:27:09] [main/INFO]: Fabric mod metadata not found in jar create.sophback.compat, ignoring
  407. [21:27:10] [main/INFO]: Fabric mod metadata not found in jar thedarkcolour.kotlinforforge, ignoring
  408. [21:27:11] [main/INFO]: Dependency resolution found 1 candidates to load
  409. [21:27:12] [main/INFO]: Found mod file continuity-3.0.0+1.20.1.forge_mapped_srg_1.20.1.jar of type MOD with provider org.sinytra.connector.locator.ConnectorLocator@2ba9f743
  410. [21:27:12] [main/INFO]: Found Kotlin-containing mod Jar[union:/C:/Users/[redacted-user]/curseforge/minecraft/Instances/chill%20but%20forge/mods/kotlinforforge-4.12.0-all.jar%23610!/], checking whether we need to upgrade it..
  411. [21:27:12] [main/INFO]: Found outdated Kotlin core libs 2.2.21 (we ship 2.3.0)
  412. [21:27:12] [main/INFO]: Found up-to-date Kotlin Coroutines libs 1.10.2 (we ship 1.10.2)
  413. [21:27:12] [main/INFO]: Found outdated Kotlin Serialization libs 0.0.0 (we ship 1.9.0)
  414. [21:27:12] [main/INFO]: Generating jar with updated Kotlin at C:\Users\[redacted-user]\AppData\Local\Temp\kff-updated-kotlin-16065981993973049008-4.12.0-all.jar
  415. [21:27:13] [main/INFO]: Successfully made module authlib transformable
  416. [21:27:17] [main/INFO]: Compatibility level set to JAVA_17
  417. [21:27:18] [main/INFO]: Successfully loaded Mixin Connector [com.sonicether.soundphysics.MixinConnector]
  418. [21:27:18] [main/INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector]
  419. [21:27:18] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.4.10, --gameDir, C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge, --assetsDir, C:\Users\[redacted-user]\curseforge\minecraft\Install\assets, --uuid, [redacted], --username, [redacted], --assetIndex, 5, --accessToken, [redacted], --clientId, [redacted], --xuid, [redacted], --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\[redacted-user]\curseforge\minecraft\Install\quickPlay\java\1790472420051.json]
  420. [21:27:18] [main/INFO]: Loaded configuration file for ModernFix 5.27.58+mc1.20.1: 110 options available, 0 override(s) found
  421. [21:27:18] [main/INFO]: Applying Nashorn fix
  422. [21:27:18] [main/INFO]: Applied Forge config corruption patch
  423. [21:27:18] [main/INFO]: Configuring Minecraft's max.bg.threads option with 13 threads
  424. [21:27:18] [main/INFO]: Loaded configuration file for Embeddium: 393 options available, 3 override(s) found
  425. [21:27:18] [main/INFO]: Searching for graphics cards...
  426. [21:27:18] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=AMD, name=AMD Radeon RX 7800 XT, version=DriverVersion=32.0.31041.1004]
  427. [21:27:18] [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
  428. [21:27:18] [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
  429. [21:27:18] [main/INFO]: Starting Essential v1.5.0.1 (#abe8c355b9) [stable]
  430. [21:27:18] [main/WARN]: Reference map 'EpheroLib-refmap.json' for epherolib.mixins.json could not be read. If this is a development environment you can ignore this message
  431. [21:27:18] [main/WARN]: Reference map 'puzzlesaccessapi.common.refmap.json' for puzzlesaccessapi.common.mixins.json could not be read. If this is a development environment you can ignore this message
  432. [21:27:19] [main/INFO]: Loading 347 mods:
  433. - abridged 2.0.0
  434. - accessories 1.0.0-beta48+1.20.1
  435. - adchimneys [redacted-ip]
  436. - additional_lights 2.1.7
  437. - additionalstructures 4.2.2
  438. - adlods [redacted-ip]
  439. - adorabuild_structures 2.8.0
  440. - alexscaves 2.0.2
  441. - alexscaves_trimmed 2.0.0
  442. - alexsdelight 1.5
  443. - alexsmobs 1.22.9
  444. - alexsmobsinteraction 6.0
  445. - alltheleaks 1.1.1+1.20.1-forge
  446. \-- mixinsquared 0.3.6-beta.1
  447. - almanac 1.0.2
  448. - ambientsounds 6.3.8
  449. - amendments 1.20-2.2.6
  450. - anvilcore 10.1
  451. - appleskin 2.5.1+mc1.20.1
  452. - aquaculture 2.5.7
  453. - aquaculturedelight 1.1.1
  454. - architectury 9.2.14
  455. - athena 3.1.2
  456. - audio_improvements 2.0.1
  457. - badoptimizations 2.4.1
  458. 1341 lines hidden
  459. [21:28:08] [Worker-ResourceReload-6/WARN]: File supplementaries:sounds/item/awning_bounce_1.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce
  460. [21:28:08] [Worker-ResourceReload-6/WARN]: File supplementaries:sounds/item/awning_bounce_2.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce
  461. [21:28:08] [Worker-ResourceReload-6/WARN]: File supplementaries:sounds/item/awning_bounce_3.ogg does not exist, cannot add it to event supplementaries:block.awning.bounce
  462. [21:28:08] [Worker-ResourceReload-6/WARN]: File chimes:sounds/block/copper/chiming9.ogg does not exist, cannot add it to event chimes:block.copper.chime
  463. [21:28:08] [Worker-ResourceReload-6/WARN]: File chimes:sounds/block/copper/chiming9.ogg does not exist, cannot add it to event chimes:block.copper.chiming
  464. [21:28:08] [Worker-ResourceReload-0/INFO]: Found unifont_all_no_pua-15.0.06.hex, loading
  465. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/block/purple_soda/purple_soda_swim_3.ogg does not exist, cannot add it to event alexscaves:purple_soda_swim
  466. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/block/purple_soda/purple_soda_swim_4.ogg does not exist, cannot add it to event alexscaves:purple_soda_swim
  467. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_0.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort
  468. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_1.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort
  469. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_snort_2.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_snort
  470. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_0.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe
  471. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_1.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe
  472. [21:28:08] [Worker-ResourceReload-6/WARN]: File alexscaves:sounds/mob/luxtructosaurus/luxtructosaurus_breathe_2.ogg does not exist, cannot add it to event alexscaves:luxtructosaurus_breathe
  473. [21:28:08] [modloading-worker-0/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\config\guardvillagers-common.toml is not correct. Correcting
  474. [21:28:08] [modloading-worker-0/INFO]: Loading common config for stoneworks
  475. [21:28:08] [modloading-worker-0/INFO]: Loaded Create Ore Excavation config file createoreexcavation-common.toml
  476. [21:28:09] [modloading-worker-0/INFO]: NORANDOMTICKS DEBUG is ON. Set debug=false in the config to disable these messages.
  477. [21:28:09] [modloading-worker-0/INFO]: Block Random Ticks Blacklist (FULL): []
  478. [21:28:09] [modloading-worker-0/INFO]: Block Random Ticks Regex: []
  479. [21:28:09] [modloading-worker-0/INFO]: Block Ticks Blacklist (FULL): []
  480. [21:28:09] [modloading-worker-0/INFO]: Block Ticks Regex: []
  481. [21:28:09] [modloading-worker-0/INFO]: Fluid Ticks Blacklist (FULL): []
  482. [21:28:09] [modloading-worker-0/INFO]: Fluid Ticks Regex: []
  483. [21:28:09] [modloading-worker-0/INFO]: Fluid Random Ticks Blacklist (FULL): []
  484. [21:28:09] [modloading-worker-0/INFO]: Fluid Random Ticks Regex: []
  485. [21:28:09] [modloading-worker-0/WARN]: Blocks failed to validate: []
  486. [21:28:09] [modloading-worker-0/WARN]: Fluids failed to validate: []
  487. [21:28:09] [modloading-worker-0/WARN]: @Redirect conflict. Skipping mixins.redirected_forge_1.20.1.json:net.minecraft.world.level.block.state.CacheMixin from mod redirected->@Redirect::redirectSupportTypes()[Lnet/minecraft/world/level/block/SupportType; with priority 10, already redirected by modernfix-modernfix.mixins.json:perf.cache_blockstate_cache_arrays.AbstractBlockStateCacheMixin from mod modernfix->@Redirect::getVoxelShapeValues()[Lnet/minecraft/world/level/block/SupportType; with priority 1000
  488. [21:28:09] [Worker-ResourceReload-2/ERROR]: Failed to load model tfmg:models/block/encased_shaft/block.json
  489. com.google.gson.JsonParseException: JSON data was null or empty
  490. at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  491. at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  492. at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  493. at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  494. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  495. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
  496. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
  497. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
  498. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
  499. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
  500. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
  501. [21:28:09] [Worker-ResourceReload-13/ERROR]: Failed to load model tfmg:models/block/encased_shaft/item.json
  502. com.google.gson.JsonParseException: JSON data was null or empty
  503. at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  504. at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  505. at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  506. at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  507. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  508. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
  509. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
  510. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
  511. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
  512. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
  513. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
  514. [21:28:09] [Worker-ResourceReload-5/ERROR]: Failed to load model tfmg:models/block/engine_block.json
  515. com.google.gson.JsonParseException: JSON data was null or empty
  516. at net.minecraft.util.GsonHelper.m_263475_(GsonHelper.java:533) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  517. at net.minecraft.util.GsonHelper.m_13776_(GsonHelper.java:581) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  518. at net.minecraft.client.renderer.block.model.BlockModel.m_111461_(BlockModel.java:74) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  519. at net.minecraft.client.resources.model.ModelManager.m_246478_(ModelManager.java:110) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  520. 1448 lines hidden
  521. [21:59:59] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\railways-server.toml is not correct. Correcting
  522. [21:59:59] [Server thread/WARN]: Incorrect key misc was corrected from null to its default, SimpleCommentedConfig:{}.
  523. [21:59:59] [Server thread/WARN]: Incorrect key misc.strictCoupler was corrected from null to its default, false.
  524. [21:59:59] [Server thread/WARN]: Incorrect key misc.flipDistantSwitches was corrected from null to its default, true.
  525. [21:59:59] [Server thread/WARN]: Incorrect key misc.switchPlacementRange was corrected from null to its default, 64.
  526. [21:59:59] [Server thread/WARN]: Incorrect key misc.creeperTrackDamage was corrected from null to its default, false.
  527. [21:59:59] [Server thread/WARN]: Incorrect key misc.handcarHungerMultiplier was corrected from null to its default, 0.009999999776482582.
  528. [21:59:59] [Server thread/WARN]: Incorrect key misc.rollersClearSnow was corrected from null to its default, true.
  529. [21:59:59] [Server thread/WARN]: Incorrect key misc.unlimitedCreativeRelocation was corrected from null to its default, false.
  530. [21:59:59] [Server thread/WARN]: Incorrect key semaphores was corrected from null to its default, SimpleCommentedConfig:{}.
  531. [21:59:59] [Server thread/WARN]: Incorrect key semaphores.simplifiedPlacement was corrected from null to its default, true.
  532. [21:59:59] [Server thread/WARN]: Incorrect key semaphores.flipYellowOrder was corrected from null to its default, false.
  533. [21:59:59] [Server thread/WARN]: Incorrect key conductors was corrected from null to its default, SimpleCommentedConfig:{}.
  534. [21:59:59] [Server thread/WARN]: Incorrect key conductors.mustOwnBoundTrain was corrected from null to its default, false.
  535. [21:59:59] [Server thread/WARN]: Incorrect key conductors.maxConductorVentLength was corrected from null to its default, 64.
  536. [21:59:59] [Server thread/WARN]: Incorrect key conductors.whistleRebindRate was corrected from null to its default, 10.
  537. [21:59:59] [Server thread/WARN]: Incorrect key realism was corrected from null to its default, SimpleCommentedConfig:{}.
  538. [21:59:59] [Server thread/WARN]: Incorrect key realism.realisticTrains was corrected from null to its default, false.
  539. [21:59:59] [Server thread/WARN]: Incorrect key realism.realisticFuelTanks was corrected from null to its default, true.
  540. [22:00:00] [Server thread/INFO]: Starting background profiler...
  541. [22:00:00] [Server thread/INFO]: The async-profiler engine is not supported for your os/arch (windows11/amd64), so the built-in Java engine will be used instead.
  542. [22:00:00] [Server thread/INFO]: Injecting Carpenter Village Houses
  543. [22:00:00] [Server thread/INFO]: Loading server configs...
  544. [22:00:00] [Server thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:overworld
  545. [22:00:00] [Server thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:the_nether
  546. [22:00:00] [Server thread/INFO]: ElysiumBiomeSource successfully initialized for minecraft:overworld
  547. [22:00:00] [Server thread/INFO]: ElysiumBiomeSource successfully initialized for minecraft:the_nether
  548. [22:00:02] [Worker-Main-26/WARN]: Unable to read property: type with value: single for blockstate: {Name:"meadow:bench",Properties:{facing:"west",type:"single",waterlogged:"false"}}
  549. [22:00:02] [Worker-Main-26/WARN]: Unable to read property: type with value: single for blockstate: {Name:"meadow:bench",Properties:{facing:"south",type:"single",waterlogged:"false"}}
  550. [22:00:04] [Worker-Main-27/INFO]: CREATING AND INIT'ING MASTER CONTROLLER...
  551. [22:00:04] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-1, 1], pos: BlockPos{x=-3, y=-64, z=17}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  552. [22:00:04] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-1, 1], pos: BlockPos{x=-3, y=-63, z=17}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  553. [22:00:04] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-1, 1], pos: BlockPos{x=-3, y=-63, z=18}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  554. [22:00:04] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-1, 1], pos: BlockPos{x=-3, y=-62, z=17}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  555. [22:00:04] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-1, 1], pos: BlockPos{x=-4, y=-62, z=17}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  556. [22:00:06] [Server thread/WARN]: Non-unique structure_set salt:0 potentially creating overlapping structures detected. Structure sets: [create_ltab:the_bunker, minecraft:strongholds]
  557. [22:00:06] [Server thread/INFO]: Loading dimension "minecraft:the_nether" with biome source: "blueprint:modded".
  558. [22:00:06] [Server thread/INFO]: Ksyxis: Speeding up the world loading... Delete the mod, if it got stuck after this message. (net.minecraft.client.server.IntegratedServer m_129940_)
  559. [22:00:06] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  560. [22:00:06] [Server thread/INFO]: Successfully initialized permission handler forge:default_handler
  561. [22:00:06] [Server thread/INFO]: Reloading focusing recipes
  562. [22:00:06] [Render thread/INFO]: Time elapsed: 0 ms
  563. [22:00:06] [Server thread/INFO]: [CTL] Server starting. Monitoring ATL output with context and restraint.
  564. [22:00:06] [Server thread/INFO]: HELLO from server starting
  565. [22:00:06] [Server thread/INFO]: Auto report config loaded for mod: "create_connected"
  566. [22:00:08] [Server thread/INFO]: Changing simulation distance to 5, from 0
  567. [22:00:08] [Render thread/INFO]: Received 305 soul info objects from server
  568. [22:00:08] [Netty Local Client IO #1/INFO]: Connected to a modded server.
  569. [22:00:09] [Server thread/INFO]: popneonlightz[local:E:7e456be9] logged in with entity id 1579 at (8.5, 112.0, -7.5)
  570. [22:00:09] [Render thread/INFO]: Reloading pipeline on dimension change: NamespacedId{namespace='minecraft', name='overworld'} => NamespacedId{namespace='minecraft', name='overworld'}
  571. [22:00:09] [Render thread/INFO]: Destroying pipeline NamespacedId{namespace='minecraft', name='overworld'}
  572. [22:00:09] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
  573. [22:00:09] [Render thread/INFO]: Starting custom uniform resolving
  574. [22:00:09] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  575. [22:00:09] [Render thread/WARN]: The in declaration 'Normal' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  576. [22:00:09] [Server thread/INFO]: Using enhanced recipe sync for player popneonlightz
  577. [22:00:09] [Server thread/INFO]: popneonlightz joined the game
  578. [22:00:09] [Server thread/INFO]: Player connected to a local world, not setting up proxy config
  579. [22:00:09] [Server thread/INFO]: Syncing config to popneonlightz ([redacted-uuid-v4])
  580. [22:00:09] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  581. [22:00:09] [Render thread/WARN]: The in declaration 'texcoord' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  582. 441 lines hidden
  583. [22:00:38] [Render thread/INFO]: Generated runtime SERVER_DATA for pack Sawmill Sawmill Recipes (sawmill) in: 0 ms (debug resource dump on) (multithreaded)
  584. [22:00:38] [Render thread/INFO]: Finished runtime resources generation for 11 packs in a total of 52 ms
  585. [22:00:38] [Render thread/INFO]: StructureSet modified for minecraft:village : Now using custom village configuration (can be disabled in the better villages config: boolean.villages.enabled_custom_config).
  586. [22:00:38] [Render thread/INFO]: Registered /wine command
  587. [22:00:38] [Render thread/INFO]: Adding datapack listener capsid_recipes
  588. [22:00:38] [Worker-ResourceReload-18/ERROR]: Couldn't load tag minecraft:treasure as it is missing following references: create_ltab:enchantment_luck (from create_ltab-4.1.0.jar),
  589. create_ltab:wanderer (from create_ltab-4.1.0.jar),
  590. minecraft:wind_burst (from create_ltab-4.1.0.jar)
  591. [22:00:38] [Worker-ResourceReload-18/ERROR]: Couldn't load tag minecraft:tradeable as it is missing following references: #minecraft:non_treasure (from create_ltab-4.1.0.jar)
  592. [22:00:38] [Worker-ResourceReload-18/ERROR]: Couldn't load tag minecraft:on_random_loot as it is missing following references: #minecraft:non_treasure (from create_ltab-4.1.0.jar),
  593. create_ltab:enchantment_luck (from create_ltab-4.1.0.jar)
  594. [22:00:38] [Worker-ResourceReload-18/ERROR]: Couldn't load tag minecraft:in_enchanting_table as it is missing following references: #minecraft:non_treasure (from create_ltab-4.1.0.jar),
  595. create_ltab:enchantment_luck (from create_ltab-4.1.0.jar)
  596. [22:00:38] [Worker-ResourceReload-27/ERROR]: Not a JSON object: null
  597. [22:00:38] [Worker-ResourceReload-27/ERROR]: Couldn't read tag list forge:buckets/sulfuric_acid from forge:tags/items/buckets/sulfuric_acid.json in data pack tfmg-1.0.2f.jar
  598. java.lang.RuntimeException: Not a JSON object: null
  599. at com.mojang.serialization.DataResult.lambda$getOrThrow$5(DataResult.java:101) ~[datafixerupper-6.0.8.jar%23114!/:?]
  600. at com.mojang.datafixers.util.Either$Right.map(Either.java:99) ~[datafixerupper-6.0.8.jar%23114!/:?]
  601. at com.mojang.serialization.DataResult.getOrThrow(DataResult.java:93) ~[datafixerupper-6.0.8.jar%23114!/:?]
  602. at net.minecraft.tags.TagLoader.m_144495_(TagLoader.java:53) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  603. at net.minecraft.tags.TagLoader.m_203900_(TagLoader.java:114) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  604. at net.minecraft.tags.TagManager.m_203920_(TagManager.java:55) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  605. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  606. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
  607. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
  608. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
  609. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
  610. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
  611. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
  612. [22:00:38] [Worker-ResourceReload-27/ERROR]: Couldn't read tag list forge:foods222 from forge:tags/items/foods222.json in data pack ricedelight-1.5.1-forge-1.20.1.jar
  613. com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 13 path $
  614. at com.google.gson.JsonParser.parseReader(JsonParser.java:76) ~[gson-2.10.jar%23107!/:?]
  615. at net.minecraft.tags.TagLoader.m_144495_(TagLoader.java:49) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  616. at net.minecraft.tags.TagLoader.m_203900_(TagLoader.java:114) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  617. at net.minecraft.tags.TagManager.m_203920_(TagManager.java:55) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  618. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?]
  619. at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?]
  620. at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?]
  621. at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?]
  622. at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?]
  623. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?]
  624. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?]
  625. Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 13 path $
  626. at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1657) ~[gson-2.10.jar%23107!/:?]
  627. at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1463) ~[gson-2.10.jar%23107!/:?]
  628. at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:551) ~[gson-2.10.jar%23107!/:?]
  629. at com.google.gson.stream.JsonReader.peek(JsonReader.java:433) ~[gson-2.10.jar%23107!/:?]
  630. at com.google.gson.JsonParser.parseReader(JsonParser.java:71) ~[gson-2.10.jar%23107!/:?]
  631. ... 10 more
  632. [22:00:38] [Worker-ResourceReload-27/ERROR]: Couldn't load tag ctov:wares/cardboard_box as it is missing following references: wares:cardboard_box (from [forge]ctov-3.4.14.jar)
  633. [22:00:38] [Worker-ResourceReload-27/ERROR]: Couldn't load tag ctov:wares/sealed_delivery_agreement as it is missing following references: wares:sealed_delivery_agreement (from [forge]ctov-3.4.14.jar)
  634. [22:00:39] [Worker-ResourceReload-16/ERROR]: Couldn't parse element loot_tables:culturaldelights:blocks/exotic_roll_medley_block
  635. com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'culturaldelights:exotic_roll_medley_block'
  636. at net.minecraft.util.GsonHelper.m_13866_(GsonHelper.java:145) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  637. at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?]
  638. at net.minecraft.util.GsonHelper.m_13874_(GsonHelper.java:145) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  639. at net.minecraft.util.GsonHelper.m_13909_(GsonHelper.java:153) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  640. at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:55) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  641. at net.minecraft.world.level.storage.loot.entries.LootItem$Serializer.m_7267_(LootItem.java:40) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  642. at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:151) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  643. at net.minecraft.world.level.storage.loot.entries.LootPoolSingletonContainer$Serializer.m_5921_(LootPoolSingletonContainer.java:129) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  644. 2710 lines hidden
  645. [22:00:40] [Render thread/INFO]: [Burnt] Loaded 0 burn mapping(s) from datapacks.
  646. [22:00:40] [Render thread/INFO]: Loading data...
  647. [22:00:40] [Render thread/INFO]: Done.
  648. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:husbandry/wax_on with 3 patches
  649. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:adventure/kill_a_mob with 3 patches
  650. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:husbandry/bred_all_animals with 3 patches
  651. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:adventure/kill_all_mobs with 3 patches
  652. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:husbandry/balanced_diet with 3 patches
  653. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:husbandry/plant_seed with 1 patches
  654. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:nether/all_effects with 2 patches
  655. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:husbandry/wax_off with 3 patches
  656. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:adventure/adventuring_time with 1 patches
  657. [22:00:40] [Render thread/INFO]: Modified advancement minecraft:nether/all_potions with 1 patches
  658. [22:00:40] [Render thread/INFO]: Chunk Generator Modification Manager has loaded 0 modifier groups
  659. [22:00:40] [Render thread/INFO]: Loaded 27 flute songs
  660. [22:00:40] [Render thread/INFO]: Added 8 Engine Fuel Types
  661. [22:00:40] [Render thread/INFO]: Registered 0 gear_sets.
  662. [22:00:41] [Render thread/INFO]: Applied 31 data villager trades
  663. [22:00:41] [Render thread/INFO]: Loaded 78 block growths configurations
  664. [22:00:41] [Render thread/INFO]: Loaded 14 liquid generators configurations
  665. [22:00:41] [Render thread/ERROR]: Object with ID minecraft:overworld specified in data map for registry minecraft:dimension doesn't exist
  666. [22:00:41] [Render thread/ERROR]: Object with ID minecraft:the_end specified in data map for registry minecraft:dimension doesn't exist
  667. [22:00:41] [Render thread/INFO]: Injecting recipes
  668. [22:00:41] [Render thread/WARN]: Initial datapack load took 4.399 s
  669. [22:00:55] [Render thread/INFO]: Created 1121 recipes which will be injected into the game
  670. [22:00:55] [Render thread/INFO]: Created 62 tags which will be injected into the game
  671. [22:00:56] [Render thread/INFO]: Successfully loaded 0 data remolders!
  672. [22:00:56] [Render thread/INFO]: Disconnected from server, resetting proxy config values
  673. [22:00:56] [Render thread/INFO]: [ETF]: emissive suffixes loaded: [_e]
  674. [22:00:56] [Server thread/INFO]: Starting integrated minecraft server version 1.20.1
  675. [22:00:56] [Server thread/INFO]: Generating keypair
  676. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\selling_bin-server.toml is not correct. Correcting
  677. [22:00:56] [Server thread/WARN]: Incorrect key selling_bin_multiplier was corrected from null to its default, 1.0.
  678. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\corpse-server.toml is not correct. Correcting
  679. [22:00:56] [Server thread/WARN]: Incorrect key corpse was corrected from null to its default, SimpleCommentedConfig:{}.
  680. [22:00:56] [Server thread/WARN]: Incorrect key corpse.access was corrected from null to its default, SimpleCommentedConfig:{}.
  681. [22:00:56] [Server thread/WARN]: Incorrect key corpse.access.only_owner was corrected from null to its default, false.
  682. [22:00:56] [Server thread/WARN]: Incorrect key corpse.access.skeleton was corrected from null to its default, false.
  683. [22:00:56] [Server thread/WARN]: Incorrect key corpse.despawn was corrected from null to its default, SimpleCommentedConfig:{}.
  684. [22:00:56] [Server thread/WARN]: Incorrect key corpse.despawn.time was corrected from null to its default, 600.
  685. [22:00:56] [Server thread/WARN]: Incorrect key corpse.despawn.force_time was corrected from null to its default, -1.
  686. [22:00:56] [Server thread/WARN]: Incorrect key corpse.skeleton_time was corrected from null to its default, 72000.
  687. [22:00:56] [Server thread/WARN]: Incorrect key corpse.lie_on_face was corrected from null to its default, false.
  688. [22:00:56] [Server thread/WARN]: Incorrect key corpse.show_equipment was corrected from null to its default, true.
  689. [22:00:56] [Server thread/WARN]: Incorrect key corpse.fall_into_void was corrected from null to its default, false.
  690. [22:00:56] [Server thread/WARN]: Incorrect key corpse.lava_damage was corrected from null to its default, false.
  691. [22:00:56] [Server thread/WARN]: Incorrect key death_storage_duration was corrected from null to its default, -1.
  692. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\jei-server.toml is not correct. Correcting
  693. [22:00:56] [Server thread/WARN]: Incorrect key cheat mode was corrected from null to its default, SimpleCommentedConfig:{}.
  694. [22:00:56] [Server thread/WARN]: Incorrect key cheat mode.enableCheatModeForOp was corrected from null to its default, true.
  695. [22:00:56] [Server thread/WARN]: Incorrect key cheat mode.enableCheatModeForCreative was corrected from null to its default, true.
  696. [22:00:56] [Server thread/WARN]: Incorrect key cheat mode.enableCheatModeForGive was corrected from null to its default, false.
  697. [22:00:56] [Server thread/INFO]: Loading server config for universalbonemeal
  698. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\forge-server.toml is not correct. Correcting
  699. [22:00:56] [Server thread/WARN]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  700. [22:00:56] [Server thread/WARN]: Incorrect key server.removeErroringBlockEntities was corrected from null to its default, false.
  701. [22:00:56] [Server thread/WARN]: Incorrect key server.removeErroringEntities was corrected from null to its default, false.
  702. [22:00:56] [Server thread/WARN]: Incorrect key server.fullBoundingBoxLadders was corrected from null to its default, false.
  703. [22:00:56] [Server thread/WARN]: Incorrect key server.zombieBaseSummonChance was corrected from null to its default, 0.1.
  704. [22:00:56] [Server thread/WARN]: Incorrect key server.zombieBabyChance was corrected from null to its default, 0.05.
  705. [22:00:56] [Server thread/WARN]: Incorrect key server.permissionHandler was corrected from null to its default, forge:default_handler.
  706. [22:00:56] [Server thread/WARN]: Incorrect key server.advertiseDedicatedServerToLan was corrected from null to its default, true.
  707. [22:00:56] [Server thread/WARN]: Incorrect key server.useItemWithDurationZero was corrected from null to its default, false.
  708. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\createoreexcavation-server.toml is not correct. Correcting
  709. [22:00:56] [Server thread/WARN]: Incorrect key importantInfo was corrected from null to its default, true.
  710. [22:00:56] [Server thread/WARN]: Incorrect key finiteAmountBase was corrected from null to its default, 1000.
  711. [22:00:56] [Server thread/WARN]: Incorrect key defaultInfinite was corrected from null to its default, true.
  712. [22:00:56] [Server thread/WARN]: Incorrect key maxExtractorsPerVein was corrected from null to its default, 0.
  713. [22:00:56] [Server thread/WARN]: Incorrect key veinFinderNear was corrected from null to its default, 1.
  714. [22:00:56] [Server thread/WARN]: Incorrect key veinFinderFar was corrected from null to its default, 25.
  715. [22:00:56] [Server thread/WARN]: Incorrect key veinFinderCd was corrected from null to its default, 100.
  716. [22:00:56] [Server thread/INFO]: Loaded Create Ore Excavation config file createoreexcavation-server.toml
  717. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\create_optical-server.toml is not correct. Correcting
  718. [22:00:56] [Server thread/WARN]: Incorrect key optical-recipes was corrected from null to its default, SimpleCommentedConfig:{}.
  719. [22:00:56] [Server thread/WARN]: Incorrect key optical-recipes.focusingSmokingFailedOutputProbability was corrected from null to its default, 0.0.
  720. [22:00:56] [Server thread/WARN]: Incorrect key optical-recipes.focusingColoringFailedOutputProbability was corrected from null to its default, 0.10000000149011612.
  721. [22:00:56] [Server thread/WARN]: Incorrect key optical-recipes.focusingSandingFailedOutputProbability was corrected from null to its default, 0.0.
  722. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics was corrected from null to its default, SimpleCommentedConfig:{}.
  723. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues was corrected from null to its default, SimpleCommentedConfig:{}.
  724. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2 was corrected from null to its default, SimpleCommentedConfig:{}.
  725. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.impact was corrected from null to its default, SimpleCommentedConfig:{}.
  726. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.impact.optical_source was corrected from null to its default, 8.0.
  727. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.impact.thermal_optical_source was corrected from null to its default, 16.0.
  728. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.impact.beam_focuser was corrected from null to its default, 4.0.
  729. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.capacity was corrected from null to its default, SimpleCommentedConfig:{}.
  730. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.capacity.heavy_optical_receptor was corrected from null to its default, 24.0.
  731. [22:00:56] [Server thread/WARN]: Incorrect key optical-kinetics.stressValues.v2.capacity.optical_receptor was corrected from null to its default, 8.0.
  732. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\securitycraft-server.toml is not correct. Correcting
  733. [22:00:56] [Server thread/WARN]: Incorrect key codebreaker_chance was corrected from null to its default, 0.33.
  734. [22:00:56] [Server thread/WARN]: Incorrect key allowAdminTool was corrected from null to its default, true.
  735. [22:00:56] [Server thread/WARN]: Incorrect key shouldSpawnFire was corrected from null to its default, true.
  736. [22:00:56] [Server thread/WARN]: Incorrect key smallerMineExplosion was corrected from null to its default, false.
  737. [22:00:56] [Server thread/WARN]: Incorrect key mineExplodesWhenInCreative was corrected from null to its default, true.
  738. [22:00:56] [Server thread/WARN]: Incorrect key mineExplosionsBreakBlocks was corrected from null to its default, true.
  739. [22:00:56] [Server thread/WARN]: Incorrect key laserBlockRange was corrected from null to its default, 5.
  740. [22:00:56] [Server thread/WARN]: Incorrect key inventoryScannerRange was corrected from null to its default, 3.
  741. [22:00:56] [Server thread/WARN]: Incorrect key maxAlarmRange was corrected from null to its default, 100.
  742. [22:00:56] [Server thread/WARN]: Incorrect key allowBlockClaim was corrected from null to its default, false.
  743. [22:00:56] [Server thread/WARN]: Incorrect key retinalScannerFace was corrected from null to its default, true.
  744. [22:00:56] [Server thread/WARN]: Incorrect key enable_team_ownership was corrected from null to its default, false.
  745. [22:00:56] [Server thread/WARN]: Incorrect key team_ownership_precedence was corrected from null to its default, [FTB_TEAMS, VANILLA].
  746. [22:00:56] [Server thread/WARN]: Incorrect key disable_thanks_message was corrected from null to its default, false.
  747. [22:00:56] [Server thread/WARN]: Incorrect key trick_scanners_with_player_heads was corrected from null to its default, false.
  748. [22:00:56] [Server thread/WARN]: Incorrect key prevent_reinforced_floor_glitching was corrected from null to its default, false.
  749. [22:00:56] [Server thread/WARN]: Incorrect key taser_damage was corrected from null to its default, 1.0.
  750. [22:00:56] [Server thread/WARN]: Incorrect key powered_taser_damage was corrected from null to its default, 2.0.
  751. [22:00:56] [Server thread/WARN]: Incorrect key taser_effects was corrected from null to its default, [minecraft:weakness|200|2, minecraft:nausea|200|2, minecraft:slowness|200|2].
  752. [22:00:56] [Server thread/WARN]: Incorrect key powered_taser_effects was corrected from null to its default, [minecraft:weakness|400|5, minecraft:nausea|400|5, minecraft:slowness|400|5].
  753. [22:00:56] [Server thread/WARN]: Incorrect key laser_damage was corrected from null to its default, 10.0.
  754. [22:00:56] [Server thread/WARN]: Incorrect key incorrectPasscodeDamage was corrected from null to its default, 4.
  755. [22:00:56] [Server thread/WARN]: Incorrect key sentry_bullet_damage was corrected from null to its default, 2.
  756. [22:00:56] [Server thread/WARN]: Incorrect key reinforced_suffocation_damage was corrected from null to its default, 5.
  757. [22:00:56] [Server thread/WARN]: Incorrect key allow_camera_night_vision was corrected from null to its default, true.
  758. [22:00:56] [Server thread/WARN]: Incorrect key passcode_check_cooldown was corrected from null to its default, 250.
  759. [22:00:56] [Server thread/WARN]: Incorrect key passcode_spam_log_warning_enabled was corrected from null to its default, true.
  760. [22:00:56] [Server thread/WARN]: Incorrect key passcode_spam_log_warning was corrected from null to its default, Player "%1$s" tried to enter a passcode into "%2$s" at position [%3$s] too quickly!.
  761. [22:00:56] [Server thread/WARN]: Incorrect key in_world_un_reinforcing was corrected from null to its default, true.
  762. [22:00:56] [Server thread/WARN]: Incorrect key frame_feed_viewing_enabled was corrected from null to its default, true.
  763. [22:00:56] [Server thread/WARN]: Incorrect key frame_feed_view_distance was corrected from null to its default, 16.
  764. [22:00:56] [Server thread/WARN]: Incorrect key frame_feed_forceloading_limit was corrected from null to its default, -1.
  765. [22:00:56] [Server thread/WARN]: Incorrect key vanilla_tool_block_breaking was corrected from null to its default, true.
  766. [22:00:56] [Server thread/WARN]: Incorrect key always_drop was corrected from null to its default, true.
  767. [22:00:56] [Server thread/WARN]: Incorrect key allow_breaking_non_owned_blocks was corrected from null to its default, false.
  768. [22:00:56] [Server thread/WARN]: Incorrect key non_owned_breaking_slowdown was corrected from null to its default, 1.0.
  769. [22:00:56] [Server thread/WARN]: Incorrect key owned_breaking_slowdown was corrected from null to its default, 1.0.
  770. [22:00:56] [Server thread/WARN]: Incorrect key sentry_attackable_entities_allowlist was corrected from null to its default, [].
  771. [22:00:56] [Server thread/WARN]: Incorrect key sentry_attackable_entities_denylist was corrected from null to its default, [].
  772. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\xptome-server.toml is not correct. Correcting
  773. [22:00:56] [Server thread/WARN]: Incorrect key max_xp was corrected from null to its default, 1395.
  774. [22:00:56] [Server thread/WARN]: Incorrect key retrieval_percentage was corrected from null to its default, 1.0.
  775. [22:00:56] [Server thread/WARN]: Incorrect key retrieve_until_next_level was corrected from null to its default, false.
  776. [22:00:56] [Server thread/WARN]: Incorrect key retrieve_xp_orbs was corrected from null to its default, false.
  777. [22:00:56] [Server thread/WARN]: Incorrect key store_until_previous_level was corrected from null to its default, false.
  778. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\createdieselgenerators-server.toml is not correct. Correcting
  779. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs was corrected from null to its default, SimpleCommentedConfig:{}.
  780. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines was corrected from null to its default, SimpleCommentedConfig:{}.
  781. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Turbocharged Diesel Engine Speed Multiplier was corrected from null to its default, 2.0.
  782. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Turbocharged Diesel Engine Burn Rate Multiplier was corrected from null to its default, 1.0.
  783. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Normal Diesel Engines was corrected from null to its default, true.
  784. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Modular Diesel Engines was corrected from null to its default, true.
  785. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Huge Diesel Engines was corrected from null to its default, true.
  786. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Engines filled with a bucket was corrected from null to its default, false.
  787. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Diesel Engines.Engines disabled with redstone was corrected from null to its default, true.
  788. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config was corrected from null to its default, SimpleCommentedConfig:{}.
  789. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Infinite oil chunk threshold was corrected from null to its default, 10000000.
  790. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Oil chunk threshold was corrected from null to its default, 4000000.
  791. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Disable normal oil chunks was corrected from null to its default, false.
  792. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Disable high oil chunks was corrected from null to its default, false.
  793. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Normal oil chunks oil amount multiplier was corrected from null to its default, 1.3.
  794. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.High oil chunks oil amount multiplier was corrected from null to its default, 2.0.
  795. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Oil chunk map scale was corrected from null to its default, 1.0.
  796. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Oil Config.Max Oil Scanner Level was corrected from null to its default, 10000.
  797. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Max Oil Barrel Width was corrected from null to its default, 3.
  798. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Canister can be filled by spouts was corrected from null to its default, true.
  799. [22:00:56] [Server thread/WARN]: Incorrect key Server Configs.Combustibles blow up was corrected from null to its default, true.
  800. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\fancytabsections-server.toml is not correct. Correcting
  801. [22:00:56] [Server thread/WARN]: Incorrect key index_expanded was corrected from null to its default, true.
  802. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\beautify-server.toml is not correct. Correcting
  803. [22:00:56] [Server thread/WARN]: Incorrect key CATEGORY_BLINDS was corrected from null to its default, SimpleCommentedConfig:{}.
  804. [22:00:56] [Server thread/WARN]: Incorrect key CATEGORY_BLINDS.searchRadius was corrected from null to its default, 6.
  805. [22:00:56] [Server thread/WARN]: Incorrect key CATEGORY_BLINDS.opensFromRoot was corrected from null to its default, true.
  806. [22:00:56] [Server thread/WARN]: Incorrect key CATEGORY_GENERATION was corrected from null to its default, SimpleCommentedConfig:{}.
  807. [22:00:56] [Server thread/WARN]: Incorrect key CATEGORY_GENERATION.botanistSpawnWeight was corrected from null to its default, 2.
  808. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\additionalstructures-server.toml is not correct. Correcting
  809. [22:00:56] [Server thread/WARN]: Incorrect key general was corrected from null to its default, SimpleCommentedConfig:{}.
  810. [22:00:56] [Server thread/WARN]: Incorrect key general.patreon_rewards was corrected from null to its default, true.
  811. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\sophisticatedbackpacks-server.toml is not correct. Correcting
  812. [22:00:56] [Server thread/WARN]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  813. [22:00:56] [Server thread/WARN]: Incorrect key server.disallowedItems was corrected from null to its default, [].
  814. [22:00:56] [Server thread/WARN]: Incorrect key server.containerItemsDisallowed was corrected from null to its default, false.
  815. [22:00:56] [Server thread/WARN]: Incorrect key server.noInteractionBlocks was corrected from null to its default, [].
  816. [22:00:56] [Server thread/WARN]: Incorrect key server.noConnectionBlocks was corrected from null to its default, [].
  817. [22:00:56] [Server thread/WARN]: Incorrect key server.allBlockConnectionsDisallowed was corrected from null to its default, false.
  818. [22:00:56] [Server thread/WARN]: Incorrect key server.leatherBackpack was corrected from null to its default, SimpleCommentedConfig:{}.
  819. [22:00:56] [Server thread/WARN]: Incorrect key server.leatherBackpack.inventorySlotCount was corrected from null to its default, 27.
  820. [22:00:56] [Server thread/WARN]: Incorrect key server.leatherBackpack.upgradeSlotCount was corrected from null to its default, 1.
  821. [22:00:56] [Server thread/WARN]: Incorrect key server.copperBackpack was corrected from null to its default, SimpleCommentedConfig:{}.
  822. [22:00:56] [Server thread/WARN]: Incorrect key server.copperBackpack.inventorySlotCount was corrected from null to its default, 45.
  823. [22:00:56] [Server thread/WARN]: Incorrect key server.copperBackpack.upgradeSlotCount was corrected from null to its default, 1.
  824. [22:00:56] [Server thread/WARN]: Incorrect key server.ironBackpack was corrected from null to its default, SimpleCommentedConfig:{}.
  825. [22:00:56] [Server thread/WARN]: Incorrect key server.ironBackpack.inventorySlotCount was corrected from null to its default, 54.
  826. [22:00:56] [Server thread/WARN]: Incorrect key server.ironBackpack.upgradeSlotCount was corrected from null to its default, 2.
  827. [22:00:56] [Server thread/WARN]: Incorrect key server.goldBackpack was corrected from null to its default, SimpleCommentedConfig:{}.
  828. [22:00:56] [Server thread/WARN]: Incorrect key server.goldBackpack.inventorySlotCount was corrected from null to its default, 81.
  829. [22:00:56] [Server thread/WARN]: Incorrect key server.goldBackpack.upgradeSlotCount was corrected from null to its default, 3.
  830. [22:00:56] [Server thread/WARN]: Incorrect key server.diamondBackpack was corrected from null to its default, SimpleCommentedConfig:{}.
  831. [22:00:56] [Server thread/WARN]: Incorrect key server.diamondBackpack.inventorySlotCount was corrected from null to its default, 108.
  832. [22:00:56] [Server thread/WARN]: Incorrect key server.diamondBackpack.upgradeSlotCount was corrected from null to its default, 5.
  833. [22:00:56] [Server thread/WARN]: Incorrect key server.netheriteBackpack was corrected from null to its default, SimpleCommentedConfig:{}.
  834. [22:00:56] [Server thread/WARN]: Incorrect key server.netheriteBackpack.inventorySlotCount was corrected from null to its default, 120.
  835. [22:00:56] [Server thread/WARN]: Incorrect key server.netheriteBackpack.upgradeSlotCount was corrected from null to its default, 7.
  836. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  837. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.filterSlots was corrected from null to its default, 9.
  838. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.slotsInRow was corrected from null to its default, 3.
  839. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.additionalCompactingShapes was corrected from null to its default, [111/101/111].
  840. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.additionalCompactingShapeOverrides was corrected from null to its default, [].
  841. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedCompactingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  842. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedCompactingUpgrade.filterSlots was corrected from null to its default, 16.
  843. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedCompactingUpgrade.slotsInRow was corrected from null to its default, 4.
  844. [22:00:56] [Server thread/WARN]: Incorrect key server.depositUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  845. [22:00:56] [Server thread/WARN]: Incorrect key server.depositUpgrade.filterSlots was corrected from null to its default, 9.
  846. [22:00:56] [Server thread/WARN]: Incorrect key server.depositUpgrade.slotsInRow was corrected from null to its default, 3.
  847. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedDepositUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  848. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedDepositUpgrade.filterSlots was corrected from null to its default, 16.
  849. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedDepositUpgrade.slotsInRow was corrected from null to its default, 4.
  850. [22:00:56] [Server thread/WARN]: Incorrect key server.feedingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  851. [22:00:56] [Server thread/WARN]: Incorrect key server.feedingUpgrade.filterSlots was corrected from null to its default, 9.
  852. [22:00:56] [Server thread/WARN]: Incorrect key server.feedingUpgrade.slotsInRow was corrected from null to its default, 3.
  853. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFeedingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  854. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFeedingUpgrade.filterSlots was corrected from null to its default, 16.
  855. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFeedingUpgrade.slotsInRow was corrected from null to its default, 4.
  856. [22:00:56] [Server thread/WARN]: Incorrect key server.filterUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  857. [22:00:56] [Server thread/WARN]: Incorrect key server.filterUpgrade.filterSlots was corrected from null to its default, 9.
  858. [22:00:56] [Server thread/WARN]: Incorrect key server.filterUpgrade.slotsInRow was corrected from null to its default, 3.
  859. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFilterUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  860. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFilterUpgrade.filterSlots was corrected from null to its default, 16.
  861. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFilterUpgrade.slotsInRow was corrected from null to its default, 4.
  862. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  863. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade.filterSlots was corrected from null to its default, 9.
  864. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade.slotsInRow was corrected from null to its default, 3.
  865. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade.magnetRange was corrected from null to its default, 3.
  866. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  867. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade.filterSlots was corrected from null to its default, 16.
  868. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade.slotsInRow was corrected from null to its default, 4.
  869. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade.magnetRange was corrected from null to its default, 5.
  870. [22:00:56] [Server thread/WARN]: Incorrect key server.pickupUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  871. [22:00:56] [Server thread/WARN]: Incorrect key server.pickupUpgrade.filterSlots was corrected from null to its default, 9.
  872. [22:00:56] [Server thread/WARN]: Incorrect key server.pickupUpgrade.slotsInRow was corrected from null to its default, 3.
  873. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedPickupUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  874. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedPickupUpgrade.filterSlots was corrected from null to its default, 16.
  875. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedPickupUpgrade.slotsInRow was corrected from null to its default, 4.
  876. [22:00:56] [Server thread/WARN]: Incorrect key server.refillUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  877. [22:00:56] [Server thread/WARN]: Incorrect key server.refillUpgrade.filterSlots was corrected from null to its default, 6.
  878. [22:00:56] [Server thread/WARN]: Incorrect key server.refillUpgrade.slotsInRow was corrected from null to its default, 3.
  879. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedRefillUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  880. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedRefillUpgrade.filterSlots was corrected from null to its default, 12.
  881. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedRefillUpgrade.slotsInRow was corrected from null to its default, 4.
  882. [22:00:56] [Server thread/WARN]: Incorrect key server.restockUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  883. [22:00:56] [Server thread/WARN]: Incorrect key server.restockUpgrade.filterSlots was corrected from null to its default, 9.
  884. [22:00:56] [Server thread/WARN]: Incorrect key server.restockUpgrade.slotsInRow was corrected from null to its default, 3.
  885. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedRestockUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  886. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedRestockUpgrade.filterSlots was corrected from null to its default, 16.
  887. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedRestockUpgrade.slotsInRow was corrected from null to its default, 4.
  888. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  889. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade.filterSlots was corrected from null to its default, 9.
  890. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade.slotsInRow was corrected from null to its default, 3.
  891. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade.voidAlwaysEnabled was corrected from null to its default, true.
  892. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  893. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade.filterSlots was corrected from null to its default, 16.
  894. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade.slotsInRow was corrected from null to its default, 4.
  895. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade.voidAlwaysEnabled was corrected from null to its default, true.
  896. [22:00:56] [Server thread/WARN]: Incorrect key server.stackUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  897. [22:00:56] [Server thread/WARN]: Incorrect key server.stackUpgrade.nonStackableItems was corrected from null to its default, [minecraft:bundle, minecraft:shulker_box, minecraft:white_shulker_box, minecraft:orange_shulker_box, minecraft:magenta_shulker_box, minecraft:light_blue_shulker_box, minecraft:yellow_shulker_box, minecraft:lime_shulker_box, minecraft:pink_shulker_box, minecraft:gray_shulker_box, minecraft:light_gray_shulker_box, minecraft:cyan_shulker_box, minecraft:purple_shulker_box, minecraft:blue_shulker_box, minecraft:brown_shulker_box, minecraft:green_shulker_box, minecraft:red_shulker_box, minecraft:black_shulker_box].
  898. [22:00:56] [Server thread/WARN]: Incorrect key server.smeltingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  899. [22:00:56] [Server thread/WARN]: Incorrect key server.smeltingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  900. [22:00:56] [Server thread/WARN]: Incorrect key server.smeltingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  901. [22:00:56] [Server thread/WARN]: Incorrect key server.smokingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  902. [22:00:56] [Server thread/WARN]: Incorrect key server.smokingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  903. [22:00:56] [Server thread/WARN]: Incorrect key server.smokingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  904. [22:00:56] [Server thread/WARN]: Incorrect key server.blastingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  905. [22:00:56] [Server thread/WARN]: Incorrect key server.blastingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  906. [22:00:56] [Server thread/WARN]: Incorrect key server.blastingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  907. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  908. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  909. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  910. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.inputFilterSlots was corrected from null to its default, 8.
  911. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  912. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.fuelFilterSlots was corrected from null to its default, 4.
  913. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4.
  914. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  915. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  916. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  917. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.inputFilterSlots was corrected from null to its default, 8.
  918. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  919. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.fuelFilterSlots was corrected from null to its default, 4.
  920. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4.
  921. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  922. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  923. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  924. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.inputFilterSlots was corrected from null to its default, 8.
  925. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  926. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.fuelFilterSlots was corrected from null to its default, 4.
  927. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4.
  928. [22:00:56] [Server thread/WARN]: Incorrect key server.inceptionUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  929. [22:00:56] [Server thread/WARN]: Incorrect key server.inceptionUpgrade.upgradesUseInventoriesOfBackpacksInBackpack was corrected from null to its default, true.
  930. [22:00:56] [Server thread/WARN]: Incorrect key server.inceptionUpgrade.upgradesInContainedBackpacksAreFunctional was corrected from null to its default, true.
  931. [22:00:56] [Server thread/WARN]: Incorrect key server.toolSwapperUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  932. [22:00:56] [Server thread/WARN]: Incorrect key server.toolSwapperUpgrade.filterSlots was corrected from null to its default, 8.
  933. [22:00:56] [Server thread/WARN]: Incorrect key server.toolSwapperUpgrade.slotsInRow was corrected from null to its default, 4.
  934. [22:00:56] [Server thread/WARN]: Incorrect key server.tankUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  935. [22:00:56] [Server thread/WARN]: Incorrect key server.tankUpgrade.capacityPerSlotRow was corrected from null to its default, 4000.
  936. [22:00:56] [Server thread/WARN]: Incorrect key server.tankUpgrade.stackMultiplierRatio was corrected from null to its default, 1.0.
  937. [22:00:56] [Server thread/WARN]: Incorrect key server.tankUpgrade.autoFillDrainContainerCooldown was corrected from null to its default, 20.
  938. [22:00:56] [Server thread/WARN]: Incorrect key server.tankUpgrade.maxInputOutput was corrected from null to its default, 20.
  939. [22:00:56] [Server thread/WARN]: Incorrect key server.batteryUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  940. [22:00:56] [Server thread/WARN]: Incorrect key server.batteryUpgrade.energyPerSlotRow was corrected from null to its default, 10000.
  941. [22:00:56] [Server thread/WARN]: Incorrect key server.batteryUpgrade.stackMultiplierRatio was corrected from null to its default, 1.0.
  942. [22:00:56] [Server thread/WARN]: Incorrect key server.batteryUpgrade.maxInputOutput was corrected from null to its default, 20.
  943. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  944. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade.filterSlots was corrected from null to its default, 4.
  945. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade.maxInputOutput was corrected from null to its default, 20.
  946. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade.stackMultiplierRatio was corrected from null to its default, 1.0.
  947. [22:00:56] [Server thread/WARN]: Incorrect key server.xpPumpUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  948. [22:00:56] [Server thread/WARN]: Incorrect key server.xpPumpUpgrade.mendingOn was corrected from null to its default, true.
  949. [22:00:56] [Server thread/WARN]: Incorrect key server.xpPumpUpgrade.maxXpPointsPerMending was corrected from null to its default, 5.
  950. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedJukeboxUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  951. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedJukeboxUpgrade.numberOfSlots was corrected from null to its default, 12.
  952. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedJukeboxUpgrade.slotsInRow was corrected from null to its default, 4.
  953. [22:00:56] [Server thread/WARN]: Incorrect key server.alchemyUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  954. [22:00:56] [Server thread/WARN]: Incorrect key server.alchemyUpgrade.filterSlots was corrected from null to its default, 4.
  955. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedAlchemyUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  956. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedAlchemyUpgrade.filterSlots was corrected from null to its default, 8.
  957. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  958. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.basicMaxSlotCost was corrected from null to its default, 18.
  959. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.advancedMaxSlotCost was corrected from null to its default, 72.
  960. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.animalMultiplier was corrected from null to its default, 1.0.
  961. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.hostileMultiplier was corrected from null to its default, 2.0.
  962. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.disallowInventoryEntities was corrected from null to its default, false.
  963. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.entityBlockList was corrected from null to its default, [minecraft:wither].
  964. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.hostileOverrides was corrected from null to its default, [minecraft:enderman].
  965. [22:00:56] [Server thread/WARN]: Incorrect key server.mobCatcherUpgrade.passiveOverrides was corrected from null to its default, [minecraft:villager].
  966. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions was corrected from null to its default, SimpleCommentedConfig:{}.
  967. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.chance was corrected from null to its default, 0.01.
  968. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.addLoot was corrected from null to its default, true.
  969. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.buffWithPotionEffects was corrected from null to its default, true.
  970. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.buffHealth was corrected from null to its default, true.
  971. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.equipWithArmor was corrected from null to its default, true.
  972. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.entityLootTableList was corrected from null to its default, [minecraft:creeper|minecraft:chests/desert_pyramid, minecraft:drowned|minecraft:chests/shipwreck_treasure, minecraft:enderman|minecraft:chests/end_city_treasure, minecraft:evoker|minecraft:chests/woodland_mansion, minecraft:husk|minecraft:chests/desert_pyramid, minecraft:piglin|minecraft:chests/bastion_bridge, minecraft:piglin_brute|minecraft:chests/bastion_treasure, minecraft:pillager|minecraft:chests/pillager_outpost, minecraft:skeleton|minecraft:chests/simple_dungeon, minecraft:stray|minecraft:chests/igloo_chest, minecraft:vex|minecraft:chests/woodland_mansion, minecraft:vindicator|minecraft:chests/woodland_mansion, minecraft:witch|minecraft:chests/buried_treasure, minecraft:wither_skeleton|minecraft:chests/nether_bridge, minecraft:zombie|minecraft:chests/simple_dungeon, minecraft:zombie_villager|minecraft:chests/village/village_armorer, minecraft:zombified_piglin|minecraft:chests/bastion_other].
  973. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.discBlockList was corrected from null to its default, [botania:record_gaia_1, botania:record_gaia_2].
  974. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.playJukebox was corrected from null to its default, true.
  975. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.dropToFakePlayers was corrected from null to its default, false.
  976. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.backpackDropChance was corrected from null to its default, 0.5.
  977. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.lootingChanceIncreasePerLevel was corrected from null to its default, 0.15.
  978. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.leatherWeight was corrected from null to its default, 625.
  979. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.copperWeight was corrected from null to its default, 250.
  980. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.ironWeight was corrected from null to its default, 125.
  981. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.goldWeight was corrected from null to its default, 25.
  982. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.diamondWeight was corrected from null to its default, 5.
  983. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.netheriteWeight was corrected from null to its default, 1.
  984. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.minBackpackTierMidDifficulty was corrected from null to its default, 1.
  985. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.minBackpackTierHighDifficulty was corrected from null to its default, 2.
  986. [22:00:56] [Server thread/WARN]: Incorrect key server.entityBackpackAdditions.localDifficultyEffectsBackpackSpawns was corrected from null to its default, true.
  987. [22:00:56] [Server thread/WARN]: Incorrect key server.nerfs was corrected from null to its default, SimpleCommentedConfig:{}.
  988. [22:00:56] [Server thread/WARN]: Incorrect key server.nerfs.tooManyBackpacksSlowness was corrected from null to its default, false.
  989. [22:00:56] [Server thread/WARN]: Incorrect key server.nerfs.maxNumberOfBackpacks was corrected from null to its default, 3.
  990. [22:00:56] [Server thread/WARN]: Incorrect key server.nerfs.slownessLevelsPerAdditionalBackpack was corrected from null to its default, 1.0.
  991. [22:00:56] [Server thread/WARN]: Incorrect key server.nerfs.onlyWornBackpackTriggersUpgrades was corrected from null to its default, false.
  992. [22:00:56] [Server thread/WARN]: Incorrect key server.nerfs.nerfEffect was corrected from null to its default, minecraft:slowness.
  993. [22:00:56] [Server thread/WARN]: Incorrect key server.maxUpgradesPerStorage was corrected from null to its default, [stack_upgrades|3, jukebox_upgrades|1, furnace_upgrades|1].
  994. [22:00:56] [Server thread/WARN]: Incorrect key server.itemFluidHandlerEnabled was corrected from null to its default, true.
  995. [22:00:56] [Server thread/WARN]: Incorrect key server.allowOpeningOtherPlayerBackpacks was corrected from null to its default, true.
  996. [22:00:56] [Server thread/WARN]: Incorrect key server.itemDisplayDisabled was corrected from null to its default, false.
  997. [22:00:56] [Server thread/WARN]: Incorrect key server.tickDedupeLogicDisabled was corrected from null to its default, false.
  998. [22:00:56] [Server thread/WARN]: Incorrect key server.canBePlacedInContainerItems was corrected from null to its default, false.
  999. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\sophisticatedstorage-server.toml is not correct. Correcting
  1000. [22:00:56] [Server thread/WARN]: Incorrect key server was corrected from null to its default, SimpleCommentedConfig:{}.
  1001. [22:00:56] [Server thread/WARN]: Incorrect key server.WoodBarrel was corrected from null to its default, SimpleCommentedConfig:{}.
  1002. [22:00:56] [Server thread/WARN]: Incorrect key server.WoodBarrel.inventorySlotCount was corrected from null to its default, 27.
  1003. [22:00:56] [Server thread/WARN]: Incorrect key server.WoodBarrel.upgradeSlotCount was corrected from null to its default, 1.
  1004. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperBarrel was corrected from null to its default, SimpleCommentedConfig:{}.
  1005. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperBarrel.inventorySlotCount was corrected from null to its default, 45.
  1006. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperBarrel.upgradeSlotCount was corrected from null to its default, 1.
  1007. [22:00:56] [Server thread/WARN]: Incorrect key server.IronBarrel was corrected from null to its default, SimpleCommentedConfig:{}.
  1008. [22:00:56] [Server thread/WARN]: Incorrect key server.IronBarrel.inventorySlotCount was corrected from null to its default, 54.
  1009. [22:00:56] [Server thread/WARN]: Incorrect key server.IronBarrel.upgradeSlotCount was corrected from null to its default, 2.
  1010. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldBarrel was corrected from null to its default, SimpleCommentedConfig:{}.
  1011. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldBarrel.inventorySlotCount was corrected from null to its default, 81.
  1012. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldBarrel.upgradeSlotCount was corrected from null to its default, 3.
  1013. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondBarrel was corrected from null to its default, SimpleCommentedConfig:{}.
  1014. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondBarrel.inventorySlotCount was corrected from null to its default, 108.
  1015. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondBarrel.upgradeSlotCount was corrected from null to its default, 4.
  1016. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteBarrel was corrected from null to its default, SimpleCommentedConfig:{}.
  1017. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteBarrel.inventorySlotCount was corrected from null to its default, 132.
  1018. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteBarrel.upgradeSlotCount was corrected from null to its default, 5.
  1019. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelI was corrected from null to its default, SimpleCommentedConfig:{}.
  1020. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelI.baseSlotLimitMultiplier was corrected from null to its default, 32.
  1021. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelI.upgradeSlotCount was corrected from null to its default, 1.
  1022. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelI was corrected from null to its default, SimpleCommentedConfig:{}.
  1023. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelI.baseSlotLimitMultiplier was corrected from null to its default, 53.
  1024. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelI.upgradeSlotCount was corrected from null to its default, 1.
  1025. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelI was corrected from null to its default, SimpleCommentedConfig:{}.
  1026. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelI.baseSlotLimitMultiplier was corrected from null to its default, 64.
  1027. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelI.upgradeSlotCount was corrected from null to its default, 2.
  1028. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelI was corrected from null to its default, SimpleCommentedConfig:{}.
  1029. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelI.baseSlotLimitMultiplier was corrected from null to its default, 96.
  1030. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelI.upgradeSlotCount was corrected from null to its default, 3.
  1031. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelI was corrected from null to its default, SimpleCommentedConfig:{}.
  1032. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelI.baseSlotLimitMultiplier was corrected from null to its default, 128.
  1033. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelI.upgradeSlotCount was corrected from null to its default, 4.
  1034. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelI was corrected from null to its default, SimpleCommentedConfig:{}.
  1035. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelI.baseSlotLimitMultiplier was corrected from null to its default, 160.
  1036. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelI.upgradeSlotCount was corrected from null to its default, 5.
  1037. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelII was corrected from null to its default, SimpleCommentedConfig:{}.
  1038. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelII.baseSlotLimitMultiplier was corrected from null to its default, 16.
  1039. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelII.upgradeSlotCount was corrected from null to its default, 1.
  1040. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelII was corrected from null to its default, SimpleCommentedConfig:{}.
  1041. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelII.baseSlotLimitMultiplier was corrected from null to its default, 27.
  1042. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelII.upgradeSlotCount was corrected from null to its default, 1.
  1043. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelII was corrected from null to its default, SimpleCommentedConfig:{}.
  1044. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelII.baseSlotLimitMultiplier was corrected from null to its default, 32.
  1045. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelII.upgradeSlotCount was corrected from null to its default, 2.
  1046. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelII was corrected from null to its default, SimpleCommentedConfig:{}.
  1047. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelII.baseSlotLimitMultiplier was corrected from null to its default, 48.
  1048. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelII.upgradeSlotCount was corrected from null to its default, 3.
  1049. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelII was corrected from null to its default, SimpleCommentedConfig:{}.
  1050. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelII.baseSlotLimitMultiplier was corrected from null to its default, 64.
  1051. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelII.upgradeSlotCount was corrected from null to its default, 4.
  1052. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelII was corrected from null to its default, SimpleCommentedConfig:{}.
  1053. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelII.baseSlotLimitMultiplier was corrected from null to its default, 80.
  1054. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelII.upgradeSlotCount was corrected from null to its default, 5.
  1055. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelIII was corrected from null to its default, SimpleCommentedConfig:{}.
  1056. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelIII.baseSlotLimitMultiplier was corrected from null to its default, 10.
  1057. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelIII.upgradeSlotCount was corrected from null to its default, 1.
  1058. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelIII was corrected from null to its default, SimpleCommentedConfig:{}.
  1059. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelIII.baseSlotLimitMultiplier was corrected from null to its default, 17.
  1060. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelIII.upgradeSlotCount was corrected from null to its default, 1.
  1061. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelIII was corrected from null to its default, SimpleCommentedConfig:{}.
  1062. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelIII.baseSlotLimitMultiplier was corrected from null to its default, 20.
  1063. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelIII.upgradeSlotCount was corrected from null to its default, 2.
  1064. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelIII was corrected from null to its default, SimpleCommentedConfig:{}.
  1065. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelIII.baseSlotLimitMultiplier was corrected from null to its default, 30.
  1066. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelIII.upgradeSlotCount was corrected from null to its default, 3.
  1067. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelIII was corrected from null to its default, SimpleCommentedConfig:{}.
  1068. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelIII.baseSlotLimitMultiplier was corrected from null to its default, 40.
  1069. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelIII.upgradeSlotCount was corrected from null to its default, 4.
  1070. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelIII was corrected from null to its default, SimpleCommentedConfig:{}.
  1071. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelIII.baseSlotLimitMultiplier was corrected from null to its default, 50.
  1072. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelIII.upgradeSlotCount was corrected from null to its default, 5.
  1073. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelIV was corrected from null to its default, SimpleCommentedConfig:{}.
  1074. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelIV.baseSlotLimitMultiplier was corrected from null to its default, 8.
  1075. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedBarrelIV.upgradeSlotCount was corrected from null to its default, 1.
  1076. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelIV was corrected from null to its default, SimpleCommentedConfig:{}.
  1077. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelIV.baseSlotLimitMultiplier was corrected from null to its default, 13.
  1078. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedCopperBarrelIV.upgradeSlotCount was corrected from null to its default, 1.
  1079. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelIV was corrected from null to its default, SimpleCommentedConfig:{}.
  1080. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelIV.baseSlotLimitMultiplier was corrected from null to its default, 16.
  1081. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedIronBarrelIV.upgradeSlotCount was corrected from null to its default, 2.
  1082. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelIV was corrected from null to its default, SimpleCommentedConfig:{}.
  1083. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelIV.baseSlotLimitMultiplier was corrected from null to its default, 24.
  1084. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedGoldBarrelIV.upgradeSlotCount was corrected from null to its default, 3.
  1085. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelIV was corrected from null to its default, SimpleCommentedConfig:{}.
  1086. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelIV.baseSlotLimitMultiplier was corrected from null to its default, 32.
  1087. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedDiamondBarrelIV.upgradeSlotCount was corrected from null to its default, 4.
  1088. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelIV was corrected from null to its default, SimpleCommentedConfig:{}.
  1089. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelIV.baseSlotLimitMultiplier was corrected from null to its default, 40.
  1090. [22:00:56] [Server thread/WARN]: Incorrect key server.LimitedNetheriteBarrelIV.upgradeSlotCount was corrected from null to its default, 5.
  1091. [22:00:56] [Server thread/WARN]: Incorrect key server.WoodChest was corrected from null to its default, SimpleCommentedConfig:{}.
  1092. [22:00:56] [Server thread/WARN]: Incorrect key server.WoodChest.inventorySlotCount was corrected from null to its default, 27.
  1093. [22:00:56] [Server thread/WARN]: Incorrect key server.WoodChest.upgradeSlotCount was corrected from null to its default, 1.
  1094. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperChest was corrected from null to its default, SimpleCommentedConfig:{}.
  1095. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperChest.inventorySlotCount was corrected from null to its default, 45.
  1096. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperChest.upgradeSlotCount was corrected from null to its default, 1.
  1097. [22:00:56] [Server thread/WARN]: Incorrect key server.IronChest was corrected from null to its default, SimpleCommentedConfig:{}.
  1098. [22:00:56] [Server thread/WARN]: Incorrect key server.IronChest.inventorySlotCount was corrected from null to its default, 54.
  1099. [22:00:56] [Server thread/WARN]: Incorrect key server.IronChest.upgradeSlotCount was corrected from null to its default, 2.
  1100. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldChest was corrected from null to its default, SimpleCommentedConfig:{}.
  1101. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldChest.inventorySlotCount was corrected from null to its default, 81.
  1102. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldChest.upgradeSlotCount was corrected from null to its default, 3.
  1103. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondChest was corrected from null to its default, SimpleCommentedConfig:{}.
  1104. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondChest.inventorySlotCount was corrected from null to its default, 108.
  1105. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondChest.upgradeSlotCount was corrected from null to its default, 4.
  1106. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteChest was corrected from null to its default, SimpleCommentedConfig:{}.
  1107. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteChest.inventorySlotCount was corrected from null to its default, 132.
  1108. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteChest.upgradeSlotCount was corrected from null to its default, 5.
  1109. [22:00:56] [Server thread/WARN]: Incorrect key server.ShulkerBox was corrected from null to its default, SimpleCommentedConfig:{}.
  1110. [22:00:56] [Server thread/WARN]: Incorrect key server.ShulkerBox.inventorySlotCount was corrected from null to its default, 27.
  1111. [22:00:56] [Server thread/WARN]: Incorrect key server.ShulkerBox.upgradeSlotCount was corrected from null to its default, 1.
  1112. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperShulkerBox was corrected from null to its default, SimpleCommentedConfig:{}.
  1113. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperShulkerBox.inventorySlotCount was corrected from null to its default, 45.
  1114. [22:00:56] [Server thread/WARN]: Incorrect key server.CopperShulkerBox.upgradeSlotCount was corrected from null to its default, 1.
  1115. [22:00:56] [Server thread/WARN]: Incorrect key server.IronShulkerBox was corrected from null to its default, SimpleCommentedConfig:{}.
  1116. [22:00:56] [Server thread/WARN]: Incorrect key server.IronShulkerBox.inventorySlotCount was corrected from null to its default, 54.
  1117. [22:00:56] [Server thread/WARN]: Incorrect key server.IronShulkerBox.upgradeSlotCount was corrected from null to its default, 2.
  1118. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldShulkerBox was corrected from null to its default, SimpleCommentedConfig:{}.
  1119. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldShulkerBox.inventorySlotCount was corrected from null to its default, 81.
  1120. [22:00:56] [Server thread/WARN]: Incorrect key server.GoldShulkerBox.upgradeSlotCount was corrected from null to its default, 3.
  1121. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondShulkerBox was corrected from null to its default, SimpleCommentedConfig:{}.
  1122. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondShulkerBox.inventorySlotCount was corrected from null to its default, 108.
  1123. [22:00:56] [Server thread/WARN]: Incorrect key server.DiamondShulkerBox.upgradeSlotCount was corrected from null to its default, 4.
  1124. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteShulkerBox was corrected from null to its default, SimpleCommentedConfig:{}.
  1125. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteShulkerBox.inventorySlotCount was corrected from null to its default, 132.
  1126. [22:00:56] [Server thread/WARN]: Incorrect key server.NetheriteShulkerBox.upgradeSlotCount was corrected from null to its default, 5.
  1127. [22:00:56] [Server thread/WARN]: Incorrect key server.shulkerBoxDisallowedItems was corrected from null to its default, SimpleCommentedConfig:{}.
  1128. [22:00:56] [Server thread/WARN]: Incorrect key server.shulkerBoxDisallowedItems.disallowedItems was corrected from null to its default, [].
  1129. [22:00:56] [Server thread/WARN]: Incorrect key server.shulkerBoxDisallowedItems.containerItemsDisallowed was corrected from null to its default, false.
  1130. [22:00:56] [Server thread/WARN]: Incorrect key server.stackUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1131. [22:00:56] [Server thread/WARN]: Incorrect key server.stackUpgrade.nonStackableItems was corrected from null to its default, [minecraft:bundle, minecraft:shulker_box, minecraft:white_shulker_box, minecraft:orange_shulker_box, minecraft:magenta_shulker_box, minecraft:light_blue_shulker_box, minecraft:yellow_shulker_box, minecraft:lime_shulker_box, minecraft:pink_shulker_box, minecraft:gray_shulker_box, minecraft:light_gray_shulker_box, minecraft:cyan_shulker_box, minecraft:purple_shulker_box, minecraft:blue_shulker_box, minecraft:brown_shulker_box, minecraft:green_shulker_box, minecraft:red_shulker_box, minecraft:black_shulker_box].
  1132. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1133. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.filterSlots was corrected from null to its default, 9.
  1134. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.slotsInRow was corrected from null to its default, 3.
  1135. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.additionalCompactingShapes was corrected from null to its default, [111/101/111].
  1136. [22:00:56] [Server thread/WARN]: Incorrect key server.compactingUpgrade.additionalCompactingShapeOverrides was corrected from null to its default, [].
  1137. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedCompactingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1138. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedCompactingUpgrade.filterSlots was corrected from null to its default, 16.
  1139. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedCompactingUpgrade.slotsInRow was corrected from null to its default, 4.
  1140. [22:00:56] [Server thread/WARN]: Incorrect key server.depositUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1141. [22:00:56] [Server thread/WARN]: Incorrect key server.depositUpgrade.filterSlots was corrected from null to its default, 9.
  1142. [22:00:56] [Server thread/WARN]: Incorrect key server.depositUpgrade.slotsInRow was corrected from null to its default, 3.
  1143. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedDepositUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1144. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedDepositUpgrade.filterSlots was corrected from null to its default, 16.
  1145. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedDepositUpgrade.slotsInRow was corrected from null to its default, 4.
  1146. [22:00:56] [Server thread/WARN]: Incorrect key server.feedingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1147. [22:00:56] [Server thread/WARN]: Incorrect key server.feedingUpgrade.filterSlots was corrected from null to its default, 9.
  1148. [22:00:56] [Server thread/WARN]: Incorrect key server.feedingUpgrade.slotsInRow was corrected from null to its default, 3.
  1149. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFeedingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1150. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFeedingUpgrade.filterSlots was corrected from null to its default, 16.
  1151. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFeedingUpgrade.slotsInRow was corrected from null to its default, 4.
  1152. [22:00:56] [Server thread/WARN]: Incorrect key server.filterUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1153. [22:00:56] [Server thread/WARN]: Incorrect key server.filterUpgrade.filterSlots was corrected from null to its default, 9.
  1154. [22:00:56] [Server thread/WARN]: Incorrect key server.filterUpgrade.slotsInRow was corrected from null to its default, 3.
  1155. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFilterUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1156. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFilterUpgrade.filterSlots was corrected from null to its default, 16.
  1157. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedFilterUpgrade.slotsInRow was corrected from null to its default, 4.
  1158. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1159. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade.filterSlots was corrected from null to its default, 9.
  1160. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade.slotsInRow was corrected from null to its default, 3.
  1161. [22:00:56] [Server thread/WARN]: Incorrect key server.magnetUpgrade.magnetRange was corrected from null to its default, 3.
  1162. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1163. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade.filterSlots was corrected from null to its default, 16.
  1164. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade.slotsInRow was corrected from null to its default, 4.
  1165. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedMagnetUpgrade.magnetRange was corrected from null to its default, 5.
  1166. [22:00:56] [Server thread/WARN]: Incorrect key server.pickupUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1167. [22:00:56] [Server thread/WARN]: Incorrect key server.pickupUpgrade.filterSlots was corrected from null to its default, 9.
  1168. [22:00:56] [Server thread/WARN]: Incorrect key server.pickupUpgrade.slotsInRow was corrected from null to its default, 3.
  1169. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedPickupUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1170. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedPickupUpgrade.filterSlots was corrected from null to its default, 16.
  1171. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedPickupUpgrade.slotsInRow was corrected from null to its default, 4.
  1172. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1173. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade.filterSlots was corrected from null to its default, 9.
  1174. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade.slotsInRow was corrected from null to its default, 3.
  1175. [22:00:56] [Server thread/WARN]: Incorrect key server.voidUpgrade.voidAlwaysEnabled was corrected from null to its default, true.
  1176. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1177. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade.filterSlots was corrected from null to its default, 16.
  1178. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade.slotsInRow was corrected from null to its default, 4.
  1179. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedVoidUpgrade.voidAlwaysEnabled was corrected from null to its default, true.
  1180. [22:00:56] [Server thread/WARN]: Incorrect key server.smeltingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1181. [22:00:56] [Server thread/WARN]: Incorrect key server.smeltingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  1182. [22:00:56] [Server thread/WARN]: Incorrect key server.smeltingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  1183. [22:00:56] [Server thread/WARN]: Incorrect key server.smokingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1184. [22:00:56] [Server thread/WARN]: Incorrect key server.smokingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  1185. [22:00:56] [Server thread/WARN]: Incorrect key server.smokingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  1186. [22:00:56] [Server thread/WARN]: Incorrect key server.blastingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1187. [22:00:56] [Server thread/WARN]: Incorrect key server.blastingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  1188. [22:00:56] [Server thread/WARN]: Incorrect key server.blastingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  1189. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1190. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  1191. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  1192. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.inputFilterSlots was corrected from null to its default, 8.
  1193. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  1194. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.fuelFilterSlots was corrected from null to its default, 4.
  1195. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmeltingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4.
  1196. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1197. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  1198. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  1199. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.inputFilterSlots was corrected from null to its default, 8.
  1200. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  1201. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.fuelFilterSlots was corrected from null to its default, 4.
  1202. [22:00:56] [Server thread/WARN]: Incorrect key server.autoSmokingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4.
  1203. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1204. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.smeltingSpeedMultiplier was corrected from null to its default, 1.0.
  1205. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.fuelEfficiencyMultiplier was corrected from null to its default, 1.0.
  1206. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.inputFilterSlots was corrected from null to its default, 8.
  1207. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  1208. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.fuelFilterSlots was corrected from null to its default, 4.
  1209. [22:00:56] [Server thread/WARN]: Incorrect key server.autoBlastingUpgrade.fuelFilterSlotsInRow was corrected from null to its default, 4.
  1210. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1211. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade.filterSlots was corrected from null to its default, 4.
  1212. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade.maxInputOutput was corrected from null to its default, 20.
  1213. [22:00:56] [Server thread/WARN]: Incorrect key server.pumpUpgrade.stackMultiplierRatio was corrected from null to its default, 1.0.
  1214. [22:00:56] [Server thread/WARN]: Incorrect key server.xpPumpUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1215. [22:00:56] [Server thread/WARN]: Incorrect key server.xpPumpUpgrade.mendingOn was corrected from null to its default, true.
  1216. [22:00:56] [Server thread/WARN]: Incorrect key server.xpPumpUpgrade.maxXpPointsPerMending was corrected from null to its default, 5.
  1217. [22:00:56] [Server thread/WARN]: Incorrect key server.compressionUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1218. [22:00:56] [Server thread/WARN]: Incorrect key server.compressionUpgrade.maxNumberOfSlots was corrected from null to its default, 5.
  1219. [22:00:56] [Server thread/WARN]: Incorrect key server.compressionUpgrade.additionalDecompressibleItems was corrected from null to its default, [minecraft:glowstone=4xminecraft:glowstone_dust, minecraft:quartz_block=4xminecraft:quartz, minecraft:clay=4xminecraft:clay_ball, minecraft:snow_block=4xminecraft:snowball, minecraft:bricks=4xminecraft:brick, minecraft:nether_bricks=4xminecraft:nether_brick, minecraft:nether_wart_block=9xminecraft:nether_wart, minecraft:melon=9xminecraft:melon_slice, minecraft:packed_ice=9xminecraft:ice, minecraft:blue_ice=9xminecraft:packed_ice].
  1220. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1221. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade.inputFilterSlots was corrected from null to its default, 2.
  1222. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade.inputFilterSlotsInRow was corrected from null to its default, 2.
  1223. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade.outputFilterSlots was corrected from null to its default, 2.
  1224. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade.outputFilterSlotsInRow was corrected from null to its default, 2.
  1225. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade.transferSpeedTicks was corrected from null to its default, 8.
  1226. [22:00:56] [Server thread/WARN]: Incorrect key server.hopperUpgrade.maxTransferStackSize was corrected from null to its default, 1.
  1227. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1228. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade.inputFilterSlots was corrected from null to its default, 4.
  1229. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade.inputFilterSlotsInRow was corrected from null to its default, 4.
  1230. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade.outputFilterSlots was corrected from null to its default, 4.
  1231. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade.outputFilterSlotsInRow was corrected from null to its default, 4.
  1232. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade.transferSpeedTicks was corrected from null to its default, 2.
  1233. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedHopperUpgrade.maxTransferStackSize was corrected from null to its default, 4.
  1234. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedJukeboxUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1235. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedJukeboxUpgrade.numberOfSlots was corrected from null to its default, 12.
  1236. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedJukeboxUpgrade.slotsInRow was corrected from null to its default, 4.
  1237. [22:00:56] [Server thread/WARN]: Incorrect key server.alchemyUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1238. [22:00:56] [Server thread/WARN]: Incorrect key server.alchemyUpgrade.filterSlots was corrected from null to its default, 4.
  1239. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedAlchemyUpgrade was corrected from null to its default, SimpleCommentedConfig:{}.
  1240. [22:00:56] [Server thread/WARN]: Incorrect key server.advancedAlchemyUpgrade.filterSlots was corrected from null to its default, 8.
  1241. [22:00:56] [Server thread/WARN]: Incorrect key server.maxUpgradesPerStorage was corrected from null to its default, [chest|stack_upgrades|2, chest|jukebox_upgrades|1, chest|furnace_upgrades|1, shulker_box|stack_upgrades|2, shulker_box|jukebox_upgrades|1, shulker_box|furnace_upgrades|1, barrel|stack_upgrades|2, barrel|jukebox_upgrades|1, barrel|furnace_upgrades|1, limited_barrel|jukebox_upgrades|1, limited_barrel|furnace_upgrades|1].
  1242. [22:00:56] [Server thread/WARN]: Incorrect key server.tooManyItemEntityDrops was corrected from null to its default, 200.
  1243. [22:00:56] [Server thread/WARN]: Incorrect key server.limitedBarrelCountDyeingEnabled was corrected from null to its default, true.
  1244. [22:00:56] [Server thread/WARN]: Incorrect key server.controllerRange was corrected from null to its default, 15.
  1245. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\delightfulcreators-server.toml is not correct. Correcting
  1246. [22:00:56] [Server thread/WARN]: Incorrect key mechanicalCutter was corrected from null to its default, SimpleCommentedConfig:{}.
  1247. [22:00:56] [Server thread/WARN]: Incorrect key mechanicalCutter.basinProcessing was corrected from null to its default, true.
  1248. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\create_connected-server.toml is not correct. Correcting
  1249. [22:00:56] [Server thread/WARN]: Incorrect key schematicsNestingDepth was corrected from null to its default, 5.
  1250. [22:00:56] [Server thread/WARN]: Incorrect key applicationRemainingItemFix was corrected from null to its default, true.
  1251. [22:00:56] [Server thread/WARN]: Incorrect key vesselBoilerStressMultiplier was corrected from null to its default, 0.8125.
  1252. [22:00:56] [Server thread/WARN]: Incorrect key vesselHeatMultiplier was corrected from null to its default, 0.5.
  1253. [22:00:56] [Server thread/WARN]: Incorrect key vesselMaxLevel was corrected from null to its default, 18.
  1254. [22:00:56] [Server thread/WARN]: Incorrect key batteryDischargeRPM was corrected from null to its default, 64.
  1255. [22:00:56] [Server thread/WARN]: Incorrect key batteryCapacity was corrected from null to its default, 512.0.
  1256. [22:00:56] [Server thread/WARN]: Incorrect key batteryMinDischarge was corrected from null to its default, 1.0.
  1257. [22:00:56] [Server thread/WARN]: Incorrect key allowDualWildcardLink was corrected from null to its default, false.
  1258. [22:00:56] [Server thread/WARN]: Incorrect key stressValues was corrected from null to its default, SimpleCommentedConfig:{}.
  1259. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1 was corrected from null to its default, SimpleCommentedConfig:{}.
  1260. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact was corrected from null to its default, SimpleCommentedConfig:{}.
  1261. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.brass_gearbox was corrected from null to its default, 0.0.
  1262. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.centrifugal_clutch was corrected from null to its default, 0.0.
  1263. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.brake was corrected from null to its default, 0.0.
  1264. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.encased_chain_cogwheel was corrected from null to its default, 0.0.
  1265. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.kinetic_battery was corrected from null to its default, 64.0.
  1266. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.six_way_gearbox was corrected from null to its default, 0.0.
  1267. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.shear_pin was corrected from null to its default, 0.0.
  1268. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.parallel_gearbox was corrected from null to its default, 0.0.
  1269. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.inverted_gearshift was corrected from null to its default, 0.0.
  1270. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.freewheel_clutch was corrected from null to its default, 0.0.
  1271. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.overstress_clutch was corrected from null to its default, 0.0.
  1272. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.impact.inverted_clutch was corrected from null to its default, 0.0.
  1273. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.capacity was corrected from null to its default, SimpleCommentedConfig:{}.
  1274. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.capacity.crank_wheel was corrected from null to its default, 8.0.
  1275. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.capacity.kinetic_battery was corrected from null to its default, 32.0.
  1276. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.capacity.large_crank_wheel was corrected from null to its default, 8.0.
  1277. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v1.brakeActiveStress was corrected from null to its default, 16384.0.
  1278. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\journeymap-server.toml is not correct. Correcting
  1279. [22:00:56] [Server thread/WARN]: Incorrect key admins was corrected from null to its default, SimpleCommentedConfig:{}.
  1280. [22:00:56] [Server thread/WARN]: Incorrect key admins.opAccess was corrected from null to its default, true.
  1281. [22:00:56] [Server thread/WARN]: Incorrect key admins.serverAdmins was corrected from null to its default, [mysticdrew, [redacted-uuid-v4]].
  1282. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\starcatcher-server.toml is not correct. Correcting
  1283. [22:00:56] [Server thread/WARN]: Incorrect key give_guide was corrected from null to its default, true.
  1284. [22:00:56] [Server thread/WARN]: Incorrect key give_rod was corrected from null to its default, true.
  1285. [22:00:56] [Server thread/WARN]: Incorrect key enable_worms was corrected from null to its default, true.
  1286. [22:00:56] [Server thread/WARN]: Incorrect key enable_guide_help_pages was corrected from null to its default, true.
  1287. [22:00:56] [Server thread/WARN]: Incorrect key enable_minigame was corrected from null to its default, true.
  1288. [22:00:56] [Server thread/WARN]: Incorrect key enable_ftb_team_sharing was corrected from null to its default, true.
  1289. [22:00:56] [Server thread/WARN]: Incorrect key vanishing_rate_multiplier was corrected from null to its default, 1.0.
  1290. [22:00:56] [Server thread/WARN]: Incorrect key moving_speed_multiplier was corrected from null to its default, 1.0.
  1291. [22:00:56] [Server thread/WARN]: Incorrect key penalty_multiplier was corrected from null to its default, 1.0.
  1292. [22:00:56] [Server thread/WARN]: Incorrect key decay_multiplier was corrected from null to its default, 1.0.
  1293. [22:00:56] [Server thread/WARN]: Incorrect key hp_multiplier was corrected from null to its default, 1.0.
  1294. [22:00:56] [Server thread/WARN]: Incorrect key handle_speed_multiplier was corrected from null to its default, 1.0.
  1295. [22:00:56] [Server thread/WARN]: Incorrect key hide_entries_until_found was corrected from null to its default, true.
  1296. [22:00:56] [Server thread/WARN]: Incorrect key save_data_to_items was corrected from null to its default, true.
  1297. [22:00:56] [Server thread/WARN]: Incorrect key base_min_ticks was corrected from null to its default, 100.
  1298. [22:00:56] [Server thread/WARN]: Incorrect key base_max_ticks was corrected from null to its default, 300.
  1299. [22:00:56] [Server thread/WARN]: Incorrect key base_chance was corrected from null to its default, 0.005.
  1300. [22:00:56] [Server thread/WARN]: Incorrect key restrict_tackle_box_to_tag was corrected from null to its default, true.
  1301. [22:00:56] [Server thread/WARN]: Incorrect key fish_percentile_size_max_scale was corrected from null to its default, 1.5.
  1302. [22:00:56] [Server thread/WARN]: Incorrect key fish_percentile_size_min_scale was corrected from null to its default, 0.5.
  1303. [22:00:56] [Server thread/WARN]: Incorrect key max_tackle_box_fish_storage was corrected from null to its default, 900.
  1304. [22:00:56] [Server thread/WARN]: Incorrect key hide_treasures was corrected from null to its default, false.
  1305. [22:00:56] [Server thread/WARN]: Incorrect key hide_catches was corrected from null to its default, false.
  1306. [22:00:56] [Server thread/WARN]: Incorrect key enable_rod_durability was corrected from null to its default, false.
  1307. [22:00:56] [Server thread/WARN]: Incorrect key allow_guide_keybind was corrected from null to its default, true.
  1308. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\escalated-server.toml is not correct. Correcting
  1309. [22:00:56] [Server thread/WARN]: Incorrect key maxWalkwayLength was corrected from null to its default, 128.
  1310. [22:00:56] [Server thread/WARN]: Incorrect key maxEscalatorHeight was corrected from null to its default, 32.
  1311. [22:00:56] [Server thread/WARN]: Incorrect key maxWalkwayWidth was corrected from null to its default, 10.
  1312. [22:00:56] [Server thread/WARN]: Incorrect key maxEscalatorWidth was corrected from null to its default, 10.
  1313. [22:00:56] [Server thread/WARN]: Incorrect key divingBootsPreventWalkwayMotion was corrected from null to its default, false.
  1314. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\tfmg-server.toml is not correct. Correcting
  1315. [22:00:56] [Server thread/WARN]: Incorrect key stressValues was corrected from null to its default, SimpleCommentedConfig:{}.
  1316. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2 was corrected from null to its default, SimpleCommentedConfig:{}.
  1317. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact was corrected from null to its default, SimpleCommentedConfig:{}.
  1318. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_encased_shaft was corrected from null to its default, 0.0.
  1319. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.lead_flywheel was corrected from null to its default, 0.0.
  1320. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.heavy_casing_encased_shaft was corrected from null to its default, 0.0.
  1321. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.brass_mechanical_pump was corrected from null to its default, 4.0.
  1322. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.heavy_casing_encased_aluminum_cogwheel was corrected from null to its default, 0.0.
  1323. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.generator was corrected from null to its default, 50.0.
  1324. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.nickel_flywheel was corrected from null to its default, 0.0.
  1325. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.heavy_casing_encased_steel_cogwheel was corrected from null to its default, 0.0.
  1326. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.aluminum_flywheel was corrected from null to its default, 0.0.
  1327. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_encased_large_aluminum_cogwheel was corrected from null to its default, 0.0.
  1328. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.cast_iron_flywheel was corrected from null to its default, 0.0.
  1329. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_gearbox was corrected from null to its default, 0.0.
  1330. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_mechanical_pump was corrected from null to its default, 4.0.
  1331. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.rotor was corrected from null to its default, 240.0.
  1332. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_encased_aluminum_cogwheel was corrected from null to its default, 0.0.
  1333. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.large_aluminum_cogwheel was corrected from null to its default, 0.0.
  1334. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.plastic_mechanical_pump was corrected from null to its default, 4.0.
  1335. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.machine_input was corrected from null to its default, 4.0.
  1336. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.winding_machine was corrected from null to its default, 4.0.
  1337. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_flywheel was corrected from null to its default, 0.0.
  1338. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.cast_iron_mechanical_pump was corrected from null to its default, 4.0.
  1339. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.heavy_casing_encased_large_aluminum_cogwheel was corrected from null to its default, 0.0.
  1340. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.large_steel_cogwheel was corrected from null to its default, 0.0.
  1341. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.heavy_casing_encased_large_steel_cogwheel was corrected from null to its default, 0.0.
  1342. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.aluminum_cogwheel was corrected from null to its default, 0.0.
  1343. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_encased_large_steel_cogwheel was corrected from null to its default, 0.0.
  1344. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.aluminum_mechanical_pump was corrected from null to its default, 4.0.
  1345. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_encased_steel_cogwheel was corrected from null to its default, 0.0.
  1346. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.steel_cogwheel was corrected from null to its default, 0.0.
  1347. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.impact.concrete_hose was corrected from null to its default, 4.0.
  1348. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity was corrected from null to its default, SimpleCommentedConfig:{}.
  1349. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity.radial_engine was corrected from null to its default, 15.0.
  1350. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity.large_engine was corrected from null to its default, 55.0.
  1351. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity.regular_engine was corrected from null to its default, 15.0.
  1352. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity.electric_motor was corrected from null to its default, 30.0.
  1353. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity.simple_large_engine was corrected from null to its default, 40.0.
  1354. [22:00:56] [Server thread/WARN]: Incorrect key stressValues.v2.capacity.turbine_engine was corrected from null to its default, 10.0.
  1355. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\create-server.toml is not correct. Correcting
  1356. [22:00:56] [Server thread/WARN]: Incorrect key infrastructure was corrected from null to its default, SimpleCommentedConfig:{}.
  1357. [22:00:56] [Server thread/WARN]: Incorrect key infrastructure.tickrateSyncTimer was corrected from null to its default, 20.
  1358. [22:00:56] [Server thread/WARN]: Incorrect key recipes was corrected from null to its default, SimpleCommentedConfig:{}.
  1359. [22:00:56] [Server thread/WARN]: Incorrect key recipes.bulkPressing was corrected from null to its default, false.
  1360. [22:00:56] [Server thread/WARN]: Incorrect key recipes.bulkCutting was corrected from null to its default, false.
  1361. [22:00:56] [Server thread/WARN]: Incorrect key recipes.allowBrewingInMixer was corrected from null to its default, true.
  1362. [22:00:56] [Server thread/WARN]: Incorrect key recipes.allowShapelessInMixer was corrected from null to its default, true.
  1363. [22:00:56] [Server thread/WARN]: Incorrect key recipes.allowShapedSquareInPress was corrected from null to its default, true.
  1364. [22:00:56] [Server thread/WARN]: Incorrect key recipes.allowRegularCraftingInCrafter was corrected from null to its default, true.
  1365. [22:00:56] [Server thread/WARN]: Incorrect key recipes.maxFireworkIngredientsInCrafter was corrected from null to its default, 9.
  1366. [22:00:56] [Server thread/WARN]: Incorrect key recipes.allowStonecuttingOnSaw was corrected from null to its default, true.
  1367. [22:00:56] [Server thread/WARN]: Incorrect key recipes.allowCastingBySpout was corrected from null to its default, true.
  1368. [22:00:56] [Server thread/WARN]: Incorrect key recipes.displayLogStrippingRecipes was corrected from null to its default, true.
  1369. [22:00:56] [Server thread/WARN]: Incorrect key recipes.lightSourceCountForRefinedRadiance was corrected from null to its default, 10.
  1370. [22:00:56] [Server thread/WARN]: Incorrect key recipes.enableRefinedRadianceRecipe was corrected from null to its default, true.
  1371. [22:00:56] [Server thread/WARN]: Incorrect key recipes.enableShadowSteelRecipe was corrected from null to its default, true.
  1372. [22:00:56] [Server thread/WARN]: Incorrect key kinetics was corrected from null to its default, SimpleCommentedConfig:{}.
  1373. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.disableStress was corrected from null to its default, false.
  1374. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.maxBeltLength was corrected from null to its default, 20.
  1375. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.maxChainConveyorLength was corrected from null to its default, 32.
  1376. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.maxChainConveyorConnections was corrected from null to its default, 4.
  1377. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.crushingDamage was corrected from null to its default, 4.
  1378. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.maxRotationSpeed was corrected from null to its default, 256.
  1379. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.ignoreDeployerAttacks was corrected from null to its default, CREEPERS.
  1380. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.kineticValidationFrequency was corrected from null to its default, 60.
  1381. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.crankHungerMultiplier was corrected from null to its default, 0.009999999776482582.
  1382. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.minimumWindmillSails was corrected from null to its default, 8.
  1383. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.windmillSailsPerRPM was corrected from null to its default, 8.
  1384. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.maxEjectorDistance was corrected from null to its default, 32.
  1385. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.ejectorScanInterval was corrected from null to its default, 120.
  1386. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.encasedFan was corrected from null to its default, SimpleCommentedConfig:{}.
  1387. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanPushDistance was corrected from null to its default, 20.
  1388. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanPullDistance was corrected from null to its default, 20.
  1389. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanBlockCheckRate was corrected from null to its default, 30.
  1390. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanRotationArgmax was corrected from null to its default, 256.
  1391. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.encasedFan.fanProcessingTime was corrected from null to its default, 150.
  1392. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions was corrected from null to its default, SimpleCommentedConfig:{}.
  1393. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxBlocksMoved was corrected from null to its default, 2048.
  1394. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxChassisRange was corrected from null to its default, 16.
  1395. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxPistonPoles was corrected from null to its default, 64.
  1396. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxRopeLength was corrected from null to its default, 384.
  1397. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.maxCartCouplingLength was corrected from null to its default, 32.
  1398. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.rollerFillDepth was corrected from null to its default, 12.
  1399. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.survivalContraptionPickup was corrected from null to its default, true.
  1400. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.movableSpawners was corrected from null to its default, NO_PICKUP.
  1401. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.amethystMovement was corrected from null to its default, NO_PICKUP.
  1402. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.movableObsidian was corrected from null to its default, UNMOVABLE.
  1403. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.movableReinforcedDeepslate was corrected from null to its default, UNMOVABLE.
  1404. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.moveItemsToStorage was corrected from null to its default, true.
  1405. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.harvestPartiallyGrown was corrected from null to its default, false.
  1406. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.harvesterReplants was corrected from null to its default, true.
  1407. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.minecartContraptionInContainers was corrected from null to its default, false.
  1408. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.stabiliseStableContraptions was corrected from null to its default, false.
  1409. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.syncPlayerPickupHitboxWithContraptionHitbox was corrected from null to its default, false.
  1410. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.contraptions.noDropWhenContraptionReplaceBlocks was corrected from null to its default, false.
  1411. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats was corrected from null to its default, SimpleCommentedConfig:{}.
  1412. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats.mediumSpeed was corrected from null to its default, 30.0.
  1413. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats.fastSpeed was corrected from null to its default, 100.0.
  1414. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats.mediumStressImpact was corrected from null to its default, 4.0.
  1415. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats.highStressImpact was corrected from null to its default, 8.0.
  1416. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats.mediumCapacity was corrected from null to its default, 256.0.
  1417. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stats.highCapacity was corrected from null to its default, 1024.0.
  1418. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues was corrected from null to its default, SimpleCommentedConfig:{}.
  1419. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2 was corrected from null to its default, SimpleCommentedConfig:{}.
  1420. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact was corrected from null to its default, SimpleCommentedConfig:{}.
  1421. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.brass_encased_shaft was corrected from null to its default, 0.0.
  1422. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.turntable was corrected from null to its default, 4.0.
  1423. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.clutch was corrected from null to its default, 0.0.
  1424. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_mixer was corrected from null to its default, 4.0.
  1425. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.gearbox was corrected from null to its default, 0.0.
  1426. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_bearing was corrected from null to its default, 4.0.
  1427. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.copper_backtank was corrected from null to its default, 4.0.
  1428. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.hose_pulley was corrected from null to its default, 4.0.
  1429. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.display_board was corrected from null to its default, 0.0.
  1430. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.crushing_wheel was corrected from null to its default, 8.0.
  1431. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.adjustable_chain_gearshift was corrected from null to its default, 0.0.
  1432. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.millstone was corrected from null to its default, 4.0.
  1433. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.rotation_speed_controller was corrected from null to its default, 0.0.
  1434. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.sticky_mechanical_piston was corrected from null to its default, 4.0.
  1435. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_crafter was corrected from null to its default, 2.0.
  1436. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.deployer was corrected from null to its default, 4.0.
  1437. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.elevator_pulley was corrected from null to its default, 4.0.
  1438. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.stressometer was corrected from null to its default, 0.0.
  1439. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.cogwheel was corrected from null to its default, 0.0.
  1440. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.encased_chain_drive was corrected from null to its default, 0.0.
  1441. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.belt was corrected from null to its default, 0.0.
  1442. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.brass_encased_large_cogwheel was corrected from null to its default, 0.0.
  1443. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.weighted_ejector was corrected from null to its default, 2.0.
  1444. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.chain_conveyor was corrected from null to its default, 1.0.
  1445. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_saw was corrected from null to its default, 4.0.
  1446. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.flywheel was corrected from null to its default, 0.0.
  1447. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_piston was corrected from null to its default, 4.0.
  1448. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.speedometer was corrected from null to its default, 0.0.
  1449. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.brass_encased_cogwheel was corrected from null to its default, 0.0.
  1450. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.clockwork_bearing was corrected from null to its default, 4.0.
  1451. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_press was corrected from null to its default, 8.0.
  1452. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_drill was corrected from null to its default, 4.0.
  1453. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.andesite_encased_shaft was corrected from null to its default, 0.0.
  1454. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.netherite_backtank was corrected from null to its default, 4.0.
  1455. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_arm was corrected from null to its default, 2.0.
  1456. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.sequenced_gearshift was corrected from null to its default, 0.0.
  1457. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.andesite_encased_large_cogwheel was corrected from null to its default, 0.0.
  1458. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.shaft was corrected from null to its default, 0.0.
  1459. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.cuckoo_clock was corrected from null to its default, 1.0.
  1460. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.gearshift was corrected from null to its default, 0.0.
  1461. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.rope_pulley was corrected from null to its default, 4.0.
  1462. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.andesite_encased_cogwheel was corrected from null to its default, 0.0.
  1463. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.large_cogwheel was corrected from null to its default, 0.0.
  1464. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.encased_fan was corrected from null to its default, 2.0.
  1465. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mysterious_cuckoo_clock was corrected from null to its default, 1.0.
  1466. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.gantry_shaft was corrected from null to its default, 0.0.
  1467. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.impact.mechanical_pump was corrected from null to its default, 4.0.
  1468. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity was corrected from null to its default, SimpleCommentedConfig:{}.
  1469. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.steam_engine was corrected from null to its default, 1024.0.
  1470. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.water_wheel was corrected from null to its default, 32.0.
  1471. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.copper_valve_handle was corrected from null to its default, 8.0.
  1472. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.hand_crank was corrected from null to its default, 8.0.
  1473. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.creative_motor was corrected from null to its default, 16384.0.
  1474. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.large_water_wheel was corrected from null to its default, 128.0.
  1475. [22:00:56] [Server thread/WARN]: Incorrect key kinetics.stressValues.v2.capacity.windmill_bearing was corrected from null to its default, 512.0.
  1476. [22:00:56] [Server thread/WARN]: Incorrect key fluids was corrected from null to its default, SimpleCommentedConfig:{}.
  1477. [22:00:56] [Server thread/WARN]: Incorrect key fluids.fluidTankCapacity was corrected from null to its default, 8.
  1478. [22:00:56] [Server thread/WARN]: Incorrect key fluids.fluidTankMaxHeight was corrected from null to its default, 32.
  1479. [22:00:56] [Server thread/WARN]: Incorrect key fluids.mechanicalPumpRange was corrected from null to its default, 16.
  1480. [22:00:56] [Server thread/WARN]: Incorrect key fluids.hosePulleyRange was corrected from null to its default, 128.
  1481. [22:00:56] [Server thread/WARN]: Incorrect key fluids.hosePulleyBlockThreshold was corrected from null to its default, 10000.
  1482. [22:00:56] [Server thread/WARN]: Incorrect key fluids.fillInfinite was corrected from null to its default, false.
  1483. [22:00:56] [Server thread/WARN]: Incorrect key fluids.bottomlessFluidMode was corrected from null to its default, ALLOW_BY_TAG.
  1484. [22:00:56] [Server thread/WARN]: Incorrect key fluids.fluidFillPlaceFluidSourceBlocks was corrected from null to its default, true.
  1485. [22:00:56] [Server thread/WARN]: Incorrect key fluids.pipesPlaceFluidSourceBlocks was corrected from null to its default, true.
  1486. [22:00:56] [Server thread/WARN]: Incorrect key logistics was corrected from null to its default, SimpleCommentedConfig:{}.
  1487. [22:00:56] [Server thread/WARN]: Incorrect key logistics.defaultExtractionTimer was corrected from null to its default, 8.
  1488. [22:00:56] [Server thread/WARN]: Incorrect key logistics.psiTimeout was corrected from null to its default, 60.
  1489. [22:00:56] [Server thread/WARN]: Incorrect key logistics.mechanicalArmRange was corrected from null to its default, 5.
  1490. [22:00:56] [Server thread/WARN]: Incorrect key logistics.packagePortRange was corrected from null to its default, 5.
  1491. [22:00:56] [Server thread/WARN]: Incorrect key logistics.linkRange was corrected from null to its default, 256.
  1492. [22:00:56] [Server thread/WARN]: Incorrect key logistics.displayLinkRange was corrected from null to its default, 64.
  1493. [22:00:56] [Server thread/WARN]: Incorrect key logistics.vaultCapacity was corrected from null to its default, 20.
  1494. [22:00:56] [Server thread/WARN]: Incorrect key logistics.chainConveyorCapacity was corrected from null to its default, 20.
  1495. [22:00:56] [Server thread/WARN]: Incorrect key logistics.brassTunnelTimer was corrected from null to its default, 10.
  1496. [22:00:56] [Server thread/WARN]: Incorrect key logistics.factoryGaugeTimer was corrected from null to its default, 100.
  1497. [22:00:56] [Server thread/WARN]: Incorrect key logistics.seatHostileMobs was corrected from null to its default, true.
  1498. [22:00:56] [Server thread/WARN]: Incorrect key schematics was corrected from null to its default, SimpleCommentedConfig:{}.
  1499. [22:00:56] [Server thread/WARN]: Incorrect key schematics.creativePrintIncludesAir was corrected from null to its default, false.
  1500. [22:00:56] [Server thread/WARN]: Incorrect key schematics.maxSchematics was corrected from null to its default, 10.
  1501. [22:00:56] [Server thread/WARN]: Incorrect key schematics.maxTotalSchematicSize was corrected from null to its default, 256.
  1502. [22:00:56] [Server thread/WARN]: Incorrect key schematics.maxSchematicPacketSize was corrected from null to its default, 1024.
  1503. [22:00:56] [Server thread/WARN]: Incorrect key schematics.schematicIdleTimeout was corrected from null to its default, 600.
  1504. [22:00:56] [Server thread/WARN]: Incorrect key schematics.schematicannon was corrected from null to its default, SimpleCommentedConfig:{}.
  1505. [22:00:56] [Server thread/WARN]: Incorrect key schematics.schematicannon.schematicannonDelay was corrected from null to its default, 10.
  1506. [22:00:56] [Server thread/WARN]: Incorrect key schematics.schematicannon.schematicannonShotsPerGunpowder was corrected from null to its default, 400.
  1507. [22:00:56] [Server thread/WARN]: Incorrect key equipment was corrected from null to its default, SimpleCommentedConfig:{}.
  1508. [22:00:56] [Server thread/WARN]: Incorrect key equipment.maxSymmetryWandRange was corrected from null to its default, 50.
  1509. [22:00:56] [Server thread/WARN]: Incorrect key equipment.placementAssistRange was corrected from null to its default, 12.
  1510. [22:00:56] [Server thread/WARN]: Incorrect key equipment.toolboxRange was corrected from null to its default, 10.
  1511. [22:00:56] [Server thread/WARN]: Incorrect key equipment.airInBacktank was corrected from null to its default, 900.
  1512. [22:00:56] [Server thread/WARN]: Incorrect key equipment.enchantedBacktankCapacity was corrected from null to its default, 300.
  1513. [22:00:56] [Server thread/WARN]: Incorrect key equipment.maxExtendoGripActions was corrected from null to its default, 1000.
  1514. [22:00:56] [Server thread/WARN]: Incorrect key equipment.maxPotatoCannonShots was corrected from null to its default, 200.
  1515. [22:00:56] [Server thread/WARN]: Incorrect key trains was corrected from null to its default, SimpleCommentedConfig:{}.
  1516. [22:00:56] [Server thread/WARN]: Incorrect key trains.trainsCauseDamage was corrected from null to its default, true.
  1517. [22:00:56] [Server thread/WARN]: Incorrect key trains.maxTrackPlacementLength was corrected from null to its default, 32.
  1518. [22:00:56] [Server thread/WARN]: Incorrect key trains.maxAssemblyLength was corrected from null to its default, 128.
  1519. [22:00:56] [Server thread/WARN]: Incorrect key trains.maxBogeyCount was corrected from null to its default, 20.
  1520. [22:00:56] [Server thread/WARN]: Incorrect key trains.manualTrainSpeedModifier was corrected from null to its default, 0.75.
  1521. [22:00:56] [Server thread/WARN]: Incorrect key trains.trainStats was corrected from null to its default, SimpleCommentedConfig:{}.
  1522. [22:00:56] [Server thread/WARN]: Incorrect key trains.trainStats.trainTopSpeed was corrected from null to its default, 28.0.
  1523. [22:00:56] [Server thread/WARN]: Incorrect key trains.trainStats.trainTurningTopSpeed was corrected from null to its default, 14.0.
  1524. [22:00:56] [Server thread/WARN]: Incorrect key trains.trainStats.trainAcceleration was corrected from null to its default, 3.0.
  1525. [22:00:56] [Server thread/WARN]: Incorrect key trains.poweredTrainStats was corrected from null to its default, SimpleCommentedConfig:{}.
  1526. [22:00:56] [Server thread/WARN]: Incorrect key trains.poweredTrainStats.poweredTrainTopSpeed was corrected from null to its default, 40.0.
  1527. [22:00:56] [Server thread/WARN]: Incorrect key trains.poweredTrainStats.poweredTrainTurningTopSpeed was corrected from null to its default, 20.0.
  1528. [22:00:56] [Server thread/WARN]: Incorrect key trains.poweredTrainStats.poweredTrainAcceleration was corrected from null to its default, 3.0.
  1529. [22:00:56] [Server thread/WARN]: Configuration file C:\Users\[redacted-user]\curseforge\minecraft\Instances\chill but forge\saves\wee (1)\serverconfig\railways-server.toml is not correct. Correcting
  1530. [22:00:56] [Server thread/WARN]: Incorrect key misc was corrected from null to its default, SimpleCommentedConfig:{}.
  1531. [22:00:56] [Server thread/WARN]: Incorrect key misc.strictCoupler was corrected from null to its default, false.
  1532. [22:00:56] [Server thread/WARN]: Incorrect key misc.flipDistantSwitches was corrected from null to its default, true.
  1533. [22:00:56] [Server thread/WARN]: Incorrect key misc.switchPlacementRange was corrected from null to its default, 64.
  1534. [22:00:56] [Server thread/WARN]: Incorrect key misc.creeperTrackDamage was corrected from null to its default, false.
  1535. [22:00:56] [Server thread/WARN]: Incorrect key misc.handcarHungerMultiplier was corrected from null to its default, 0.009999999776482582.
  1536. [22:00:56] [Server thread/WARN]: Incorrect key misc.rollersClearSnow was corrected from null to its default, true.
  1537. [22:00:56] [Server thread/WARN]: Incorrect key misc.unlimitedCreativeRelocation was corrected from null to its default, false.
  1538. [22:00:56] [Server thread/WARN]: Incorrect key semaphores was corrected from null to its default, SimpleCommentedConfig:{}.
  1539. [22:00:56] [Server thread/WARN]: Incorrect key semaphores.simplifiedPlacement was corrected from null to its default, true.
  1540. [22:00:56] [Server thread/WARN]: Incorrect key semaphores.flipYellowOrder was corrected from null to its default, false.
  1541. [22:00:56] [Server thread/WARN]: Incorrect key conductors was corrected from null to its default, SimpleCommentedConfig:{}.
  1542. [22:00:56] [Server thread/WARN]: Incorrect key conductors.mustOwnBoundTrain was corrected from null to its default, false.
  1543. [22:00:56] [Server thread/WARN]: Incorrect key conductors.maxConductorVentLength was corrected from null to its default, 64.
  1544. [22:00:56] [Server thread/WARN]: Incorrect key conductors.whistleRebindRate was corrected from null to its default, 10.
  1545. [22:00:56] [Server thread/WARN]: Incorrect key realism was corrected from null to its default, SimpleCommentedConfig:{}.
  1546. [22:00:56] [Server thread/WARN]: Incorrect key realism.realisticTrains was corrected from null to its default, false.
  1547. [22:00:56] [Server thread/WARN]: Incorrect key realism.realisticFuelTanks was corrected from null to its default, true.
  1548. [22:00:56] [Server thread/INFO]: Starting background profiler...
  1549. [22:00:56] [Server thread/INFO]: The async-profiler engine is not supported for your os/arch (windows11/amd64), so the built-in Java engine will be used instead.
  1550. [22:00:56] [Server thread/INFO]: Injecting Carpenter Village Houses
  1551. [22:00:56] [Server thread/INFO]: Loading server configs...
  1552. [22:00:57] [Server thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:overworld
  1553. [22:00:57] [Server thread/INFO]: Initialized TerraBlender biomes for level stem minecraft:the_nether
  1554. [22:00:57] [Server thread/INFO]: ElysiumBiomeSource successfully initialized for minecraft:overworld
  1555. [22:00:57] [Server thread/INFO]: ElysiumBiomeSource successfully initialized for minecraft:the_nether
  1556. [22:00:59] [Worker-Main-23/WARN]: Unable to read property: type with value: single for blockstate: {Name:"meadow:bench",Properties:{facing:"west",type:"single",waterlogged:"false"}}
  1557. [22:00:59] [Worker-Main-23/WARN]: Unable to read property: type with value: single for blockstate: {Name:"meadow:bench",Properties:{facing:"south",type:"single",waterlogged:"false"}}
  1558. [22:01:00] [Worker-Main-23/WARN]: Non-existent template pool reference: minecraft:
  1559. [22:01:01] [Worker-Main-32/INFO]: CREATING AND INIT'ING MASTER CONTROLLER...
  1560. [22:01:03] [Server thread/WARN]: Non-unique structure_set salt:0 potentially creating overlapping structures detected. Structure sets: [create_ltab:the_bunker, minecraft:strongholds]
  1561. [22:01:03] [Server thread/INFO]: Loading dimension "minecraft:the_nether" with biome source: "blueprint:modded".
  1562. [22:01:03] [Server thread/INFO]: Ksyxis: Speeding up the world loading... Delete the mod, if it got stuck after this message. (net.minecraft.client.server.IntegratedServer m_129940_)
  1563. [22:01:03] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld
  1564. [22:01:03] [Server thread/INFO]: Successfully initialized permission handler forge:default_handler
  1565. [22:01:03] [Server thread/INFO]: Reloading focusing recipes
  1566. [22:01:03] [Render thread/INFO]: Time elapsed: 0 ms
  1567. [22:01:03] [Server thread/INFO]: [CTL] Server starting. Monitoring ATL output with context and restraint.
  1568. [22:01:03] [Server thread/INFO]: HELLO from server starting
  1569. [22:01:03] [Server thread/INFO]: Auto report config loaded for mod: "create_connected"
  1570. [22:01:05] [spark-java-sampler-2-1/WARN]: Timed out waiting for world statistics
  1571. [22:01:05] [Server thread/INFO]: Changing simulation distance to 5, from 0
  1572. [22:01:05] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 2403ms or 48 ticks behind
  1573. [22:01:05] [Render thread/INFO]: Received 305 soul info objects from server
  1574. [22:01:05] [Netty Local Client IO #2/INFO]: Connected to a modded server.
  1575. [22:01:05] [Server thread/INFO]: popneonlightz[local:E:70ab04c6] logged in with entity id 2038 at (0.5, 111.0, -7.5)
  1576. [22:01:05] [Render thread/INFO]: Reloading pipeline on dimension change: NamespacedId{namespace='minecraft', name='overworld'} => NamespacedId{namespace='minecraft', name='overworld'}
  1577. [22:01:05] [Render thread/INFO]: Destroying pipeline NamespacedId{namespace='minecraft', name='overworld'}
  1578. [22:01:05] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
  1579. [22:01:05] [Render thread/INFO]: Starting custom uniform resolving
  1580. [22:01:05] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  1581. [22:01:05] [Render thread/WARN]: The in declaration 'Normal' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  1582. [22:01:05] [Server thread/INFO]: Using enhanced recipe sync for player popneonlightz
  1583. [22:01:05] [Server thread/INFO]: popneonlightz joined the game
  1584. [22:01:05] [Server thread/INFO]: Player connected to a local world, not setting up proxy config
  1585. [22:01:06] [Server thread/INFO]: Syncing config to popneonlightz ([redacted-uuid-v4])
  1586. [22:01:06] [Render thread/WARN]: The in declaration 'glcolor' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  1587. [22:01:06] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  1588. [22:01:06] [Render thread/WARN]: The in declaration 'texcoord' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  1589. [22:01:06] [Render thread/WARN]: The in declaration 'glcolor' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  1590. [22:01:06] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  1591. [22:01:06] [Render thread/WARN]: The in declaration 'texcoord' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  1592. [22:01:06] [Server thread/INFO]: popneonlightz has made the advancement [Fruits of the Field]
  1593. [22:01:07] [Render thread/WARN]: Flywheel backend fell back from 'flywheel:indirect' to 'flywheel:off'
  1594. [22:01:07] [Render thread/INFO]: Started 10 worker threads
  1595. [22:01:07] [Render thread/INFO]: [System] [CHAT] BEWARE! BEWARE! BEWARE! BEWARE!
  1596. [22:01:07] [Render thread/INFO]: [System] [CHAT] THERE IS PHOTOSENSITIVE EFFECTS THE FARSEER DOES WHEN TARGETTING A PLAYER,IF YOU ARE PHOTOSENSITIVE PLEASE EITHER DISABLE THE ENTIRE FEATURE IN THE COMMON CONFIG, OR DISABLE THE PHOTOSENSITIVE EFFECTS IN THE CLIENT CONFIG SPECIFICALLY
  1597. [22:01:07] [Render thread/INFO]: [System] [CHAT] IF YOU DONT WISH TO SEE THIS MESSAGE ANYMORE DURING LOGIN, DISABLE IT IN CLIENT CONFIG
  1598. [22:01:07] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn
  1599. [22:01:07] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED
  1600. [22:01:07] [Render thread/INFO]: Synced Flute Songs
  1601. [22:01:07] [Render thread/INFO]: Synced Captured Mobs settings
  1602. [22:01:07] [Render thread/INFO]: Synced Globe data
  1603. [22:01:07] [Render thread/INFO]: Synced Hourglass data
  1604. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-64, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1605. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-63, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1606. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-63, z=-46}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1607. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-63, z=-46}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1608. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-62, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1609. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-62, z=-46}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1610. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-74, y=-62, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1611. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-61, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1612. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-76, y=-61, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1613. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-60, z=-47}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1614. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-60, z=-46}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1615. [22:01:07] [Worker-Main-23/ERROR]: Detected setBlock in a far chunk [-5, -3], pos: BlockPos{x=-75, y=-60, z=-46}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1616. [22:01:07] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.event.TagsUpdatedEvent
  1617. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2f9c22e8=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestleiceybonerecipe
  1618. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6de031c9=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:grayllamaheadmountrecipe
  1619. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@61222974=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:bloodsausagerecipe
  1620. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@550bae7e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:whitellamaheadmountrecipe
  1621. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/strawberry_cake_cake_cut
  1622. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@1b4e5d55=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:camelheadmountrecipe
  1623. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@77cc498c=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:endermanheadmountrecipe
  1624. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7d5b788=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pandaheadmountrecipe
  1625. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@f258152=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:blackcatheadmountrecipe
  1626. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@66e8d116=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:zoglinmountrecipe
  1627. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/sweetberry_cake_cake_cut
  1628. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@73fd746e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:witchheadmountrecipe
  1629. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@59bef46e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:creeperheadmountrecipe
  1630. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7ab2d11a=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:skeletonhorseheadmountrecipe
  1631. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@5af2cf3b=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:goldaxolotlheadmountrecipe
  1632. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@42b48e0f=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:enderdragonheadmountrecipe
  1633. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6c870fb3=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestleslimeballrecipe
  1634. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@d12938=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:foxheadmountrecipe
  1635. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@4c16a50e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:hoglinheadmountrecipe
  1636. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2ab48e75=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:blackhorseheadmountrecipe
  1637. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7e9af607=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pillagerheadmountrecipe
  1638. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:fondue_fill/emi_letsdo_compat:cheese_fondue_fill
  1639. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@770b8805=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:trimmedwardenheadmountrecipe
  1640. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@e4c6d3f=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:beefmincerecipe
  1641. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@858da5=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:spiderheadmountrecipe
  1642. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2906697c=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:piglinbruteheadmountrecipe
  1643. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@26697f9=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:brownllamaheadmountrecipe
  1644. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6f2e371f=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:batheadmountrecipe
  1645. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@43ea67fa=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:grayhorseheadmountrecipe
  1646. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@593dbb72=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:allblackcatheadmountrecipe
  1647. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6f5236f3=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:cowheadmountrecipe
  1648. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/bundt_cake_cake_cut
  1649. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@715a72c9=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:sausagerecipe
  1650. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/chocolate_gateau_cake_cut
  1651. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@611f1eaf=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:polarbearheadmountrecipe
  1652. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@554dcfd5=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:dolphinheadmountrecipe
  1653. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2bd68e21=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestlesculkbonerecipe
  1654. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:fondue_fill/emi_letsdo_compat:cheese_blocks_fondue_fill
  1655. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@9b87da8=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:redmooshroomheadmountrecipe
  1656. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@104be056=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:brownhorseheadmountrecipe
  1657. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2b43a6ed=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:wolfmountrecipe
  1658. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/pudding_cake_cut
  1659. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@347b9222=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:repairedirongolemheadmountrecipe
  1660. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/apple_pie_cake_cut
  1661. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7e64fc38=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pinkaxolotlheadmountrecipe
  1662. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@31e2eaf2=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:vindicatorheadmountrecipe
  1663. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@72046ed=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pigheadmountrecipe
  1664. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6f222ea9=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:whitehorseheadmountrecipe
  1665. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@36fe8a49=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:rabbitheadmountrecipe
  1666. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:fondue_use/emi_letsdo_compat:bread_to_cheese_stick
  1667. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/linzer_tart_cake_cut
  1668. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@10ed531e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:silverfishheadmountrecipe
  1669. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@15ff68c0=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:ocelotheadmountrecipe
  1670. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6b565bb0=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:irongolemheadmountrecipe
  1671. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@29b82851=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:phantomheadmountrecipe
  1672. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@53b7ebdb=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:wardenheadmountrecipe
  1673. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3de02005=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:ragdolltheadmountrecipe
  1674. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@643277d2=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:brownmooshroomheadmountrecipe
  1675. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@ca021a5=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:lambmincerecipe
  1676. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6025fad9=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:blueaxolotlheadmountrecipe
  1677. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@5cf91ed0=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:skeletonheadmountrecipe
  1678. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2b827e7a=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:turtleheadmountrecipe
  1679. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2622cfa6=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:siamesetheadmountrecipe
  1680. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@699e1a89=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:shorthairtheadmountrecipe
  1681. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7d0596f4=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:jelliecatheadmountrecipe
  1682. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@45cc4680=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:calicocatheadmountrecipe
  1683. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7523fe60=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:creamyllamaheadmountrecipe
  1684. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@6c70e81f=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:tabbytheadmountrecipe
  1685. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3d936153=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:piglinheadmountrecipe
  1686. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/chocolate_tart_cake_cut
  1687. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@1accd827=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:muleheadmountrecipe
  1688. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7076e5e0=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:villagerheadmountrecipe
  1689. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@1baddbe1=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:whitecattheadmountrecipe
  1690. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3d92b83e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:persiantheadmountrecipe
  1691. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@4163424b=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:chestnuthorseheadmountrecipe
  1692. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@67df662=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestlewitherbonerecipe
  1693. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@737a579f=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:donkeyheadmountrecipe
  1694. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@5b014286=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:goatheadmountrecipe
  1695. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@2b22b7=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:redtheadmountrecipe
  1696. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@690c0a36=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:zombiehorsemountrecipe
  1697. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@486b7e27=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestlechickenfootrecipe
  1698. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@192f10de=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:zombievillagermountrecipe
  1699. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@4048b7d6=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:snowyfoxheadmountrecipe
  1700. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@499c5853=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:darkbrownhorseheadmountrecipe
  1701. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@5a159d01=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:brownaxolotlheadmountrecipe
  1702. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3bddcf7d=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:scrapsrecipe
  1703. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/glowberry_tart_cake_cut
  1704. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3e2e29d7=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:cyanaxolotlheadmountrecipe
  1705. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@155ba081=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:witherskeletonmountrecipe
  1706. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@63d0dabe=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestlebrokenwishbonerecipe
  1707. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3623479e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:zombiemountrecipe
  1708. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@798ca01c=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:cavespiderheadmountrecipe
  1709. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@319b5804=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:evokerheadmountrecipe
  1710. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@54fb71a3=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:trimmed_enderdragonheadmountrecipe
  1711. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@7848d315=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:drownedheadmountrecipe
  1712. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@64d80040=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:huskheadmountrecipe
  1713. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@f683fa7=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:endermiteheadmountrecipe
  1714. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@912180=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:ravagerheadmountrecipe
  1715. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@3eff9afc=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:strayheadmountrecipe
  1716. [22:01:07] [Render thread/WARN]: Unknown recipe category: emi_letsdo_compat:cake_cut/emi_letsdo_compat:cake_cut/chocolate_cake_cake_cut
  1717. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@1a014763=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:sheepheadmountrecipe
  1718. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@54dad683=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:zombifiedpiglinmountrecipe
  1719. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@5d4e60b9=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:chickenheadmountrecipe
  1720. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@1fa43996=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:creamyhorseheadmountrecipe
  1721. [22:01:07] [Render thread/WARN]: Unknown recipe category: [!!!com.mojang.logging.LogUtils$1ToString@f8e4f5e=>java.lang.NullPointerException:Cannot invoke "Object.toString()" because the return value of "java.util.function.Supplier.get()" is null!!!]/butchery:pestlewishbonerecipe
  1722. [22:01:07] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.RecipesUpdatedEvent
  1723. [22:01:07] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to JEI_STARTED
  1724. [22:01:07] [Render thread/INFO]: Starting JEI...
  1725. [22:01:07] [Render thread/INFO]: Registering item subtypes...
  1726. [22:01:07] [Render thread/INFO]: Registering item subtypes took 456.8 ?s
  1727. [22:01:07] [Render thread/INFO]: Registering fluid subtypes...
  1728. [22:01:07] [Render thread/INFO]: Registering fluid subtypes took 148.1 ?s
  1729. [22:01:07] [Render thread/INFO]: Registering ingredients...
  1730. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1731. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1732. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1733. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1734. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1735. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1736. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1737. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1738. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1739. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1740. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1741. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1742. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1743. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1744. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1745. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1746. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1747. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1748. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1749. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1750. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1751. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1752. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1753. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1754. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1755. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1756. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1757. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1758. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1759. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1760. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1761. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1762. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1763. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1764. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1765. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1766. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1767. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1768. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1769. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1770. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1771. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1772. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1773. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1774. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1775. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1776. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1777. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1778. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1779. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1780. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1781. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1782. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1783. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1784. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1785. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1786. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1787. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1788. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1789. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1790. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1791. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1792. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1793. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1794. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1795. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1796. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1797. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1798. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1799. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1800. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1801. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1802. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1803. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1804. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1805. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1806. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1807. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1808. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1809. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1810. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1811. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1812. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1813. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1814. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1815. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1816. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1817. [22:01:07] [Render thread/ERROR]: Found an empty itemStack in 'net.minecraft.world.item.CreativeModeTab@2d322205' creative tab's displayItems
  1818. [22:01:07] [Render thread/INFO]: Registering ingredients: jei:minecraft took 449.4 milliseconds
  1819. [22:01:07] [Render thread/INFO]: Registering ingredients took 449.9 ms
  1820. [22:01:07] [Render thread/INFO]: Registering extra ingredients...
  1821. [22:01:07] [Render thread/INFO]: Registering extra ingredients took 557.7 ?s
  1822. [22:01:07] [Render thread/INFO]: Registering search ingredient aliases...
  1823. [22:01:07] [Render thread/INFO]: Registering search ingredient aliases took 199.6 ?s
  1824. [22:01:07] [Render thread/INFO]: Registering categories...
  1825. [22:01:07] [Render thread/INFO]: Registering categories took 11.26 ms
  1826. [22:01:07] [Render thread/INFO]: Registering vanilla category extensions...
  1827. [22:01:07] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedstorage:default took 49.76 milliseconds
  1828. [22:01:07] [Render thread/INFO]: Registering vanilla category extensions took 54.88 ms
  1829. [22:01:07] [Render thread/INFO]: Registering recipe catalysts...
  1830. [22:01:07] [Render thread/INFO]: Registering recipe catalysts took 1.009 ms
  1831. [22:01:07] [Render thread/INFO]: Building recipe registry...
  1832. [22:01:07] [Render thread/INFO]: Building recipe registry took 807.1 ?s
  1833. [22:01:07] [Render thread/INFO]: Registering advanced plugins...
  1834. [22:01:07] [Render thread/INFO]: Added typed recipe manager plugin: class net.p3pp3rf1y.sophisticatedcore.compat.recipeviewers.jei.GroupedCraftingRecipeManagerPlugin
  1835. [22:01:07] [Render thread/INFO]: Added typed recipe manager plugin: class net.p3pp3rf1y.sophisticatedcore.compat.recipeviewers.jei.CraftingDisplayCatalogRecipeManagerPlugin
  1836. [22:01:07] [Render thread/INFO]: Added typed recipe manager plugin: class net.p3pp3rf1y.sophisticatedcore.compat.recipeviewers.jei.SmithingSpecRecipeManagerPlugin
  1837. [22:01:07] [Render thread/INFO]: Added typed recipe manager plugin: class net.p3pp3rf1y.sophisticatedcore.compat.recipeviewers.jei.GroupedCraftingRecipeManagerPlugin
  1838. [22:01:07] [Render thread/INFO]: Added typed recipe manager plugin: class net.p3pp3rf1y.sophisticatedcore.compat.recipeviewers.jei.CraftingDisplayCatalogRecipeManagerPlugin
  1839. [22:01:07] [Render thread/INFO]: Registering advanced plugins took 502.3 ?s
  1840. [22:01:07] [Render thread/INFO]: Registering recipes...
  1841. [22:01:09] [Render thread/INFO]: Registering recipes: jei:minecraft took 1.447 seconds
  1842. [22:01:09] [Render thread/INFO]: Registering recipes: sawmill:jei_plugin took 41.09 milliseconds
  1843. [22:01:09] [Render thread/INFO]: Registering recipes: create_optical:jei_plugin took 95.23 milliseconds
  1844. [22:01:09] [Render thread/INFO]: Registering recipes: zeta:zeta took 12.40 milliseconds
  1845. [22:01:09] [Render thread/INFO]: Registering recipes: chipped:chipped took 200.4 milliseconds
  1846. [22:01:09] [Render thread/INFO]: Registering recipes: farmersdelight:jei_plugin took 36.35 milliseconds
  1847. [22:01:09] [Render thread/INFO]: Registering recipes: refurbished_furniture:plugin took 54.51 milliseconds
  1848. [22:01:09] [Render thread/INFO]: Registering recipes: sophisticatedstorage:default took 11.83 milliseconds
  1849. [22:01:11] [Render thread/INFO]: Registering recipes: create:jei_plugin took 1.406 seconds
  1850. [22:01:11] [Render thread/INFO]: Registering recipes: create_central_kitchen:jei_plugin took 24.00 milliseconds
  1851. [22:01:11] [Render thread/INFO]: Ingredients are being removed at runtime: 113 net.minecraft.world.item.ItemStack
  1852. [22:01:11] [Render thread/INFO]: Ingredients are being removed at runtime: 9 net.minecraftforge.fluids.FluidStack
  1853. [22:01:11] [Render thread/INFO]: Registering recipes took 3.382 s
  1854. [22:01:11] [Render thread/INFO]: Registering recipes transfer handlers...
  1855. [22:01:11] [Render thread/INFO]: Registering recipes transfer handlers took 463.3 ?s
  1856. [22:01:11] [Render thread/INFO]: Building runtime...
  1857. [22:01:11] [Render thread/INFO]: Registering gui handlers...
  1858. [22:01:11] [Render thread/INFO]: Registering gui handlers took 396.0 ?s
  1859. [22:01:11] [Render thread/INFO]: Registering Runtime...
  1860. [22:01:11] [Render thread/INFO]: Starting JEI GUI
  1861. [22:01:11] [Render thread/INFO]: Building ingredient list...
  1862. [22:01:11] [Render thread/INFO]: Building ingredient list took 204.6 ms
  1863. [22:01:11] [Render thread/INFO]: Building ingredient filter...
  1864. [22:01:11] [Render thread/INFO]: Adding 28081 ingredients
  1865. [22:01:13] [Render thread/INFO]: Added 28081 ingredients
  1866. [22:01:13] [Render thread/INFO]: Building ingredient filter took 1.934 s
  1867. [22:01:13] [Render thread/INFO]: Registering Runtime: jei:forge_gui took 2.147 seconds
  1868. [22:01:13] [Render thread/INFO]: Registering Runtime took 2.147 s
  1869. [22:01:13] [Render thread/INFO]: Building runtime took 2.148 s
  1870. [22:01:13] [Render thread/INFO]: Sending Runtime...
  1871. [22:01:13] [Render thread/INFO]: Sending Runtime took 1.351 ms
  1872. [22:01:13] [Render thread/INFO]: Starting JEI took 6.062 s
  1873. [22:01:13] [Render thread/INFO]: [System] [CHAT] ATTENTION (Create Train Utilities):
  1874. Create Train Utilities will be renamed Create Train Doors in version 4.
  1875. All platform blocks and noise isolation walls will be removed in v4. Use our new mod, Create TrackSta, to continue using these blocks!
  1876. [22:01:13] [Render thread/INFO]: [System] [CHAT] [SecurityCraft] Thanks for using SecurityCraft v1.10.2.1! Tip: Typing "/sc help" will give you the recipe for the SecurityCraft Manual, which contains helpful information for SecurityCraft's blocks and items.
  1877. [22:01:13] [Render thread/INFO]: Received config from the server:
  1878. [22:01:13] [Render thread/INFO]: [System] [CHAT] popneonlightz has made the advancement [Fruits of the Field]
  1879. [22:01:14] [Render thread/INFO]: Ingredients are being removed at runtime: 81 net.minecraft.world.item.ItemStack
  1880. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_freezing_catalyst create_connected:fan_freezing_catalyst
  1881. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_seething_catalyst create_connected:fan_seething_catalyst
  1882. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_sanding_catalyst create_connected:fan_sanding_catalyst
  1883. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_enriched_catalyst create_connected:fan_enriched_catalyst
  1884. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_ending_catalyst_dragons_breath create_connected:fan_ending_catalyst_dragons_breath
  1885. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_ending_catalyst_dragon_head create_connected:fan_ending_catalyst_dragon_head
  1886. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_withering_catalyst create_connected:fan_withering_catalyst
  1887. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_chocolate_coating_catalyst create_connected:fan_chocolate_coating_catalyst
  1888. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_honey_coating_catalyst create_connected:fan_honey_coating_catalyst
  1889. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_exploding_catalyst create_connected:fan_exploding_catalyst
  1890. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_resonance_catalyst create_connected:fan_resonance_catalyst
  1891. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_sculking_catalyst create_connected:fan_sculking_catalyst
  1892. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_purifying_catalyst create_connected:fan_purifying_catalyst
  1893. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_transmutation_catalyst create_connected:fan_transmutation_catalyst
  1894. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_glooming_catalyst create_connected:fan_glooming_catalyst
  1895. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_soul_stripping_catalyst create_connected:fan_soul_stripping_catalyst
  1896. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 white_fan_dyeing_catalyst create_connected:white_fan_dyeing_catalyst
  1897. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 orange_fan_dyeing_catalyst create_connected:orange_fan_dyeing_catalyst
  1898. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 magenta_fan_dyeing_catalyst create_connected:magenta_fan_dyeing_catalyst
  1899. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 light_blue_fan_dyeing_catalyst create_connected:light_blue_fan_dyeing_catalyst
  1900. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 yellow_fan_dyeing_catalyst create_connected:yellow_fan_dyeing_catalyst
  1901. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 lime_fan_dyeing_catalyst create_connected:lime_fan_dyeing_catalyst
  1902. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 pink_fan_dyeing_catalyst create_connected:pink_fan_dyeing_catalyst
  1903. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 gray_fan_dyeing_catalyst create_connected:gray_fan_dyeing_catalyst
  1904. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 light_gray_fan_dyeing_catalyst create_connected:light_gray_fan_dyeing_catalyst
  1905. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 cyan_fan_dyeing_catalyst create_connected:cyan_fan_dyeing_catalyst
  1906. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 purple_fan_dyeing_catalyst create_connected:purple_fan_dyeing_catalyst
  1907. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 blue_fan_dyeing_catalyst create_connected:blue_fan_dyeing_catalyst
  1908. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 brown_fan_dyeing_catalyst create_connected:brown_fan_dyeing_catalyst
  1909. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 green_fan_dyeing_catalyst create_connected:green_fan_dyeing_catalyst
  1910. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 red_fan_dyeing_catalyst create_connected:red_fan_dyeing_catalyst
  1911. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 black_fan_dyeing_catalyst create_connected:black_fan_dyeing_catalyst
  1912. [22:01:14] [Render thread/INFO]: Ingredients are being added at runtime: 49 net.minecraft.world.item.ItemStack
  1913. [22:01:14] [Render thread/INFO]: Ingredients are being removed at runtime: 81 net.minecraft.world.item.ItemStack
  1914. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_freezing_catalyst create_connected:fan_freezing_catalyst
  1915. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_seething_catalyst create_connected:fan_seething_catalyst
  1916. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_sanding_catalyst create_connected:fan_sanding_catalyst
  1917. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_enriched_catalyst create_connected:fan_enriched_catalyst
  1918. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_ending_catalyst_dragons_breath create_connected:fan_ending_catalyst_dragons_breath
  1919. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_ending_catalyst_dragon_head create_connected:fan_ending_catalyst_dragon_head
  1920. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_withering_catalyst create_connected:fan_withering_catalyst
  1921. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_chocolate_coating_catalyst create_connected:fan_chocolate_coating_catalyst
  1922. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_honey_coating_catalyst create_connected:fan_honey_coating_catalyst
  1923. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_exploding_catalyst create_connected:fan_exploding_catalyst
  1924. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_resonance_catalyst create_connected:fan_resonance_catalyst
  1925. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_sculking_catalyst create_connected:fan_sculking_catalyst
  1926. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_purifying_catalyst create_connected:fan_purifying_catalyst
  1927. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_transmutation_catalyst create_connected:fan_transmutation_catalyst
  1928. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_glooming_catalyst create_connected:fan_glooming_catalyst
  1929. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 fan_soul_stripping_catalyst create_connected:fan_soul_stripping_catalyst
  1930. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 white_fan_dyeing_catalyst create_connected:white_fan_dyeing_catalyst
  1931. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 orange_fan_dyeing_catalyst create_connected:orange_fan_dyeing_catalyst
  1932. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 magenta_fan_dyeing_catalyst create_connected:magenta_fan_dyeing_catalyst
  1933. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 light_blue_fan_dyeing_catalyst create_connected:light_blue_fan_dyeing_catalyst
  1934. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 yellow_fan_dyeing_catalyst create_connected:yellow_fan_dyeing_catalyst
  1935. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 lime_fan_dyeing_catalyst create_connected:lime_fan_dyeing_catalyst
  1936. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 pink_fan_dyeing_catalyst create_connected:pink_fan_dyeing_catalyst
  1937. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 gray_fan_dyeing_catalyst create_connected:gray_fan_dyeing_catalyst
  1938. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 light_gray_fan_dyeing_catalyst create_connected:light_gray_fan_dyeing_catalyst
  1939. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 cyan_fan_dyeing_catalyst create_connected:cyan_fan_dyeing_catalyst
  1940. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 purple_fan_dyeing_catalyst create_connected:purple_fan_dyeing_catalyst
  1941. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 blue_fan_dyeing_catalyst create_connected:blue_fan_dyeing_catalyst
  1942. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 brown_fan_dyeing_catalyst create_connected:brown_fan_dyeing_catalyst
  1943. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 green_fan_dyeing_catalyst create_connected:green_fan_dyeing_catalyst
  1944. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 red_fan_dyeing_catalyst create_connected:red_fan_dyeing_catalyst
  1945. [22:01:14] [Render thread/ERROR]: Could not find a matching ingredient to remove: 1 black_fan_dyeing_catalyst create_connected:black_fan_dyeing_catalyst
  1946. [22:01:14] [Render thread/INFO]: Ingredients are being added at runtime: 49 net.minecraft.world.item.ItemStack
  1947. [22:01:14] [Render thread/INFO]: Loaded 285 advancements
  1948. [22:01:14] [Render thread/ERROR]: Signature is missing from Property textures
  1949. [22:01:14] [Render thread/WARN]: Time from main menu to in-game was 18.696856 seconds
  1950. [22:01:14] [Render thread/WARN]: Total time to load game and open world was 132.19186 seconds
  1951. [22:01:17] [Server thread/INFO]: Found Pupfish chunk at 1455 ~ 1808 after 33 tries
  1952. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-122, y=-64, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1953. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-122, y=-63, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1954. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-121, y=-63, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1955. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-122, y=-62, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1956. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-123, y=-62, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1957. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-122, y=-61, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1958. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-122, y=-61, z=137}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1959. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 8], pos: BlockPos{x=-123, y=-61, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1960. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-64, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1961. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-63, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1962. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-111, y=-63, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1963. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-62, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1964. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-111, y=-62, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1965. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-61, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1966. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-60, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1967. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-59, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1968. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-59, z=126}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1969. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-58, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1970. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-8, 7], pos: BlockPos{x=-113, y=-58, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1971. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-57, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1972. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-112, y=-57, z=128}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1973. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-56, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1974. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-111, y=-56, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1975. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-55, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1976. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 7], pos: BlockPos{x=-112, y=-54, z=127}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1977. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-112, y=-54, z=128}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1978. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-64, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1979. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-63, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1980. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-107, y=-63, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1981. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-109, y=-63, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1982. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-62, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1983. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-62, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1984. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-61, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1985. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-107, y=-61, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1986. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-60, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1987. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-109, y=-60, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1988. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-59, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1989. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-107, y=-59, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1990. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-58, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1991. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-57, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1992. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-56, z=135}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1993. [22:01:23] [Worker-Main-22/ERROR]: Detected setBlock in a far chunk [-7, 8], pos: BlockPos{x=-108, y=-56, z=136}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  1994. [22:01:24] [Render thread/ERROR]: Signature is missing from Property textures
  1995. [22:01:25] [Server thread/INFO]: Saving and pausing game...
  1996. [22:01:25] [Server thread/INFO]: saving Redstone Optimization config
  1997. [22:01:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[wee]'/minecraft:overworld
  1998. [22:01:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[wee]'/minecraft:the_nether
  1999. [22:01:25] [Server thread/INFO]: Saving chunks for level 'ServerLevel[wee]'/minecraft:the_end
  2000. [22:01:29] [Render thread/INFO]: OpenGL debug message: id=1014, source=API, type=ERROR, severity=HIGH, message='No detailed debug message due to a non-debug context'
  2001. [22:01:29] [Server thread/INFO]: Using default channel type
  2002. [22:01:29] [Server thread/INFO]: Started serving on 63177
  2003. [22:01:30] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-4, 12], pos: BlockPos{x=-54, y=-64, z=193}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  2004. [22:01:30] [Worker-Main-30/ERROR]: Detected setBlock in a far chunk [-4, 12], pos: BlockPos{x=-54, y=-63, z=193}, status: minecraft:features, currently generating: ResourceKey[minecraft:worldgen/placed_feature / tfmg:oil_deposit]
  2005. [22:01:32] [Render thread/INFO]: OpenGL debug message: id=1014, source=API, type=ERROR, severity=HIGH, message='No detailed debug message due to a non-debug context'
  2006. [22:01:33] [Render thread/INFO]: OpenGL debug message: id=1014, source=API, type=ERROR, severity=HIGH, message='No detailed debug message due to a non-debug context'
  2007. [22:02:04] [Render thread/ERROR]: Signature is missing from Property textures
  2008. [22:02:10] [DefaultDispatcher-worker-10/INFO]: Creating server-side ICE agent at request from [redacted-uuid-v4] (ufrag: essential-q-4574f899, pwd:[redacted]
  2009. [22:02:10] [DefaultDispatcher-worker-10/INFO]: [1] Starting connection between popneonlightz ([redacted-uuid-v4]) and TheHandMan420 ([redacted-uuid-v4]), we are the server
  2010. [22:02:10] [DefaultDispatcher-worker-10/INFO]: [1] Using QUIC because both parties support it.
  2011. [22:02:13] [User Authenticator #1/INFO]: UUID of player TheHandMan420 is [redacted-uuid-v4]
  2012. [22:02:14] [Server thread/INFO]: TheHandMan420[local:E:f9448dda] logged in with entity id 2659 at (6.5, 104.0, -9.5)
  2013. [22:02:15] [Server thread/INFO]: Using enhanced recipe sync for player TheHandMan420
  2014. [22:02:15] [Server thread/INFO]: TheHandMan420 joined the game
  2015. [22:02:15] [Render thread/INFO]: [System] [CHAT] TheHandMan420 joined the game
  2016. [22:02:15] [Server thread/INFO]: Player connected to a local world, not setting up proxy config
  2017. [22:02:15] [Server thread/INFO]: Syncing config to TheHandMan420 ([redacted-uuid-v4])
  2018. [22:02:15] [Server thread/INFO]: TheHandMan420 has made the advancement [Fruits of the Field]
  2019. [22:02:15] [Render thread/INFO]: [System] [CHAT] TheHandMan420 has made the advancement [Fruits of the Field]
  2020. [22:02:16] [Netty Server IO ICE #2/ERROR]: Network Exception Caught
  2021. java.nio.channels.ClosedChannelException: null
  2022. at io.netty.channel.local.LocalChannel.doWrite(LocalChannel.java:368) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2023. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:931) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2024. at io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:895) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2025. at io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1372) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2026. at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:750) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2027. at io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:742) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2028. at io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:728) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2029. at io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:125) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2030. at io.netty.channel.AbstractChannelHandlerContext.invokeFlush0(AbstractChannelHandlerContext.java:750) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2031. at io.netty.channel.AbstractChannelHandlerContext.invokeWriteAndFlush(AbstractChannelHandlerContext.java:765) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2032. at io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:790) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2033. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:758) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2034. at io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:808) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2035. at io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:1025) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2036. at io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:306) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2037. at net.minecraft.network.Connection.m_243087_$mixinextras$wrapped$79(Connection.java:224) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2038. at net.minecraft.network.Connection.mixinextras$bridge$m_243087_$mixinextras$wrapped$79$80(Connection.java) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2039. at net.minecraft.network.Connection.wrapMethod$zjo000$modernfix$checkClientPresence(Connection.java:1534) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2040. at net.minecraft.network.Connection.m_243087_(Connection.java) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2041. at net.minecraft.network.Connection.lambda$sendPacket$8(Connection.java:213) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2042. at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.82.Final.jar%23123!/:4.1.82.Final]
  2043. at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2044. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.82.Final.jar%23123!/:4.1.82.Final]
  2045. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.82.Final.jar%23123!/:4.1.82.Final]
  2046. at java.lang.Thread.run(Thread.java:840) ~[?:?]
  2047. [22:02:16] [Server thread/INFO]: TheHandMan420 lost connection: Internal Exception: java.nio.channels.ClosedChannelException
  2048. [22:02:16] [Server thread/INFO]: TheHandMan420 left the game
  2049. [22:02:16] [Render thread/INFO]: [System] [CHAT] TheHandMan420 left the game
  2050. [22:02:43] [Render thread/INFO]: Disconnected from server, resetting proxy config values
  2051. [22:02:43] [Server thread/INFO]: popneonlightz lost connection: Disconnected
  2052. [22:02:43] [Server thread/INFO]: popneonlightz left the game
  2053. [22:02:43] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut
  2054. [22:02:43] [Render thread/INFO]: JEI StartEventObserver transitioning state from JEI_STARTED to DISABLED
  2055. [22:02:43] [Render thread/INFO]: Stopping JEI
  2056. [22:02:43] [Render thread/INFO]: Sending Runtime Unavailable...
  2057. [22:02:43] [Render thread/INFO]: Stopping JEI GUI
  2058. [22:02:43] [Render thread/INFO]: Sending Runtime Unavailable took 2.093 ms
  2059. [22:02:43] [Server thread/INFO]: Stopping singleplayer server as player logged out
  2060. [22:02:43] [Server thread/INFO]: Stopping server
  2061. [22:02:43] [Server thread/INFO]: Saving players
  2062. [22:02:43] [Server thread/INFO]: Saving worlds
  2063. [22:02:43] [Immersive Optimization Worker/INFO]: Shutting down Immersive Optimization worker
  2064. [22:02:43] [Server thread/INFO]: Saving chunks for level 'ServerLevel[wee]'/minecraft:overworld
  2065. [22:02:43] [Server thread/INFO]: Saving chunks for level 'ServerLevel[wee]'/minecraft:the_nether
  2066. [22:02:43] [Server thread/INFO]: Saving chunks for level 'ServerLevel[wee]'/minecraft:the_end
  2067. [22:02:44] [Server thread/INFO]: ThreadedAnvilChunkStorage (wee (1)): All chunks are saved
  2068. [22:02:44] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
  2069. [22:02:44] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
  2070. [22:02:44] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
  2071. [22:02:44] [Server thread/WARN]: Could not find value 'formations:template_editor' in registry 'minecraft:item' for @RegistryEntryAcceptor!
  2072. [22:02:45] [Server thread/INFO]: [CTL] Server stopped. CTL state cleared.
  2073. [22:02:45] [Server thread/INFO]: Unloading server configs...
  2074. [22:02:45] [Server thread/INFO]: Sending config unload event for refurbished_furniture.server.toml
  2075. [22:02:45] [Server thread/INFO]: Finished unloading server configs
  2076. [22:02:45] [Render thread/INFO]: Stopping worker threads
  2077. [22:02:45] [Render thread/INFO]: [ETF]: emissive suffixes loaded: [_e]
  2078. [22:02:46] [Render thread/ERROR]: Signature is missing from Property textures
  2079. [22:03:47] [Render thread/INFO]: Disconnected from server, resetting proxy config values
  2080. [22:03:47] [Render thread/INFO]: [ETF]: emissive suffixes loaded: [_e]
  2081. [22:03:47] [Render thread/INFO]: Connecting to [redacted-uuid-v4].essential-sps, 25565
  2082. [22:03:47] [DefaultDispatcher-worker-13/INFO]: Creating client-side ICE agent for [redacted-uuid-v4]
  2083. [22:03:47] [DefaultDispatcher-worker-13/INFO]: [3] Starting connection between popneonlightz ([redacted-uuid-v4]) and TheHandMan420 ([redacted-uuid-v4]), we are the client
  2084. [22:03:48] [DefaultDispatcher-worker-22/INFO]: [3] Using QUIC because both parties support it.
  2085. [22:03:49] [Render thread/INFO]: Received 305 soul info objects from server
  2086. [22:03:51] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance
  2087. [22:03:52] [Render thread/WARN]: Could not find value 'formations:template_editor' in registry 'minecraft:item' for @RegistryEntryAcceptor!
  2088. [22:03:52] [Netty Client IO ICE #0/INFO]: Create Ore Excavation config just got changed on the file system!
  2089. [22:03:52] [Netty Client IO ICE #0/INFO]: Reloading server config for universalbonemeal
  2090. [22:03:52] [Render thread/INFO]: Loading synced config from server: refurbished_furniture:server
  2091. [22:03:52] [Netty Client IO ICE #0/INFO]: Connected to a modded server.
  2092. [22:03:52] [Render thread/INFO]: Reloading pipeline on dimension change: NamespacedId{namespace='minecraft', name='overworld'} => NamespacedId{namespace='minecraft', name='overworld'}
  2093. [22:03:52] [Render thread/INFO]: Destroying pipeline NamespacedId{namespace='minecraft', name='overworld'}
  2094. [22:03:52] [Render thread/INFO]: Creating pipeline for dimension NamespacedId{namespace='minecraft', name='overworld'}
  2095. [22:03:52] [Render thread/INFO]: Starting custom uniform resolving
  2096. [22:03:52] [Render thread/WARN]: The in declaration 'Normal' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  2097. [22:03:52] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  2098. [22:03:53] [Render thread/WARN]: The in declaration 'glcolor' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  2099. [22:03:53] [Render thread/WARN]: The in declaration 'texcoord' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  2100. [22:03:53] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  2101. [22:03:53] [Render thread/WARN]: The in declaration 'glcolor' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  2102. [22:03:53] [Render thread/WARN]: The in declaration 'ViewPos' in the FRAGMENT shader is missing a corresponding out declaration in the previous stage VERTEX and has been compatibility-patched. See debugging.md for more information.
  2103. [22:03:53] [Render thread/WARN]: The in declaration 'texcoord' in the FRAGMENT shader that is never assigned to in the previous stage VERTEX has been compatibility-patched by adding an initialization for it. See debugging.md for more information.
  2104. [22:03:53] [Netty Client IO ICE #0/WARN]: Your custom tfmg:industrial_blasting recipe (tfmg:industrial_blasting/steel) specified a duration. Durations have no impact on this type of recipe.
  2105. [22:03:53] [Netty Client IO ICE #0/WARN]: Your custom tfmg:winding recipe (tfmg:winding/electromagnetic_coil) specified a duration. Durations have no impact on this type of recipe.
  2106. [22:03:53] [Netty Client IO ICE #0/WARN]: Your custom tfmg:coking recipe (tfmg:coking/coal) specified a duration. Durations have no impact on this type of recipe.
  2107. [22:03:53] [Netty Client IO ICE #0/WARN]: Your custom tfmg:vat_machine_recipe recipe (tfmg:vat_machine_recipe/plastic_from_propylene) specified a heat condition. Heat conditions have no impact on this type of recipe.
  2108. [22:03:53] [Netty Client IO ICE #0/ERROR]: Network Exception Caught
  2109. io.netty.handler.codec.DecoderException: net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: ecraft:crafting_shaped\u001Balexsmobs:bison_fur_to_wool\u0002\u0002\u0000\u0003\u0001\u0001\uFFFD;\u0001\u0000\u0001\u0001\uFFFD;\u0001\u0000\u0001\u0001\uFFFD;\u0001\u0000\u0001\u0001\uFFFD;\u0001\u0000\u0001\uFFFD\u0001\u0001\u0000\u0001\u0019minecraft:crafting_shaped
  2110. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:489) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2111. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:280) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2112. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2113. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2114. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2115. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2116. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:308) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2117. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2118. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2119. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2120. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:336) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2121. at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:323) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2122. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:444) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2123. at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:280) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2124. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2125. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2126. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2127. at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:103) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2128. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2129. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2130. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2131. at io.netty.handler.timeout.IdleStateHandler.channelRead(IdleStateHandler.java:286) ~[netty-handler-4.1.82.Final.jar%23124!/:4.1.82.Final]
  2132. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2133. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2134. at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2135. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2136. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2137. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2138. at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2139. at io.netty.channel.local.LocalChannel.readInbound(LocalChannel.java:299) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2140. at io.netty.channel.local.LocalChannel.doBeginRead(LocalChannel.java:322) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2141. at io.netty.channel.AbstractChannel$AbstractUnsafe.beginRead(AbstractChannel.java:834) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2142. at io.netty.channel.DefaultChannelPipeline$HeadContext.read(DefaultChannelPipeline.java:1362) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2143. at io.netty.channel.AbstractChannelHandlerContext.invokeRead(AbstractChannelHandlerContext.java:686) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2144. at io.netty.channel.AbstractChannelHandlerContext.read(AbstractChannelHandlerContext.java:671) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2145. at io.netty.channel.DefaultChannelPipeline.read(DefaultChannelPipeline.java:1004) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2146. at io.netty.channel.AbstractChannel.read(AbstractChannel.java:290) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2147. at io.netty.channel.DefaultChannelPipeline$HeadContext.readIfIsAutoRead(DefaultChannelPipeline.java:1422) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2148. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelReadComplete(DefaultChannelPipeline.java:1417) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2149. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext.java:410) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2150. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext.java:397) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2151. at io.netty.channel.DefaultChannelPipeline.fireChannelReadComplete(DefaultChannelPipeline.java:925) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2152. at io.netty.channel.local.LocalChannel.readInbound(LocalChannel.java:302) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2153. at io.netty.channel.local.LocalChannel.doBeginRead(LocalChannel.java:322) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2154. at io.netty.channel.AbstractChannel$AbstractUnsafe.beginRead(AbstractChannel.java:834) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2155. at io.netty.channel.DefaultChannelPipeline$HeadContext.read(DefaultChannelPipeline.java:1362) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2156. at io.netty.channel.AbstractChannelHandlerContext.invokeRead(AbstractChannelHandlerContext.java:686) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2157. at io.netty.channel.AbstractChannelHandlerContext.read(AbstractChannelHandlerContext.java:671) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2158. at io.netty.channel.DefaultChannelPipeline.read(DefaultChannelPipeline.java:1004) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2159. at io.netty.channel.AbstractChannel.read(AbstractChannel.java:290) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2160. at io.netty.channel.DefaultChannelPipeline$HeadContext.readIfIsAutoRead(DefaultChannelPipeline.java:1422) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2161. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelReadComplete(DefaultChannelPipeline.java:1417) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2162. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext.java:410) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2163. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext.java:397) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2164. at io.netty.channel.DefaultChannelPipeline.fireChannelReadComplete(DefaultChannelPipeline.java:925) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2165. at io.netty.channel.local.LocalChannel.readInbound(LocalChannel.java:302) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2166. at io.netty.channel.local.LocalChannel.doBeginRead(LocalChannel.java:322) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2167. at io.netty.channel.AbstractChannel$AbstractUnsafe.beginRead(AbstractChannel.java:834) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2168. at io.netty.channel.DefaultChannelPipeline$HeadContext.read(DefaultChannelPipeline.java:1362) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2169. at io.netty.channel.AbstractChannelHandlerContext.invokeRead(AbstractChannelHandlerContext.java:686) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2170. at io.netty.channel.AbstractChannelHandlerContext.read(AbstractChannelHandlerContext.java:671) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2171. at io.netty.channel.DefaultChannelPipeline.read(DefaultChannelPipeline.java:1004) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2172. at io.netty.channel.AbstractChannel.read(AbstractChannel.java:290) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2173. at io.netty.channel.DefaultChannelPipeline$HeadContext.readIfIsAutoRead(DefaultChannelPipeline.java:1422) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2174. at io.netty.channel.DefaultChannelPipeline$HeadContext.channelReadComplete(DefaultChannelPipeline.java:1417) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2175. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext.java:410) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2176. at io.netty.channel.AbstractChannelHandlerContext.invokeChannelReadComplete(AbstractChannelHandlerContext.java:397) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2177. at io.netty.channel.DefaultChannelPipeline.fireChannelReadComplete(DefaultChannelPipeline.java:925) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2178. at io.netty.channel.local.LocalChannel.readInbound(LocalChannel.java:302) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2179. at io.netty.channel.local.LocalChannel.finishPeerRead0(LocalChannel.java:445) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2180. at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:50) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2181. at io.netty.channel.local.LocalChannel$5.run(LocalChannel.java:403) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2182. at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174) ~[netty-common-4.1.82.Final.jar%23123!/:4.1.82.Final]
  2183. at io.netty.channel.DefaultEventLoop.run(DefaultEventLoop.java:54) ~[netty-transport-4.1.82.Final.jar%23128!/:4.1.82.Final]
  2184. at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) ~[netty-common-4.1.82.Final.jar%23123!/:4.1.82.Final]
  2185. at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) ~[netty-common-4.1.82.Final.jar%23123!/:4.1.82.Final]
  2186. at java.lang.Thread.run(Thread.java:840) ~[?:?]
  2187. Caused by: net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: ecraft:crafting_shaped\u001Balexsmobs:bison_fur_to_wool\u0002\u0002\u0000\u0003\u0001\u0001\uFFFD;\u0001\u0000\u0001\u0001\uFFFD;\u0001\u0000\u0001\u0001\uFFFD;\u0001\u0000\u0001\u0001\uFFFD;\u0001\u0000\u0001\uFFFD\u0001\u0001\u0000\u0001\u0019minecraft:crafting_shaped
  2188. at net.minecraft.resources.ResourceLocation.m_245185_(ResourceLocation.java:242) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2189. at net.minecraft.resources.ResourceLocation.<init>(ResourceLocation.java:40) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2190. at net.minecraft.resources.ResourceLocation.<init>(ResourceLocation.java:44) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2191. at net.minecraft.resources.ResourceLocation.<init>(ResourceLocation.java:50) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2192. at net.minecraft.network.FriendlyByteBuf.m_130281_(FriendlyByteBuf.java:711) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2193. at net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket.m_133647_(ClientboundUpdateRecipesPacket.java:40) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2194. at net.minecraft.network.FriendlyByteBuf.m_236838_(FriendlyByteBuf.java:211) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2195. at net.minecraft.network.FriendlyByteBuf.m_236845_(FriendlyByteBuf.java:227) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2196. at net.minecraft.network.protocol.game.ClientboundUpdateRecipesPacket.<init>(ClientboundUpdateRecipesPacket.java:22) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2197. at net.minecraft.network.ConnectionProtocol$PacketSet.m_178327_(ConnectionProtocol.java:459) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2198. at net.minecraft.network.ConnectionProtocol.m_178321_(ConnectionProtocol.java:522) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2199. at net.minecraft.network.PacketDecoder.redirect$zzl000$connectivity$checkDecodingError(PacketDecoder.java:563) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2200. at net.minecraft.network.PacketDecoder.decode(PacketDecoder.java:32) ~[client-1.20.1-20230612.114412-srg.jar%23736!/:?]
  2201. at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:519) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2202. at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:458) ~[netty-codec-4.1.82.Final.jar%23122!/:4.1.82.Final]
  2203. ... 76 more
  2204. [22:03:53] [Render thread/WARN]: Flywheel backend fell back from 'flywheel:indirect' to 'flywheel:off'
  2205. [22:03:53] [Render thread/INFO]: Started 10 worker threads
  2206. [22:03:53] [Render thread/INFO]: [System] [CHAT] BEWARE! BEWARE! BEWARE! BEWARE!
  2207. [22:03:53] [Render thread/INFO]: [System] [CHAT] THERE IS PHOTOSENSITIVE EFFECTS THE FARSEER DOES WHEN TARGETTING A PLAYER,IF YOU ARE PHOTOSENSITIVE PLEASE EITHER DISABLE THE ENTIRE FEATURE IN THE COMMON CONFIG, OR DISABLE THE PHOTOSENSITIVE EFFECTS IN THE CLIENT CONFIG SPECIFICALLY
  2208. [22:03:53] [Render thread/INFO]: [System] [CHAT] IF YOU DONT WISH TO SEE THIS MESSAGE ANYMORE DURING LOGIN, DISABLE IT IN CLIENT CONFIG
  2209. [22:03:53] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn
  2210. [22:03:53] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED
  2211. [22:03:53] [Render thread/INFO]: Synced Flute Songs
  2212. [22:03:53] [Render thread/INFO]: Synced Captured Mobs settings
  2213. [22:03:53] [Render thread/INFO]: Synced Globe data
  2214. [22:03:53] [Render thread/INFO]: Synced Hourglass data
  2215. [22:03:53] [Render thread/INFO]: Stopping worker threads
  2216. [22:03:53] [Render thread/INFO]: Started 10 worker threads
  2217. [22:03:54] [Render thread/INFO]: Disconnected from server, resetting proxy config values
  2218. [22:03:54] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut
  2219. [22:03:54] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to DISABLED
  2220. [22:03:54] [Render thread/INFO]: Unloading synced configs from server
  2221. [22:03:54] [Render thread/INFO]: Sending config unload event for refurbished_furniture.server.toml
  2222. [22:03:54] [Render thread/WARN]: Could not find value 'formations:template_editor' in registry 'minecraft:item' for @RegistryEntryAcceptor!
  2223. [22:03:54] [Render thread/INFO]: Stopping worker threads
  2224. [22:03:54] [Render thread/INFO]: [ETF]: emissive suffixes loaded: [_e]
  2225. [22:04:03] [DefaultDispatcher-worker-12/WARN]: [3] Failed to cleanly shut down connection, force closing now.
  2226. [22:10:24] [Render thread/INFO]: Listing events...
  2227. [22:10:24] [Render thread/INFO]: World join: 4
  2228. [22:10:24] [Render thread/INFO]: Singleplayer: 3
  2229. [22:10:24] [Render thread/INFO]: Multiplayer: 1
  2230. [22:10:24] [Render thread/INFO]: Client Level Updates: 12
  2231. [22:10:24] [Render thread/INFO]: Client Player Logout: 8
  2232. [22:10:24] [Render thread/INFO]: Server Player Logout: 4
  2233. [22:10:24] [Render thread/INFO]: Server Stopped: 3
  2234. [22:10:24] [Render thread/INFO]: Listing memory leaks so far...
  2235. [22:10:24] [Render thread/INFO]: B: 4783MB / C: 4958MB / Diff: +175MB
  2236. [22:10:24] [Render thread/INFO]: Memory Leaks detected: (/atl force_refresh to update)
  2237. [22:10:24] [Render thread/INFO]: | MinecraftServer:
  2238. [22:10:24] [Render thread/INFO]: | ChunkAccess:
  2239. [22:10:24] [Render thread/ERROR]: [CTL] ATL CONFIRMED LEAK DETECTED
  2240. [22:10:24] [Render thread/ERROR]: [CTL] Object Type: Chunk - World chunk data. Chunks are loaded when players are nearby or when claimed.
  2241. [22:10:24] [Render thread/ERROR]: [CTL] Retained objects: 603 (growing from 603)
  2242. [22:10:24] [Render thread/ERROR]: [CTL] Count is stable. Monitor for changes.
  2243. [22:10:24] [Render thread/INFO]: | Player:
  2244. [22:10:24] [Render thread/INFO]: | Level:

Need more help or want to discuss your issue further? Join our Discord and bring the link to this page.

Join our Discord

Run a community? Add the Roastd bot and anyone can roast a crash log in your support channel.

Add the Roastd bot

Got a server of your own that deserves a second opinion?

Roast your own server

Roastd is a free tool built by Hostd. This diagnosis stays put. The log it was read from is deleted on a timer.