Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. # Problematic frame: # C [atio6axx.dll+0x192b60] Get the latest AMD/ATI drivers from their website
  3. Hei so i just tried to launch the recent Pixelmon Modpack 1.20.2 both on curseforge and normal forge 1.20.2 4.8.1.0 and i basically keep getting this error exit code 1 with this log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffb12aa2b60, pid=23116, tid=27960 # # JRE version: OpenJDK Runtime Environment Microsoft-8035246 (17.0.8+7) (build 17.0.8+7-LTS) # Java VM: OpenJDK 64-Bit Server VM Microsoft-8035246 (17.0.8+7-LTS, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64) # Problematic frame: # C [atio6axx.dll+0x192b60] # # No core dump will be written. Minidumps are not enabled by default on client versions of Windows # # If you would like to submit a bug report, please visit: # https://aka.ms/minecraftjavacrashes # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug.
  4. i´m trying to tell minecraft to use my modyfied candle block class for the existing candle-block. This post https://stackoverflow.com/questions/29523975/change-final-variable-defined-in-another-java-file told, that it should be possible to override ecisting classes from minecraft by recreating the original package-path from the minecraft referenced library into the src/java folder of the mod and put the changed class with original name in there. But now i get an error: java.lang.module.ResolutionException: Modules candlepositionsmod and minecraft export package net.minecraft.world.level.block to module forge at java.base/java.lang.module.Resolver.resolveFail(Resolver.java:901) at java.base/java.lang.module.Resolver.failTwoSuppliers(Resolver.java:815) at java.base/java.lang.module.Resolver.checkExportSuppliers(Resolver.java:736) How to fix?
  5. Hello I created a mod, where i recreated model, text-layout and stuff for the signs in an older version of minecraft forge, where it worked properly. Now i´m updating it, but i found a problem: When i open the sign edit screen, i want to instantly replace it with my own. But the class has now 3 constructor arguments. How can i pass them from the old scerrn into the constructor of my edited one? And how do i apply my own sign renderer to the signs instead of the original one?
  6. i removed geckolib but it still shows me this error message ---- Minecraft Crash Report ---- // Hi. I'm Connector, and I'm a crashaholic ========================= SINYTRA CONNECTOR IS PRESENT! Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker found at https://github.com/Sinytra/Connector/issues. ========================= // Hi. I'm Minecraft, and I'm a crashaholic. Time: 2024-05-04 00:14:58 Description: Rendering overlay com.google.gson.JsonSyntaxException: Expected vector to be a JsonArray, was an object ({"ve...0]}) at net.minecraft.util.GsonHelper.m_13924_(GsonHelper.java:439) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A} at net.minecraft.util.GsonHelper.m_13933_(GsonHelper.java:445) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A} at software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.buildKeyframeStack(BakedAnimationsAdapter.java:157) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeBoneAnimations(BakedAnimationsAdapter.java:72) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.bakeAnimation(BakedAnimationsAdapter.java:53) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:39) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at software.bernie.geckolib.loading.json.typeadapter.BakedAnimationsAdapter.deserialize(BakedAnimationsAdapter.java:31) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at com.google.gson.internal.bind.TreeTypeAdapter.read(TreeTypeAdapter.java:76) ~[gson-2.10.jar%23107!/:?] {} at com.google.gson.Gson.fromJson(Gson.java:1214) ~[gson-2.10.jar%23107!/:?] {} at com.google.gson.Gson.fromJson(Gson.java:1319) ~[gson-2.10.jar%23107!/:?] {} at com.google.gson.Gson.fromJson(Gson.java:1261) ~[gson-2.10.jar%23107!/:?] {} at software.bernie.geckolib.loading.FileLoader.loadAnimationsFile(FileLoader.java:28) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at software.bernie.geckolib.cache.GeckoLibCache.lambda$loadAnimations$1(GeckoLibCache.java:90) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at software.bernie.geckolib.cache.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:112) ~[geckolib-forge-1.20.1-4.4.4.jar%231121!/:4.4.4] {re:classloading} at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) ~[?:?] {} at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {} at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {} at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:mixin,re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {re:mixin} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.util.GsonHelper.m_13924_(GsonHelper.java:439) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A} at net.minecraft.util.GsonHelper.m_13933_(GsonHelper.java:445) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:classloading,pl:connector_pre_launch:A,re:mixin,pl:connector_pre_launch:A} -- Overlay render details -- Details: Overlay name: net.minecraftforge.client.loading.ForgeLoadingOverlay Stacktrace: at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:moonlight-common.mixins.json:GameRendererMixin from mod moonlight,pl:mixin:APP:pehkui.mixins.json:reach.client.compat1202minus.GameRendererMixin from mod pehkui,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:ad_astra-common.mixins.json:client.GameRendererMixin from mod ad_astra,pl:mixin:APP:mixins.artifacts.common.json:item.wearable.nightvisiongoggles.client.GameRendererMixin from mod artifacts,pl:mixin:APP:apoli.mixins.json:GameRendererMixin from mod apoli,pl:mixin:APP:do_a_barrel_roll.mixins.json:client.roll.GameRendererMixin from mod do_a_barrel_roll,pl:mixin:APP:pointblank.mixins.json:GameRendererMixin from mod pointblank,pl:mixin:APP:pehkui.mixins.json:client.compat1193plus.GameRendererMixin from mod pehkui,pl:mixin:APP:ars_nouveau.mixins.json:GameRendererMixin from mod ars_nouveau,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin from mod zeta,pl:mixin:APP:immersive_aircraft.mixins.json:client.GameRendererMixin from mod immersive_aircraft,pl:mixin:APP:mixins.reach-entity-attributes.json:client.GameRendererMixin from mod reach_entity_attributes,pl:mixin:APP:witherstormmod.mixins.json:IMixinGameRenderer from mod witherstormmod,pl:mixin:APP:witherstormmod.mixins.json:MixinGameRenderer from mod witherstormmod,pl:mixin:APP:forge-DistantHorizons.mixins.json:client.MixinGameRenderer from mod (unknown),pl:mixin:APP:alexscaves.mixins.json:client.GameRendererMixin from mod alexscaves,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin from mod securitycraft,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:alexscaves.mixins.json:client.MinecraftMixin from mod alexscaves,pl:mixin:APP:amecsapi.mixins.json:MixinMinecraftClient from mod amecsapi,pl:mixin:APP:connectorextras_architectury_bridge.mixins.json:MinecraftMixin from mod connectorextras_architectury_bridge,pl:mixin:APP:mixins.hammerlib.json:client.MinecraftMixin from mod hammerlib,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor from mod botania,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:dungeonnowloading.mixins.json:MixinMinecraft from mod dungeonnowloading,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor from mod flywheel,pl:mixin:APP:fabric-registry-sync-v0.client.mixins.json:MinecraftClientMixin from mod fabric_registry_sync_v0,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.connectorextras_modmenu_bridge.json:MinecraftMixin from mod connectorextras_modmenu_bridge,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftMixin from mod connectormod,pl:mixin:APP:mixins.irons_spellbooks.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin from mod quartz,pl:mixin:APP:apoli.mixins.json:MinecraftClientMixin from mod apoli,pl:mixin:APP:balm.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient from mod immersive_armors,pl:mixin:APP:emojiful.mixins.json:MinecraftEmojifulMixin from mod emojiful,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin from mod celestisynth,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor from mod bettercombat,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject from mod bettercombat,pl:mixin:APP:witherstormmod.mixins.json:MixinMinecraft from mod witherstormmod,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin from mod quark,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:APP:mixins.connectorextras_geckolib_fabric_compat.json:MinecraftMixin from mod connectorextras_geckolib_fabric_compat,pl:mixin:APP:connectormod.mixins.json:boot.MinecraftMixin from mod connectormod,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23958!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:APP:alexscaves.mixins.json:client.MinecraftMixin from mod alexscaves,pl:mixin:APP:amecsapi.mixins.json:MixinMinecraftClient from mod amecsapi,pl:mixin:APP:connectorextras_architectury_bridge.mixins.json:MinecraftMixin from mod connectorextras_architectury_bridge,pl:mixin:APP:mixins.hammerlib.json:client.MinecraftMixin from mod hammerlib,pl:mixin:APP:modernfix-common.mixins.json:feature.measure_time.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.dedicated_reload_executor.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:perf.blast_search_trees.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.concurrency.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-common.mixins.json:bugfix.world_leaks.MinecraftMixin from mod modernfix,pl:mixin:APP:modernfix-forge.mixins.json:feature.measure_time.MinecraftMixin_Forge from mod modernfix,pl:mixin:APP:botania_xplat.mixins.json:client.MinecraftAccessor from mod botania,pl:mixin:APP:ae2.mixins.json:PickColorMixin from mod ae2,pl:mixin:APP:dungeonnowloading.mixins.json:MixinMinecraft from mod dungeonnowloading,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor from mod flywheel,pl:mixin:APP:fabric-registry-sync-v0.client.mixins.json:MinecraftClientMixin from mod fabric_registry_sync_v0,pl:mixin:APP:immediatelyfast-common.mixins.json:core.MixinMinecraftClient from mod immediatelyfast,pl:mixin:APP:bookshelf.common.mixins.json:accessors.client.AccessorMinecraft from mod bookshelf,pl:mixin:APP:mixins.connectorextras_modmenu_bridge.json:MinecraftMixin from mod connectorextras_modmenu_bridge,pl:mixin:APP:connectormod.mixins.json:registries.MinecraftMixin from mod connectormod,pl:mixin:APP:mixins.irons_spellbooks.json:MinecraftMixin from mod irons_spellbooks,pl:mixin:APP:quartz.mixins.json:MinecraftShutdownMixin from mod quartz,pl:mixin:APP:apoli.mixins.json:MinecraftClientMixin from mod apoli,pl:mixin:APP:balm.mixins.json:MinecraftMixin from mod balm,pl:mixin:APP:fabric-screen-api-v1.mixins.json:MinecraftClientMixin from mod fabric_screen_api_v1,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient from mod immersive_armors,pl:mixin:APP:emojiful.mixins.json:MinecraftEmojifulMixin from mod emojiful,pl:mixin:APP:celestisynth.mixins.json:MinecraftMixin from mod celestisynth,pl:mixin:APP:ars_nouveau.mixins.json:light.ClientMixin from mod ars_nouveau,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientAccessor from mod bettercombat,pl:mixin:APP:bettercombat.mixins.json:client.MinecraftClientInject from mod bettercombat,pl:mixin:APP:witherstormmod.mixins.json:MixinMinecraft from mod witherstormmod,pl:mixin:APP:architectury.mixins.json:MixinMinecraft from mod architectury,pl:mixin:APP:fabric-networking-api-v1.client.mixins.json:accessor.MinecraftClientAccessor from mod fabric_networking_api_v1,pl:mixin:APP:fabric-lifecycle-events-v1.client.mixins.json:MinecraftClientMixin from mod fabric_lifecycle_events_v1,pl:mixin:APP:quark.mixins.json:client.MinecraftMixin from mod quark,pl:mixin:APP:fabric-events-interaction-v0.client.mixins.json:MinecraftClientMixin from mod fabric_events_interaction_v0,pl:mixin:APP:create.mixins.json:client.WindowResizeMixin from mod create,pl:mixin:APP:embeddium.mixins.json:core.MinecraftClientMixin from mod embeddium,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin from mod securitycraft,pl:mixin:APP:ars_nouveau.mixins.json:camera.MinecraftMixin from mod ars_nouveau,pl:mixin:APP:mixins.connectorextras_geckolib_fabric_compat.json:MinecraftMixin from mod connectorextras_geckolib_fabric_compat,pl:mixin:APP:connectormod.mixins.json:boot.MinecraftMixin from mod connectormod,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:218) ~[forge-47.2.0.jar:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin from mod flywheel,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {re:mixin} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.2.0.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.2.0.jar:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.2.0.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: No Packs: pointblank_resources, vanilla, mod_resources, Moonlight Mods Dynamic Assets, fabric, diagonalblocks:default_block_models, SolarFlux -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 2492213296 bytes (2376 MiB) / 4877975552 bytes (4652 MiB) up to 8589934592 bytes (8192 MiB) CPUs: 16 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz Identifier: Intel64 Family 6 Model 165 Stepping 5 Microarchitecture: unknown Frequency (GHz): 2.90 Number of physical packages: 1 Number of physical CPUs: 8 Number of logical CPUs: 16 Graphics card #0 name: NVIDIA GeForce RTX 3060 Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 4095.00 Graphics card #0 deviceId: 0x2487 Graphics card #0 versionInfo: DriverVersion=31.0.15.5222 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 26028.54 Virtual memory used (MB): 22504.83 Swap memory total (MB): 9746.93 Swap memory used (MB): 569.50 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8G -Xms256m Launched Version: forge-47.2.0 Backend library: LWJGL version 3.3.1 build 7 Backend API: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 552.22, NVIDIA Corporation Window size: 1024x768 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fast Resource Packs: vanilla, mod_resources, Moonlight Mods Dynamic Assets, fabric Current Language: en_us CPU: 16x Intel(R) Core(TM) i7-10700F CPU @ 2.90GHz Sinytra Connector: 1.0.0-beta.43+1.20.1 SINYTRA CONNECTOR IS PRESENT! Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker. Connector's issue tracker can be found at https://github.com/Sinytra/Connector/issues. Installed Fabric mods: | ================================================== | ============================== | ============================== | ==================== | | mcdar-4.0.3_mapped_srg_1.20.1.jar | MC Dungeons Artifacts | mcdar | 4.0.3 | | Godling-1.0.2_mapped_srg_1.20.1.jar | Godling Origins | godling_origin | 1.0.2 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.5.jar eventbus PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar slf4jfixer PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar object_holder_definalize PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.20.1-47.2.0.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE FML Language Providers: javafml@null [email protected] lowcodefml@null [email protected] [email protected] [email protected] Mod List: YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE HavenGrowth-1.20.1-1.0.4.jar |Haven Growth |havengrowth |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE V1.20.1_Crystalcraft_Unlimited_Raw_Ore_Update.jar |Crystalcraft Unlimited Java Ed|crystalcraft_unlimited_java |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE CraftingAutomat-MC1.20.1-1.2.4.jar |Crafting Automat |craftingautomat |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE nethervillagertrader-1.0.0.jar |NetherVillagerTrader |nethervillagertrader |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE moreautomationmod-1.5.0.jar |More Automation Mod |moreautomationmod |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE kubejs-bridge-1.10.1+1.20.1.jar |Connector Extras KubeJS Bridge|connectorextras_kubejs_bridge |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |COMMON_SET|Manifest: NOSIGNATURE mcdar-4.0.3_mapped_srg_1.20.1.jar |MC Dungeons Artifacts |mcdar |4.0.3 |COMMON_SET|Manifest: NOSIGNATURE fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |COMMON_SET|Manifest: NOSIGNATURE HammerLib-1.20.1-20.1.28.jar |HammerLib |hammerlib |20.1.28 |COMMON_SET|Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c ProjectE-1.20.1-PE1.0.1.jar |ProjectE |projecte |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE immersiveweapons-1.20.1-1.27.7.jar |Immersive Weapons |immersiveweapons |1.20.1-1.27.7 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.20.1-11.1.3.0-build.0398.jar |ForgeEndertech |forgeendertech |11.1.3.0 |COMMON_SET|Manifest: NOSIGNATURE antsportation-1.20.1-3.0.4.jar |Antsportation |antsportation |3.0.4 |COMMON_SET|Manifest: NOSIGNATURE CreateMoreAutomation-1.20.1-0.4.0.jar |Create: More Automation |create_more_automation |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE modernfix-forge-5.17.0+mc1.20.1.jar |ModernFix |modernfix |5.17.0+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |COMMON_SET|Manifest: NOSIGNATURE fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |COMMON_SET|Manifest: NOSIGNATURE fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.20-Forge-4.0.4.jar |YUNG's API |yungsapi |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE BotanyPotsTiers-Forge-1.20.1-6.0.1.jar |BotanyPotsTiers |botanypotstiers |6.0.1 |COMMON_SET|Manifest: NOSIGNATURE rei-bridge-1.10.1+1.20.1.jar |Connector Extras REI Bridge |connectorextras_rei_bridge |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE OreTree-Forge-1.20.1-1.1.0.jar |Ore Tree |ore_tree |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE DarkUtilities-Forge-1.20.1-17.0.3.jar |DarkUtilities |darkutils |17.0.3 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE Paraglider-forge-20.1.3.jar |Paraglider |paraglider |20.1.3 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-11.1.118-forge.jar |Cloth Config v10 API |cloth_config |11.1.118 |COMMON_SET|Manifest: NOSIGNATURE sb_objectsblocks-1.03release.jar |security_breach_objects/blocks|sb_objectsblocks |1.05 |COMMON_SET|Manifest: NOSIGNATURE refinedstorage-1.12.4.jar |Refined Storage |refinedstorage |1.12.4 |COMMON_SET|Manifest: NOSIGNATURE embeddium-0.3.17+mc1.20.1-all.jar |Embeddium |embeddium |0.3.17+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE structure_gel-1.20.1-2.16.2.jar |Structure Gel API |structure_gel |2.16.2 |COMMON_SET|Manifest: NOSIGNATURE corpse-forge-1.20.1-1.0.12.jar |Corpse |corpse |1.20.1-1.0.12 |COMMON_SET|Manifest: NOSIGNATURE castle_in_the_sky-1.20.1-0.6.0.jar |Castle in the Sky |castle_in_the_sky |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE industrial-foregoing-1.20.1-3.5.16.jar |Industrial Foregoing |industrialforegoing |3.5.16 |COMMON_SET|Manifest: NOSIGNATURE TaxOceanVillager+M.1.20.1+ForM+2.3.1.jar |Tax' Ocean Villager |taxov |2.3.1 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE morevillagers-forge-1.20.1-5.0.0.jar |More Villagers |morevillagers |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE mod-4.0.9.jar |GroovyModLoader |gml |4.0.9 |COMMON_SET|Manifest: NOSIGNATURE immersivefoods-1.20.1-0.0.1.jar |Immersive Foods |immersivefoods |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE SkyLands-0.2.0.jar |flying stuff |flying_stuff |0.2 |COMMON_SET|Manifest: NOSIGNATURE Botania-1.20.1-443-FORGE.jar |Botania |botania |1.20.1-443-FORGE |COMMON_SET|Manifest: NOSIGNATURE cgl-1.20-forge-0.3.3.jar |CommonGroovyLibrary |commongroovylibrary |0.3.3 |COMMON_SET|Manifest: NOSIGNATURE advgenerators-1.6.0.6-mc1.20.1.jar |Advanced Generators |advgenerators |1.6.0.6 |COMMON_SET|Manifest: NOSIGNATURE smelting-1.20.1-ver1.0.jar |Smelting |smelting |1.0 |COMMON_SET|Manifest: NOSIGNATURE YungsExtras-1.20-Forge-4.0.3.jar |YUNG's Extras |yungsextras |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE dungeons-and-taverns-3.0.3.f[Forge].jar |Dungeons and Taverns |mr_dungeons_andtaverns |3.0.3.f |COMMON_SET|Manifest: NOSIGNATURE bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE cumulus_menus-1.20.1-1.0.0-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.0-neoforg|COMMON_SET|Manifest: NOSIGNATURE NaturesAura-39.4.jar |NaturesAura |naturesaura |39.4 |COMMON_SET|Manifest: NOSIGNATURE constructionwand-1.20.1-2.11.jar |Construction Wand |constructionwand |1.20.1-2.11 |COMMON_SET|Manifest: NOSIGNATURE cfm-forge-1.20.1-7.0.0-pre36.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre36 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 flib-1.20.1-0.0.12.jar |flib |flib |0.0.12 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |COMMON_SET|Manifest: NOSIGNATURE Lets_Forge_Pirates_[1_20_1]_3_10_1.jar |Let'sForgePirates |lfpirates |3.10.1 |COMMON_SET|Manifest: NOSIGNATURE nitrogen_internals-1.20.1-1.0.7-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.7-neoforg|COMMON_SET|Manifest: NOSIGNATURE FallingTree-1.20.1-4.3.4.jar |FallingTree |fallingtree |4.3.4 |COMMON_SET|Manifest: 3c:8e:df:6c:df:a6:2a:9f:af:64:ea:04:9a:cf:65:92:3b:54:93:0e:96:50:b4:52:e1:13:42:18:2b:ae:40:29 lootintegrationaddonyung-1.18-1.20.1-1.1.jar |Yungs Dungeons Lootintegration|lootintegrationaddonyung |1.18-1.20.1-1.1 |COMMON_SET|Manifest: NOSIGNATURE FastLeafDecay-31.jar |Fast Leaf Decay |fastleafdecay |31 |COMMON_SET|Manifest: NOSIGNATURE EnchantingInfuser-v8.0.2-1.20.1-Forge.jar |Enchanting Infuser |enchantinginfuser |8.0.2 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a YungsBetterJungleTemples-1.20-Forge-2.0.4.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.4 |COMMON_SET|Manifest: NOSIGNATURE fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |COMMON_SET|Manifest: NOSIGNATURE SmartBrainLib-forge-1.20.1-1.14.jar |SmartBrainLib |smartbrainlib |1.14 |COMMON_SET|Manifest: NOSIGNATURE QuarkOddities-1.20.1.jar |Quark Oddities |quarkoddities |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE tameablebeasts-1.20.1-5.0.jar |Tameable Beasts |tameablebeasts |2.0 |COMMON_SET|Manifest: NOSIGNATURE MutantMonsters-v8.0.7-1.20.1-Forge.jar |Mutant Monsters |mutantmonsters |8.0.7 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Nameless Trinkets-1.20.1-1.7.8.jar |Nameless Trinkets |nameless_trinkets |1.20.1-1.7.8 |COMMON_SET|Manifest: NOSIGNATURE VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Sword_Of_God_0.6.6-1.20.1.jar |Sword_of_god |sword_of_god |0.6.6 |COMMON_SET|Manifest: NOSIGNATURE AttributeFix-Forge-1.20.1-21.0.4.jar |AttributeFix |attributefix |21.0.4 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE goblintraders-forge-1.20.1-1.9.3.jar |Goblin Traders |goblintraders |1.9.3 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE FoodMod - 1.20.1 - 2.0.2.jar |More Foods Mod |more_foods_mod |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE oresabovediamonds-10.0.1b.jar |Ores Above Diamonds |oresabovediamonds |10.0.1b |COMMON_SET|Manifest: NOSIGNATURE Dungeon Now Loading-forge-1.20.1-1.3.jar |Dungeon Now Loading |dungeonnowloading |1.3 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeon-forge-1.20.1-3.2.0.jar |Awesome dungeon |awesomedungeon |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE ggggggggg.jar |Industry Underway |industry_underway |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE BotanyPots-Forge-1.20.1-13.0.29.jar |BotanyPots |botanypots |13.0.29 |COMMON_SET|Manifest: NOSIGNATURE phosphophyllite-1.20.1-0.7.0-alpha.0.1.jar |Phosphophyllite |phosphophyllite |0.7.0-alpha.0.1 |COMMON_SET|Manifest: NOSIGNATURE midnightlib-forge-1.4.2.jar |MidnightLib |midnightlib |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE ProjectE_Integration-1.20.1-7.2.2.jar |ProjectE Integration |projecteintegration |7.2.2 |COMMON_SET|Manifest: NOSIGNATURE BetterFusionReactor-1.20.1-1.4.5.jar |Better Fusion Reactor for Meka|bfr |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE fusion-1.1.1-forge-mc1.20.1.jar |Fusion |fusion |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE ExtraDisks-1.20.1-3.0.2.jar |Extra Disks |extradisks |1.20.1-3.0.2 |COMMON_SET|Manifest: NOSIGNATURE fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |COMMON_SET|Manifest: NOSIGNATURE LUMINOUS V1.3.51 - 1.20.1.jar |Luminous |luminousworld |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE industrial drills 1.20.1.jar |mining equipment |mining_equipment |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE LootBag-1.20.1-1.2.2.jar |Loot Bag |lootbag |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE ironchest-1.20.1-14.4.4.jar |Iron Chests |ironchest |1.20.1-14.4.4 |COMMON_SET|Manifest: NOSIGNATURE MythicBotany-1.20.1-4.0.3.jar |MythicBotany |mythicbotany |1.20.1-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE DungeonsArise-1.20.x-2.1.58-release.jar |When Dungeons Arise |dungeons_arise |2.1.58-1.20.x |COMMON_SET|Manifest: NOSIGNATURE dimensionalpocketsii-1.20.1-9.0.9.0-universal.jar |Dimensional Pockets II |dimensionalpocketsii |9.0.8.0 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeonocean-forge-1.20.1-3.3.0.jar |Awesome dungeon edition ocean |awesomedungeonocean |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f trade-cycling-forge-1.20.1-1.0.7.jar |Trade Cycling |trade_cycling |1.20.1-1.0.7 |COMMON_SET|Manifest: NOSIGNATURE shw-forge-1.0.0.jar |Set Home & Waypoints |shw |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE theoneprobe-1.20.1-10.0.2.jar |The One Probe |theoneprobe |1.20.1-10.0.2 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.20.1-3.0.1.4.jar |TerraBlender |terrablender |3.0.1.4 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.20.1-18.0.0.598.jar |Biomes O' Plenty |biomesoplenty |18.0.0.598 |COMMON_SET|Manifest: NOSIGNATURE Godling-1.0.2_mapped_srg_1.20.1.jar |Godling Origins |godling_origin |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE darkloot-forge-1.20.1-1.1.9.jar |DarkLoot |darkloot |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE AdLods-1.20.1-8.1.2.0-build.0424.jar |Large Ore Deposits |adlods |8.1.2.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |COMMON_SET|Manifest: NOSIGNATURE fabric-resource-conditions-api-v1-2.3.8+9ad825cd77|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9ad825cd77 |COMMON_SET|Manifest: NOSIGNATURE randommobsizes-forge-1.20.1-2.0.jar |Random Mob Sizes |random_mob_sizes |1.20.1-2.0 |COMMON_SET|Manifest: NOSIGNATURE forgeconfigapiport-1.10.1+1.20.1.jar |Forge Config API Port (Connect|forgeconfigapiport |8.0.0 |COMMON_SET|Manifest: NOSIGNATURE calio-forge-1.20.1-1.11.0.4.jar |Calio |calio |1.20.1-1.11.0.4 |COMMON_SET|Manifest: NOSIGNATURE betterfpsdist-1.20.1-4.3.jar |betterfpsdist mod |betterfpsdist |1.20.1-4.3 |COMMON_SET|Manifest: NOSIGNATURE notenoughanimations-forge-1.7.3-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.7.3 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.20.1-0.6.10-7.jar |Flywheel |flywheel |0.6.10-7 |COMMON_SET|Manifest: NOSIGNATURE baubley-heart-canisters-1.20.1-1.0.5.jar |Baubley Heart Canisters |bhc |1.20.1-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE [1.20.1] SecurityCraft v1.9.9.jar |SecurityCraft |securitycraft |1.9.9 |COMMON_SET|Manifest: NOSIGNATURE nocube's_create_compact_exp_1.0.3_forge_1.20.1.jar|Create Compact Exp (by NoCube)|nocubescreateexp |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |COMMON_SET|Manifest: NOSIGNATURE ImmediatelyFast-Forge-1.2.12+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.2.12+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE FastFurnace-1.20.1-8.0.2.jar |FastFurnace |fastfurnace |8.0.2 |COMMON_SET|Manifest: NOSIGNATURE moremobvariants-forge+1.20.1-1.3.0.1.jar |More Mob Variants |moremobvariants |1.3.0.1 |COMMON_SET|Manifest: NOSIGNATURE lootr-forge-1.20-0.7.33.83.jar |Lootr |lootr |0.7.33.82 |COMMON_SET|Manifest: NOSIGNATURE fabric-object-builder-api-v1-11.1.3+2174fc8477.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+2174fc8477 |COMMON_SET|Manifest: NOSIGNATURE occultism-1.20.1-1.125.0.jar |Occultism |occultism |1.125.0 |COMMON_SET|Manifest: NOSIGNATURE endsky-1.5.jar |Better End Sky |endsky |1.5 |COMMON_SET|Manifest: NOSIGNATURE adastraextra-forge-1.20.1-1.2.3.jar |Ad Astra Extra |adastraextra |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |COMMON_SET|Manifest: NOSIGNATURE cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |COMMON_SET|Manifest: 5e:ed:25:99:e4:44:14:c0:dd:89:c1:a9:4c:10:b5:0d:e4:b1:52:50:45:82:13:d8:d0:32:89:67:56:57:01:53 MMFarming-1.20.1-2.1.jar |Multipart Machines: Farming |mm_farming |2.1 |COMMON_SET|Manifest: NOSIGNATURE ad_astra-forge-1.20.1-1.15.5.jar |Ad Astra |ad_astra |1.15.5 |COMMON_SET|Manifest: NOSIGNATURE SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar |Sky Villages |skyvillages |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE fabric-renderer-api-v1-3.2.1+1d29b44577.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+1d29b44577 |COMMON_SET|Manifest: NOSIGNATURE fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |COMMON_SET|Manifest: NOSIGNATURE ants-1.20.1-forge-ver2.2.jar |Ants Unleashed |ants_unleashed |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.20.1-0.6.21.609.jar |Sophisticated Core |sophisticatedcore |0.6.21.609 |COMMON_SET|Manifest: NOSIGNATURE structureessentials-1.20.1-3.3.jar |Structure Essentials mod |structureessentials |1.20.1-3.3 |COMMON_SET|Manifest: NOSIGNATURE Placebo-1.20.1-8.6.1.jar |Placebo |placebo |8.6.1 |COMMON_SET|Manifest: NOSIGNATURE jumpoverfences-forge-1.20.1-1.3.1.jar |Jump Over Fences |jumpoverfences |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE lootintegrations-1.20.1-3.6.jar |Lootintegrations mod |lootintegrations |1.20.1-3.6 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.20.1-20.1.10.jar |Bookshelf |bookshelf |20.1.10 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 Random Crits 1.3.0 - 1.20.1.jar |Random Crits |random_crits |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedbackpacks-1.20.1-3.20.5.1044.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.20.5.1044 |COMMON_SET|Manifest: NOSIGNATURE EnhancedNature-1.20.x-(v.2.1.0).jar |Enhanced Nature |enhanced_nature |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE ImmersiveCaves-Forge-1.20.1-1.3.4.jar |ImmersiveCaves |immersivecaves |1.3.0 |COMMON_SET|Manifest: NOSIGNATURE SupremeMiningDimensions-1.20.1-V1.4.3.8.jar |Supreme Mining Dimension |supreme_mining_dimension |1.4.3.8 |COMMON_SET|Manifest: NOSIGNATURE More Villager Trades 1.0.0 - 1.20.1.jar |More Villager Trades |more_villager_trades |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-api-0.92.1+1.11.8+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.1+1.11.8+1.20.1|COMMON_SET|Manifest: NOSIGNATURE modmenu-bridge-1.10.1+1.20.1.jar |Connector Extras ModMenu Bridg|connectorextras_modmenu_bridge|1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ironbows-1.20.1-FORGE-1.10.jar |Iron Bows (Forge) |ironbows |1.20.1-FORGE-1.10 |COMMON_SET|Manifest: NOSIGNATURE diagonalblocks-forge-8.0.5.jar |Diagonal Blocks |diagonalblocks |8.0.5 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a Chipped-forge-1.20.1-3.0.6.jar |Chipped |chipped |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE mageflame-1.20.1-1.4.0.jar |MageFlame |mageflame |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE BagusMob-1.20.1-4.0.1.jar |BagusMob |bagusmob |1.20.1-4.0.1 |COMMON_SET|Manifest: NOSIGNATURE HostileNeuralNetworks-1.20.1-5.3.0.jar |Hostile Neural Networks |hostilenetworks |5.3.0 |COMMON_SET|Manifest: NOSIGNATURE signpost-1.20.1-2.02.0.jar |signpost |signpost |2.02.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |COMMON_SET|Manifest: NOSIGNATURE GodzillaRising_Beta0.1.6.jar |Godzilla Rising |grising |0.1.6 |COMMON_SET|Manifest: NOSIGNATURE simplylight-1.20.1-1.4.6-build.50.jar |Simply Light |simplylight |1.20.1-1.4.6-build.5|COMMON_SET|Manifest: NOSIGNATURE industrial-foregoing-souls-1.20.1-1.0.7.jar |Industrial Foregoing Souls |industrialforegoingsouls |1.20.1-1.0.7 |COMMON_SET|Manifest: NOSIGNATURE born_in_chaos_[Forge]1.20.1_1.2.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE architectury-bridge-1.10.1+1.20.1.jar |Connector Extras Architectury |connectorextras_architectury_b|1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE SolarFluxReborn-1.20.1-20.1.6.jar |Solar Flux Reborn |solarflux |20.1.6 |COMMON_SET|Manifest: 97:e8:52:e9:b3:f0:1b:83:57:4e:83:15:f7:e7:76:51:c6:60:5f:2b:45:59:19:a7:31:9e:98:69:56:4f:01:3c hole_filler_mod-1.2.8_mc-1.20.1_forge.jar |Hole Filler Mod |hole_filler_mod |1.2.8 |COMMON_SET|Manifest: NOSIGNATURE camera-forge-1.20.1-1.0.8.jar |Camera Mod |camera |1.20.1-1.0.8 |COMMON_SET|Manifest: NOSIGNATURE oreexcavation-1.13.170.jar |OreExcavation |oreexcavation |1.13.170 |COMMON_SET|Manifest: NOSIGNATURE villagertools-1.20.1-1.0.3.jar |villagertools |villagertools |1.0.3 |COMMON_SET|Manifest: 1f:47:ac:b1:61:82:96:b8:47:19:16:d2:61:81:11:60:3a:06:4b:61:31:56:7d:44:31:1e:0c:6f:22:5b:4c:ed elevatorid-1.20.1-lex-1.9.jar |Elevator Mod |elevatorid |1.20.1-lex-1.9 |COMMON_SET|Manifest: NOSIGNATURE Connector-1.0.0-beta.43+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.43+1.20.1|COMMON_SET|Manifest: NOSIGNATURE Runelic-Forge-1.20.1-18.0.2.jar |Runelic |runelic |18.0.2 |COMMON_SET|Manifest: eb:c4:b1:67:8b:f9:0c:db:dc:4f:01:b1:8e:61:64:39:4c:10:85:0b:a6:c4:c7:48:f0:fa:95:f2:cb:08:3a:e5 SimpleDrills-1.5.jar |SimpleDrills |simpledrills |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE cupboard-1.20.1-2.6.jar |Cupboard utilities |cupboard |1.20.1-2.6 |COMMON_SET|Manifest: NOSIGNATURE monolib-forge-1.20.1-1.1.0.jar |MonoLib |monolib |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE joyfulmining-1.20.1-1.2.3.jar |Dorcamo's Joyful Mining |joyful_mining |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE framework-forge-1.20.1-0.6.27.jar |Framework |framework |0.6.27 |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 quark_delight_1.0.0_forge_1.20.1.jar |Quark Delight |quarkdelight |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE effortlessbuilding-1.20.1-3.7-all.jar |Effortless Building |effortlessbuilding |3.7 |COMMON_SET|Manifest: NOSIGNATURE Sky Structures 1.0.0 - 1.20.1.jar |Sky Structures |sky_structures |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |COMMON_SET|Manifest: NOSIGNATURE biggerreactors-1.20.1-0.6.0-beta.10.4.jar |Bigger Reactors |biggerreactors |0.6.0-beta.10.4 |COMMON_SET|Manifest: NOSIGNATURE compact-storage-1.20.1-forge-6.0.1.64.jar |CompactStorage |compact_storage |6.0.1.64 |COMMON_SET|Manifest: NOSIGNATURE pehkui-bridge-1.10.1+1.20.1.jar |Connector Extras Pehkui Bridge|connectorextras_pehkui_bridge |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Monster Hunter Villager 1.1.0-1.20.1.jar |Monster Hunter Villager |monster_hunter_villager |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |COMMON_SET|Manifest: NOSIGNATURE Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |12.0.0.4 |COMMON_SET|Manifest: NOSIGNATURE MMGrinding-1.20.1-2.1.jar |Multipart Machines: Grinding |mm_grinding |2.1 |COMMON_SET|Manifest: NOSIGNATURE breezy-1.20.1-1.1.1.jar |Breezy |breezy |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE artifacts-forge-9.5.4.jar |Artifacts |artifacts |9.5.4 |COMMON_SET|Manifest: NOSIGNATURE mysticrift_blocks-15.2.3.jar |MysticRift: Ultimate Blocks |mysticrift_blocks |15.2.3 |COMMON_SET|Manifest: NOSIGNATURE MekanismExplosives-1.20.1-0.3.5.jar |Mekanism Explosives |mekanismexplosives |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE dimensional_traders-1.1.jar |Dimensional Traders |dimensional_traders |1.1 |COMMON_SET|Manifest: NOSIGNATURE mininggadgets-1.15.6.jar |Mining Gadgets |mininggadgets |1.15.6 |COMMON_SET|Manifest: NOSIGNATURE energy-bridge-1.10.1+1.20.1.jar |Connector Extras Energy Bridge|connectorextras_energy_bridge |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE watut-forge-1.20.1-1.1.1.jar |What Are They Up To |watut |1.20.1-1.1.1 |COMMON_SET|Manifest: NOSIGNATURE Animalistic_mod_1.2.2_1.20.1.jar |Animalistic |animalistic_a |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE scuba_gear-1.20.1-1.0.6.jar |Scuba Gear |scuba_gear |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE ColossalChests-1.20.1-1.8.4.jar |ColossalChests |colossalchests |1.8.4 |COMMON_SET|Manifest: NOSIGNATURE avaritialite-forge-1.20.1-1.10.2.jar |Avaritia Lite |avaritia |1.10.2 |COMMON_SET|Manifest: NOSIGNATURE fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |COMMON_SET|Manifest: NOSIGNATURE roost-1.1.0.jar |Roost |roost |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE amecsapi-1.5.3+mc1.20-pre1.jar |Amecs API |amecsapi |1.5.3+mc1.20-pre1 |COMMON_SET|Manifest: NOSIGNATURE NewOresAndArmors_v.5(1.20.1).jar |New ores 1.20.1 |new_ores_1_20_1 |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE movingelevators-1.4.7-forge-mc1.20.1.jar |Moving Elevators |movingelevators |1.4.7 |COMMON_SET|Manifest: NOSIGNATURE easy-villagers-forge-1.20.1-1.1.4.jar |Easy Villagers |easy_villagers |1.20.1-1.1.4 |COMMON_SET|Manifest: NOSIGNATURE automaticdoors-1.20.1-4.6.jar |Automatic Doors |automaticdoors |4.6 |COMMON_SET|Manifest: NOSIGNATURE PigPen-Forge-1.20.1-15.0.2.jar |PigPen |pigpen |15.0.2 |COMMON_SET|Manifest: NOSIGNATURE storagedrawers-1.20.1-12.0.3.jar |Storage Drawers |storagedrawers |12.0.3 |COMMON_SET|Manifest: NOSIGNATURE FluxNetworks-1.20.1-7.2.1.15.jar |Flux Networks |fluxnetworks |7.2.1.15 |COMMON_SET|Manifest: NOSIGNATURE DiagonalFences-v8.1.4-1.20.1-Forge.jar |Diagonal Fences |diagonalfences |8.1.4 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |COMMON_SET|Manifest: NOSIGNATURE immersiveores-1.20.1-0.7.jar |ImmersiveOres |immersiveores |1.20.1-0.7 |COMMON_SET|Manifest: NOSIGNATURE lios_overhauled_villages-1.18.2-1.20.4-v0.0.3.jar |Lio's Overhauled Villages |lios_overhauled_villages |0.0.3-1.18.2-1.20.4-|COMMON_SET|Manifest: NOSIGNATURE quartz-1.20.1-0.2.0-alpha.0.1.jar |Quartz |quartz |0.2.0-alpha.0.1 |COMMON_SET|Manifest: NOSIGNATURE automobility-0.4.2+1.20.1-forge.jar |Automobility |automobility |0.4.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a functionalstorage-1.20.1-1.2.10.jar |Functional Storage |functionalstorage |1.20.1-1.2.10 |COMMON_SET|Manifest: NOSIGNATURE Gunners-Forge-1.20.1-0.0.2.jar |Gunners |gunners |0.0.2 |COMMON_SET|Manifest: NOSIGNATURE BotanyPotsOrePlanting-Forge-7.9.0+1.20.1.jar |Botany Pots Ore Planting |botany_pots_ore_planting |7.9.0 |COMMON_SET|Manifest: NOSIGNATURE jsonwrangler-forge-1.20.1-1.0.1.jar |JsonWrangler |jsonwrangler |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE God Mode Mod 3.6.8 (1.20.1 RELEASE).jar |God Mode Mod |god_mode_mod |3.7 |COMMON_SET|Manifest: NOSIGNATURE supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE MythicWeapons-1.0.3+1.21.1.jar |Mythic Weapons |mythic_weapons |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE walmart-1.1.jar |Walmart |walmart |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes |additionalentityattributes |1.4.0.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |COMMON_SET|Manifest: NOSIGNATURE irons_spellbooks-1.20.1-3.1.4.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.20.1-3.1.4 |COMMON_SET|Manifest: NOSIGNATURE botarium-forge-1.20.1-2.3.3.jar |Botarium |botarium |2.3.3 |COMMON_SET|Manifest: NOSIGNATURE extratrades-1.20.1-1.2.jar |Extra Trades |extratrades |1.20.1-1.2 |COMMON_SET|Manifest: NOSIGNATURE cagerium-1.20.1-1.1.9.jar |cagerium |cagerium |1.20.1-1.1.9 |COMMON_SET|Manifest: NOSIGNATURE the_awakening_of_the_elder_souls-0.0.6.jar |The Awakening of the Elder Sou|the_awakening_of_the_elder_sou|0.0.6 |COMMON_SET|Manifest: NOSIGNATURE apoli-forge-1.20.1-2.9.0.4.jar |Apoli |apoli |1.20.1-2.9.0.4 |COMMON_SET|Manifest: NOSIGNATURE sound-physics-remastered-forge-1.20.1-1.3.1.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.3.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |COMMON_SET|Manifest: NOSIGNATURE cabletiers-1.20.1-1.2.2.jar |Cable Tiers |cabletiers |1.20.1-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE bagus_lib-1.20.1-4.6.0.jar |Bagus Lib |bagus_lib |1.20.1-4.6.0 |COMMON_SET|Manifest: NOSIGNATURE rangedpumps-1.1.0.jar |Ranged Pumps |rangedpumps |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE guardvillagers-1.20.1-1.6.5.jar |Guard Villagers |guardvillagers |1.20.1-1.6.5 |COMMON_SET|Manifest: NOSIGNATURE oregrowth-1.0.11a-forge-mc1.20.1.jar |Ore Growth |oregrowth |1.0.11a |COMMON_SET|Manifest: NOSIGNATURE balm-forge-1.20.1-7.2.2.jar |Balm |balm |7.2.2 |COMMON_SET|Manifest: NOSIGNATURE bad_npcs-3.0.beta.jar |Bad NPCs |bad_npcs |3.0.beta |COMMON_SET|Manifest: NOSIGNATURE fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |COMMON_SET|Manifest: NOSIGNATURE immersive_armors-1.6.1+1.20.1-forge.jar |Immersive Armors |immersive_armors |1.6.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughResources-1.20.1-1.4.0.247.jar |Just Enough Resources |jeresources |1.4.0.247 |COMMON_SET|Manifest: NOSIGNATURE ctov-forge-3.4.3.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.3 |COMMON_SET|Manifest: NOSIGNATURE AutoLeveling-1.20-1.19b.jar |Auto Leveling |autoleveling |1.19b |COMMON_SET|Manifest: NOSIGNATURE Emojiful-Forge-1.20.1-4.2.0.jar |Emojiful |emojiful |4.2.0 |COMMON_SET|Manifest: NOSIGNATURE athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |COMMON_SET|Manifest: NOSIGNATURE terrablender-bridge-1.10.1+1.20.1.jar |Connector Extras Terrablender |connectorextras_terrablender_b|1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE alltheores-1.20.1-47.1.3-2.2.3.jar |AllTheOres |alltheores |2.2.3 |COMMON_SET|Manifest: NOSIGNATURE torchmaster-20.1.6.jar |Torchmaster |torchmaster |20.1.6 |COMMON_SET|Manifest: NOSIGNATURE MMCooking-1.20.1-2.1.jar |Multipart Machines: Cooking |mm_cooking |2.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |COMMON_SET|Manifest: NOSIGNATURE MoreBows-1.0.13+1.20.x.forge.jar |More Bows Restrung |morebows |1.0.13 |COMMON_SET|Manifest: NOSIGNATURE BotanyTrees-Forge-1.20.1-9.0.11.jar |BotanyTrees |botanytrees |9.0.11 |COMMON_SET|Manifest: NOSIGNATURE explorify-v1.4.0.jar |Explorify |explorify |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE Loot Crates Plus FORGE V1.11 (1.20.1).jar |LootBoxesPlus |lootboxesplus |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE ironfurnaces-1.20.1-4.1.6.jar |Iron Furnaces |ironfurnaces |4.1.6 |COMMON_SET|Manifest: NOSIGNATURE do_a_barrel_roll-forge-3.5.5+1.20.1.jar |Do a Barrel Roll |do_a_barrel_roll |3.5.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE [1.20.1 ONLY]_Many_More_Ores_2.0_Full_Release.jar.|Many More Ores |many_more_ores |2.01.20. |COMMON_SET|Manifest: NOSIGNATURE supermartijn642corelib-1.1.17-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.17 |COMMON_SET|Manifest: NOSIGNATURE YungsBridges-1.20-Forge-4.0.3.jar |YUNG's Bridges |yungsbridges |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.20.1-2.1.2.jar |Resourcefulconfig |resourcefulconfig |2.1.2 |COMMON_SET|Manifest: NOSIGNATURE MysticalAdaptations-1.20.1-1.0.1.jar |Mystical Adaptations |mysticaladaptations |1.20.1-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgriculture-1.20.1-7.0.11.jar |Mystical Agriculture |mysticalagriculture |7.0.11 |COMMON_SET|Manifest: NOSIGNATURE MysticalAgradditions-1.20.1-7.0.3.jar |Mystical Agradditions |mysticalagradditions |7.0.3 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-5.9.0+1.20.1.jar |Curios API |curios |5.9.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE origins-forge-1.20.1-1.10.0.8-all.jar |Origins |origins |1.20.1-1.10.0.8 |COMMON_SET|Manifest: NOSIGNATURE workers-1.20.1-1.7.7.jar |Workers Mod |workers |1.7.7 |COMMON_SET|Manifest: NOSIGNATURE Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE pointblank-1.20.1-1.2.4.jar |Point Blank |pointblank |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE gottschcore-1.20.1-2.1.0.jar |GottschCore |gottschcore |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-entity-events-v1-1.6.0+6274ab9d77.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+6274ab9d77 |COMMON_SET|Manifest: NOSIGNATURE celestisynth-1.20.1-1.2.2.jar |Celestisynth |celestisynth |1.20.1-1.2.2 |COMMON_SET|Manifest: NOSIGNATURE MMStorage-1.20.1-2.0.jar |Multipart Machines: Storage |mm_storage |2.0 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |COMMON_SET|Manifest: NOSIGNATURE doubledoors-1.20.1-5.5.jar |Double Doors |doubledoors |5.5 |COMMON_SET|Manifest: NOSIGNATURE lootbundles-1.20.1-1.0.6.jar |Loot Bundles |lootbundles |1.20.1-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE treeharvester-1.20.1-8.7.jar |Tree Harvester |treeharvester |8.7 |COMMON_SET|Manifest: NOSIGNATURE fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |COMMON_SET|Manifest: NOSIGNATURE jei-1.20.1-forge-15.3.0.4.jar |Just Enough Items |jei |15.3.0.4 |COMMON_SET|Manifest: NOSIGNATURE appliedenergistics2-forge-15.1.1.jar |Applied Energistics 2 |ae2 |15.1.1 |COMMON_SET|Manifest: NOSIGNATURE AE2-Things-1.2.1.jar |AE2 Things |ae2things |1.2.1 |COMMON_SET|Manifest: NOSIGNATURE lithostitched-forge-1.20.1-1.1.5.jar |Lithostitched |lithostitched |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE Pehkui-3.8.0+1.20.1-forge.jar |Pehkui |pehkui |3.8.0+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE bdlib-1.27.0.8-mc1.20.1.jar |BdLib |bdlib |1.27.0.8 |COMMON_SET|Manifest: NOSIGNATURE fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |COMMON_SET|Manifest: NOSIGNATURE fabric-renderer-indigo-1.5.1+67f9824077.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.1+67f9824077 |COMMON_SET|Manifest: NOSIGNATURE travelersbackpack-forge-1.20.1-9.1.14.jar |Traveler's Backpack |travelersbackpack |9.1.14 |COMMON_SET|Manifest: NOSIGNATURE MMMining-1.20.1-1.3.jar |Multipart Machines: Mining |mm_mining |1.3 |COMMON_SET|Manifest: NOSIGNATURE LibX-1.20.1-5.0.12.jar |LibX |libx |1.20.1-5.0.12 |COMMON_SET|Manifest: NOSIGNATURE SimplyTools-1.20.1-2.0.5.jar |Simply Tools |simplytools |1.20.1-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE AdHooks-1.20.1-10.1.0.1-build.0276.jar |Advanced Hook Launchers |adhooks |10.1.0.1 |COMMON_SET|Manifest: NOSIGNATURE geckolib-fabric-compat-1.10.1+1.20.1.jar |Connector Extras Geckolib-Fabr|connectorextras_geckolib_fabri|1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE oceanvillagertrader-1.0.0.jar |OceanVillagerTrader |oceanvillagertrader |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE mythicmounts-20.1-7.4.2-forge.jar |MythicMounts |mythicmounts |20.1-7.4.2-forge |COMMON_SET|Manifest: NOSIGNATURE imst-2.1.0.jar |Immersive Structures |imst |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar |When Dungeons Arise: Seven Sea|dungeons_arise_seven_seas |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE forge-1.20.1-47.2.0-universal.jar |Forge |forge |47.2.0 |COMMON_SET|Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 right_click_get_crops-1.20.1-1.6.0.12.jar |Right Click, Get Crops |right_click_get_crops |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE cofh_core-1.20.1-11.0.0.51.jar |CoFH Core |cofh_core |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE thermal_core-1.20.1-11.0.2.18.jar |Thermal Series |thermal |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE silent-gear-1.20.1-3.6.3.jar |Silent Gear |silentgear |3.6.3 |COMMON_SET|Manifest: NOSIGNATURE thermal_foundation-1.20.1-11.0.2.64.jar |Thermal Foundation |thermal_foundation |11.0.2 |COMMON_SET|Manifest: NOSIGNATURE JsonThings-1.20.1-0.9.1.jar |Json Things |jsonthings |0.9.1 |COMMON_SET|Manifest: NOSIGNATURE Mekanism-1.20.1-10.4.6.20.jar |Mekanism |mekanism |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE MekanismWeapons-1.20.1-1.5.jar |Mekanism: Weapons |mekaweapons |1.5 |COMMON_SET|Manifest: NOSIGNATURE MekanismGenerators-1.20.1-10.4.6.20.jar |Mekanism: Generators |mekanismgenerators |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE mekanism-ad-astra-ores-0.3.0.jar |Mekanism: Ad Astra Ores |mekanismaaa |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE ZeroCore2-1.20.1-2.1.41.jar |Zero CORE 2 |zerocore |1.20.1-2.1.41 |COMMON_SET|Manifest: NOSIGNATURE fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |COMMON_SET|Manifest: NOSIGNATURE MouseTweaks-forge-mc1.20-2.25.jar |Mouse Tweaks |mousetweaks |2.25 |COMMON_SET|Manifest: NOSIGNATURE bettercombat-forge-1.8.5+1.20.1.jar |Better Combat |bettercombat |1.8.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeonnether-forge-1.20.1-3.1.1.jar |Awesome dungeon nether |awesomedungeonnether |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE createoreexcavation-1.20-1.4.3.jar |Create Ore Excavation |createoreexcavation |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE jet_and_elias_armors-1.4-1.20.1-CF.jar |Jet and Elia's Armors |jet_and_elias_armors |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Gamma_creatures_mod_1.0.1.jar |Gamma creatures |gamma_beasts |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE jei-bridge-1.10.1+1.20.1.jar |Connector Extras JEI Bridge |connectorextras_jei_bridge |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ceilingtorch-1.20.1-1.28.jar |Ceiling Torch |ceilingtorch |1.28 |COMMON_SET|Manifest: NOSIGNATURE e4mc-4.0.1+1.19.4-forge.jar |e4mc |e4mc_minecraft |4.0.1 |COMMON_SET|Manifest: NOSIGNATURE kffmod-4.10.0.jar |Kotlin For Forge |kotlinforforge |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE dimdungeons-191-forge-1.20.1.jar |Dimensional Dungeons |dimdungeons |191 |COMMON_SET|Manifest: NOSIGNATURE ecologics-forge-1.20.1-2.2.0.jar |Ecologics |ecologics |2.2.0 |COMMON_SET|Manifest: NOSIGNATURE Xaeros_Minimap_24.1.1_Forge_1.20.jar |Xaero's Minimap |xaerominimap |24.1.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |COMMON_SET|Manifest: NOSIGNATURE Zeta-1.0-16.jar |Zeta |zeta |1.0-16 |COMMON_SET|Manifest: NOSIGNATURE lynx_mod_new-1.0.0(2).jar |Lynx Mod New |lynx_mod_new |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE immersivetools-5.1.0.jar |survival+++++++++++++++++MOD |survivalmod |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE entityculling-forge-1.6.2-mc1.20.1.jar |EntityCulling |entityculling |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v8.1.18-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.18 |COMMON_SET|Manifest: 9a:09:85:98:65:c4:8c:11:c5:49:f6:d6:33:23:39:df:8d:b4:ff:92:84:b8:bd:a5:83:9f:ac:7f:2a:d1:4b:6a denseores-1.20.1-1.2.2.jar |Dense Ores |denseores |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE Aquaculture-1.20.1-2.5.1.jar |Aquaculture 2 |aquaculture |2.5.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |COMMON_SET|Manifest: NOSIGNATURE villagesecurity-1.2-1.20.1.jar |Tightened Village Security |villagesecurity |1.2-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE UncraftingTable-forge-1.3.4.jar |Uncrafting Table |uncraftingtable76 |1.3.4 |COMMON_SET|Manifest: NOSIGNATURE mcpitanlib-2.2.4-1.20.1-forge.jar |MCPitanLib |mcpitanlib |2.2.4-1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE farlanders-1.20.1-1.4.1.jar |The Farlanders |farlanders |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE cristellib-1.1.5-forge.jar |Cristel Lib |cristellib |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE CyclopsCore-1.20.1-1.19.1.jar |Cyclops Core |cyclopscore |1.19.1 |COMMON_SET|Manifest: NOSIGNATURE randomloot-0.0.0.jar |RandomLoot 2 |randomloot |0.0.0 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE netherportalfix-forge-1.20-13.0.1.jar |NetherPortalFix |netherportalfix |13.0.1 |COMMON_SET|Manifest: NOSIGNATURE aiotbotania-1.20.1-4.0.5.jar |AIOT Botania |aiotbotania |1.20.1-4.0.5 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.20.1-4.4.4.jar |GeckoLib 4 |geckolib |4.4.4 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-3.0.2-forge.jar |Creeper Overhaul |creeperoverhaul |3.0.2 |COMMON_SET|Manifest: NOSIGNATURE ars_nouveau-1.20.1-4.10.0-all.jar |Ars Nouveau |ars_nouveau |4.10.0 |COMMON_SET|Manifest: NOSIGNATURE ars_elemental-1.20.1-0.6.5.jar |Ars Elemental |ars_elemental |1.20.1-0.6.5 |COMMON_SET|Manifest: NOSIGNATURE aether-1.20.1-1.4.2-neoforge.jar |The Aether |aether |1.20.1-1.4.2-neoforg|COMMON_SET|Manifest: NOSIGNATURE mushroom_villager_trader-1.0.0.jar |Mushroom Villager Trader |mushroom_villager_trader |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE immersive_aircraft-0.7.5+1.20.1-forge.jar |Immersive Aircraft |immersive_aircraft |0.7.5+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE hrbsdrills-1.0.1-1.20.1.jar |Drills |hrbsdrills |1.0.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE tools_complement-1.20.1-4.0.0.25.jar |Tool's Complement |tools_complement |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE XaerosWorldMap_1.38.4_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.38.4 |COMMON_SET|Manifest: NOSIGNATURE Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE citadel-2.5.4-1.20.1.jar |Citadel |citadel |2.5.4 |COMMON_SET|Manifest: NOSIGNATURE eeeabsmobs-1.20.1-0.8.jar |EEEAB's Mobs |eeeabsmobs |1.20.1-0.8 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.22.8.jar |Alex's Mobs |alexsmobs |1.22.8 |COMMON_SET|Manifest: NOSIGNATURE iceandfire-2.1.13-1.20.1-beta-4.jar |Ice and Fire |iceandfire |2.1.13-1.20.1-beta-4|COMMON_SET|Manifest: NOSIGNATURE iwannaskate-1.2.0.jar |I Wanna Skate |iwannaskate |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.3.5.jar |MixinExtras |mixinextras |0.3.5 |COMMON_SET|Manifest: NOSIGNATURE continuity-compat-1.10.1+1.20.1.jar |Connector Extras Continuity Co|connectorextras_continuity_com|1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE Murvel V2.8.5.jar |Murvel |murvel |2.7.0 |COMMON_SET|Manifest: NOSIGNATURE dragonmounts-1.20.1-1.2.1-beta.jar |Dragon Mounts: Legacy |dragonmounts |1.2.1-beta |COMMON_SET|Manifest: NOSIGNATURE dummmmmmy-1.20-1.8.14.jar |MmmMmmMmmmmm |dummmmmmy |1.20-1.8.14 |COMMON_SET|Manifest: NOSIGNATURE fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.20.1-4.3.2145-universal.jar |The Twilight Forest |twilightforest |4.3.2145 |COMMON_SET|Manifest: NOSIGNATURE mob_grinding_utils-1.20.1-1.1.0.jar |Mob Grinding Utils |mob_grinding_utils |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE cosmos-library-1.20.1-10.5.1.0-universal.jar |Cosmos Library |cosmoslibrary |10.5.1.0 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.20.1-1.2.4.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.4 |COMMON_SET|Manifest: NOSIGNATURE ender_dragon_loot_-1.6.2.jar |Ender Dragon Loot 1.18.2 |ender_dragon_loot_ |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE MekanismAdditions-1.20.1-10.4.6.20.jar |Mekanism: Additions |mekanismadditions |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.1.1-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE mcwfencesbop-1.20-1.0.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.0 |COMMON_SET|Manifest: NOSIGNATURE mining-dimension-forge-1.20.1-1.1.0.jar |Advanced Mining Dimension |mining_dimension |1.20.1-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE colorfulhearts-forge-1.20.1-4.0.4.jar |Colorful Hearts |colorfulhearts |4.0.4 |COMMON_SET|Manifest: NOSIGNATURE wirelesschargers-1.0.9a-forge-mc1.20.jar |Wireless Chargers |wirelesschargers |1.0.9a |COMMON_SET|Manifest: NOSIGNATURE reach-entity-attributes-2.4.0.jar |Reach Entity Attributes |reach_entity_attributes |2.4.0 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE ars_trinkets-1.20.1-3.0.1.jar |Ars Nouveau Trinkets |ars_trinkets |1.20.1-3.0.1 |COMMON_SET|Manifest: NOSIGNATURE ars_additions-1.20.1-1.3.4.jar |Ars Additions |ars_additions |1.20.1-1.3.4 |COMMON_SET|Manifest: NOSIGNATURE lucky_blocks_ultimate_2_0.5_1.20.1.jar |Lucky Blocks Ultimate 2 |lucky_blocks_ultimate_2 |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE collective-1.20.1-7.56.jar |Collective |collective |7.56 |COMMON_SET|Manifest: NOSIGNATURE thermal_expansion-1.20.1-11.0.0.27.jar |Thermal Expansion |thermal_expansion |11.0.0 |COMMON_SET|Manifest: NOSIGNATURE witherstormmod-1.20.1-4.0.1.1.jar |Cracker's Wither Storm Mod |witherstormmod |4.0.1.1 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.20.1-2.1.24.jar |Resourceful Lib |resourcefullib |2.1.24 |COMMON_SET|Manifest: NOSIGNATURE MekanismTools-1.20.1-10.4.6.20.jar |Mekanism: Tools |mekanismtools |10.4.6 |COMMON_SET|Manifest: NOSIGNATURE architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE ae2wtlib-15.2.3-forge.jar |AE2WTLib |ae2wtlib |15.2.3-forge |COMMON_SET|Manifest: NOSIGNATURE justhammers-forge-2.0.3+mc1.20.1.jar |Just Hammers |justhammers |2.0.3+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |COMMON_SET|Manifest: NOSIGNATURE ConnectorExtras-1.10.1+1.20.1.jar |Connector Extras |connectorextras |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE ExtremeReactors2-1.20.1-2.0.77.jar |Extreme Reactors |bigreactors |1.20.1-2.0.77 |COMMON_SET|Manifest: NOSIGNATURE trashcans-1.0.18b-forge-mc1.20.jar |Trash Cans |trashcans |1.0.18b |COMMON_SET|Manifest: NOSIGNATURE fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |COMMON_SET|Manifest: NOSIGNATURE smallships-forge-1.20.1-2.0.0-b1.1.jar |Small Ships |smallships |2.0.0-b1.1 |COMMON_SET|Manifest: NOSIGNATURE Towns-and-Towers-1.12-Fabric+Forge.jar |Towns and Towers |t_and_t |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |COMMON_SET|Manifest: NOSIGNATURE Silence's Turrets.jar |Silence's Turrets |silence_s_defense_tower |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE ExtraArmor-1.20.1-1.17.4.jar |Extra Armor |extraarmor |1.17.3 |COMMON_SET|Manifest: NOSIGNATURE create_haven-0.0.7-1.20.1.jar |Create Haven Qualities |createhaven |0.0.7 |COMMON_SET|Manifest: NOSIGNATURE Cucumber-1.20.1-7.0.8.jar |Cucumber Library |cucumber |7.0.8 |COMMON_SET|Manifest: NOSIGNATURE matc-1.6.0.jar |Mystical Agriculture Tiered Cr|matc |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE riskofrain_mobs-1.20.1-1.1.2.jar |Risk of Rain Mobs |riskofrain_mobs |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE awesomedungeonend-forge-1.20.1-3.1.1.jar |Awesome dungeon the end |awesomedungeonend |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE sophisticatedstorage-1.20.1-0.10.21.793.jar |Sophisticated Storage |sophisticatedstorage |0.10.21.793 |COMMON_SET|Manifest: NOSIGNATURE item-filters-forge-2001.1.0-build.59.jar |Item Filters |itemfilters |2001.1.0-build.59 |COMMON_SET|Manifest: NOSIGNATURE CuriosQuarkOBP-1.20.1-1.2.5.jar |Curios Quark Oddities Backpack|curiosquarkobp |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE create-1.20.1-0.5.1.f.jar |Create |create |0.5.1.f |COMMON_SET|Manifest: NOSIGNATURE occultcreate-1.20.1-1.0.1.jar |Occult Creations |occultcreate |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE waystones-forge-1.20-14.1.3.jar |Waystones |waystones |14.1.3 |COMMON_SET|Manifest: NOSIGNATURE AgeOfWeapons-Reforged-1.20.x-(v.1.3.2).jar |Age of Weapons - Reforged |ageofweapons |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE weaponthrow-1.20.1-6.0-beta.1.jar |Weapon Throw |weaponthrow |1.20.1-6.0-beta.1 |COMMON_SET|Manifest: NOSIGNATURE FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE Dungeon Crawl-1.20.1-2.3.14.jar |Dungeon Crawl |dungeoncrawl |2.3.14 |COMMON_SET|Manifest: NOSIGNATURE roost_ultimate-curse-1.20.1-2.5.0.jar |Roost Ultimate |chicken_roost |2.5.0 |COMMON_SET|Manifest: NOSIGNATURE mcjtylib-1.20-8.0.4.jar |McJtyLib |mcjtylib |1.20-8.0.4 |COMMON_SET|Manifest: NOSIGNATURE rftoolsbase-1.20-5.0.3.jar |RFToolsBase |rftoolsbase |1.20-5.0.3 |COMMON_SET|Manifest: NOSIGNATURE rftoolspower-1.20-6.0.2.jar |RFToolsPower |rftoolspower |1.20-6.0.2 |COMMON_SET|Manifest: NOSIGNATURE rftoolsbuilder-1.20-6.0.5.jar |RFToolsBuilder |rftoolsbuilder |1.20-6.0.5 |COMMON_SET|Manifest: NOSIGNATURE rftoolsdim-1.20-11.0.6.jar |RFToolsDimensions |rftoolsdim |1.20-11.0.6 |COMMON_SET|Manifest: NOSIGNATURE rftoolsstorage-1.20-5.0.3.jar |RFToolsStorage |rftoolsstorage |1.20-5.0.3 |COMMON_SET|Manifest: NOSIGNATURE rftoolscontrol-1.20-7.0.2.jar |RFToolsControl |rftoolscontrol |1.20-7.0.2 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterDesertTemples-1.20-Forge-3.0.3.jar |YUNG's Better Desert Temples |betterdeserttemples |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE mahoutsukai-1.20.1-v1.34.62.jar |Mahou Tsukai |mahoutsukai |1.20.1-v1.34.62 |COMMON_SET|Manifest: NOSIGNATURE DistantHorizons-2.0.1-a-1.20.1.jar |Distant Horizons |distanthorizons |2.0.1-a |COMMON_SET|Manifest: NOSIGNATURE Terralith_1.20.4_v2.4.11.jar |Terralith |terralith |2.4.11 |COMMON_SET|Manifest: NOSIGNATURE castle_dungeons-4.0.0-1.20-forge.jar |Castle Dungeons |castle_dungeons |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE SimpleResourceGeneratorsJAR1.12.jar |Simple Resource Generators |simple_resource_generators |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |COMMON_SET|Manifest: NOSIGNATURE craziness_awakened-1.56.jar |Craziness Awakened |craziness_awakened |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE rftoolsutility-1.20-6.0.6.jar |RFToolsUtility |rftoolsutility |1.20-6.0.6 |COMMON_SET|Manifest: NOSIGNATURE alexscaves-1.1.4.jar |Alex's Caves |alexscaves |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE moonlight-1.20-2.11.14-forge.jar |Moonlight Library |moonlight |1.20-2.11.14 |COMMON_SET|Manifest: NOSIGNATURE ToolBelt-1.20-1.20.0.jar |Tool Belt |toolbelt |1.20.0 |COMMON_SET|Manifest: NOSIGNATURE titanium-1.20.1-3.8.27.jar |Titanium |titanium |3.8.27 |COMMON_SET|Manifest: NOSIGNATURE RegionsUnexploredForge-0.5.5+1.20.1.jar |Regions Unexplored |regions_unexplored |0.5.5 |COMMON_SET|Manifest: NOSIGNATURE morebowsandarrows-merged-1.20.1-3.0.1.jar |MoreBowsAndArrows |morebowsandarrows |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE silent-lib-1.20.1-8.0.0.jar |Silent Lib |silentlib |8.0.0 |COMMON_SET|Manifest: NOSIGNATURE mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE snowyspirit-1.20-3.0.6.jar |Snowy Spirit |snowyspirit |1.20-3.0.6 |COMMON_SET|Manifest: NOSIGNATURE weaponmaster-1.4.2-1.20.1.jar |Weapon Master |weaponmaster |1.4.2-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE car-forge-1.20.1-1.0.17.jar |Ultimate Car Mod |car |1.20.1-1.0.17 |COMMON_SET|Manifest: NOSIGNATURE plane-1.20.1-1.0.6.jar |Ultimate Plane Mod |plane |1.20.1-1.0.6 |COMMON_SET|Manifest: NOSIGNATURE extragolems-20.1.0.2.jar |Extra Golems |golems |20.1.0.2 |COMMON_SET|Manifest: NOSIGNATURE Quark-4.0-441.jar |Quark |quark |4.0-441 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.20-2.8.10.jar |Supplementaries |supplementaries |1.20-2.8.10 |COMMON_SET|Manifest: NOSIGNATURE ascended_quark-1.20.1-1.0.2.jar |Ascended Quark |ascended_quark |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE extended_silence-3.4.jar |Extended Silence |extended_silence |3.4 |COMMON_SET|Manifest: NOSIGNATURE immersive_paintings-0.6.7+1.20.1-forge.jar |Immersive Paintings |immersive_paintings |0.6.7+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE JustEnoughMekanismMultiblocks-1.20.1-4.2.jar |Just Enough Mekanism Multibloc|jei_mekanism_multiblocks |4.2 |COMMON_SET|Manifest: NOSIGNATURE Applied-Botanics-forge-1.5.0.jar |Applied Botanics |appbot |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE modonomicon-1.20.1-forge-1.70.0.jar |Modonomicon |modonomicon |1.70.0 |COMMON_SET|Manifest: NOSIGNATURE coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |COMMON_SET|Manifest: NOSIGNATURE moredragoneggs-4.0.jar |More Dragon Eggs |moredragoneggs |4.0 |COMMON_SET|Manifest: NOSIGNATURE customoreveins-1.20-1.0.0-forge.jar |Custom Ore Veins |customoreveins |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE regionaloreveins-1.20.1-1.0.0.jar |Regional Ore Veins |regionaloreveins |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE refinedstorageaddons-0.10.0.jar |Refined Storage Addons |refinedstorageaddons |0.10.0 |COMMON_SET|Manifest: NOSIGNATURE Applied-Mekanistics-1.4.2.jar |Applied Mekanistics |appmek |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE expandability-9.0.4.jar |ExpandAbility |expandability |9.0.4 |COMMON_SET|Manifest: NOSIGNATURE emi-bridge-1.10.1+1.20.1.jar |Connector Extras EMI Bridge |connectorextras_emi_bridge |1.10.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |COMMON_SET|Manifest: NOSIGNATURE fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |COMMON_SET|Manifest: NOSIGNATURE Flywheel Backend: Uninitialized Crash Report UUID: b1e04e19-f341-429f-961c-adf5d4ae3101 FML: 47.2 Forge: net.minecraftforge:47.2.0
  7. Today
  8. flush now [Loading] INITIALIZING Starting TLauncher 2.919 PRERELEASE For more information, visit https://tlauncher.org/ Startup time: 3 may. 2024 15:06:47 Running folder C:\Users\Adriano\AppData\Roaming\.tlauncher\starter --- default protocol handler for protocol {} not available https default protocol handler for protocol {} not available http [Loading] LOADING_CONFIGURATION Machine info: ------------------------------------------------------- Windows 10 10.0, Java 17.0.10, jvm bit x64, 16233 MB RAM java path=C:\Users\Adriano\AppData\Roaming\.tlauncher\starter\jre_default\jre-17.0.10-windows-x64\bin\javaw.exe Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz ------------------------------------------------------- Selected locale: es Locale sq doesn't contain key lot.games.category.number.german Locale bs_LATN doesn't contain key lot.games.category.number.german Locale bg doesn't contain key lot.games.category.number.german Locale hr doesn't contain key lot.games.category.number.german Locale cs doesn't contain key lot.games.category.number.german Locale de doesn't contain key lot.games.category.number.german Locale nl doesn't contain key lot.games.category.number.german Locale es doesn't contain key lot.games.category.number.german Locale fil doesn't contain key lot.games.category.number.german Locale fr doesn't contain key lot.games.category.number.german Locale el doesn't contain key lot.games.category.number.german Locale hu doesn't contain key lot.games.category.number.german Locale id doesn't contain key lot.games.category.number.german Locale it doesn't contain key lot.games.category.number.german Locale lv doesn't contain key lot.games.category.number.german Locale lt doesn't contain key lot.games.category.number.german Locale mk doesn't contain key lot.games.category.number.german Locale ms doesn't contain key lot.games.category.number.german Locale mn doesn't contain key lot.games.category.number.german Locale nb_NO doesn't contain key lot.games.category.number.german Locale pl doesn't contain key lot.games.category.number.german Locale pt doesn't contain key lot.games.category.number.german Locale ro doesn't contain key lot.games.category.number.german Locale sr_CYRL doesn't contain key lot.games.category.number.german Locale sk doesn't contain key lot.games.category.number.german Locale tr doesn't contain key lot.games.category.number.german Locale ua doesn't contain key lot.games.category.number.german Locale vi doesn't contain key lot.games.category.number.german Locale zh_CN doesn't contain key lot.games.category.number.german Locale zh_TW doesn't contain key lot.games.category.number.german Locale sq doesn't contain key lot.games.category.number.spanish Locale bs_LATN doesn't contain key lot.games.category.number.spanish Locale bg doesn't contain key lot.games.category.number.spanish Locale hr doesn't contain key lot.games.category.number.spanish Locale cs doesn't contain key lot.games.category.number.spanish Locale de doesn't contain key lot.games.category.number.spanish Locale nl doesn't contain key lot.games.category.number.spanish Locale es doesn't contain key lot.games.category.number.spanish Locale fil doesn't contain key lot.games.category.number.spanish Locale fr doesn't contain key lot.games.category.number.spanish Locale el doesn't contain key lot.games.category.number.spanish Locale hu doesn't contain key lot.games.category.number.spanish Locale id doesn't contain key lot.games.category.number.spanish Locale it doesn't contain key lot.games.category.number.spanish Locale lv doesn't contain key lot.games.category.number.spanish Locale lt doesn't contain key lot.games.category.number.spanish Locale mk doesn't contain key lot.games.category.number.spanish Locale ms doesn't contain key lot.games.category.number.spanish Locale mn doesn't contain key lot.games.category.number.spanish Locale nb_NO doesn't contain key lot.games.category.number.spanish Locale pl doesn't contain key lot.games.category.number.spanish Locale pt doesn't contain key lot.games.category.number.spanish Locale ro doesn't contain key lot.games.category.number.spanish Locale sr_CYRL doesn't contain key lot.games.category.number.spanish Locale sk doesn't contain key lot.games.category.number.spanish Locale tr doesn't contain key lot.games.category.number.spanish Locale ua doesn't contain key lot.games.category.number.spanish Locale vi doesn't contain key lot.games.category.number.spanish Locale zh_CN doesn't contain key lot.games.category.number.spanish Locale zh_TW doesn't contain key lot.games.category.number.spanish Locale sq doesn't contain key lot.games.category.number.russian Locale bs_LATN doesn't contain key lot.games.category.number.russian Locale bg doesn't contain key lot.games.category.number.russian Locale hr doesn't contain key lot.games.category.number.russian Locale cs doesn't contain key lot.games.category.number.russian Locale de doesn't contain key lot.games.category.number.russian Locale nl doesn't contain key lot.games.category.number.russian Locale es doesn't contain key lot.games.category.number.russian Locale fil doesn't contain key lot.games.category.number.russian Locale fr doesn't contain key lot.games.category.number.russian Locale el doesn't contain key lot.games.category.number.russian Locale hu doesn't contain key lot.games.category.number.russian Locale id doesn't contain key lot.games.category.number.russian Locale it doesn't contain key lot.games.category.number.russian Locale lv doesn't contain key lot.games.category.number.russian Locale lt doesn't contain key lot.games.category.number.russian Locale mk doesn't contain key lot.games.category.number.russian Locale ms doesn't contain key lot.games.category.number.russian Locale mn doesn't contain key lot.games.category.number.russian Locale nb_NO doesn't contain key lot.games.category.number.russian Locale pl doesn't contain key lot.games.category.number.russian Locale pt doesn't contain key lot.games.category.number.russian Locale ro doesn't contain key lot.games.category.number.russian Locale sr_CYRL doesn't contain key lot.games.category.number.russian Locale sk doesn't contain key lot.games.category.number.russian Locale tr doesn't contain key lot.games.category.number.russian Locale ua doesn't contain key lot.games.category.number.russian Locale vi doesn't contain key lot.games.category.number.russian Locale zh_CN doesn't contain key lot.games.category.number.russian Locale zh_TW doesn't contain key lot.games.category.number.russian Locale sq doesn't contain key lot.games.category.number.french Locale bs_LATN doesn't contain key lot.games.category.number.french Locale bg doesn't contain key lot.games.category.number.french Locale hr doesn't contain key lot.games.category.number.french Locale cs doesn't contain key lot.games.category.number.french Locale de doesn't contain key lot.games.category.number.french Locale nl doesn't contain key lot.games.category.number.french Locale es doesn't contain key lot.games.category.number.french Locale fil doesn't contain key lot.games.category.number.french Locale fr doesn't contain key lot.games.category.number.french Locale el doesn't contain key lot.games.category.number.french Locale hu doesn't contain key lot.games.category.number.french Locale id doesn't contain key lot.games.category.number.french Locale it doesn't contain key lot.games.category.number.french Locale lv doesn't contain key lot.games.category.number.french Locale lt doesn't contain key lot.games.category.number.french Locale mk doesn't contain key lot.games.category.number.french Locale ms doesn't contain key lot.games.category.number.french Locale mn doesn't contain key lot.games.category.number.french Locale nb_NO doesn't contain key lot.games.category.number.french Locale pl doesn't contain key lot.games.category.number.french Locale pt doesn't contain key lot.games.category.number.french Locale ro doesn't contain key lot.games.category.number.french Locale sr_CYRL doesn't contain key lot.games.category.number.french Locale sk doesn't contain key lot.games.category.number.french Locale tr doesn't contain key lot.games.category.number.french Locale ua doesn't contain key lot.games.category.number.french Locale vi doesn't contain key lot.games.category.number.french Locale zh_CN doesn't contain key lot.games.category.number.french Locale zh_TW doesn't contain key lot.games.category.number.french Locale fil doesn't contain key button.update.update Locale nb_NO doesn't contain key button.update.update Locale vi doesn't contain key button.update.update Locale sq doesn't contain key lot.games.category.number.english Locale bs_LATN doesn't contain key lot.games.category.number.english Locale bg doesn't contain key lot.games.category.number.english Locale hr doesn't contain key lot.games.category.number.english Locale cs doesn't contain key lot.games.category.number.english Locale de doesn't contain key lot.games.category.number.english Locale nl doesn't contain key lot.games.category.number.english Locale es doesn't contain key lot.games.category.number.english Locale fil doesn't contain key lot.games.category.number.english Locale fr doesn't contain key lot.games.category.number.english Locale el doesn't contain key lot.games.category.number.english Locale hu doesn't contain key lot.games.category.number.english Locale id doesn't contain key lot.games.category.number.english Locale it doesn't contain key lot.games.category.number.english Locale lv doesn't contain key lot.games.category.number.english Locale lt doesn't contain key lot.games.category.number.english Locale mk doesn't contain key lot.games.category.number.english Locale ms doesn't contain key lot.games.category.number.english Locale mn doesn't contain key lot.games.category.number.english Locale nb_NO doesn't contain key lot.games.category.number.english Locale pl doesn't contain key lot.games.category.number.english Locale pt doesn't contain key lot.games.category.number.english Locale ro doesn't contain key lot.games.category.number.english Locale sr_CYRL doesn't contain key lot.games.category.number.english Locale sk doesn't contain key lot.games.category.number.english Locale tr doesn't contain key lot.games.category.number.english Locale ua doesn't contain key lot.games.category.number.english Locale vi doesn't contain key lot.games.category.number.english Locale zh_CN doesn't contain key lot.games.category.number.english Locale zh_TW doesn't contain key lot.games.category.number.english Locale sq doesn't contain key lot.games.gb Locale bs_LATN doesn't contain key lot.games.gb Locale bg doesn't contain key lot.games.gb Locale hr doesn't contain key lot.games.gb Locale cs doesn't contain key lot.games.gb Locale de doesn't contain key lot.games.gb Locale nl doesn't contain key lot.games.gb Locale es doesn't contain key lot.games.gb Locale fil doesn't contain key lot.games.gb Locale fr doesn't contain key lot.games.gb Locale el doesn't contain key lot.games.gb Locale hu doesn't contain key lot.games.gb Locale id doesn't contain key lot.games.gb Locale it doesn't contain key lot.games.gb Locale lv doesn't contain key lot.games.gb Locale lt doesn't contain key lot.games.gb Locale mk doesn't contain key lot.games.gb Locale ms doesn't contain key lot.games.gb Locale mn doesn't contain key lot.games.gb Locale nb_NO doesn't contain key lot.games.gb Locale pl doesn't contain key lot.games.gb Locale pt doesn't contain key lot.games.gb Locale ro doesn't contain key lot.games.gb Locale sr_CYRL doesn't contain key lot.games.gb Locale sk doesn't contain key lot.games.gb Locale tr doesn't contain key lot.games.gb Locale ua doesn't contain key lot.games.gb Locale zh_CN doesn't contain key lot.games.gb Locale zh_TW doesn't contain key lot.games.gb [Loading] LOADING_CONSOLE [Downloader2] Loaded configuration: good [Browser] Loading resources... [Browser] Cleaning up after loading: Starting garbage collector: 103 / 120 MB Garbage collector completed: 25 / 84 MB [Loading] LOADING_MANAGERS [LocalVersionList] Base directory: C:\Users\Adriano\AppData\Roaming\.minecraft [ProfileManager] Refreshing profiles from: C:\Users\Adriano\AppData\Roaming\.minecraft\TlauncherProfiles.json [AdvertisingStatusObserver] started to get ad information [GsonUtil] request to https://repo.tlauncher.org/update/downloads/libraries/org/tlauncher/authlib/libraries-1.7.json [AdvertisingStatusObserver] finished to get add information save profiles [JFXStartPageLoader] start load page: https://page.tlauncher.org/update/downloads/configs/pages/index_es.html [Loading] LOADING_WINDOW [Browser] Running in JavaFX Thread [Browser] Preparing JavaFX... [Browser] Initializing... [Swing] Favicons loaded: 256px, 128px, 96px, 64px, 48px, 32px, 24px, 16px [Loading] PREPARING_MAINPANE [REPO][SERVER_LIST_REPO] Success: Reached the repo in 481 ms. [Downloader2] Loaded configuration: good [JFXStartPageLoader] succeeded load page: https://page.tlauncher.org/update/downloads/configs/pages/index_es.html during 2 [Browser@1914327852] Loaded successfully: "https://page.tlauncher.org/update/downloads/configs/pages/index_es.html" [Browser] add listens into server_choose [Browser] finished listens into server_choose [Loading] POSTINIT_GUI [Frame] Packing main frame... [Frame] Resizing main pane... Visibility set. [Loading] REFRESHING_INFO Started! (7333 ms.) [Loading] SUCCESS [TLauncher] starter can be closed [VersionManager] Refreshing versions remotely... [TLauncher] show tlauncher!!! [REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/ [REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 529 ms. [REPO][EXTRA_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/ [REPO][SKIN_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/downloads/versions/new5/skin/versions/ [REPO][OFFICIAL_VERSION_REPO] Attempt #1; timeout: 30000 ms; url: https://launchermeta.mojang.com/mc/game/ [REPO][EXTRA_VERSION_REPO] Success: Reached the repo in 203 ms. [ExtraVersionList] Got in 242 ms [REPO][SKIN_VERSION_REPO] Success: Reached the repo in 370 ms. [SkinVersionList] Got in 375 ms [REPO][OFFICIAL_VERSION_REPO] Success: Reached the repo in 769 ms. [OfficialVersionList] Got in 833 ms [VersionManager] Versions has been refreshed (2340 ms) [REPO][ADD_HOT_SERVERS_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/lch/additional_hot_servers-1.0.json run server on 37842 [REPO][ADD_HOT_SERVERS_REPO] Success: Reached the repo in 352 ms. [REPO][HOT_SERVERS_REPO] Attempt #1; timeout: 30000 ms; url: https://repo.tlauncher.org/update/lch/servers/hot_servers-1.0.json [REPO][HOT_SERVERS_REPO] Success: Reached the repo in 357 ms. AccountComboBox.validte pre game launch username Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} TLAUNCHER [TlauncherAuthenticator] Staring to authenticate: Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} [TlauncherAuthenticator] hasUsername: RataSucia128 [TlauncherAuthenticator] hasPassword: false [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] Loggining in with token [TlauncherAuthenticator] Log in successful! [TlauncherAuthenticator] hasUUID: true [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] hasProfiles: true [TlauncherAuthenticator] hasProfile: true [TlauncherAuthenticator] hasProperties: true onAuthPassed saved account Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} save profiles [LoginForm] Login was OK. Trying to launch now. [Launcher] Running under TLauncher 2.919 [Launcher] Collecting info... [TLauncherManager] before clearLibrary [TLauncherManager] written: [] [TLauncherManager] after clearLibrary [Launcher] Force update: false [Launcher] Selected version: iiiiii [Launcher] Selected account: Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} [Launcher] Version sync info: VersionSyncInfo{id='iiiiii', local=CompleteVersion{id='iiiiii', time=Thu Sep 21 14:07:53 PET 2023, release=Fri Aug 05 06:57:05 PET 2022, type=release, class=cpw.mods.bootstraplauncher.BootstrapLauncher, minimumVersion=21, assets='1.19', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@4369e02f, libraries=[Library{name='cpw.mods:securejarhandler:2.1.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-commons:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-tree:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-util:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-analysis:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:accesstransformers:8.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.antlr:antlr4-runtime:4.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:eventbus:6.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:forgespi:6.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:coremods:5.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:modlauncher:10.0.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:unsafe:0.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:core:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:toml:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.jodah:typetools:0.8.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecrell:terminalconsoleappender:1.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-reader:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-terminal:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.spongepowered:mixin:0.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.openjdk.nashorn:nashorn-core:15.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarSelector:0.3.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarMetadata:0.3.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:bootstraplauncher:1.1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarFileSystems:0.3.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlloader:1.19.2-43.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:logging:1.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:blocklist:1.0.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:2.2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.github.oshi:oshi-core:5.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:5.10.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna-platform:5.10.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.slf4j:slf4j-api:1.8.0-beta4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j:70.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:javabridge:1.2.24', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-common:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-buffer:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-codec:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-handler:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-resolver:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-unix-common:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-classes-epoll:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.77.Final:linux-x86_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.77.Final:linux-aarch_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.google.guava:failureaccess:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:31.0.1-jre', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.12.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.11.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:brigadier:1.0.18', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:datafixerupper:5.0.28', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.8.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:3.11.49', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.5.13', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.4.14', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:8.5.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.1', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.16.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}]}, remote=null, isInstalled=true, hasRemote=false, isUpToDate=true} [GsonUtil] request to https://res.tlauncher.org/b/jvm/java_configuration.json [Launcher] Checking conditions... [Launcher] Comparing assets... [AssetsManager] Checking resources... [AssetsManager] Reading indexes from file C:\Users\Adriano\AppData\Roaming\.minecraft\assets\indexes\1.19.json [AssetsManager] Fast comparing: true [Launcher] finished comparing assets: 1209 ms. [TLauncherManager] add required libraries: iiiiii [VersionManager] Required for version iiiiii: [] [TLauncherManager] add required libraries: iiiiii [Modpack] check resources [Modpack] check CompositeResources used default java runtime Minecraft requires java version: 17, java path: C:\Users\Adriano\AppData\Roaming\.minecraft\runtime\java-runtime-gamma\windows\java-runtime-gamma\bin\javaw.exe [Launcher] Unpacking natives... [Launcher] Constructing process... [Launcher] Constructing classpath... backup world is active: true [Launcher] Getting Minecraft arguments... [Launcher] Full command: C:\Users\Adriano\AppData\Roaming\.minecraft\runtime\java-runtime-gamma\windows\java-runtime-gamma\bin\javaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\natives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\cpw\mods\securejarhandler\2.1.4\securejarhandler-2.1.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.5\asm-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.5\asm-commons-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.5\asm-tree-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.5\asm-util-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.5\asm-analysis-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\accesstransformers\8.0.4\accesstransformers-8.0.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\eventbus\6.0.3\eventbus-6.0.3.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forgespi\6.0.0\forgespi-6.0.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\coremods\5.0.1\coremods-5.0.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\10.0.8\modlauncher-10.0.8.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.6.4\core-3.6.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.6.4\toml-3.6.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.8.3\typetools-0.8.3.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecrell\terminalconsoleappender\1.2.0\terminalconsoleappender-1.2.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\jline\jline-reader\3.12.1\jline-reader-3.12.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\jline\jline-terminal\3.12.1\jline-terminal-3.12.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\spongepowered\mixin\0.8.5\mixin-0.8.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\openjdk\nashorn\nashorn-core\15.3\nashorn-core-15.3.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarSelector\0.3.16\JarJarSelector-0.3.16.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarMetadata\0.3.16\JarJarMetadata-0.3.16.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\cpw\mods\bootstraplauncher\1.1.2\bootstraplauncher-1.1.2.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarFileSystems\0.3.16\JarJarFileSystems-0.3.16.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlloader\1.19.2-43.3.0\fmlloader-1.19.2-43.3.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\2.2.10\patchy-2.2.10.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\3.11.49.5\authlib-3.11.49.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.16.7\text2speech-1.16.7.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\iiiiii.jar -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,iiiiii.jar -DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar -DlibraryDirectory=C:\Users\Adriano\AppData\Roaming\.minecraft\libraries -p C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.5/asm-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx3000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii -DlibraryDirectory=C:\Users\Adriano\AppData\Roaming\.minecraft\libraries -Dlog4j.configurationFile=C:\Users\Adriano\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml -DLibLoader.modsFolder=C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods cpw.mods.bootstraplauncher.BootstrapLauncher --username RataSucia128 --version iiiiii --gameDir C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii --assetsDir C:\Users\Adriano\AppData\Roaming\.minecraft\assets --assetIndex 1.19 --uuid 0d4ffc30-b254-11ee-9b08-f02f74958d22 --accessToken null --clientId null --xuid null --userType mojang --versionType release --width 925 --height 530 --launchTarget forgeclient --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [Launcher] Launching Minecraft... I'm hiding! [TLauncherManager] mods after C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\aether-1.19.2-1.4.1-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\aquamirae-6.API15.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\architectury-6.6.92-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\artifacts-1.19.2-5.0.5.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\BOMD-Forge-1.19.2-1.0.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\born_in_chaos_[Forge]1.19.2_1.10.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\caelus-forge-1.19.2-3.0.0.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Cave+Dweller+Reimagined.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\cfm-7.0.0-pre35-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\cgm-forge-1.19.2-1.3.7.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\citadel-2.1.4-1.19.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\cloth-config-8.3.115-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\CorgiLib-forge-1.19.2-1.0.0.34.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\CreativeCore_FORGE_v2.9.4_mc1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\curios-forge-1.19.2-5.1.6.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\DungeonsArise-1.19.2-2.1.56-beta.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\eeeabsmobs-1.19.2-0.7.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\endofherobrine-1.19.2-1.0.8.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\EnemyExpansion-1.19.2-2.2.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\EspaГ±olFalloutInspiredPA+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\fabric-api-0.61.0+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Female-Gender-Mod-forge-1.19.1-3.0.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\ForgeConfigAPIPort-v4.2.5-1.19.2-Fabric.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\framework-forge-1.19.2-0.6.16.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\geckolib-forge-1.19-3.1.40.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Healing+Bed+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\immersive_armors-1.5.6+1.19.2-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\jei-1.19.2-forge-11.6.0.1019.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\JetAndEliasArmors1.4.1-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\justleveling-forge-1.19.x-v1.7.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\MoGuns-1.9.2-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\nzgExpansion-1.4.1-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\obscure_api-15.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\OptiFine-1.19.2_HD_U_I1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Paraglider-1.19.2-1.7.0.5.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\physics-mod-2.12.5-mc-1.19.2-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\PresenceFootsteps-1.19.2-1.6.4.1-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\RegionsUnexploredForge-0.5.3+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\simplyswords-forge-1.47.0-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\SleepingOverhaul-2.0.2-Forge-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\smallships-forge-1.19.2-2.0.0-b1.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\sophisticatedbackpacks-1.19.2-3.20.2.1035.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\sophisticatedcore-1.19.2-0.6.4.587.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\spore_1.19.2_2.0.5b.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\structure_gel-1.19.2-2.7.3.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\TerraBlender-forge-1.19.2-2.0.1.166.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\the-conjurer-1.19.2-1.1.5.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\tl_skin_cape_forge_1.19_1.19.2-1.30.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\tombstone-1.19.2-8.2.16.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\voicechat-forge-1.19.2-2.5.12.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsApi-1.19.2-Forge-3.8.10.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterDungeons-1.19.2-Forge-3.2.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterEndIsland-1.19.2-Forge-1.0.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\[1.19.2]+SecurityCraft+v1.9.6.1.jar [Launcher] Game skin type: TLAUNCHER [Launcher] Starting Minecraft iiiiii... [Launcher] Launching in: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii Starting garbage collector: 64 / 110 MB Garbage collector completed: 55 / 110 MB [Launcher] Processing post-launch actions. Assist launch: true [Double running] clear time label =============================================================================================== [15:07:96] [main/INFO]: ModLauncher running: args [--username, RataSucia128, --version, iiiiii, --gameDir, C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii, --assetsDir, C:\Users\Adriano\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 0d4ffc30-b254-11ee-9b08-f02f74958d22, --accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, --clientId, null, --xuid, null, --userType, mojang, --versionType, release, --width, 925, --height, 530, --launchTarget, forgeclient, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [15:07:03] [main/INFO]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [15:07:01] [main/INFO]: OptiFineTransformationService.onLoad [15:07:01] [main/INFO]: OptiFine ZIP file URL: union:/C:/Users/Adriano/AppData/Roaming/.minecraft/versions/iiiiii/mods/OptiFine-1.19.2_HD_U_I1.jar%23214!/ [15:07:02] [main/INFO]: OptiFine ZIP file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\OptiFine-1.19.2_HD_U_I1.jar [15:07:03] [main/INFO]: Target.PRE_CLASS is available [15:07:13] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Adriano/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2397!/ Service=ModLauncher Env=CLIENT [15:07:14] [main/INFO]: OptiFineTransformationService.initialize [15:07:95] [main/INFO]: Found mod file [1.19.2]+SecurityCraft+v1.9.6.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file aether-1.19.2-1.4.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file aquamirae-6.API15.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file architectury-6.6.92-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file artifacts-1.19.2-5.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file BOMD-Forge-1.19.2-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file born_in_chaos_[Forge]1.19.2_1.10.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file caelus-forge-1.19.2-3.0.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:95] [main/INFO]: Found mod file Cave+Dweller+Reimagined.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:96] [main/INFO]: Found mod file cfm-7.0.0-pre35-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:96] [main/INFO]: Found mod file cgm-forge-1.19.2-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:96] [main/INFO]: Found mod file citadel-2.1.4-1.19.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:96] [main/INFO]: Found mod file cloth-config-8.3.115-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:96] [main/INFO]: Found mod file CorgiLib-forge-1.19.2-1.0.0.34.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:96] [main/INFO]: Found mod file CreativeCore_FORGE_v2.9.4_mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file curios-forge-1.19.2-5.1.6.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file DungeonsArise-1.19.2-2.1.56-beta.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file eeeabsmobs-1.19.2-0.7.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file endofherobrine-1.19.2-1.0.8.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file EnemyExpansion-1.19.2-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file EspaГ±olFalloutInspiredPA+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file Female-Gender-Mod-forge-1.19.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file framework-forge-1.19.2-0.6.16.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file geckolib-forge-1.19-3.1.40.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file Healing+Bed+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file immersive_armors-1.5.6+1.19.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file jei-1.19.2-forge-11.6.0.1019.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file JetAndEliasArmors1.4.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file justleveling-forge-1.19.x-v1.7.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:97] [main/INFO]: Found mod file L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file MoGuns-1.9.2-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file nzgExpansion-1.4.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file obscure_api-15.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file Paraglider-1.19.2-1.7.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file physics-mod-2.12.5-mc-1.19.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file PresenceFootsteps-1.19.2-1.6.4.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file RegionsUnexploredForge-0.5.3+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file simplyswords-forge-1.47.0-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file SleepingOverhaul-2.0.2-Forge-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:98] [main/INFO]: Found mod file smallships-forge-1.19.2-2.0.0-b1.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file sophisticatedbackpacks-1.19.2-3.20.2.1035.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file sophisticatedcore-1.19.2-0.6.4.587.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file spore_1.19.2_2.0.5b.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file structure_gel-1.19.2-2.7.3.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file TerraBlender-forge-1.19.2-2.0.1.166.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file the-conjurer-1.19.2-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file tl_skin_cape_forge_1.19_1.19.2-1.30.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file tombstone-1.19.2-8.2.16.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file voicechat-forge-1.19.2-2.5.12.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file YungsApi-1.19.2-Forge-3.8.10.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file YungsBetterDungeons-1.19.2-Forge-3.2.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:99] [main/INFO]: Found mod file YungsBetterEndIsland-1.19.2-Forge-1.0.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:00] [main/INFO]: Found mod file YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:00] [main/INFO]: Found mod file YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:00] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:00] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:00] [main/INFO]: Found mod file YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:00] [main/INFO]: Found mod file YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:07:39] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.19.2-43.3.0\fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [15:07:40] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.19.2-43.3.0\javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [15:07:41] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.19.2-43.3.0\lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [15:07:42] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.19.2-43.3.0\mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [15:07:44] [main/INFO]: Found mod file fmlcore-1.19.2-43.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:07:45] [main/INFO]: Found mod file javafmllanguage-1.19.2-43.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:07:45] [main/INFO]: Found mod file lowcodelanguage-1.19.2-43.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:07:45] [main/INFO]: Found mod file mclanguage-1.19.2-43.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:07:45] [main/INFO]: Found mod file client-1.19.2-20220805.130853-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:07:45] [main/INFO]: Found mod file forge-1.19.2-43.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:07:66] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [15:07:66] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\curios-forge-1.19.2-5.1.6.1.jar [15:07:66] [main/INFO]: Found 5 dependencies adding them to mods collection [15:07:67] [main/INFO]: Found mod file nitrogen_internals-1.19.2-1.0.3-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:07:67] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:07:67] [main/INFO]: Found mod file expandability-forge-7.0.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:07:67] [main/INFO]: Found mod file cumulus_menus-1.19.2-1.0.0-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:07:67] [main/INFO]: Found mod file MixinExtras-0.2.0-rc.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:07:72] [main/INFO]: OptiFineTransformationService.transformers [15:07:72] [main/INFO]: Targets: 386 [15:07:15] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.] [15:07:10] [main/INFO]: Compatibility level set to JAVA_17 [15:07:26] [main/ERROR]: Mixin config sleepingoverhaul-common.mixins.json does not specify "minVersion" property [15:07:22] [main/INFO]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector] [15:07:22] [main/INFO]: Successfully loaded Mixin Connector [org.tlauncher.MixinConnector] [15:07:22] [main/INFO]: Launching target 'forgeclient' with arguments [--version, iiiiii, --gameDir, C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii, --assetsDir, C:\Users\Adriano\AppData\Roaming\.minecraft\assets, --uuid, 0d4ffc30-b254-11ee-9b08-f02f74958d22, --username, RataSucia128, --assetIndex, 1.19, --accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, --clientId, null, --xuid, null, --userType, mojang, --versionType, release, --width, 925, --height, 530] [15:07:28] [main/WARN]: Reference map 'simplyswords-common-refmap.json' for simplyswords-common.mixins.json could not be read. If this is a development environment you can ignore this message [15:07:28] [main/WARN]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message [15:07:30] [main/WARN]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message [15:07:33] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [15:07:34] [main/WARN]: Reference map 'smallships-forge-refmap.json' for smallships.mixins.json could not be read. If this is a development environment you can ignore this message [15:07:16] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/preprocessor/JcppProcessor (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.preprocessor.JcppProcessor) [15:07:16] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.preprocessor.JcppProcessor was not found physicsmod.mixins.json:iris.MixinJcppProcessor [15:07:16] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/ProgramSet (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.ProgramSet) [15:07:16] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.ProgramSet was not found physicsmod.mixins.json:iris.MixinProgramSet [15:07:18] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/pipeline/FluidRenderer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer) [15:07:21] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer was not found physicsmod.mixins.json:ocean.MixinFluidRenderer [15:07:22] [main/WARN]: Error loading class: net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline (java.lang.ClassNotFoundException: net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline) [15:07:22] [main/WARN]: @Mixin target net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline was not found physicsmod.mixins.json:ocean.MixinNewWorldRenderingPipeline [15:07:22] [main/WARN]: Error loading class: net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline (java.lang.ClassNotFoundException: net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline) [15:07:22] [main/WARN]: @Mixin target net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline was not found physicsmod.mixins.json:ocean.MixinNewWorldRenderingPipelineInvoker [15:07:23] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/ProgramSource (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.ProgramSource) [15:07:23] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.ProgramSource was not found physicsmod.mixins.json:ocean.MixinProgramSource [15:07:23] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/preprocessor/JcppProcessor (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.preprocessor.JcppProcessor) [15:07:23] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.preprocessor.JcppProcessor was not found physicsmod.mixins.json:ocean.MixinJcppProcessor [15:07:24] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/ProgramSet (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.ProgramSet) [15:07:24] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.ProgramSet was not found physicsmod.mixins.json:ocean.MixinProgramSet [15:07:25] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.occlusion.BlockOcclusionCache) [15:07:26] [main/WARN]: Error loading class: ca/spottedleaf/starlight/common/light/StarLightEngine (java.lang.ClassNotFoundException: ca.spottedleaf.starlight.common.light.StarLightEngine) [15:07:26] [main/WARN]: Error loading class: link/infra/indium/renderer/render/TerrainRenderContext (java.lang.ClassNotFoundException: link.infra.indium.renderer.render.TerrainRenderContext) [15:07:33] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/pipeline/BlockRenderer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer) [15:07:35] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/vertex/transformers/SpriteTexturedVertexTransformer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.vertex.transformers.SpriteTexturedVertexTransformer) [15:07:35] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/vertex/transformers/SpriteTexturedVertexTransformer$Quad (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.vertex.transformers.SpriteTexturedVertexTransformer$Quad) [15:07:40] [main/WARN]: Error loading class: net/bettercombat/client/collision/TargetFinder (java.lang.ClassNotFoundException: net.bettercombat.client.collision.TargetFinder) [15:07:41] [main/WARN]: @Mixin target net.bettercombat.client.collision.TargetFinder was not found justleveling.mixins.json:MixTargetFinder [15:07:44] [main/WARN]: Error loading class: com/min01/archaeology/item/BrushItem (java.lang.ClassNotFoundException: com.min01.archaeology.item.BrushItem) [15:07:45] [main/WARN]: @Mixin target com.min01.archaeology.item.BrushItem was not found cataclysm.mixins.json:BrushItemMixin [15:07:53] [main/WARN]: Error loading class: me/cominixo/betterf3/modules/TargetModule (java.lang.ClassNotFoundException: me.cominixo.betterf3.modules.TargetModule) [15:07:53] [main/WARN]: @Mixin target me.cominixo.betterf3.modules.TargetModule was not found securitycraft.mixins.json:f3.BetterF3TargetModuleMixin [15:07:15] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.2.0-rc.3). [15:07:52] [pool-3-thread-1/INFO]: Building unoptimized datafixer [15:08:60] [Render thread/WARN]: Assets URL 'union:/C:/Users/Adriano/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19.2-20220805.130853/client-1.19.2-20220805.130853-srg.jar%23277!/assets/.mcassetsroot' uses unexpected schema [15:08:60] [Render thread/WARN]: Assets URL 'union:/C:/Users/Adriano/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19.2-20220805.130853/client-1.19.2-20220805.130853-srg.jar%23277!/data/.mcassetsroot' uses unexpected schema [15:08:62] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [15:08:39] [Render thread/ERROR]: Failed to verify authentication com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401 at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:155) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:55) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:161) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_193585_(Minecraft.java:646) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:405) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:176) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: MinecraftClientHttpException[type=HTTP_ERROR, status=401, response=ErrorResponse[path='/player/attributes', error='null', details=null, errorMessage='null']] at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:129) ... 19 more [15:08:40] [Render thread/INFO]: Setting user: RataSucia128 [15:08:69] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [15:08:69] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [15:08:97] [Render thread/INFO]: [OptiFine] [15:08:97] [Render thread/INFO]: [OptiFine] OptiFine_1.19.2_HD_U_I1 [15:08:97] [Render thread/INFO]: [OptiFine] Build: 20221213-150857 [15:08:97] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [15:08:97] [Render thread/INFO]: [OptiFine] Java: 17.0.8, Microsoft [15:08:97] [Render thread/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Microsoft [15:08:97] [Render thread/INFO]: [OptiFine] LWJGL: 3.4.0 Win32 WGL Null EGL OSMesa VisualC DLL [15:08:98] [Render thread/INFO]: [OptiFine] OpenGL: Intel(R) UHD Graphics 630, version 3.2.0 - Build 31.0.101.2111, Intel [15:08:99] [Render thread/INFO]: [OptiFine] OpenGL Version: 3.2.0 [15:08:00] [Render thread/INFO]: [OptiFine] Maximum texture size: 16384x16384 [15:08:01] [VersionCheck/INFO]: [OptiFine] Checking for new version [15:08:01] [Render thread/INFO]: [Shaders] OpenGL Version: 3.2.0 - Build 31.0.101.2111 [15:08:01] [Render thread/INFO]: [Shaders] Vendor: Intel [15:08:01] [Render thread/INFO]: [Shaders] Renderer: Intel(R) UHD Graphics 630 [15:08:01] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 - [15:08:03] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [15:08:03] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS: 8 [15:08:03] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [15:08:03] [Render thread/INFO]: [Shaders] Load shaders configuration. [15:08:03] [Render thread/INFO]: [Shaders] Save shaders configuration. [15:08:03] [Render thread/INFO]: [Shaders] No shaderpack loaded. [15:08:05] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded [15:08:05] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/aspen" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/baobab" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/blue_enchanted" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/bulbis" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/cherry" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/cika" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/cypress" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/ebony" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/ether" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/fir" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/green_enchanted" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/holly" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/imparius" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/mahogany" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/white_mangrove" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/palm" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/pine" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/rainbow_eucalyptus" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/redwood" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/willow" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/witch_hazel" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/zelkova" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/sythian" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/embur" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/nightshade" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/skyris" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/lament" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/maple" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:08:12] [modloading-worker-0/WARN]: BYG WoodType "byg/jacaranda" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... java.lang.Throwable: BYG: Sheets Class loaded early. View stacktrace to see culprit mod and report it... at TRANSFORMER/[email protected]/net.minecraft.client.renderer.Sheets.handler$bdm000$emergencyCreateSignMaterials(Sheets.java:538) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.Sheets.<clinit>(Sheets.java:66) at TRANSFORMER/[email protected]/com.aetherteam.aether.client.AetherAtlases.getChestMaterial(AetherAtlases.java:25) at TRANSFORMER/[email protected]/com.aetherteam.aether.client.AetherAtlases.<clinit>(AetherAtlases.java:16) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:467) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:78) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:08:18] [modloading-worker-0/INFO]: Forge mod loading, version 43.3.0, for MC 1.19.2 with MCP 20220805.130853 [15:08:18] [modloading-worker-0/INFO]: MinecraftForge v43.3.0 Initialized [15:08:26] [modloading-worker-0/INFO]: Registering S2C receiver with id architectury:sync_ids [15:08:26] [modloading-worker-0/INFO]: Registering C2S receiver with id architectury:sync_ids [15:08:26] [modloading-worker-0/INFO]: Registering C2S receiver with id sleepingoverhaul:is_really_sleeping [15:08:27] [modloading-worker-0/INFO]: Registering S2C receiver with id sleepingoverhaul:sleep_error_time [15:08:27] [modloading-worker-0/INFO]: Registering S2C receiver with id sleepingoverhaul:timelapse_change [15:08:30] [modloading-worker-0/WARN]: WARNING: block Block{minecraft:gold_ore} added to BlockSelector exceeds max probabiltiy of 1! C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config [15:08:06] [modloading-worker-0/INFO]: ExpandAbility here, who dis? [15:08:25] [modloading-worker-0/INFO]: Presence Footsteps starting [15:08:64] [VersionCheck/INFO]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.19.2/HD_U.txt [15:08:38] [Render thread/ERROR]: Adding duplicate key 'ResourceKey[minecraft:worldgen/structure_type / bosses_of_mass_destruction:void_blossom]' to registry [15:08:38] [Render thread/ERROR]: Adding duplicate value 'com.cerbon.bosses_of_mass_destruction.structure.BMDStructures$$Lambda$16078/0x0000000801dcac70@5d06c6dd' to registry java.io.FileNotFoundException: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\cloth_local\Vanilla Cape.dae (El sistema no puede encontrar la ruta especificada) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:216) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at java.base/java.io.FileReader.<init>(FileReader.java:75) at TRANSFORMER/[email protected]/net.diebuddies.model.XmlParser.loadFile(XmlParser.java:27) at TRANSFORMER/[email protected]/net.diebuddies.model.ColladaParser.loadMultipleStaticModel(ColladaParser.java:30) at TRANSFORMER/[email protected]/net.diebuddies.model.ColladaParser.loadStaticModel(ColladaParser.java:25) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.loadCloth(PhysicsMod.java:375) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.handler$zie000$constructor(TextureManager.java:527) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.<init>(TextureManager.java:52) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:473) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:176) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Couldn't load default cape model java.lang.NullPointerException: Cannot invoke "java.util.Map.values()" because the return value of "net.diebuddies.model.ColladaParser.loadMultipleStaticModel(java.io.File)" is null at TRANSFORMER/[email protected]/net.diebuddies.model.ColladaParser.loadStaticModel(ColladaParser.java:25) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.loadCloth(PhysicsMod.java:375) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.handler$zie000$constructor(TextureManager.java:527) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.<init>(TextureManager.java:52) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:473) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:176) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:08:58] [Render thread/INFO]: enabled vertex attrib rendering path [15:08:45] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.SharedSecrets [15:08:45] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: jdk.internal.misc.SharedSecrets [15:08:45] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.VM [15:08:45] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.reflect.InaccessibleObjectException: Unable to make public static long jdk.internal.misc.VM.maxDirectMemory() accessible: module java.base does not "exports jdk.internal.misc" to module net.optifine [15:08:45] [Worker-Main-1/ERROR]: Failed to retrieve profile key pair java.io.IOException: Could not retrieve profile key pair at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_233789_(ProfileKeyPairManager.java:152) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_243396_(ProfileKeyPairManager.java:75) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:08:50] [Render thread/INFO]: Reloading ResourceManager: Default, Mod Resources [15:08:57] [Render thread/INFO]: [OptiFine] *** Reloading textures *** [15:08:57] [Render thread/INFO]: [OptiFine] Resource packs: Mod Resources [15:08:57] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:08:68] [Render thread/INFO]: [OptiFine] *** Reflector Forge *** [15:08:79] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla *** java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:54) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:54) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:54) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList$SubList.get(ArrayList.java:1149) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:306) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:282) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.createFunction(MathBuilder.java:439) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:266) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:308) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:283) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:55) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList$SubList.get(ArrayList.java:1149) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:306) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:282) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.createFunction(MathBuilder.java:439) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:266) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:308) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:283) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:55) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:53) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:53) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:08:46] [Worker-Main-1/WARN]: File minecraft:sounds/block/chest/close1.ogg does not exist, cannot add it to event aether:entity.mimic.death [15:08:60] [Worker-Main-1/WARN]: File fallout_inspired_power_armor:sounds/440668__seansecret__laser-impact.ogg does not exist, cannot add it to event fallout_inspired_power_armor:laserimpactaniceperson [15:08:90] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:08:78] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [15:08:77] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:exotwonew' referenced from: fallout_inspired_power_armor:x_02blok#facing=north: {} [15:08:77] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/exotwonew.json [15:08:85] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:xo2bootsrustedboi' referenced from: fallout_inspired_power_armor:x_02_boots_block#facing=north,waterlogged=true: {} [15:08:85] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/xo2bootsrustedboi.json [15:08:86] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:wrench' referenced from: fallout_inspired_power_armor:tool_2#facing=north,waterlogged=true: {} [15:08:86] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/wrench.json [15:08:86] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:ascrewiver' referenced from: fallout_inspired_power_armor:tool_3#facing=north,waterlogged=true: {} [15:08:86] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/ascrewiver.json [15:08:86] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:1newcomputer' referenced from: fallout_inspired_power_armor:computer#facing=north,waterlogged=true: {} [15:08:86] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/1newcomputer.json [15:08:87] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:securitycamera' referenced from: fallout_inspired_power_armor:camera#facing=north,waterlogged=true: {} [15:08:87] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/securitycamera.json [15:08:87] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:seringlite' referenced from: fallout_inspired_power_armor:ceilinglite#facing=north,waterlogged=true: {} [15:08:87] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/seringlite.json [15:08:87] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:note' referenced from: fallout_inspired_power_armor:note#facing=north,waterlogged=true: {} [15:08:87] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/note.json [15:08:87] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:bagums' referenced from: fallout_inspired_power_armor:sandbag#facing=north,waterlogged=true: {} [15:08:87] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/bagums.json [15:08:87] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:wrenchreal' referenced from: fallout_inspired_power_armor:tool_1#facing=north,waterlogged=true: {} [15:08:87] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/wrenchreal.json [15:08:88] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:poopa' referenced from: fallout_inspired_power_armor:vent#facing=north: {} [15:08:88] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/poopa.json [15:08:88] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:doaropeen' referenced from: fallout_inspired_power_armor:armored_door_open#facing=north: {} [15:08:88] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/doaropeen.json [15:08:88] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:doar' referenced from: fallout_inspired_power_armor:interior_door_open#facing=north,waterlogged=true: {} [15:08:88] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/doar.json [15:08:88] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:nblueprint' referenced from: fallout_inspired_power_armor:blueprint#facing=north,waterlogged=true: {} [15:08:88] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/nblueprint.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:blood' referenced from: fallout_inspired_power_armor:floor_blood#facing=north,waterlogged=true: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/blood.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:skull' referenced from: fallout_inspired_power_armor:human_skull#facing=north,waterlogged=true: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/skull.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:catwalk' referenced from: fallout_inspired_power_armor:catwalk#facing=north: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/catwalk.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:aapipergreenstart' referenced from: fallout_inspired_power_armor:green_pipe#facing=north: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/aapipergreenstart.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:apipergreenstart' referenced from: fallout_inspired_power_armor:green_pipemiddle#facing=north: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/apipergreenstart.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:grate' referenced from: fallout_inspired_power_armor:grate#facing=north: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/grate.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:toolbox' referenced from: fallout_inspired_power_armor:toolbox#facing=north,waterlogged=true: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/toolbox.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:smallpipes' referenced from: fallout_inspired_power_armor:small_pipes#facing=north: {} [15:08:89] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/smallpipes.json [15:08:89] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:redpipes' referenced from: fallout_inspired_power_armor:red_pipeconnector#facing=north: {} [15:08:90] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/redpipes.json [15:08:90] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:redpipesmiddle' referenced from: fallout_inspired_power_armor:red_pipe#facing=north: {} [15:08:90] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/redpipesmiddle.json [15:08:90] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:cagelighta' referenced from: fallout_inspired_power_armor:cage_light#facing=north,waterlogged=true: {} [15:08:90] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/cagelighta.json [15:08:90] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:cardnew' referenced from: fallout_inspired_power_armor:key_card#facing=north,waterlogged=true: {} [15:08:90] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/cardnew.json [15:08:90] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:contrlpanel' referenced from: fallout_inspired_power_armor:door_control#facing=north: {} [15:08:90] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/contrlpanel.json [15:08:91] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:2contrlpanel' referenced from: fallout_inspired_power_armor:animation_1#facing=north: {} [15:08:91] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/2contrlpanel.json [15:08:91] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:three' referenced from: fallout_inspired_power_armor:animation_2#facing=north: {} [15:08:91] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/three.json [15:08:91] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:4contrlpanel' referenced from: fallout_inspired_power_armor:animation_4#facing=north: {} [15:08:91] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/4contrlpanel.json [15:08:91] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:5contrlpanel' referenced from: fallout_inspired_power_armor:animation_5#facing=north: {} [15:08:91] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/5contrlpanel.json [15:08:91] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:6contrlpanel' referenced from: fallout_inspired_power_armor:animation_6#facing=north: {} [15:08:91] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/6contrlpanel.json [15:08:91] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:7contrlpanel' referenced from: fallout_inspired_power_armor:animation_7#facing=north: {} [15:08:92] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/7contrlpanel.json [15:08:92] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:8contrlpanel' referenced from: fallout_inspired_power_armor:animation_8#facing=north: {} [15:08:92] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/8contrlpanel.json [15:08:92] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:9contrlpanel' referenced from: fallout_inspired_power_armor:animation_9#facing=north: {} [15:08:92] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/9contrlpanel.json [15:08:92] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:10contrlpanel' referenced from: fallout_inspired_power_armor:animation_10#facing=north: {} [15:08:94] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/10contrlpanel.json [15:08:94] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:11contrlpanel' referenced from: fallout_inspired_power_armor:animation_11#facing=north: {} [15:08:94] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/11contrlpanel.json [15:08:94] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:12contrlpanel' referenced from: fallout_inspired_power_armor:animation_12#facing=north: {} [15:08:94] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/12contrlpanel.json [15:08:94] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:13contrlpanel' referenced from: fallout_inspired_power_armor:animation_13#facing=north: {} [15:08:94] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/13contrlpanel.json [15:08:94] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:15contrlpanel' referenced from: fallout_inspired_power_armor:animation_15#facing=north: {} [15:08:94] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/15contrlpanel.json [15:08:95] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:14contrlpanel' referenced from: fallout_inspired_power_armor:animation_14andhalf#facing=north: {} [15:08:95] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/14contrlpanel.json [15:08:95] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:wires' referenced from: fallout_inspired_power_armor:wires_clean#facing=north: {} [15:08:95] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/wires.json [15:08:95] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:vaultdoor' referenced from: fallout_inspired_power_armor:vaultdoor#facing=north: {} [15:08:95] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/vaultdoor.json [15:08:95] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:crusty' referenced from: fallout_inspired_power_armor:crusty#facing=north: {} [15:08:95] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/crusty.json [15:08:95] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:doarb' referenced from: fallout_inspired_power_armor:broken_door#facing=north: {} [15:08:95] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/doarb.json [15:08:95] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:curvedpipeclipless' referenced from: fallout_inspired_power_armor:wall_pipe_corner#facing=north: {} [15:08:96] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/curvedpipeclipless.json [15:08:96] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:thickerpipe' referenced from: fallout_inspired_power_armor:large_wall_pipe_straight#facing=north: {} [15:08:96] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/thickerpipe.json [15:08:96] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:valve' referenced from: fallout_inspired_power_armor:pipe_with_valves#facing=north: {} [15:08:96] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/valve.json [15:08:96] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:brokenvalve' referenced from: fallout_inspired_power_armor:pipe_with_valves_broken#facing=north: {} [15:08:96] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/brokenvalve.json [15:08:96] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:papel' referenced from: fallout_inspired_power_armor:floor_paper#facing=north,waterlogged=true: {} [15:08:96] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/papel.json [15:08:96] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:debri' referenced from: fallout_inspired_power_armor:debri#facing=north,waterlogged=true: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/debri.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:locker' referenced from: fallout_inspired_power_armor:locker#facing=north: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/locker.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:prototypeset' referenced from: fallout_inspired_power_armor:prototype#facing=north,waterlogged=true: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/prototypeset.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:operationtable' referenced from: fallout_inspired_power_armor:operating_table#facing=north: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/operationtable.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:pype' referenced from: fallout_inspired_power_armor:pipe#facing=north: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/pype.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:pypebroke' referenced from: fallout_inspired_power_armor:pipe_broken#facing=north: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/pypebroke.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:brokeninlining' referenced from: fallout_inspired_power_armor:rusted_inlining_destroyed#facing=north: {} [15:08:97] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/brokeninlining.json [15:08:97] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:surgicaltable' referenced from: fallout_inspired_power_armor:surgical_table#facing=north,waterlogged=true: {} [15:08:98] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/surgicaltable.json [15:08:98] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:0atested' referenced from: fallout_inspired_power_armor:test_subject#facing=north: {} [15:08:98] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/0atested.json [15:08:98] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:adeadman0' referenced from: fallout_inspired_power_armor:dead_scientist#facing=north: {} [15:08:98] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/adeadman0.json [15:08:98] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:0deadscientist1' referenced from: fallout_inspired_power_armor:dead_scientist_1#facing=north: {} [15:08:98] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/0deadscientist1.json [15:08:98] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:0deadscientist' referenced from: fallout_inspired_power_armor:dead_scientist_2#facing=north: {} [15:08:98] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/0deadscientist.json [15:08:99] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:deadman3' referenced from: fallout_inspired_power_armor:dead_scientist_3#facing=north: {} [15:08:99] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/deadman3.json [15:08:99] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:chair' referenced from: fallout_inspired_power_armor:metal_chair#facing=north: {} [15:08:99] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/chair.json [15:08:99] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:bench' referenced from: fallout_inspired_power_armor:metal_bench#facing=north: {} [15:08:99] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/bench.json [15:08:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tsisyearthed' referenced from: fallout_inspired_power_armor:warped_t_60_chrst#facing=north,waterlogged=true: {} [15:08:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tsisyearthed.json [15:08:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tsislegss' referenced from: fallout_inspired_power_armor:warped_t_60leg#facing=north,waterlogged=true: {} [15:08:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tsislegss.json [15:08:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:warpedtsis' referenced from: fallout_inspired_power_armor:warped_t_60boots#facing=north,waterlogged=true: {} [15:08:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/warpedtsis.json [15:08:00] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:sat' referenced from: fallout_inspired_power_armor:satellite#facing=north,waterlogged=true: {} [15:08:00] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/sat.json [15:08:01] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:fence' referenced from: fallout_inspired_power_armor:rusty_fence#facing=north,waterlogged=true: {} [15:08:01] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/fence.json [15:08:01] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:barrel' referenced from: fallout_inspired_power_armor:metal_barrel#facing=north: {} [15:08:01] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/barrel.json [15:08:04] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:grudbone' referenced from: born_in_chaos_v1:gnawed_bones#facing=north,waterlogged=true: {} [15:08:04] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/grudbone.json [15:08:07] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:puddleofintoxication' referenced from: born_in_chaos_v1:puddleofintoxication#waterlogged=true: {} [15:08:07] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/puddleofintoxication.json [15:08:07] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:shellspikes' referenced from: born_in_chaos_v1:spiny_shell_trap#waterlogged=true: {} [15:08:07] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/shellspikes.json [15:08:07] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:houndtrap' referenced from: born_in_chaos_v1:hound_trap#facing=north,waterlogged=true: {} [15:08:07] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/houndtrap.json [15:08:07] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:houndtrapserried' referenced from: born_in_chaos_v1:closed_hound_trap#facing=north,waterlogged=true: {} [15:08:08] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/houndtrapserried.json [15:08:18] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:biomass_lump' referenced from: spore:biomass_lump#: {} [15:08:18] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/biomass_lump.json [15:08:80] [modloading-worker-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-client.toml is not correct. Correcting [15:08:25] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:rrrripperr' referenced from: fallout_inspired_power_armor:ripper#inventory: {} [15:08:25] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/rrrripperr.json [15:08:26] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:carder' referenced from: fallout_inspired_power_armor:key_carditem#inventory: {} [15:08:26] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/carder.json [15:08:26] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:missilestandar' referenced from: fallout_inspired_power_armor:standard_missile_weapon#inventory: {} [15:08:26] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/missilestandar.json [15:08:26] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:bb' referenced from: fallout_inspired_power_armor:gauss_rifle#inventory: {} [15:08:26] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/bb.json [15:08:26] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:bullet' referenced from: fallout_inspired_power_armor:bullet#inventory: {} [15:08:26] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/bullet.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tenmillimeter' referenced from: fallout_inspired_power_armor:tenmm#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tenmillimeter.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tgun' referenced from: fallout_inspired_power_armor:tommy_gun#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tgun.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:comsho' referenced from: fallout_inspired_power_armor:combat_shotgun#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/comsho.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:laserrifle' referenced from: fallout_inspired_power_armor:laser_rifle#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/laserrifle.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:blades' referenced from: fallout_inspired_power_armor:blades#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/blades.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:tenmmgold' referenced from: fallout_inspired_power_armor:gold_10mm#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/tenmmgold.json [15:08:27] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:plasrifl' referenced from: fallout_inspired_power_armor:plasma_rifle#inventory: {} [15:08:27] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/plasrifl.json [15:08:28] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:plascannon' referenced from: fallout_inspired_power_armor:plasma_cannon#inventory: {} [15:08:28] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/plascannon.json [15:08:30] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:staffmagicarrows' referenced from: born_in_chaos_v1:staffof_magic_arrows#inventory: {} [15:08:30] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/staffmagicarrows.json [15:08:30] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:boncolerstaf' referenced from: born_in_chaos_v1:staffofthe_summoner#inventory: {} [15:08:30] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/boncolerstaf.json [15:08:30] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:pumpkinstaff' referenced from: born_in_chaos_v1:pumpkin_staff#inventory: {} [15:08:30] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/pumpkinstaff.json [15:08:30] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:pumpkinpistol' referenced from: born_in_chaos_v1:pumpkin_pistol#inventory: {} [15:08:30] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/pumpkinpistol.json [15:08:30] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:scythe' referenced from: born_in_chaos_v1:nightmare_scythe#inventory: {} [15:08:30] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/scythe.json [15:08:31] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:topor' referenced from: born_in_chaos_v1:great_reaper_axe#inventory: {} [15:08:31] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/topor.json [15:08:31] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:soulsaber' referenced from: born_in_chaos_v1:soul_cutlass#inventory: {} [15:08:31] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/soulsaber.json [15:08:31] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:greatdarksword' referenced from: born_in_chaos_v1:darkwarblade#inventory: {} [15:08:31] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/greatdarksword.json [15:08:31] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:molotoc' referenced from: born_in_chaos_v1:skullbreaker_hammer#inventory: {} [15:08:31] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/molotoc.json [15:08:31] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:shellmace' referenced from: born_in_chaos_v1:shell_mace#inventory: {} [15:08:31] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/shellmace.json [15:08:31] [Worker-Main-2/WARN]: Unable to load model: 'minecraft:hayfork' referenced from: born_in_chaos_v1:trident_hayfork#inventory: {} [15:08:31] [Worker-Main-2/WARN]: java.io.FileNotFoundException: minecraft:models/hayfork.json [15:08:39] [modloading-worker-0/WARN]: Incorrect key schematicVersion was corrected from 1 to its default, 1. This seems to be an error. [15:08:39] [Thread-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-client.toml is not correct. Correcting [15:08:55] [Worker-Main-2/WARN]: Unable to load model: 'nzgmaddon:special/gun/bolt_action_rifle' referenced from: nzgmaddon:special/gun/bolt_action_rifle: {} [15:08:55] [Worker-Main-2/WARN]: java.io.FileNotFoundException: nzgmaddon:models/special/gun/bolt_action_rifle.json [15:08:61] [Worker-Main-2/WARN]: Unable to load model: 'nzgmaddon:special/gun/pump_shotgun' referenced from: nzgmaddon:special/gun/pump_shotgun: {} [15:08:61] [Worker-Main-2/WARN]: java.io.FileNotFoundException: nzgmaddon:models/special/gun/pump_shotgun.json [15:08:64] [Worker-Main-2/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:08:64] [Worker-Main-2/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:08:64] [Worker-Main-2/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:08:64] [Worker-Main-2/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:08:30] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in spore:block/blomfung [15:08:30] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in spore:block/blomfung_hanging [15:08:30] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch [15:08:30] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch2 [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch3 [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch4 [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in nzgmaddon:item/solid_stock [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in nzgmaddon:special/gun/hunting_shotgun [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in spore:block/fungal_stem_bloom [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in cataclysm:item/infernal_forge [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/flower_patch [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/flower_patch2 [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in byg:block/flower_patch3 [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in spore:item/blomfung [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in nzgmaddon:item/marksman_stock [15:08:31] [Worker-Main-2/WARN]: Unable to resolve texture reference: #missing in moguns:item/762x39 [15:08:31] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:39] [Worker-Main-2/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:08:40] [Worker-Main-2/INFO]: [OptiFine] Multipass connected textures: false [15:08:46] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [15:08:49] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [15:08:51] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [15:08:52] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [15:08:53] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [15:08:54] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [15:08:55] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [15:08:56] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [15:08:57] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [15:08:58] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [15:08:58] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [15:08:59] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [15:08:60] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [15:08:61] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [15:08:62] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [15:08:62] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [15:08:63] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [15:08:64] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [15:08:65] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [15:08:65] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [15:08:66] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [15:08:67] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [15:08:68] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [15:08:69] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [15:08:71] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [15:08:72] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [15:08:72] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [15:08:73] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [15:08:74] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [15:08:75] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [15:08:75] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [15:08:76] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [15:08:77] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties [15:08:78] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties [15:08:79] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/21_tinted_glass/tinted_glass.properties [15:08:79] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [15:08:79] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [15:08:80] [Worker-Main-2/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [15:08:80] [Worker-Main-2/INFO]: [OptiFine] Multipass connected textures: false [15:08:80] [Worker-Main-2/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [15:08:92] [Worker-Main-5/INFO]: [OptiFine] Multitexture: false [15:08:49] [Worker-Main-6/ERROR]: Using missing texture, file fallout_inspired_power_armor:textures/items/t51_chestplate.png not found [15:08:11] [Worker-Main-6/ERROR]: Using missing texture, file born_in_chaos_v1:textures/blocks/.png not found [15:08:65] [Worker-Main-6/ERROR]: Using missing texture, file minecraft:textures/block/cherry_log.png not found [15:08:05] [Worker-Main-6/ERROR]: Using missing texture, file fallout_inspired_power_armor:textures/blocks/.png not found [15:08:33] [Worker-Main-6/ERROR]: Using missing texture, file cgm:textures/items/pump_shotgun.png not found [15:08:26] [Worker-Main-2/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/green_light, 1 -> 8 [15:08:26] [Worker-Main-2/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/red_light, 1 -> 8 [15:08:26] [Worker-Main-2/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/yellow_light, 1 -> 8 [15:08:26] [Worker-Main-2/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/blue_light, 1 -> 8 [15:08:39] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [15:08:42] [Worker-Main-6/ERROR]: Using missing texture, file eeeabsmobs:textures/mob_effect/frenzy_effect.png not found [15:08:49] [Worker-Main-5/INFO]: [OptiFine] Scaled too small texture: paraglider:mob_effect/exhausted, 1 -> 8 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_10, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_1, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_2, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_3, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_0, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: spore:particle/spore_4, 6 -> 12 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_5, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/witch_hazel_3, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/witch_hazel_4, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_3, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_2, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_1, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_0, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_2, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_1, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_6, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_5, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_4, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_3, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_9, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_8, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_7, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_7, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_6, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_8, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_2, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_3, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_0, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_1, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_10, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_11, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_12, 7 -> 14 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_0, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_1, 3 -> 9 [15:08:02] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_2, 3 -> 9 [15:08:02] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: jei:gui/icons/recipe_transfer, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_7, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_8, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_8, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_7, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_9, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_4, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_3, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_6, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_5, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_2, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_1, 7 -> 14 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_5, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_6, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_3, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_2, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_1, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_0, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_3, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_2, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_1, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_0, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_3, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_0, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_1, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_2, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_3, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_3, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_2, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_1, 3 -> 9 [15:08:03] [Worker-Main-1/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_0, 3 -> 9 [15:08:38] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:40] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:48] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:55] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:57] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:60] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:08:20] [modloading-worker-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-common.toml is not correct. Correcting [15:08:28] [modloading-worker-0/WARN]: Incorrect key schematicVersion was corrected from 4 to its default, 4. This seems to be an error. [15:08:29] [Thread-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-common.toml is not correct. Correcting NineZero's Gun Expansion pre-initialized. [15:08:99] [Modding Legacy/conjurer_illager/Supporters thread/INFO]: Attempting to load the Modding Legacy supporters list from https://moddinglegacy.com/supporters-changelogs/supporters.txt MoGuns preinit, if you're reading this then I hope you're having a nice day Slava Ukraini! Heroiam Slava! [15:08:11] [Worker-Main-2/INFO]: [voicechat] Compatibility version 18 [15:08:22] [Worker-Main-2/INFO]: [voicechat] Loading plugins [15:08:23] [Worker-Main-2/INFO]: [voicechat] Loaded 0 plugin(s) [15:08:23] [Worker-Main-2/INFO]: [voicechat] Initializing plugins [15:08:23] [Worker-Main-2/INFO]: [voicechat] Initialized 0 plugin(s) [15:08:25] [Worker-Main-2/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD [15:08:25] [Worker-Main-2/INFO]: Registered region minecraft:nether to index 0 for type NETHER [15:08:25] [Worker-Main-2/INFO]: Registered region regions_unexplored:primary to index 1 for type OVERWORLD [15:08:25] [Worker-Main-2/INFO]: Registered region regions_unexplored:secondary to index 2 for type OVERWORLD [15:08:25] [Worker-Main-2/INFO]: Registered region regions_unexplored:nether to index 1 for type NETHER [15:08:37] [Worker-Main-2/INFO]: Initializing network... [15:08:37] [Worker-Main-2/INFO]: Initialized network! [15:08:65] [Forge Version Check/INFO]: [cgm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/cgm/update.json [15:08:81] [Modding Legacy/conjurer_illager/Supporters thread/INFO]: Successfully loaded the Modding Legacy supporters list. [15:08:83] [Forge Version Check/INFO]: [cgm] Found status: BETA Current: 1.3.7 Target: null [15:08:83] [Forge Version Check/INFO]: [aether] Starting version check at https://github.com/The-Aether-Team/The-Aether/raw/1.19.2-develop/update.json [15:08:03] [Render thread/INFO]: Registered synced data key cgm:aiming for minecraft:player [15:08:03] [Render thread/INFO]: Registered synced data key cgm:reloading for minecraft:player [15:08:03] [Render thread/INFO]: Registered synced data key cgm:shooting for minecraft:player [15:08:07] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:loot_table_alias [15:08:09] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:data_handler_type [15:08:09] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:dynamic_spawner [15:08:09] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:jigsaw_type [15:08:17] [Render thread/INFO]: Registered region byg:region_0 to index 3 for type OVERWORLD [15:08:17] [Render thread/INFO]: Registered region byg:region_1 to index 4 for type OVERWORLD [15:08:17] [Render thread/INFO]: Registered region byg:region_2 to index 5 for type OVERWORLD [15:08:17] [Render thread/INFO]: Registered region byg:region_3 to index 6 for type OVERWORLD [15:08:25] [Forge Version Check/INFO]: [aether] Found status: OUTDATED Current: 1.19.2-1.4.1-forge Target: 1.19.2-1.4.2-forge [15:08:25] [Forge Version Check/INFO]: [conjurer_illager] Starting version check at http://changelogs.moddinglegacy.com/conjurer-illager.json [15:08:47] [Worker-Main-2/INFO]: [voicechat] Using Cloth Config GUI [15:08:48] [Worker-Main-2/INFO]: [voicechat] Loading Opus [15:08:91] [Worker-Main-6/INFO]: Registering custom criteria trigger... [15:08:69] [Forge Version Check/INFO]: [conjurer_illager] Found status: UP_TO_DATE Current: 1.1.5 Target: null [15:08:69] [Forge Version Check/INFO]: [obscure_api] Starting version check at https://raw.githubusercontent.com/ObscuriaLithium/Home/main/obscure_api/versions.json [15:08:84] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:975) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:928) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:877) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:848) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:963) ... 6 more [15:08:84] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [15:08:14] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Current: 43.3.0 Target: null [15:08:14] [Forge Version Check/INFO]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat [15:08:08] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [15:08:08] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [15:08:08] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.fire [15:08:08] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.enchanted_fire [15:08:08] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.silenced_fire [15:08:08] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.cock [15:08:08] [Render thread/WARN]: Missing sound for event: cataclysm:ignisshieldbreak [15:08:39] [Forge Version Check/INFO]: [voicechat] Found status: OUTDATED Current: 1.19.2-2.5.12 Target: 1.19.2-2.5.13 [15:08:39] [Forge Version Check/INFO]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json [15:08:84] [Forge Version Check/INFO]: [securitycraft] Found status: UP_TO_DATE Current: 1.9.6.1 Target: null [15:08:84] [Forge Version Check/INFO]: [tombstone] Starting version check at https://raw.githubusercontent.com/Corail31/tombstone_lite/master/update.json [15:08:85] [Forge Version Check/INFO]: [tombstone] Found status: UP_TO_DATE Current: 8.2.16 Target: null [15:08:85] [Forge Version Check/INFO]: [cumulus_menus] Starting version check at https://github.com/The-Aether-Team/Cumulus/raw/1.19.2-develop/update.json [15:08:98] [Forge Version Check/INFO]: [cumulus_menus] Found status: UP_TO_DATE Current: 1.19.2-1.0.0-forge Target: null [15:08:98] [Forge Version Check/INFO]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm [15:08:08] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Altavoces (4- USB Audio Device) [15:08:08] [Render thread/INFO]: Sound engine started [15:08:87] [Render thread/INFO]: Created: 8192x8192x0 minecraft:textures/atlas/blocks.png-atlas [15:08:53] [Render thread/INFO]: [OptiFine] Animated sprites: 211 [15:08:55] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/signs.png-atlas [15:08:59] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:08:59] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas [15:08:62] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:08:62] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas [15:08:66] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:08:67] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/chest.png-atlas [15:08:69] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:08:69] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas [15:08:71] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:08:71] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas [15:08:72] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:08:00] [Forge Version Check/INFO]: [cfm] Found status: BETA Current: 7.0.0-pre35 Target: 7.0.0-pre35 [15:08:00] [Forge Version Check/INFO]: [framework] Starting version check at https://mrcrayfish.com/modupdatejson?id=framework [15:08:42] [Forge Version Check/INFO]: [framework] Found status: BETA Current: 0.6.16 Target: 0.6.16 [15:08:42] [Forge Version Check/INFO]: [smallships] Starting version check at https://raw.githubusercontent.com/talhanation/smallships/main/update.json [15:08:47] [Forge Version Check/INFO]: [smallships] Found status: UP_TO_DATE Current: 2.0.0-b1.1 Target: null [15:08:47] [Forge Version Check/INFO]: [aquamirae] Starting version check at https://raw.githubusercontent.com/ObscuriaLithium/Home/main/aquamirae/versions.json [15:08:69] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:975) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:928) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:877) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:848) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:963) ... 6 more [15:08:69] [Forge Version Check/INFO]: [presencefootsteps] Starting version check at https://forge.curseupdate.com/433068/presencefootsteps [15:08:94] [Forge Version Check/INFO]: [presencefootsteps] Found status: UP_TO_DATE Current: 1.19.2-1.6.4.1 Target: null [15:09:99] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [15:09:25] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/particles.png-atlas [15:09:79] [Render thread/INFO]: [OptiFine] Animated sprites: 2 [15:09:79] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas [15:09:82] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:09:82] [Render thread/INFO]: Created: 8192x8192x0 minecraft:textures/atlas/mob_effects.png-atlas [15:09:24] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:09:25] [Render thread/INFO]: Created: 256x128x0 jei:textures/atlas/gui.png-atlas [15:09:25] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:09:36] [Render thread/INFO]: Skipping non-result value minecraft:lantern=UNASSIGNED [15:09:36] [Render thread/INFO]: Skipping non-result value minecraft:soul_lantern=UNASSIGNED [15:09:37] [Render thread/INFO]: [OptiFine] *** Reloading custom textures *** [15:09:39] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:09:43] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:09:43] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:09:28] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:09:29] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:09:30] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline [15:09:30] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.experimentalForgeLightPipelineEnabled=false [15:09:79] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [TLSkinCape] Current TLSkinCape version is 1.30 [TLSkinCape] Current Minecraft version is 1.18. [TLSkinCape] OptiFine detected. [15:09:98] [Render thread/ERROR]: Can't ping erjot.aternos.me:62026: Internal Exception: java.net.SocketException: Connection reset [15:09:18] [Netty Client IO #3/ERROR]: Channels [ic_ia:main,justleveling:network,structure_gel:main,eeeabsmobs:net,cfm:network,sophisticatedbackpacks:channel,corgilib:network,nitrogen_internals:main,fallout_inspired_power_armor:fallout_inspired_power_armor,cataclysm:main_channel,jet_and_elias_armors:jet_and_elias_armors,cgm:play,paraglider:master,byg:network,caelus:main,enemyexpansion:enemyexpansion,aether:main,citadel:main_channel,securitycraft:securitycraft,born_in_chaos_v1:born_in_chaos_v1,obscure_api:obscure_api,curios:main,cave_dweller:main,healingbed:healingbed,aquamirae:main,tombstone:tombstone_channel,sophisticatedcore:channel,artifacts:main,geckolib3:main] rejected vanilla connections [15:09:98] [Netty Client IO #4/ERROR]: Channels [ic_ia:main,justleveling:network,structure_gel:main,eeeabsmobs:net,cfm:network,sophisticatedbackpacks:channel,corgilib:network,nitrogen_internals:main,fallout_inspired_power_armor:fallout_inspired_power_armor,cataclysm:main_channel,jet_and_elias_armors:jet_and_elias_armors,cgm:play,paraglider:master,byg:network,caelus:main,enemyexpansion:enemyexpansion,aether:main,citadel:main_channel,securitycraft:securitycraft,born_in_chaos_v1:born_in_chaos_v1,obscure_api:obscure_api,curios:main,cave_dweller:main,healingbed:healingbed,aquamirae:main,tombstone:tombstone_channel,sophisticatedcore:channel,artifacts:main,geckolib3:main] rejected vanilla connections [15:09:45] [Netty Client IO #5/ERROR]: Channels [ic_ia:main,justleveling:network,structure_gel:main,eeeabsmobs:net,cfm:network,sophisticatedbackpacks:channel,corgilib:network,nitrogen_internals:main,fallout_inspired_power_armor:fallout_inspired_power_armor,cataclysm:main_channel,jet_and_elias_armors:jet_and_elias_armors,cgm:play,paraglider:master,byg:network,caelus:main,enemyexpansion:enemyexpansion,aether:main,citadel:main_channel,securitycraft:securitycraft,born_in_chaos_v1:born_in_chaos_v1,obscure_api:obscure_api,curios:main,cave_dweller:main,healingbed:healingbed,aquamirae:main,tombstone:tombstone_channel,sophisticatedcore:channel,artifacts:main,geckolib3:main] rejected vanilla connections [15:09:53] [Netty Client IO #6/INFO]: Client has mods that are missing on server: [sophisticatedcore, sleepingoverhaul, tlskincape, voicechat, wildfire_gender, curios, endofherobrine, presencefootsteps] [15:09:91] [Worker-Main-2/ERROR]: Failed to retrieve profile key pair java.io.IOException: Could not retrieve profile key pair at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_233789_(ProfileKeyPairManager.java:152) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_243396_(ProfileKeyPairManager.java:75) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:09:91] [Render thread/INFO]: Connecting to erjot.aternos.me, 62026 [15:10:01] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [15:10:12] [Render thread/WARN]: Registry endofherobrine:armor_stand_base: The ID minecraft:block @ 2745 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:blackstone_totem: The ID minecraft:block @ 2739 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:cracked_stone_bricks: The ID minecraft:block @ 2741 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:cursed_head: The ID minecraft:block @ 2733 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:cursed_wall_head: The ID minecraft:block @ 2735 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:glowing_obsidian: The ID minecraft:block @ 2737 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:glowstone: The ID minecraft:block @ 2744 is currently locally mapped - it will be replaced with a dummy for this session [15:10:12] [Render thread/WARN]: Registry endofherobrine:herobrine_head: The ID minecraft:block @ 2734 is currently locally mapped - it will be replaced with a dummy for this session [15:10:13] [Render thread/WARN]: Registry endofherobrine:herobrine_wall_head: The ID minecraft:block @ 2736 is currently locally mapped - it will be replaced with a dummy for this session [15:10:13] [Render thread/WARN]: Registry endofherobrine:mossy_cobblestone: The ID minecraft:block @ 2742 is currently locally mapped - it will be replaced with a dummy for this session [15:10:13] [Render thread/WARN]: Registry endofherobrine:mossy_stone_bricks: The ID minecraft:block @ 2743 is currently locally mapped - it will be replaced with a dummy for this session [15:10:13] [Render thread/WARN]: Registry endofherobrine:netherrack_totem: The ID minecraft:block @ 2738 is currently locally mapped - it will be replaced with a dummy for this session [15:10:13] [Render thread/WARN]: Registry endofherobrine:patimuss_door: The ID minecraft:block @ 2740 is currently locally mapped - it will be replaced with a dummy for this session [15:10:28] [Netty Client IO #7/INFO]: Server configuration has been reloaded [15:10:60] [Netty Client IO #7/INFO]: Connected to a modded server. [15:10:41] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn [15:10:41] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED [15:10:41] [Render thread/INFO]: [voicechat] Sending secret request to the server [15:10:52] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/gauntlet_of_bulwark [15:10:52] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/void_assault_shoulder_weapon [15:10:53] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/ignitium_elytra_chestplate [15:10:54] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/void_forge [15:10:49] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.RecipesUpdatedEvent [15:10:64] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.event.TagsUpdatedEvent [15:10:64] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to JEI_STARTED [15:10:64] [Render thread/INFO]: Starting JEI... [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:minecraft ... [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:minecraft took 1.989 ms [15:10:67] [Render thread/INFO]: Registering item subtypes: cgm:crafting ... [15:10:67] [Render thread/INFO]: Registering item subtypes: cgm:crafting took 9.400 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: aether:jei ... [15:10:67] [Render thread/INFO]: Registering item subtypes: aether:jei took 7.900 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:gui ... [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:gui took 5.600 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:debug ... [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:debug took 7.800 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:forge_gui ... [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:forge_gui took 6.600 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: sophisticatedcore:default ... [15:10:67] [Render thread/INFO]: Registering item subtypes: sophisticatedcore:default took 5.699 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: artifacts:main ... [15:10:67] [Render thread/INFO]: Registering item subtypes: artifacts:main took 5.500 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: sophisticatedbackpacks:default ... [15:10:67] [Render thread/INFO]: Registering item subtypes: sophisticatedbackpacks:default took 340.4 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: paraglider:paraglider ... [15:10:67] [Render thread/INFO]: Registering item subtypes: paraglider:paraglider took 8.399 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: eeeabsmobs:jei_plugin ... [15:10:67] [Render thread/INFO]: Registering item subtypes: eeeabsmobs:jei_plugin took 7.201 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: cataclysm:jei_plugin ... [15:10:67] [Render thread/INFO]: Registering item subtypes: cataclysm:jei_plugin took 6.000 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: curios:curios ... [15:10:67] [Render thread/INFO]: Registering item subtypes: curios:curios took 6.001 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: securitycraft:securitycraft ... [15:10:67] [Render thread/INFO]: Registering item subtypes: securitycraft:securitycraft took 6.900 Ојs [15:10:67] [Render thread/INFO]: Registering item subtypes: tombstone:jei_integration ... [15:10:67] [Render thread/INFO]: Registering item subtypes: tombstone:jei_integration took 1.666 ms [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:internal ... [15:10:67] [Render thread/INFO]: Registering item subtypes: jei:internal took 7.800 Ојs [15:10:67] [Render thread/INFO]: Registering fluid subtypes: jei:minecraft ... [15:10:67] [Render thread/INFO]: Registering fluid subtypes: jei:minecraft took 17.80 Ојs [15:10:67] [Render thread/INFO]: Registering fluid subtypes: cgm:crafting ... [15:10:67] [Render thread/INFO]: Registering fluid subtypes: cgm:crafting took 8.101 Ојs [15:10:67] [Render thread/INFO]: Registering fluid subtypes: aether:jei ... [15:10:67] [Render thread/INFO]: Registering fluid subtypes: aether:jei took 6.801 Ојs [15:10:67] [Render thread/INFO]: Registering fluid subtypes: jei:gui ... [15:10:67] [Render thread/INFO]: Registering fluid subtypes: jei:gui took 5.300 Ојs [15:10:67] [Render thread/INFO]: Registering fluid subtypes: jei:debug ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: jei:debug took 1.588 ms [15:10:68] [Render thread/INFO]: Registering fluid subtypes: jei:forge_gui ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: jei:forge_gui took 6.999 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: sophisticatedcore:default ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: sophisticatedcore:default took 4.600 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: artifacts:main ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: artifacts:main took 4.499 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: sophisticatedbackpacks:default ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: sophisticatedbackpacks:default took 4.699 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: paraglider:paraglider ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: paraglider:paraglider took 4.799 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: eeeabsmobs:jei_plugin ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: eeeabsmobs:jei_plugin took 4.501 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: cataclysm:jei_plugin ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: cataclysm:jei_plugin took 4.800 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: curios:curios ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: curios:curios took 4.500 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: securitycraft:securitycraft ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: securitycraft:securitycraft took 8.400 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: tombstone:jei_integration ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: tombstone:jei_integration took 5.800 Ојs [15:10:68] [Render thread/INFO]: Registering fluid subtypes: jei:internal ... [15:10:68] [Render thread/INFO]: Registering fluid subtypes: jei:internal took 5.600 Ојs [15:10:68] [Render thread/INFO]: Registering ingredients: jei:minecraft ... [15:10:77] [Render thread/ERROR]: Item Group crashed while getting items.Some items from this group will be missing from the ingredient list. com.lgow.endofherobrine.item.ModTab$1@13529907 java.lang.NullPointerException: Registry Object not present: endofherobrine:glowing_obsidian at java.base/java.util.Objects.requireNonNull(Objects.java:336) at TRANSFORMER/[email protected]/net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) at TRANSFORMER/[email protected]/com.lgow.endofherobrine.item.ModTab$1.m_6151_(ModTab.java:26) at TRANSFORMER/[email protected]/mezz.jei.library.plugins.vanilla.ingredients.ItemStackListFactory.create(ItemStackListFactory.java:32) at TRANSFORMER/[email protected]/mezz.jei.library.plugins.vanilla.VanillaPlugin.registerIngredients(VanillaPlugin.java:171) at TRANSFORMER/[email protected]/mezz.jei.library.load.PluginLoader.lambda$new$2(PluginLoader.java:75) at TRANSFORMER/[email protected]/mezz.jei.library.load.PluginCaller.callOnPlugins(PluginCaller.java:25) at TRANSFORMER/[email protected]/mezz.jei.library.load.PluginLoader.<init>(PluginLoader.java:75) at TRANSFORMER/[email protected]/mezz.jei.library.startup.JeiStarter.start(JeiStarter.java:96) at TRANSFORMER/[email protected]/mezz.jei.forge.startup.StartEventObserver.transitionState(StartEventObserver.java:137) at TRANSFORMER/[email protected]/mezz.jei.forge.startup.StartEventObserver.onEvent(StartEventObserver.java:100) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_5859_(ClientPacketListener.java:1321) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:35) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:10:83] [Render thread/INFO]: Registering ingredients: jei:minecraft took 148.3 ms [15:10:83] [Render thread/INFO]: Registering ingredients: cgm:crafting ... [15:10:83] [Render thread/INFO]: Registering ingredients: cgm:crafting took 10.50 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: aether:jei ... [15:10:83] [Render thread/INFO]: Registering ingredients: aether:jei took 5.000 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: jei:gui ... [15:10:83] [Render thread/INFO]: Registering ingredients: jei:gui took 4.901 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: jei:debug ... [15:10:83] [Render thread/INFO]: Loading config file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\jei\jei-debug.ini [15:10:83] [Render thread/INFO]: Registering ingredients: jei:debug took 2.940 ms [15:10:83] [Render thread/INFO]: Registering ingredients: jei:forge_gui ... [15:10:83] [Render thread/INFO]: Registering ingredients: jei:forge_gui took 7.800 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: sophisticatedcore:default ... [15:10:83] [Render thread/INFO]: Registering ingredients: sophisticatedcore:default took 5.099 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: artifacts:main ... [15:10:83] [Render thread/INFO]: Registering ingredients: artifacts:main took 4.499 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: sophisticatedbackpacks:default ... [15:10:83] [Render thread/INFO]: Registering ingredients: sophisticatedbackpacks:default took 4.599 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: paraglider:paraglider ... [15:10:83] [Render thread/INFO]: Registering ingredients: paraglider:paraglider took 4.300 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: eeeabsmobs:jei_plugin ... [15:10:83] [Render thread/INFO]: Registering ingredients: eeeabsmobs:jei_plugin took 4.400 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: cataclysm:jei_plugin ... [15:10:83] [Render thread/INFO]: Registering ingredients: cataclysm:jei_plugin took 4.300 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: curios:curios ... [15:10:83] [Render thread/INFO]: Registering ingredients: curios:curios took 4.399 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: securitycraft:securitycraft ... [15:10:83] [Render thread/INFO]: Registering ingredients: securitycraft:securitycraft took 4.300 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: tombstone:jei_integration ... [15:10:83] [Render thread/INFO]: Registering ingredients: tombstone:jei_integration took 6.900 Ојs [15:10:83] [Render thread/INFO]: Registering ingredients: jei:internal ... [15:10:83] [Render thread/INFO]: Registering ingredients: jei:internal took 5.400 Ојs [15:10:85] [Render thread/INFO]: Registering categories: jei:minecraft ... [15:10:87] [Render thread/INFO]: Registering categories: jei:minecraft took 21.43 ms [15:10:87] [Render thread/INFO]: Registering categories: cgm:crafting ... [15:10:87] [Render thread/INFO]: Registering categories: cgm:crafting took 2.654 ms [15:10:87] [Render thread/INFO]: Registering categories: aether:jei ... [15:10:89] [Render thread/INFO]: Registering categories: aether:jei took 15.07 ms [15:10:89] [Render thread/INFO]: Registering categories: jei:gui ... [15:10:89] [Render thread/INFO]: Registering categories: jei:gui took 7.099 Ојs [15:10:89] [Render thread/INFO]: Registering categories: jei:debug ... [15:10:89] [Render thread/INFO]: Registering categories: jei:debug took 10.20 Ојs [15:10:89] [Render thread/INFO]: Registering categories: jei:forge_gui ... [15:10:89] [Render thread/INFO]: Registering categories: jei:forge_gui took 15.10 Ојs [15:10:89] [Render thread/INFO]: Registering categories: sophisticatedcore:default ... [15:10:89] [Render thread/INFO]: Registering categories: sophisticatedcore:default took 4.201 Ојs [15:10:89] [Render thread/INFO]: Registering categories: artifacts:main ... [15:10:89] [Render thread/INFO]: Registering categories: artifacts:main took 3.600 Ојs [15:10:89] [Render thread/INFO]: Registering categories: sophisticatedbackpacks:default ... [15:10:89] [Render thread/INFO]: Registering categories: sophisticatedbackpacks:default took 3.800 Ојs [15:10:89] [Render thread/INFO]: Registering categories: paraglider:paraglider ... [15:10:89] [Render thread/INFO]: Registering categories: paraglider:paraglider took 3.700 Ојs [15:10:89] [Render thread/INFO]: Registering categories: eeeabsmobs:jei_plugin ... [15:10:89] [Render thread/INFO]: Registering categories: eeeabsmobs:jei_plugin took 4.900 Ојs [15:10:89] [Render thread/INFO]: Registering categories: cataclysm:jei_plugin ... [15:10:89] [Render thread/INFO]: Registering categories: cataclysm:jei_plugin took 2.313 ms [15:10:89] [Render thread/INFO]: Registering categories: curios:curios ... [15:10:89] [Render thread/INFO]: Registering categories: curios:curios took 7.100 Ојs [15:10:89] [Render thread/INFO]: Registering categories: securitycraft:securitycraft ... [15:10:90] [Render thread/INFO]: Registering categories: securitycraft:securitycraft took 2.271 ms [15:10:90] [Render thread/INFO]: Registering categories: tombstone:jei_integration ... [15:10:90] [Render thread/INFO]: Registering categories: tombstone:jei_integration took 1.006 ms [15:10:90] [Render thread/INFO]: Registering categories: jei:internal ... [15:10:90] [Render thread/INFO]: Registering categories: jei:internal took 1.376 ms [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:minecraft ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:minecraft took 2.302 ms [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: cgm:crafting ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: cgm:crafting took 7.199 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: aether:jei ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: aether:jei took 4.201 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:gui ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:gui took 4.100 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:debug ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:debug took 4.000 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:forge_gui ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:forge_gui took 3.800 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedcore:default ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedcore:default took 4.000 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: artifacts:main ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: artifacts:main took 6.801 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedbackpacks:default ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedbackpacks:default took 4.400 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: paraglider:paraglider ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: paraglider:paraglider took 5.399 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: eeeabsmobs:jei_plugin ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: eeeabsmobs:jei_plugin took 5.201 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: cataclysm:jei_plugin ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: cataclysm:jei_plugin took 4.400 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: curios:curios ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: curios:curios took 6.700 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: securitycraft:securitycraft ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: securitycraft:securitycraft took 4.400 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: tombstone:jei_integration ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: tombstone:jei_integration took 4.200 Ојs [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:internal ... [15:10:90] [Render thread/INFO]: Registering vanilla category extensions: jei:internal took 9.300 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:minecraft ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:minecraft took 1.162 ms [15:10:91] [Render thread/INFO]: Registering recipe catalysts: cgm:crafting ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: cgm:crafting took 46.70 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: aether:jei ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: aether:jei took 127.5 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:gui ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:gui took 7.400 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:debug ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:debug took 8.300 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:forge_gui ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:forge_gui took 4.399 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: sophisticatedcore:default ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: sophisticatedcore:default took 4.901 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: artifacts:main ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: artifacts:main took 3.701 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: sophisticatedbackpacks:default ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: sophisticatedbackpacks:default took 72.90 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: paraglider:paraglider ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: paraglider:paraglider took 3.900 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: eeeabsmobs:jei_plugin ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: eeeabsmobs:jei_plugin took 3.599 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: cataclysm:jei_plugin ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: cataclysm:jei_plugin took 52.60 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: curios:curios ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: curios:curios took 4.300 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: securitycraft:securitycraft ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: securitycraft:securitycraft took 81.50 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: tombstone:jei_integration ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: tombstone:jei_integration took 8.001 Ојs [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:internal ... [15:10:91] [Render thread/INFO]: Registering recipe catalysts: jei:internal took 4.000 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:minecraft ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:minecraft took 15.20 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: cgm:crafting ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: cgm:crafting took 5.000 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: aether:jei ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: aether:jei took 3.700 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:gui ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:gui took 3.600 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:debug ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:debug took 3.700 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:forge_gui ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: jei:forge_gui took 6.599 Ојs [15:10:91] [Render thread/INFO]: Registering advanced plugins: sophisticatedcore:default ... [15:10:91] [Render thread/INFO]: Registering advanced plugins: sophisticatedcore:default took 4.000 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: artifacts:main ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: artifacts:main took 8.901 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: sophisticatedbackpacks:default ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: sophisticatedbackpacks:default took 4.600 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: paraglider:paraglider ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: paraglider:paraglider took 4.000 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: eeeabsmobs:jei_plugin ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: eeeabsmobs:jei_plugin took 3.600 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: cataclysm:jei_plugin ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: cataclysm:jei_plugin took 3.800 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: curios:curios ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: curios:curios took 3.999 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: securitycraft:securitycraft ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: securitycraft:securitycraft took 3.800 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: tombstone:jei_integration ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: tombstone:jei_integration took 3.900 Ојs [15:10:92] [Render thread/INFO]: Registering advanced plugins: jei:internal ... [15:10:92] [Render thread/INFO]: Registering advanced plugins: jei:internal took 17.40 Ојs [15:10:92] [Render thread/INFO]: Building recipe registry... [15:10:93] [Render thread/INFO]: Building recipe registry took 14.89 ms [15:10:94] [Render thread/INFO]: Registering recipes: jei:minecraft ... [15:10:85] [Render thread/INFO]: Registering recipes: jei:minecraft took 910.9 ms [15:10:85] [Render thread/INFO]: Registering recipes: cgm:crafting ... [15:10:86] [Render thread/INFO]: Registering recipes: cgm:crafting took 11.79 ms [15:10:86] [Render thread/INFO]: Registering recipes: aether:jei ... [15:10:87] [Render thread/INFO]: Registering recipes: aether:jei took 13.84 ms [15:10:87] [Render thread/INFO]: Registering recipes: jei:gui ... [15:10:87] [Render thread/INFO]: Registering recipes: jei:gui took 7.801 Ојs [15:10:87] [Render thread/INFO]: Registering recipes: jei:debug ... [15:10:87] [Render thread/INFO]: Registering recipes: jei:debug took 17.90 Ојs [15:10:87] [Render thread/INFO]: Registering recipes: jei:forge_gui ... [15:10:87] [Render thread/INFO]: Registering recipes: jei:forge_gui took 3.900 Ојs [15:10:87] [Render thread/INFO]: Registering recipes: sophisticatedcore:default ... [15:10:88] [Render thread/INFO]: Registering recipes: sophisticatedcore:default took 2.771 ms [15:10:88] [Render thread/INFO]: Registering recipes: artifacts:main ... [15:10:89] [Render thread/INFO]: Registering recipes: artifacts:main took 11.21 ms [15:10:89] [Render thread/INFO]: Registering recipes: sophisticatedbackpacks:default ... [15:10:89] [Render thread/INFO]: Registering recipes: sophisticatedbackpacks:default took 4.326 ms [15:10:89] [Render thread/INFO]: Registering recipes: paraglider:paraglider ... [15:10:89] [Render thread/INFO]: Registering recipes: paraglider:paraglider took 6.900 Ојs [15:10:89] [Render thread/INFO]: Registering recipes: eeeabsmobs:jei_plugin ... [15:10:89] [Render thread/INFO]: Registering recipes: eeeabsmobs:jei_plugin took 20.40 Ојs [15:10:89] [Render thread/INFO]: Registering recipes: cataclysm:jei_plugin ... [15:10:90] [Render thread/INFO]: Registering recipes: cataclysm:jei_plugin took 1.852 ms [15:10:90] [Render thread/INFO]: Registering recipes: curios:curios ... [15:10:90] [Render thread/INFO]: Registering recipes: curios:curios took 6.300 Ојs [15:10:90] [Render thread/INFO]: Registering recipes: securitycraft:securitycraft ... [15:10:91] [Render thread/INFO]: Registering recipes: securitycraft:securitycraft took 10.98 ms [15:10:91] [Render thread/INFO]: Registering recipes: tombstone:jei_integration ... [15:10:92] [Render thread/INFO]: Registering recipes: tombstone:jei_integration took 14.88 ms [15:10:92] [Render thread/INFO]: Registering recipes: jei:internal ... [15:10:92] [Render thread/INFO]: Registering recipes: jei:internal took 7.600 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:minecraft ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:minecraft took 3.231 ms [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: cgm:crafting ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: cgm:crafting took 9.400 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: aether:jei ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: aether:jei took 4.200 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:gui ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:gui took 3.901 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:debug ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:debug took 3.700 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:forge_gui ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: jei:forge_gui took 4.901 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedcore:default ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedcore:default took 3.700 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: artifacts:main ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: artifacts:main took 3.700 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedbackpacks:default ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedbackpacks:default took 2.341 ms [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: paraglider:paraglider ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: paraglider:paraglider took 7.700 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: eeeabsmobs:jei_plugin ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: eeeabsmobs:jei_plugin took 3.800 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: cataclysm:jei_plugin ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: cataclysm:jei_plugin took 34.40 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: curios:curios ... [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: curios:curios took 3.800 Ојs [15:10:93] [Render thread/INFO]: Registering recipes transfer handlers: securitycraft:securitycraft ... [15:10:94] [Render thread/INFO]: Registering recipes transfer handlers: securitycraft:securitycraft took 3.500 Ојs [15:10:94] [Render thread/INFO]: Registering recipes transfer handlers: tombstone:jei_integration ... [15:10:94] [Render thread/INFO]: Registering recipes transfer handlers: tombstone:jei_integration took 5.000 Ојs [15:10:94] [Render thread/INFO]: Registering recipes transfer handlers: jei:internal ... [15:10:94] [Render thread/INFO]: Registering recipes transfer handlers: jei:internal took 4.000 Ојs [15:10:94] [Render thread/INFO]: Building runtime... [15:10:95] [Render thread/INFO]: Registering gui handlers: jei:minecraft ... [15:10:95] [Render thread/INFO]: Registering gui handlers: jei:minecraft took 2.776 ms [15:10:95] [Render thread/INFO]: Registering gui handlers: cgm:crafting ... [15:10:95] [Render thread/INFO]: Registering gui handlers: cgm:crafting took 7.900 Ојs [15:10:95] [Render thread/INFO]: Registering gui handlers: aether:jei ... [15:10:95] [Render thread/INFO]: Registering gui handlers: aether:jei took 4.099 Ојs [15:10:95] [Render thread/INFO]: Registering gui handlers: jei:gui ... [15:10:96] [Render thread/INFO]: Registering gui handlers: jei:gui took 8.384 ms [15:10:96] [Render thread/INFO]: Registering gui handlers: jei:debug ... [15:10:96] [Render thread/INFO]: Registering gui handlers: jei:debug took 21.80 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: jei:forge_gui ... [15:10:96] [Render thread/INFO]: Registering gui handlers: jei:forge_gui took 4.200 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: sophisticatedcore:default ... [15:10:96] [Render thread/INFO]: Registering gui handlers: sophisticatedcore:default took 5.401 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: artifacts:main ... [15:10:96] [Render thread/INFO]: Registering gui handlers: artifacts:main took 4.300 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: sophisticatedbackpacks:default ... [15:10:96] [Render thread/INFO]: Registering gui handlers: sophisticatedbackpacks:default took 2.655 ms [15:10:96] [Render thread/INFO]: Registering gui handlers: paraglider:paraglider ... [15:10:96] [Render thread/INFO]: Registering gui handlers: paraglider:paraglider took 323.1 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: eeeabsmobs:jei_plugin ... [15:10:96] [Render thread/INFO]: Registering gui handlers: eeeabsmobs:jei_plugin took 7.800 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: cataclysm:jei_plugin ... [15:10:96] [Render thread/INFO]: Registering gui handlers: cataclysm:jei_plugin took 4.100 Ојs [15:10:96] [Render thread/INFO]: Registering gui handlers: curios:curios ... [15:10:97] [Render thread/INFO]: Registering gui handlers: curios:curios took 916.0 Ојs [15:10:97] [Render thread/INFO]: Registering gui handlers: securitycraft:securitycraft ... [15:10:97] [Render thread/INFO]: Registering gui handlers: securitycraft:securitycraft took 4.672 ms [15:10:97] [Render thread/INFO]: Registering gui handlers: tombstone:jei_integration ... [15:10:97] [Render thread/INFO]: Registering gui handlers: tombstone:jei_integration took 6.999 Ојs [15:10:97] [Render thread/INFO]: Registering gui handlers: jei:internal ... [15:10:97] [Render thread/INFO]: Registering gui handlers: jei:internal took 3.999 Ојs [15:10:98] [Render thread/INFO]: Registering Runtime: jei:minecraft ... [15:10:98] [Render thread/INFO]: Registering Runtime: jei:minecraft took 22.30 Ојs [15:10:98] [Render thread/INFO]: Registering Runtime: cgm:crafting ... [15:10:98] [Render thread/INFO]: Registering Runtime: cgm:crafting took 5.800 Ојs [15:10:98] [Render thread/INFO]: Registering Runtime: aether:jei ... [15:10:98] [Render thread/INFO]: Registering Runtime: aether:jei took 4.901 Ојs [15:10:98] [Render thread/INFO]: Registering Runtime: jei:gui ... [15:10:98] [Render thread/INFO]: Registering Runtime: jei:gui took 5.900 Ојs [15:10:98] [Render thread/INFO]: Registering Runtime: jei:debug ... [15:10:98] [Render thread/INFO]: Registering Runtime: jei:debug took 4.599 Ојs [15:10:98] [Render thread/INFO]: Registering Runtime: jei:forge_gui ... [15:10:98] [Render thread/INFO]: Starting JEI GUI [15:10:98] [Render thread/INFO]: Building ingredient list... [15:10:99] [Render thread/INFO]: Building ingredient list took 5.797 ms [15:10:99] [Render thread/INFO]: Building ingredient filter... [15:10:02] [Render thread/INFO]: Loading config file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\jei\jei-client.ini [15:10:03] [Render thread/INFO]: Adding 6437 ingredients [15:10:87] [Render thread/INFO]: Added 6437 ingredients [15:10:87] [Render thread/INFO]: Building ingredient filter took 2.887 s [15:10:97] [Render thread/INFO]: Registering Runtime: jei:forge_gui took 2.990 s [15:10:97] [Render thread/INFO]: Registering Runtime: sophisticatedcore:default ... [15:10:97] [Render thread/INFO]: Registering Runtime: sophisticatedcore:default took 7.600 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: artifacts:main ... [15:10:97] [Render thread/INFO]: Registering Runtime: artifacts:main took 4.200 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: sophisticatedbackpacks:default ... [15:10:97] [Render thread/INFO]: Registering Runtime: sophisticatedbackpacks:default took 3.800 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: paraglider:paraglider ... [15:10:97] [Render thread/INFO]: Registering Runtime: paraglider:paraglider took 3.700 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: eeeabsmobs:jei_plugin ... [15:10:97] [Render thread/INFO]: Registering Runtime: eeeabsmobs:jei_plugin took 3.300 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: cataclysm:jei_plugin ... [15:10:97] [Render thread/INFO]: Registering Runtime: cataclysm:jei_plugin took 3.400 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: curios:curios ... [15:10:97] [Render thread/INFO]: Registering Runtime: curios:curios took 3.700 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: securitycraft:securitycraft ... [15:10:97] [Render thread/INFO]: Registering Runtime: securitycraft:securitycraft took 3.400 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: tombstone:jei_integration ... [15:10:97] [Render thread/INFO]: Registering Runtime: tombstone:jei_integration took 9.500 Ојs [15:10:97] [Render thread/INFO]: Registering Runtime: jei:internal ... [15:10:97] [Render thread/INFO]: Registering Runtime: jei:internal took 5.201 Ојs [15:10:97] [Render thread/INFO]: Building runtime took 3.025 s [15:10:97] [Render thread/INFO]: Sending Runtime: jei:minecraft ... [15:10:97] [Render thread/INFO]: Sending Runtime: jei:minecraft took 16.00 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: cgm:crafting ... [15:10:97] [Render thread/INFO]: Sending Runtime: cgm:crafting took 5.001 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: aether:jei ... [15:10:97] [Render thread/INFO]: Sending Runtime: aether:jei took 4.101 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: jei:gui ... [15:10:97] [Render thread/INFO]: Sending Runtime: jei:gui took 5.200 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: jei:debug ... [15:10:97] [Render thread/INFO]: Sending Runtime: jei:debug took 8.200 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: jei:forge_gui ... [15:10:97] [Render thread/INFO]: Sending Runtime: jei:forge_gui took 4.000 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: sophisticatedcore:default ... [15:10:97] [Render thread/INFO]: Sending Runtime: sophisticatedcore:default took 3.900 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: artifacts:main ... [15:10:97] [Render thread/INFO]: Sending Runtime: artifacts:main took 3.900 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: sophisticatedbackpacks:default ... [15:10:97] [Render thread/INFO]: Sending Runtime: sophisticatedbackpacks:default took 3.900 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: paraglider:paraglider ... [15:10:97] [Render thread/INFO]: Sending Runtime: paraglider:paraglider took 3.800 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: eeeabsmobs:jei_plugin ... [15:10:97] [Render thread/INFO]: Sending Runtime: eeeabsmobs:jei_plugin took 3.800 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: cataclysm:jei_plugin ... [15:10:97] [Render thread/INFO]: Sending Runtime: cataclysm:jei_plugin took 3.800 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: curios:curios ... [15:10:97] [Render thread/INFO]: Sending Runtime: curios:curios took 4.100 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: securitycraft:securitycraft ... [15:10:97] [Render thread/INFO]: Sending Runtime: securitycraft:securitycraft took 3.800 Ојs [15:10:97] [Render thread/INFO]: Sending Runtime: tombstone:jei_integration ... [15:10:97] [Render thread/INFO]: Ingredients are being added at runtime: 1 net.minecraft.world.item.ItemStack [15:10:98] [Render thread/INFO]: Sending Runtime: tombstone:jei_integration took 4.115 ms [15:10:98] [Render thread/INFO]: Sending Runtime: jei:internal ... [15:10:98] [Render thread/INFO]: Sending Runtime: jei:internal took 5.400 Ојs [15:10:98] [Render thread/INFO]: Starting JEI took 4.334 s [15:10:04] [Render thread/INFO]: [System] [CHAT] [SecurityCraft] ВЎGracias por usar SecurityCraft, v1.9.6.1! Consejo: ВЎEl servidor oficial de SecurityCraft ha vuelto! Гљnete en la IP: securitycraft.nodecraft.gg [15:10:05] [Render thread/INFO]: Loaded 1028 advancements [15:10:75] [Render thread/INFO]: calculated cape performance:TEXTURE_272, middle time: 2.5 [15:10:55] [Render thread/INFO]: can use texture size:TEXTURE_272, middle time: 1.7 [15:14:02] [Render thread/INFO]: [System] [CHAT] Stalker ha tirado a RataSucia128 desde muy alto [15:14:02] [Render thread/INFO]: [System] [CHAT] Se ha erigido una nueva tumba que contiene sus objetos perdidos [Bloqueado] [15:14:02] [Render thread/INFO]: [System] [CHAT] [x: 200, y: 96, z: 587] in minecraft:overworld [15:14:19] [Netty Client IO #7/ERROR]: Couldn't handle packet SyncMovementMsg[state=IDLE, stamina=1000, depleted=false, recoveryDelay=2], capability not found [15:14:19] [Netty Client IO #7/ERROR]: Couldn't find player with UUID 027d849e-9411-354d-97d1-817fdb51cfef [15:14:33] [Netty Client IO #7/ERROR]: Couldn't handle packet SyncMovementMsg[state=MIDAIR, stamina=1000, depleted=false, recoveryDelay=1], capability not found [15:14:33] [Netty Client IO #7/ERROR]: Couldn't find player with UUID 027d849e-9411-354d-97d1-817fdb51cfef [15:14:41] [Netty Client IO #7/ERROR]: Couldn't handle packet SyncMovementMsg[state=IDLE, stamina=1000, depleted=false, recoveryDelay=0], capability not found [15:14:41] [Netty Client IO #7/ERROR]: Couldn't find player with UUID 027d849e-9411-354d-97d1-817fdb51cfef [15:14:85] [Render thread/INFO]: [System] [CHAT] ВЎLa tumba desaparece! [15:14:00] [Render thread/INFO]: Villager Villager['Peletero'/3667, l='ClientLevel', x=203.29, y=105.00, z=614.52] died, message: 'Peletero ha muerto' [15:15:37] [Render thread/WARN]: [OptiFine] *** Exception outside of method *** [15:15:37] [Render thread/WARN]: [OptiFine] Method deactivated: public static void net.minecraftforge.client.ForgeHooksClient.onScreenCharTypedPost(net.minecraft.client.gui.screens.Screen,char,int) [15:15:37] [Render thread/WARN]: [OptiFine] java.lang.NullPointerException: Cannot invoke "java.lang.Boolean.booleanValue()" because "retVal" is null at TRANSFORMER/net.optifine/net.optifine.reflect.Reflector.callBoolean(Reflector.java:711) at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.lambda$onCharEvent$5(KeyboardHandler.java:664) at TRANSFORMER/[email protected]/net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:522) at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.m_90889_(KeyboardHandler.java:649) at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.lambda$setupCallbacks$9(KeyboardHandler.java:713) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:118) at TRANSFORMER/[email protected]/net.minecraft.client.KeyboardHandler.lambda$setupCallbacks$10(KeyboardHandler.java:712) at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFWCharModsCallbackI.callback(GLFWCharModsCallbackI.java:46) at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.system.JNI.invokeV(Native Method) at MC-BOOTSTRAP/[email protected]+7/org.lwjgl.glfw.GLFW.glfwPollEvents(GLFW.java:3403) at TRANSFORMER/[email protected]/com.mojang.blaze3d.systems.RenderSystem.m_69495_(RenderSystem.java:198) at TRANSFORMER/[email protected]/com.mojang.blaze3d.platform.Window.m_85435_(Window.java:453) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1143) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:26:34] [Render thread/INFO]: Loaded 1029 advancements [15:26:52] [Render thread/INFO]: Loaded 1030 advancements [15:27:77] [Render thread/INFO]: [System] [CHAT] Captura de pantalla guardada como 2024-05-03_15.27.34.png [15:32:89] [Render thread/INFO]: [System] [CHAT] RataSucia128 ha conseguido el progreso [CГєbreme de diamantes] [15:32:93] [Render thread/INFO]: Loaded 1031 advancements [15:32:22] [Render thread/INFO]: Loaded 1032 advancements [15:32:09] [Render thread/INFO]: Loaded 1033 advancements [15:32:54] [Render thread/INFO]: [System] [CHAT] JurrasickReal se ha unido a la partida [15:32:37] [Render thread/INFO]: Loading config file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\jei\jei-mod-id-format.ini [15:33:25] [Render thread/INFO]: Loaded 1034 advancements [15:34:07] [Render thread/INFO]: Loaded 1046 advancements [15:36:96] [Render thread/INFO]: [System] [CHAT] JurrasickReal ha conseguido el progreso [Monster Hunter] [15:36:66] [Render thread/INFO]: Loaded 1052 advancements [15:36:08] [Render thread/INFO]: Loaded 1064 advancements [15:36:23] [Netty Client IO #7/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:37:95] [Render thread/INFO]: Loaded 1069 advancements [15:37:16] [Render thread/INFO]: Loaded 1070 advancements [15:38:66] [Render thread/INFO]: Loaded 1075 advancements [15:38:24] [Netty Client IO #7/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:39:76] [Netty Client IO #7/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:39:01] [Netty Client IO #7/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:41:37] [Netty Client IO #7/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:42:57] [Render thread/FATAL]: Unreported exception thrown! java.lang.IllegalStateException: Pose stack not empty at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.m_109588_(LevelRenderer.java:2282) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1864) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1577) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1191) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:42:60] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut [15:42:60] [Render thread/INFO]: JEI StartEventObserver transitioning state from JEI_STARTED to DISABLED [15:42:60] [Render thread/INFO]: Stopping JEI [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:minecraft ... [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:minecraft took 17.10 Ојs [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: cgm:crafting ... [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: cgm:crafting took 4.600 Ојs [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: aether:jei ... [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: aether:jei took 3.300 Ојs [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:gui ... [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:gui took 3.301 Ојs [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:debug ... [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:debug took 3.001 Ојs [15:42:60] [Render thread/INFO]: Sending Runtime Unavailable: jei:forge_gui ... [15:42:60] [Render thread/INFO]: Stopping JEI GUI [15:42:61] [JEI GUI Config file watcher/INFO]: FileWatcher was interrupted, stopping. [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: jei:forge_gui took 6.082 ms [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedcore:default ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedcore:default took 5.800 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: artifacts:main ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: artifacts:main took 3.600 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedbackpacks:default ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedbackpacks:default took 3.401 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: paraglider:paraglider ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: paraglider:paraglider took 3.301 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: eeeabsmobs:jei_plugin ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: eeeabsmobs:jei_plugin took 3.099 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: cataclysm:jei_plugin ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: cataclysm:jei_plugin took 3.101 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: curios:curios ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: curios:curios took 3.100 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: securitycraft:securitycraft ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: securitycraft:securitycraft took 3.100 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: tombstone:jei_integration ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: tombstone:jei_integration took 4.500 Ојs [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: jei:internal ... [15:42:61] [Render thread/INFO]: Sending Runtime Unavailable: jei:internal took 3.000 Ојs [15:42:61] [JEI Library Config file watcher/INFO]: FileWatcher was interrupted, stopping. [15:42:61] [Render thread/INFO]: Unloading synced configs from server [15:42:62] [Render thread/INFO]: [voicechat] Clearing audio channels [15:42:44] [Render thread/FATAL]: Preparing crash report with UUID 39e62316-66b3-4d88-9445-c5c617172dfe [15:42:47] [Render thread/FATAL]: Preparing crash report with UUID 205cfa96-5efa-4e3d-a86d-2ab475a0b95e ---- Minecraft Crash Report ---- // My bad. Time: 2024-05-03 15:42:22 Description: Unexpected error java.lang.IllegalStateException: Pose stack not empty at net.minecraft.client.renderer.LevelRenderer.m_109588_(LevelRenderer.java:2282) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1864) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1577) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1191) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.0.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.LevelRenderer.m_109588_(LevelRenderer.java:2282) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1864) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1577) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A} -- Affected level -- Details: All players: 2 total; [LocalPlayer['RataSucia128'/812, l='ClientLevel', x=196.70, y=65.46, z=564.11], RemotePlayer['JurrasickReal'/12681, l='ClientLevel', x=218.15, y=95.96, z=612.44]] Chunk stats: 289, 166 Level dimension: minecraft:overworld Level spawn location: World: (-16,83,352), Section: (at 0,3,0 in -1,5,22; chunk contains blocks -16,-64,352 to -1,319,367), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Level time: 756536 game time, 149986 day time Server brand: forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:581) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,xf:OptiFine:default,re:classloading,xf:OptiFine:default,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:physicsmod.mixins.json:MixinClientLevel,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2280) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:722) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.0.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Mod Resources -- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 737591520 bytes (703 MiB) / 2650800128 bytes (2528 MiB) up to 3154116608 bytes (3008 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz Identifier: Intel64 Family 6 Model 158 Stepping 11 Microarchitecture: Coffee Lake Frequency (GHz): 3.60 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 4 Graphics card #0 name: Intel(R) UHD Graphics 630 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x3e91 Graphics card #0 versionInfo: DriverVersion=31.0.101.2111 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 23657.97 Virtual memory used (MB): 14933.71 Swap memory total (MB): 7424.00 Swap memory used (MB): 894.29 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: iiiiii Backend library: LWJGL version 3.3.1 build 7 Backend API: Intel(R) UHD Graphics 630 GL version 3.2.0 - Build 31.0.101.2111, Intel Window size: 1600x900 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fast Resource Packs: Current Language: EspaпїЅol (EspaпїЅa) CPU: 4x Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz OptiFine Version: OptiFine_1.19.2_HD_U_I1 OptiFine Build: 20221213-150857 Render Distance Chunks: 6 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 3.2.0 - Build 31.0.101.2111 OpenGlRenderer: Intel(R) UHD Graphics 630 OpenGlVendor: Intel CpuCount: 4 ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE cgm-forge-1.19.2-1.3.7.jar |MrCrayfish's Gun Mod |cgm |1.3.7 |DONE |Manifest: NOSIGNATURE aether-1.19.2-1.4.1-forge.jar |The Aether |aether |1.19.2-1.4.1-forge |DONE |Manifest: NOSIGNATURE jei-1.19.2-forge-11.6.0.1019.jar |Just Enough Items |jei |11.6.0.1019 |DONE |Manifest: NOSIGNATURE nzgExpansion-1.4.1-1.19.2.jar |NineZero's Gun Expansion |nzgmaddon |1.4.1 |DONE |Manifest: NOSIGNATURE the-conjurer-1.19.2-1.1.5.jar |The Conjurer |conjurer_illager |1.1.5 |DONE |Manifest: NOSIGNATURE YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE obscure_api-15.jar |Obscure API |obscure_api |15 |DONE |Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.6.4.587.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.6.4.587 |DONE |Manifest: NOSIGNATURE MoGuns-1.9.2-1.19.2.jar |Mo' Guns |moguns |1.9.2 |DONE |Manifest: NOSIGNATURE citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |DONE |Manifest: NOSIGNATURE artifacts-1.19.2-5.0.5.jar |Artifacts |artifacts |1.19.2-5.0.5 |DONE |Manifest: NOSIGNATURE YungsApi-1.19.2-Forge-3.8.10.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.10 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.19.2-3.20.2.1035.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.20.2.1035 |DONE |Manifest: NOSIGNATURE YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE BOMD-Forge-1.19.2-1.0.6.jar |Bosses of Mass Destruction |bosses_of_mass_destruction |1.0.6 |DONE |Manifest: NOSIGNATURE immersive_armors-1.5.6+1.19.2-forge.jar |Immersive Armors |immersive_armors |1.5.6+1.19.2 |DONE |Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.6 |DONE |Manifest: NOSIGNATURE Paraglider-1.19.2-1.7.0.5.jar |Paraglider |paraglider |1.7.0.5 |DONE |Manifest: NOSIGNATURE cloth-config-8.3.115-forge.jar |Cloth Config v8 API |cloth_config |8.3.115 |DONE |Manifest: NOSIGNATURE forge-1.19.2-43.3.0-universal.jar |Forge |forge |43.3.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 SleepingOverhaul-2.0.2-Forge-1.19.2.jar |SleepingOverhaul |sleepingoverhaul |2.0.2-Forge-1.19.2 |DONE |Manifest: NOSIGNATURE tl_skin_cape_forge_1.19_1.19.2-1.30.jar |TLSkinCape |tlskincape |1.30 |DONE |Manifest: ef:fe:e7:59:91:bb:3a:06:c1:94:f4:f3:9c:3e:26:69:47:fa:2e:c5:53:d3:38:21:65:cc:04:75:e7:61:19:40 structure_gel-1.19.2-2.7.3.jar |Structure Gel API |structure_gel |2.7.3 |DONE |Manifest: NOSIGNATURE EnemyExpansion-1.19.2-2.2.1.jar |Enemy Expansion |enemyexpansion |2.2.1 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.19.2-2.1.56-beta.jar |When Dungeons Arise |dungeons_arise |2.1.56-1.19.2 |DONE |Manifest: NOSIGNATURE client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f voicechat-forge-1.19.2-2.5.12.jar |Simple Voice Chat |voicechat |1.19.2-2.5.12 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.166.jar |TerraBlender |terrablender |2.0.1.166 |DONE |Manifest: NOSIGNATURE physics-mod-2.12.5-mc-1.19.2-forge.jar |Physics Mod |physicsmod |2.12.5 |DONE |Manifest: NOSIGNATURE RegionsUnexploredForge-0.5.3+1.19.2.jar |Regions Unexplored |regions_unexplored |0.5.3 |DONE |Manifest: NOSIGNATURE Female-Gender-Mod-forge-1.19.1-3.0.1.jar |Wildfire's Female Gender Mod |wildfire_gender |1.19-3.0.0 |DONE |Manifest: NOSIGNATURE EspaпїЅolFalloutInspiredPA+1.19.2.jar |Power armor |fallout_inspired_power_armor |1 |DONE |Manifest: NOSIGNATURE JetAndEliasArmors1.4.1-1.19.2.jar |Jet and Elia's Armors |jet_and_elias_armors |1.0.0 |DONE |Manifest: NOSIGNATURE justleveling-forge-1.19.x-v1.7.jar |Just Leveling |justleveling |1.6 |DONE |Manifest: NOSIGNATURE CreativeCore_FORGE_v2.9.4_mc1.19.2.jar |CreativeCore |creativecore |2.9.3 |DONE |Manifest: NOSIGNATURE eeeabsmobs-1.19.2-0.7.jar |EEEAB's Mobs |eeeabsmobs |0.7 |DONE |Manifest: NOSIGNATURE born_in_chaos_[Forge]1.19.2_1.10.1.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |DONE |Manifest: NOSIGNATURE L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.6.1.jar |Curios API |curios |1.19.2-5.1.6.1 |DONE |Manifest: NOSIGNATURE [1.19.2]+SecurityCraft+v1.9.6.1.jar |SecurityCraft |securitycraft |1.9.6.1 |DONE |Manifest: NOSIGNATURE YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE tombstone-1.19.2-8.2.16.jar |Corail Tombstone |tombstone |8.2.16 |DONE |Manifest: NOSIGNATURE cumulus_menus-1.19.2-1.0.0-forge.jar |Cumulus |cumulus_menus |1.19.2-1.0.0-forge |DONE |Manifest: NOSIGNATURE endofherobrine-1.19.2-1.0.8.2.jar |The End of Herobrine |endofherobrine |1.19.2-1.0.8.2 |DONE |Manifest: NOSIGNATURE cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE architectury-6.6.92-forge.jar |Architectury |architectury |6.6.92 |DONE |Manifest: NOSIGNATURE simplyswords-forge-1.47.0-1.19.2.jar |Simply Swords |simplyswords |1.47.0-1.19.2 |DONE |Manifest: NOSIGNATURE spore_1.19.2_2.0.5b.jar |Spore |spore |2.0.5 |DONE |Manifest: NOSIGNATURE YungsBetterEndIsland-1.19.2-Forge-1.0.jar |YUNG's Better End Island |betterendisland |1.19.2-Forge-1.0 |DONE |Manifest: NOSIGNATURE Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar |Oh The Biomes You'll Go |byg |2.0.1.6 |DONE |Manifest: NOSIGNATURE CorgiLib-forge-1.19.2-1.0.0.34.jar |CorgiLib |corgilib |1.0.0.34 |DONE |Manifest: NOSIGNATURE nitrogen_internals-1.19.2-1.0.3-forge.jar |Nitrogen |nitrogen_internals |1.19.2-1.0.3-forge |DONE |Manifest: NOSIGNATURE Healing+Bed+1.19.2.jar |Healingbed |healingbed |1.19.2 |DONE |Manifest: NOSIGNATURE framework-forge-1.19.2-0.6.16.jar |Framework |framework |0.6.16 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 smallships-forge-1.19.2-2.0.0-b1.1.jar |Small Ships |smallships |2.0.0-b1.1 |DONE |Manifest: NOSIGNATURE expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.1 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE Cave+Dweller+Reimagined.jar |cave_dweller |cave_dweller |1.6.4 |DONE |Manifest: NOSIGNATURE aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |DONE |Manifest: NOSIGNATURE YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar |YUNG's Better Jungle Temples |betterjungletemples |1.19.2-Forge-1.0.1 |DONE |Manifest: NOSIGNATURE PresenceFootsteps-1.19.2-1.6.4.1-forge.jar |Presence Footsteps (Forge) |presencefootsteps |1.19.2-1.6.4.1 |DONE |Manifest: NOSIGNATURE Crash Report UUID: 205cfa96-5efa-4e3d-a86d-2ab475a0b95e FML: 43.3 Forge: net.minecraftforge:43.3.0 [15:42:49] [Render thread/FATAL]: Preparing crash report with UUID 1123912f-3d20-4340-be03-f0788d952cda #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.42.21-client.txt Here I am! [VersionManager] Refreshing versions locally... [VersionManager] Versions has been refreshed (1031 ms) [Launcher] Launcher exited. [Launcher] Minecraft closed with exit code: -1 flush now [Launcher] [Crash] Found crash report file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.42.21-client.txt [Crash] Found crash report file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.42.21-client.txt flush now AccountComboBox.validte pre game launch username Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} TLAUNCHER [TlauncherAuthenticator] Staring to authenticate: Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} [TlauncherAuthenticator] hasUsername: RataSucia128 [TlauncherAuthenticator] hasPassword: false [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] Loggining in with token [TlauncherAuthenticator] Log in successful! [TlauncherAuthenticator] hasUUID: true [TlauncherAuthenticator] hasAccessToken: true [TlauncherAuthenticator] hasProfiles: true [TlauncherAuthenticator] hasProfile: true [TlauncherAuthenticator] hasProperties: true onAuthPassed saved account Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} save profiles [LoginForm] Login was OK. Trying to launch now. [Launcher] Running under TLauncher 2.919 [Launcher] Collecting info... [TLauncherManager] before clearLibrary [TLauncherManager] written: [] [TLauncherManager] after clearLibrary [Launcher] Force update: false [Launcher] Selected version: iiiiii [Launcher] Selected account: Account{skinType=TLAUNCHER, displayName=RataSucia128, type=TLAUNCHER, accessToken=(not null), userid=RataSucia128, uuid=0d4ffc30b25411ee9b08f02f74958d22, username=RataSucia128} [Launcher] Version sync info: VersionSyncInfo{id='iiiiii', local=CompleteVersion{id='iiiiii', time=Thu Sep 21 14:07:53 PET 2023, release=Fri Aug 05 06:57:05 PET 2022, type=release, class=cpw.mods.bootstraplauncher.BootstrapLauncher, minimumVersion=21, assets='1.19', source=LOCAL_VERSION_REPO, list=net.minecraft.launcher.updater.LocalVersionList@4369e02f, libraries=[Library{name='cpw.mods:securejarhandler:2.1.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-commons:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-tree:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-util:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.ow2.asm:asm-analysis:9.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:accesstransformers:8.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.antlr:antlr4-runtime:4.9.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:eventbus:6.0.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:forgespi:6.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:coremods:5.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:modlauncher:10.0.8', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:unsafe:0.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:core:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.electronwill.night-config:toml:3.6.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.maven:maven-artifact:3.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.jodah:typetools:0.8.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecrell:terminalconsoleappender:1.2.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-reader:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.jline:jline-terminal:3.12.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.spongepowered:mixin:0.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.openjdk.nashorn:nashorn-core:15.3', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarSelector:0.3.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarMetadata:0.3.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='cpw.mods:bootstraplauncher:1.1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:JarJarFileSystems:0.3.16', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.minecraftforge:fmlloader:1.19.2-43.3.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:logging:1.0.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:blocklist:1.0.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:patchy:2.2.10', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.github.oshi:oshi-core:5.8.5', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna:5.10.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.java.dev.jna:jna-platform:5.10.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.slf4j:slf4j-api:1.8.0-beta4', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-slf4j18-impl:2.17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.ibm.icu:icu4j:70.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:javabridge:1.2.24', rules=null, natives=null, extract=null, packed='null'}, Library{name='net.sf.jopt-simple:jopt-simple:5.0.4', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-common:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-buffer:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-codec:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-handler:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-resolver:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-unix-common:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-classes-epoll:4.1.77.Final', rules=null, natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.77.Final:linux-x86_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='io.netty:netty-transport-native-epoll:4.1.77.Final:linux-aarch_64', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.google.guava:failureaccess:1.0.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.guava:guava:31.0.1-jre', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-lang3:3.12.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-io:commons-io:2.11.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-codec:commons-codec:1.15', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:brigadier:1.0.18', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:datafixerupper:5.0.28', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.google.code.gson:gson:2.8.9', rules=null, natives=null, extract=null, packed='null'}, Library{name='com.mojang:authlib:3.11.49', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.commons:commons-compress:1.21', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpclient:4.5.13', rules=null, natives=null, extract=null, packed='null'}, Library{name='commons-logging:commons-logging:1.2', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.httpcomponents:httpcore:4.4.14', rules=null, natives=null, extract=null, packed='null'}, Library{name='it.unimi.dsi:fastutil:8.5.6', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-api:2.17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.apache.logging.log4j:log4j-core:2.17.0', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-x86', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-linux', rules=[Rule{action=ALLOW, os=OSRestriction{name=LINUX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-macos-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='ca.weblite:java-objc-bridge:1.1', rules=[Rule{action=ALLOW, os=OSRestriction{name=OSX, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='com.mojang:text2speech:1.16.7', rules=null, natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-glfw:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-jemalloc:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-openal:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-opengl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-stb:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl-tinyfd:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}, Library{name='org.lwjgl:lwjgl:3.3.1:natives-windows-arm64', rules=[Rule{action=ALLOW, os=OSRestriction{name=WINDOWS, version='null'}, features=null}], natives=null, extract=null, packed='null'}]}, remote=null, isInstalled=true, hasRemote=false, isUpToDate=true} [Launcher] Checking conditions... [Launcher] Comparing assets... [AssetsManager] Checking resources... [AssetsManager] Reading indexes from file C:\Users\Adriano\AppData\Roaming\.minecraft\assets\indexes\1.19.json [AssetsManager] Fast comparing: true [Launcher] finished comparing assets: 858 ms. [TLauncherManager] add required libraries: iiiiii [VersionManager] Required for version iiiiii: [] [TLauncherManager] add required libraries: iiiiii [Modpack] check resources [Modpack] check CompositeResources used default java runtime Minecraft requires java version: 17, java path: C:\Users\Adriano\AppData\Roaming\.minecraft\runtime\java-runtime-gamma\windows\java-runtime-gamma\bin\javaw.exe [Launcher] Unpacking natives... [Launcher] Constructing process... [Launcher] Constructing classpath... backup world is active: true [Launcher] Getting Minecraft arguments... [Launcher] Full command: C:\Users\Adriano\AppData\Roaming\.minecraft\runtime\java-runtime-gamma\windows\java-runtime-gamma\bin\javaw.exe -Dos.name=Windows 10 -Dos.version=10.0 -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Djava.library.path=C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\natives -Dminecraft.launcher.brand=minecraft-launcher -Dminecraft.launcher.version=2.3.173 -cp C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\cpw\mods\securejarhandler\2.1.4\securejarhandler-2.1.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm\9.5\asm-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-commons\9.5\asm-commons-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-tree\9.5\asm-tree-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-util\9.5\asm-util-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\ow2\asm\asm-analysis\9.5\asm-analysis-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\accesstransformers\8.0.4\accesstransformers-8.0.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\antlr\antlr4-runtime\4.9.1\antlr4-runtime-4.9.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\eventbus\6.0.3\eventbus-6.0.3.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\forgespi\6.0.0\forgespi-6.0.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\coremods\5.0.1\coremods-5.0.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\cpw\mods\modlauncher\10.0.8\modlauncher-10.0.8.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\unsafe\0.2.0\unsafe-0.2.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\core\3.6.4\core-3.6.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\electronwill\night-config\toml\3.6.4\toml-3.6.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\maven\maven-artifact\3.8.5\maven-artifact-3.8.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\jodah\typetools\0.8.3\typetools-0.8.3.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecrell\terminalconsoleappender\1.2.0\terminalconsoleappender-1.2.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\jline\jline-reader\3.12.1\jline-reader-3.12.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\jline\jline-terminal\3.12.1\jline-terminal-3.12.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\spongepowered\mixin\0.8.5\mixin-0.8.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\openjdk\nashorn\nashorn-core\15.3\nashorn-core-15.3.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarSelector\0.3.16\JarJarSelector-0.3.16.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarMetadata\0.3.16\JarJarMetadata-0.3.16.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\cpw\mods\bootstraplauncher\1.1.2\bootstraplauncher-1.1.2.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\JarJarFileSystems\0.3.16\JarJarFileSystems-0.3.16.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlloader\1.19.2-43.3.0\fmlloader-1.19.2-43.3.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\logging\1.0.0\logging-1.0.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\blocklist\1.0.10\blocklist-1.0.10.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\tlauncher\patchy\2.2.10\patchy-2.2.10.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\github\oshi\oshi-core\5.8.5\oshi-core-5.8.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna\5.10.0\jna-5.10.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\java\dev\jna\jna-platform\5.10.0\jna-platform-5.10.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\slf4j\slf4j-api\1.8.0-beta4\slf4j-api-1.8.0-beta4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-slf4j18-impl\2.17.0\log4j-slf4j18-impl-2.17.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\ibm\icu\icu4j\70.1\icu4j-70.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\javabridge\1.2.24\javabridge-1.2.24.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\sf\jopt-simple\jopt-simple\5.0.4\jopt-simple-5.0.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-common\4.1.77.Final\netty-common-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-buffer\4.1.77.Final\netty-buffer-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-codec\4.1.77.Final\netty-codec-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-handler\4.1.77.Final\netty-handler-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-resolver\4.1.77.Final\netty-resolver-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport\4.1.77.Final\netty-transport-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-native-unix-common\4.1.77.Final\netty-transport-native-unix-common-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\io\netty\netty-transport-classes-epoll\4.1.77.Final\netty-transport-classes-epoll-4.1.77.Final.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\google\guava\failureaccess\1.0.1\failureaccess-1.0.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\google\guava\guava\31.0.1-jre\guava-31.0.1-jre.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-lang3\3.12.0\commons-lang3-3.12.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\commons-io\commons-io\2.11.0\commons-io-2.11.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\commons-codec\commons-codec\1.15\commons-codec-1.15.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\brigadier\1.0.18\brigadier-1.0.18.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\datafixerupper\5.0.28\datafixerupper-5.0.28.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\google\code\gson\gson\2.8.9\gson-2.8.9.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\tlauncher\authlib\3.11.49.5\authlib-3.11.49.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\commons\commons-compress\1.21\commons-compress-1.21.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpclient\4.5.13\httpclient-4.5.13.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\commons-logging\commons-logging\1.2\commons-logging-1.2.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\httpcomponents\httpcore\4.4.14\httpcore-4.4.14.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\it\unimi\dsi\fastutil\8.5.6\fastutil-8.5.6.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-api\2.17.0\log4j-api-2.17.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\apache\logging\log4j\log4j-core\2.17.0\log4j-core-2.17.0.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-x86.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\com\mojang\text2speech\1.16.7\text2speech-1.16.7.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-glfw\3.3.1\lwjgl-glfw-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-jemalloc\3.3.1\lwjgl-jemalloc-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-openal\3.3.1\lwjgl-openal-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-opengl\3.3.1\lwjgl-opengl-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-stb\3.3.1\lwjgl-stb-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl-tinyfd\3.3.1\lwjgl-tinyfd-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\org\lwjgl\lwjgl\3.3.1\lwjgl-3.3.1-natives-windows-arm64.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\iiiiii.jar -Djava.net.preferIPv6Addresses=system -DignoreList=bootstraplauncher,securejarhandler,asm-commons,asm-util,asm-analysis,asm-tree,asm,JarJarFileSystems,client-extra,fmlcore,javafmllanguage,lowcodelanguage,mclanguage,forge-,iiiiii.jar -DmergeModules=jna-5.10.0.jar,jna-platform-5.10.0.jar -DlibraryDirectory=C:\Users\Adriano\AppData\Roaming\.minecraft\libraries -p C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/cpw/mods/bootstraplauncher/1.1.2/bootstraplauncher-1.1.2.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/cpw/mods/securejarhandler/2.1.4/securejarhandler-2.1.4.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-util/9.5/asm-util-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-analysis/9.5/asm-analysis-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/org/ow2/asm/asm/9.5/asm-9.5.jar;C:\Users\Adriano\AppData\Roaming\.minecraft\libraries/net/minecraftforge/JarJarFileSystems/0.3.16/JarJarFileSystems-0.3.16.jar --add-modules ALL-MODULE-PATH --add-opens java.base/java.util.jar=cpw.mods.securejarhandler --add-opens java.base/java.lang.invoke=cpw.mods.securejarhandler --add-exports java.base/sun.security.util=cpw.mods.securejarhandler --add-exports jdk.naming.dns/com.sun.jndi.dns=java.naming -Xmx3000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -Dfml.ignoreInvalidMinecraftCertificates=true -Dfml.ignorePatchDiscrepancies=true -Djava.net.preferIPv4Stack=true -Dminecraft.applet.TargetDirectory=C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii -DlibraryDirectory=C:\Users\Adriano\AppData\Roaming\.minecraft\libraries -Dlog4j.configurationFile=C:\Users\Adriano\AppData\Roaming\.minecraft\assets\log_configs\client-1.12.xml -DLibLoader.modsFolder=C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods cpw.mods.bootstraplauncher.BootstrapLauncher --username RataSucia128 --version iiiiii --gameDir C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii --assetsDir C:\Users\Adriano\AppData\Roaming\.minecraft\assets --assetIndex 1.19 --uuid 0d4ffc30-b254-11ee-9b08-f02f74958d22 --accessToken null --clientId null --xuid null --userType mojang --versionType release --width 925 --height 530 --launchTarget forgeclient --fml.forgeVersion 43.3.0 --fml.mcVersion 1.19.2 --fml.forgeGroup net.minecraftforge --fml.mcpVersion 20220805.130853 [Launcher] Launching Minecraft... I'm hiding! [TLauncherManager] mods after C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\aether-1.19.2-1.4.1-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\aquamirae-6.API15.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\architectury-6.6.92-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\artifacts-1.19.2-5.0.5.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\BOMD-Forge-1.19.2-1.0.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\born_in_chaos_[Forge]1.19.2_1.10.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\caelus-forge-1.19.2-3.0.0.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Cave+Dweller+Reimagined.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\cfm-7.0.0-pre35-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\cgm-forge-1.19.2-1.3.7.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\citadel-2.1.4-1.19.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\cloth-config-8.3.115-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\CorgiLib-forge-1.19.2-1.0.0.34.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\CreativeCore_FORGE_v2.9.4_mc1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\curios-forge-1.19.2-5.1.6.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\DungeonsArise-1.19.2-2.1.56-beta.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\eeeabsmobs-1.19.2-0.7.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\endofherobrine-1.19.2-1.0.8.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\EnemyExpansion-1.19.2-2.2.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\EspaГ±olFalloutInspiredPA+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\fabric-api-0.61.0+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Female-Gender-Mod-forge-1.19.1-3.0.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\ForgeConfigAPIPort-v4.2.5-1.19.2-Fabric.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\framework-forge-1.19.2-0.6.16.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\geckolib-forge-1.19-3.1.40.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Healing+Bed+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\immersive_armors-1.5.6+1.19.2-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\jei-1.19.2-forge-11.6.0.1019.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\JetAndEliasArmors1.4.1-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\justleveling-forge-1.19.x-v1.7.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\MoGuns-1.9.2-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\nzgExpansion-1.4.1-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\obscure_api-15.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\OptiFine-1.19.2_HD_U_I1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\Paraglider-1.19.2-1.7.0.5.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\physics-mod-2.12.5-mc-1.19.2-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\PresenceFootsteps-1.19.2-1.6.4.1-forge.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\RegionsUnexploredForge-0.5.3+1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\simplyswords-forge-1.47.0-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\SleepingOverhaul-2.0.2-Forge-1.19.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\smallships-forge-1.19.2-2.0.0-b1.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\sophisticatedbackpacks-1.19.2-3.20.2.1035.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\sophisticatedcore-1.19.2-0.6.4.587.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\spore_1.19.2_2.0.5b.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\structure_gel-1.19.2-2.7.3.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\TerraBlender-forge-1.19.2-2.0.1.166.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\the-conjurer-1.19.2-1.1.5.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\tl_skin_cape_forge_1.19_1.19.2-1.30.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\tombstone-1.19.2-8.2.16.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\voicechat-forge-1.19.2-2.5.12.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsApi-1.19.2-Forge-3.8.10.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterDungeons-1.19.2-Forge-3.2.2.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterEndIsland-1.19.2-Forge-1.0.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\[1.19.2]+SecurityCraft+v1.9.6.1.jar [Launcher] Game skin type: TLAUNCHER [Launcher] Starting Minecraft iiiiii... [Launcher] Launching in: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii Starting garbage collector: 69 / 120 MB Garbage collector completed: 57 / 120 MB [Launcher] Processing post-launch actions. Assist launch: true =============================================================================================== [15:42:27] [main/INFO]: ModLauncher running: args [--username, RataSucia128, --version, iiiiii, --gameDir, C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii, --assetsDir, C:\Users\Adriano\AppData\Roaming\.minecraft\assets, --assetIndex, 1.19, --uuid, 0d4ffc30-b254-11ee-9b08-f02f74958d22, --accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, --clientId, null, --xuid, null, --userType, mojang, --versionType, release, --width, 925, --height, 530, --launchTarget, forgeclient, --fml.forgeVersion, 43.3.0, --fml.mcVersion, 1.19.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220805.130853] [15:42:28] [main/INFO]: ModLauncher 10.0.8+10.0.8+main.0ef7e830 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [15:42:50] [main/INFO]: OptiFineTransformationService.onLoad [15:42:50] [main/INFO]: OptiFine ZIP file URL: union:/C:/Users/Adriano/AppData/Roaming/.minecraft/versions/iiiiii/mods/OptiFine-1.19.2_HD_U_I1.jar%23214!/ [15:42:50] [main/INFO]: OptiFine ZIP file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\OptiFine-1.19.2_HD_U_I1.jar [15:42:51] [main/INFO]: Target.PRE_CLASS is available [15:42:59] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/Adriano/AppData/Roaming/.minecraft/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2397!/ Service=ModLauncher Env=CLIENT [15:42:60] [main/INFO]: OptiFineTransformationService.initialize [15:42:15] [main/INFO]: Found mod file [1.19.2]+SecurityCraft+v1.9.6.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:15] [main/INFO]: Found mod file aether-1.19.2-1.4.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:15] [main/INFO]: Found mod file aquamirae-6.API15.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:15] [main/INFO]: Found mod file architectury-6.6.92-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:15] [main/INFO]: Found mod file artifacts-1.19.2-5.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:15] [main/INFO]: Found mod file BOMD-Forge-1.19.2-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:15] [main/INFO]: Found mod file born_in_chaos_[Forge]1.19.2_1.10.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file caelus-forge-1.19.2-3.0.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file Cave+Dweller+Reimagined.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file cfm-7.0.0-pre35-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file cgm-forge-1.19.2-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file citadel-2.1.4-1.19.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file cloth-config-8.3.115-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file CorgiLib-forge-1.19.2-1.0.0.34.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file CreativeCore_FORGE_v2.9.4_mc1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file curios-forge-1.19.2-5.1.6.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file DungeonsArise-1.19.2-2.1.56-beta.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file eeeabsmobs-1.19.2-0.7.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file endofherobrine-1.19.2-1.0.8.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file EnemyExpansion-1.19.2-2.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file EspaГ±olFalloutInspiredPA+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file Female-Gender-Mod-forge-1.19.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file framework-forge-1.19.2-0.6.16.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file geckolib-forge-1.19-3.1.40.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file Healing+Bed+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:16] [main/INFO]: Found mod file immersive_armors-1.5.6+1.19.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file jei-1.19.2-forge-11.6.0.1019.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file JetAndEliasArmors1.4.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file justleveling-forge-1.19.x-v1.7.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file MoGuns-1.9.2-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file nzgExpansion-1.4.1-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file obscure_api-15.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file Paraglider-1.19.2-1.7.0.5.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file physics-mod-2.12.5-mc-1.19.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file PresenceFootsteps-1.19.2-1.6.4.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file RegionsUnexploredForge-0.5.3+1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file simplyswords-forge-1.47.0-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file SleepingOverhaul-2.0.2-Forge-1.19.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file smallships-forge-1.19.2-2.0.0-b1.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file sophisticatedbackpacks-1.19.2-3.20.2.1035.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file sophisticatedcore-1.19.2-0.6.4.587.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file spore_1.19.2_2.0.5b.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file structure_gel-1.19.2-2.7.3.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file TerraBlender-forge-1.19.2-2.0.1.166.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file the-conjurer-1.19.2-1.1.5.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file tl_skin_cape_forge_1.19_1.19.2-1.30.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file tombstone-1.19.2-8.2.16.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file voicechat-forge-1.19.2-2.5.12.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file YungsApi-1.19.2-Forge-3.8.10.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file YungsBetterDungeons-1.19.2-Forge-3.2.2.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:17] [main/INFO]: Found mod file YungsBetterEndIsland-1.19.2-Forge-1.0.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:18] [main/INFO]: Found mod file YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:18] [main/INFO]: Found mod file YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:18] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:18] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:18] [main/INFO]: Found mod file YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:18] [main/INFO]: Found mod file YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods} [15:42:37] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\fmlcore\1.19.2-43.3.0\fmlcore-1.19.2-43.3.0.jar is missing mods.toml file [15:42:37] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\javafmllanguage\1.19.2-43.3.0\javafmllanguage-1.19.2-43.3.0.jar is missing mods.toml file [15:42:38] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\lowcodelanguage\1.19.2-43.3.0\lowcodelanguage-1.19.2-43.3.0.jar is missing mods.toml file [15:42:39] [main/WARN]: Mod file C:\Users\Adriano\AppData\Roaming\.minecraft\libraries\net\minecraftforge\mclanguage\1.19.2-43.3.0\mclanguage-1.19.2-43.3.0.jar is missing mods.toml file [15:42:42] [main/INFO]: Found mod file fmlcore-1.19.2-43.3.0.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:42:42] [main/INFO]: Found mod file javafmllanguage-1.19.2-43.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:42:42] [main/INFO]: Found mod file lowcodelanguage-1.19.2-43.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:42:42] [main/INFO]: Found mod file mclanguage-1.19.2-43.3.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:42:42] [main/INFO]: Found mod file client-1.19.2-20220805.130853-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:42:42] [main/INFO]: Found mod file forge-1.19.2-43.3.0-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@67a056f1 [15:42:59] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File: and Mod File: . Using Mod File: [15:42:60] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\mods\curios-forge-1.19.2-5.1.6.1.jar [15:42:60] [main/INFO]: Found 5 dependencies adding them to mods collection [15:42:60] [main/INFO]: Found mod file nitrogen_internals-1.19.2-1.0.3-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:42:60] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:42:60] [main/INFO]: Found mod file expandability-forge-7.0.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:42:60] [main/INFO]: Found mod file cumulus_menus-1.19.2-1.0.0-forge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:42:60] [main/INFO]: Found mod file MixinExtras-0.2.0-rc.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@6a0ac48e [15:42:25] [main/INFO]: OptiFineTransformationService.transformers [15:42:25] [main/INFO]: Targets: 386 [15:42:93] [main/INFO]: additionalClassesLocator: [optifine., net.optifine.] [15:42:01] [main/INFO]: Compatibility level set to JAVA_17 [15:42:06] [main/ERROR]: Mixin config sleepingoverhaul-common.mixins.json does not specify "minVersion" property [15:42:42] [main/INFO]: Successfully loaded Mixin Connector [tictim.paraglider.MixinConnector] [15:42:42] [main/INFO]: Successfully loaded Mixin Connector [org.tlauncher.MixinConnector] [15:42:42] [main/INFO]: Launching target 'forgeclient' with arguments [--version, iiiiii, --gameDir, C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii, --assetsDir, C:\Users\Adriano\AppData\Roaming\.minecraft\assets, --uuid, 0d4ffc30-b254-11ee-9b08-f02f74958d22, --username, RataSucia128, --assetIndex, 1.19, --accessToken, вќ„вќ„вќ„вќ„вќ„вќ„вќ„вќ„, --clientId, null, --xuid, null, --userType, mojang, --versionType, release, --width, 925, --height, 530] [15:42:51] [main/WARN]: Reference map 'simplyswords-common-refmap.json' for simplyswords-common.mixins.json could not be read. If this is a development environment you can ignore this message [15:42:52] [main/WARN]: Reference map 'simplyswords-forge-refmap.json' for simplyswords.mixins.json could not be read. If this is a development environment you can ignore this message [15:42:58] [main/WARN]: Reference map '${refmap_target}refmap.json' for corgilib.forge.mixins.json could not be read. If this is a development environment you can ignore this message [15:42:61] [main/WARN]: Reference map 'nitrogen_internals.refmap.json' for nitrogen_internals.mixins.json could not be read. If this is a development environment you can ignore this message [15:42:63] [main/WARN]: Reference map 'smallships-forge-refmap.json' for smallships.mixins.json could not be read. If this is a development environment you can ignore this message [15:42:10] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/preprocessor/JcppProcessor (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.preprocessor.JcppProcessor) [15:42:11] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.preprocessor.JcppProcessor was not found physicsmod.mixins.json:iris.MixinJcppProcessor [15:42:11] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/ProgramSet (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.ProgramSet) [15:42:11] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.ProgramSet was not found physicsmod.mixins.json:iris.MixinProgramSet [15:42:14] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/pipeline/FluidRenderer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer) [15:42:14] [main/WARN]: @Mixin target me.jellysquid.mods.sodium.client.render.pipeline.FluidRenderer was not found physicsmod.mixins.json:ocean.MixinFluidRenderer [15:42:14] [main/WARN]: Error loading class: net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline (java.lang.ClassNotFoundException: net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline) [15:42:14] [main/WARN]: @Mixin target net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline was not found physicsmod.mixins.json:ocean.MixinNewWorldRenderingPipeline [15:42:15] [main/WARN]: Error loading class: net/coderbot/iris/pipeline/newshader/NewWorldRenderingPipeline (java.lang.ClassNotFoundException: net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline) [15:42:15] [main/WARN]: @Mixin target net.coderbot.iris.pipeline.newshader.NewWorldRenderingPipeline was not found physicsmod.mixins.json:ocean.MixinNewWorldRenderingPipelineInvoker [15:42:15] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/ProgramSource (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.ProgramSource) [15:42:15] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.ProgramSource was not found physicsmod.mixins.json:ocean.MixinProgramSource [15:42:15] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/preprocessor/JcppProcessor (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.preprocessor.JcppProcessor) [15:42:15] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.preprocessor.JcppProcessor was not found physicsmod.mixins.json:ocean.MixinJcppProcessor [15:42:16] [main/WARN]: Error loading class: net/coderbot/iris/shaderpack/ProgramSet (java.lang.ClassNotFoundException: net.coderbot.iris.shaderpack.ProgramSet) [15:42:16] [main/WARN]: @Mixin target net.coderbot.iris.shaderpack.ProgramSet was not found physicsmod.mixins.json:ocean.MixinProgramSet [15:42:18] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.occlusion.BlockOcclusionCache) [15:42:19] [main/WARN]: Error loading class: ca/spottedleaf/starlight/common/light/StarLightEngine (java.lang.ClassNotFoundException: ca.spottedleaf.starlight.common.light.StarLightEngine) [15:42:19] [main/WARN]: Error loading class: link/infra/indium/renderer/render/TerrainRenderContext (java.lang.ClassNotFoundException: link.infra.indium.renderer.render.TerrainRenderContext) [15:42:22] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/pipeline/BlockRenderer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.render.pipeline.BlockRenderer) [15:42:31] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/vertex/transformers/SpriteTexturedVertexTransformer (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.vertex.transformers.SpriteTexturedVertexTransformer) [15:42:31] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/model/vertex/transformers/SpriteTexturedVertexTransformer$Quad (java.lang.ClassNotFoundException: me.jellysquid.mods.sodium.client.model.vertex.transformers.SpriteTexturedVertexTransformer$Quad) [15:42:49] [main/WARN]: Error loading class: net/bettercombat/client/collision/TargetFinder (java.lang.ClassNotFoundException: net.bettercombat.client.collision.TargetFinder) [15:42:49] [main/WARN]: @Mixin target net.bettercombat.client.collision.TargetFinder was not found justleveling.mixins.json:MixTargetFinder [15:42:60] [main/WARN]: Error loading class: com/min01/archaeology/item/BrushItem (java.lang.ClassNotFoundException: com.min01.archaeology.item.BrushItem) [15:42:60] [main/WARN]: @Mixin target com.min01.archaeology.item.BrushItem was not found cataclysm.mixins.json:BrushItemMixin [15:42:75] [main/WARN]: Error loading class: me/cominixo/betterf3/modules/TargetModule (java.lang.ClassNotFoundException: me.cominixo.betterf3.modules.TargetModule) [15:42:75] [main/WARN]: @Mixin target me.cominixo.betterf3.modules.TargetModule was not found securitycraft.mixins.json:f3.BetterF3TargetModuleMixin [15:42:68] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.2.0-rc.3). [15:43:26] [pool-3-thread-1/INFO]: Building unoptimized datafixer [15:43:62] [Render thread/WARN]: Assets URL 'union:/C:/Users/Adriano/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19.2-20220805.130853/client-1.19.2-20220805.130853-srg.jar%23277!/assets/.mcassetsroot' uses unexpected schema [15:43:63] [Render thread/WARN]: Assets URL 'union:/C:/Users/Adriano/AppData/Roaming/.minecraft/libraries/net/minecraft/client/1.19.2-20220805.130853/client-1.19.2-20220805.130853-srg.jar%23277!/data/.mcassetsroot' uses unexpected schema [15:43:66] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD' [15:43:55] [Render thread/ERROR]: Failed to verify authentication com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401 at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:155) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.<init>(YggdrasilUserApiService.java:55) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:161) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_193585_(Minecraft.java:646) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:405) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:176) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Caused by: MinecraftClientHttpException[type=HTTP_ERROR, status=401, response=ErrorResponse[path='/player/attributes', error='null', details=null, errorMessage='null']] at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:85) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) at MC-BOOTSTRAP/[email protected]/com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:129) ... 19 more [15:43:56] [Render thread/INFO]: Setting user: RataSucia128 [15:43:91] [Render thread/INFO]: [OptiFine] (Reflector) Class not present: net.minecraft.launchwrapper.Launch [15:43:92] [Render thread/INFO]: Backend library: LWJGL version 3.3.1 build 7 [15:43:18] [Render thread/INFO]: [OptiFine] [15:43:18] [Render thread/INFO]: [OptiFine] OptiFine_1.19.2_HD_U_I1 [15:43:22] [Render thread/INFO]: [OptiFine] Build: 20221213-150857 [15:43:22] [Render thread/INFO]: [OptiFine] OS: Windows 10 (amd64) version 10.0 [15:43:22] [Render thread/INFO]: [OptiFine] Java: 17.0.8, Microsoft [15:43:22] [Render thread/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Microsoft [15:43:22] [Render thread/INFO]: [OptiFine] LWJGL: 3.4.0 Win32 WGL Null EGL OSMesa VisualC DLL [15:43:23] [Render thread/INFO]: [OptiFine] OpenGL: Intel(R) UHD Graphics 630, version 3.2.0 - Build 31.0.101.2111, Intel [15:43:23] [Render thread/INFO]: [OptiFine] OpenGL Version: 3.2.0 [15:43:24] [Render thread/INFO]: [OptiFine] Maximum texture size: 16384x16384 [15:43:25] [VersionCheck/INFO]: [OptiFine] Checking for new version [15:43:25] [Render thread/INFO]: [Shaders] OpenGL Version: 3.2.0 - Build 31.0.101.2111 [15:43:25] [Render thread/INFO]: [Shaders] Vendor: Intel [15:43:25] [Render thread/INFO]: [Shaders] Renderer: Intel(R) UHD Graphics 630 [15:43:25] [Render thread/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 - [15:43:27] [Render thread/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [15:43:27] [Render thread/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS: 8 [15:43:27] [Render thread/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [15:43:27] [Render thread/INFO]: [Shaders] Load shaders configuration. [15:43:28] [Render thread/INFO]: [Shaders] Save shaders configuration. [15:43:28] [Render thread/INFO]: [Shaders] No shaderpack loaded. [15:43:30] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of item mappings after resources are loaded [15:43:30] [Render thread/INFO]: [OptiFine] [Shaders] Delayed loading of entity mappings after resources are loaded [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/aspen" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/baobab" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/blue_enchanted" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/bulbis" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/cherry" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/cika" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/cypress" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/ebony" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/ether" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/fir" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/green_enchanted" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/holly" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/imparius" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/mahogany" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/white_mangrove" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/palm" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/pine" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/rainbow_eucalyptus" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/redwood" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/willow" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/witch_hazel" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/zelkova" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/sythian" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/embur" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/nightshade" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/skyris" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/lament" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:27] [modloading-worker-0/WARN]: BYG WoodType "byg/maple" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... [15:43:28] [modloading-worker-0/WARN]: BYG WoodType "byg/jacaranda" was not in `Sheets.SIGN_MATERIALS`, registering it now in Sheets static initializer... java.lang.Throwable: BYG: Sheets Class loaded early. View stacktrace to see culprit mod and report it... at TRANSFORMER/[email protected]/net.minecraft.client.renderer.Sheets.handler$bdm000$emergencyCreateSignMaterials(Sheets.java:538) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.Sheets.<clinit>(Sheets.java:66) at TRANSFORMER/[email protected]/com.aetherteam.aether.client.AetherAtlases.getChestMaterial(AetherAtlases.java:25) at TRANSFORMER/[email protected]/com.aetherteam.aether.client.AetherAtlases.<clinit>(AetherAtlases.java:16) at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:467) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.lambda$inject$6(AutomaticEventSubscriber.java:61) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.AutomaticEventSubscriber.inject(AutomaticEventSubscriber.java:48) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:78) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:43:31] [modloading-worker-0/INFO]: Forge mod loading, version 43.3.0, for MC 1.19.2 with MCP 20220805.130853 [15:43:31] [modloading-worker-0/INFO]: MinecraftForge v43.3.0 Initialized [15:43:42] [modloading-worker-0/INFO]: Registering S2C receiver with id architectury:sync_ids [15:43:43] [modloading-worker-0/INFO]: Registering C2S receiver with id architectury:sync_ids [15:43:43] [modloading-worker-0/INFO]: Registering C2S receiver with id sleepingoverhaul:is_really_sleeping [15:43:43] [modloading-worker-0/INFO]: Registering S2C receiver with id sleepingoverhaul:sleep_error_time [15:43:43] [modloading-worker-0/INFO]: Registering S2C receiver with id sleepingoverhaul:timelapse_change [15:43:23] [modloading-worker-0/WARN]: WARNING: block Block{minecraft:gold_ore} added to BlockSelector exceeds max probabiltiy of 1! C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config [15:43:99] [modloading-worker-0/INFO]: ExpandAbility here, who dis? [15:43:20] [modloading-worker-0/INFO]: Presence Footsteps starting [15:43:54] [VersionCheck/INFO]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.19.2/HD_U.txt [15:43:43] [Render thread/ERROR]: Adding duplicate key 'ResourceKey[minecraft:worldgen/structure_type / bosses_of_mass_destruction:void_blossom]' to registry [15:43:43] [Render thread/ERROR]: Adding duplicate value 'com.cerbon.bosses_of_mass_destruction.structure.BMDStructures$$Lambda$16082/0x0000000801dcd458@34cd5188' to registry java.io.FileNotFoundException: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\cloth_local\Vanilla Cape.dae (El sistema no puede encontrar la ruta especificada) at java.base/java.io.FileInputStream.open0(Native Method) at java.base/java.io.FileInputStream.open(FileInputStream.java:216) at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157) at java.base/java.io.FileReader.<init>(FileReader.java:75) at TRANSFORMER/[email protected]/net.diebuddies.model.XmlParser.loadFile(XmlParser.java:27) at TRANSFORMER/[email protected]/net.diebuddies.model.ColladaParser.loadMultipleStaticModel(ColladaParser.java:30) at TRANSFORMER/[email protected]/net.diebuddies.model.ColladaParser.loadStaticModel(ColladaParser.java:25) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.loadCloth(PhysicsMod.java:375) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.handler$zie000$constructor(TextureManager.java:527) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.<init>(TextureManager.java:52) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:473) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:176) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) Couldn't load default cape model java.lang.NullPointerException: Cannot invoke "java.util.Map.values()" because the return value of "net.diebuddies.model.ColladaParser.loadMultipleStaticModel(java.io.File)" is null at TRANSFORMER/[email protected]/net.diebuddies.model.ColladaParser.loadStaticModel(ColladaParser.java:25) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.loadCloth(PhysicsMod.java:375) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.handler$zie000$constructor(TextureManager.java:527) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.texture.TextureManager.<init>(TextureManager.java:52) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.<init>(Minecraft.java:473) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:176) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:43:79] [Render thread/INFO]: enabled vertex attrib rendering path [15:43:34] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.SharedSecrets [15:43:34] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: jdk.internal.misc.SharedSecrets [15:43:34] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.ClassNotFoundException: sun.misc.VM [15:43:34] [Render thread/WARN]: [OptiFine] (Reflector) java.lang.reflect.InaccessibleObjectException: Unable to make public static long jdk.internal.misc.VM.maxDirectMemory() accessible: module java.base does not "exports jdk.internal.misc" to module net.optifine [15:43:36] [Worker-Main-1/ERROR]: Failed to retrieve profile key pair java.io.IOException: Could not retrieve profile key pair at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_233789_(ProfileKeyPairManager.java:152) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_243396_(ProfileKeyPairManager.java:75) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:43:41] [Render thread/INFO]: Reloading ResourceManager: Default, Mod Resources [15:43:47] [Render thread/INFO]: [OptiFine] *** Reloading textures *** [15:43:47] [Render thread/INFO]: [OptiFine] Resource packs: Mod Resources [15:43:48] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:56] [Render thread/INFO]: [OptiFine] *** Reflector Forge *** [15:43:65] [Render thread/INFO]: [OptiFine] *** Reflector Vanilla *** java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:54) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:54) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:54) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList$SubList.get(ArrayList.java:1149) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:306) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:282) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.createFunction(MathBuilder.java:439) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:266) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:308) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:283) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:55) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.IndexOutOfBoundsException: Index -1 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266) at java.base/java.util.Objects.checkIndex(Objects.java:361) at java.base/java.util.ArrayList$SubList.get(ArrayList.java:1149) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:306) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:282) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.createFunction(MathBuilder.java:439) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:266) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:308) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:283) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:55) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:43:35] [Worker-Main-3/WARN]: File minecraft:sounds/block/chest/close1.ogg does not exist, cannot add it to event aether:entity.mimic.death java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:53) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) java.lang.Exception: Given object couldn't be converted to value! - at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.valueFromObject(MathBuilder.java:488) at TRANSFORMER/[email protected]/software.bernie.shadowed.eliotlash.mclib.math.MathBuilder.parseSymbols(MathBuilder.java:257) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseSymbolsMolang(MolangParser.java:228) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseOneLine(MolangParser.java:216) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseExpression(MolangParser.java:174) at TRANSFORMER/[email protected]/software.bernie.geckolib3.core.molang.MolangParser.parseJson(MolangParser.java:154) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.parseExpression(JsonKeyFrameUtils.java:177) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJson(JsonKeyFrameUtils.java:53) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonKeyFrameUtils.convertJsonToRotationKeyFrames(JsonKeyFrameUtils.java:171) at TRANSFORMER/[email protected]/software.bernie.geckolib3.util.json.JsonAnimationUtils.deserializeJsonToAnimation(JsonAnimationUtils.java:267) at TRANSFORMER/[email protected]/software.bernie.geckolib3.file.AnimationFileLoader.loadAllAnimations(AnimationFileLoader.java:30) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$reload$0(GeckoLibCache.java:72) at TRANSFORMER/[email protected]/software.bernie.geckolib3.resource.GeckoLibCache.lambda$loadResources$5(GeckoLibCache.java:90) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:43:51] [Worker-Main-3/WARN]: File fallout_inspired_power_armor:sounds/440668__seansecret__laser-impact.ogg does not exist, cannot add it to event fallout_inspired_power_armor:laserimpactaniceperson [15:43:77] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [15:43:16] [modloading-worker-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-client.toml is not correct. Correcting [15:43:62] [modloading-worker-0/WARN]: Incorrect key schematicVersion was corrected from 1 to its default, 1. This seems to be an error. [15:43:63] [Thread-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-client.toml is not correct. Correcting [15:43:04] [Worker-Main-2/INFO]: [OptiFine] Multitexture: false [15:43:92] [modloading-worker-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-common.toml is not correct. Correcting [15:43:94] [modloading-worker-0/WARN]: Incorrect key schematicVersion was corrected from 4 to its default, 4. This seems to be an error. [15:43:94] [Thread-0/WARN]: Configuration file C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\smallships-common.toml is not correct. Correcting [15:43:08] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:exotwonew' referenced from: fallout_inspired_power_armor:x_02blok#facing=north: {} [15:43:08] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/exotwonew.json [15:43:14] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:xo2bootsrustedboi' referenced from: fallout_inspired_power_armor:x_02_boots_block#facing=north,waterlogged=true: {} [15:43:14] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/xo2bootsrustedboi.json [15:43:15] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:wrench' referenced from: fallout_inspired_power_armor:tool_2#facing=north,waterlogged=true: {} [15:43:15] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/wrench.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:ascrewiver' referenced from: fallout_inspired_power_armor:tool_3#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/ascrewiver.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:1newcomputer' referenced from: fallout_inspired_power_armor:computer#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/1newcomputer.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:securitycamera' referenced from: fallout_inspired_power_armor:camera#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/securitycamera.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:seringlite' referenced from: fallout_inspired_power_armor:ceilinglite#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/seringlite.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:note' referenced from: fallout_inspired_power_armor:note#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/note.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:bagums' referenced from: fallout_inspired_power_armor:sandbag#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/bagums.json [15:43:16] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:wrenchreal' referenced from: fallout_inspired_power_armor:tool_1#facing=north,waterlogged=true: {} [15:43:16] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/wrenchreal.json [15:43:17] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:poopa' referenced from: fallout_inspired_power_armor:vent#facing=north: {} [15:43:17] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/poopa.json [15:43:17] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:doaropeen' referenced from: fallout_inspired_power_armor:armored_door_open#facing=north: {} [15:43:17] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/doaropeen.json [15:43:17] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:doar' referenced from: fallout_inspired_power_armor:interior_door_open#facing=north,waterlogged=true: {} [15:43:17] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/doar.json [15:43:18] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:nblueprint' referenced from: fallout_inspired_power_armor:blueprint#facing=north,waterlogged=true: {} [15:43:18] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/nblueprint.json [15:43:18] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:blood' referenced from: fallout_inspired_power_armor:floor_blood#facing=north,waterlogged=true: {} [15:43:18] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/blood.json [15:43:18] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:skull' referenced from: fallout_inspired_power_armor:human_skull#facing=north,waterlogged=true: {} [15:43:18] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/skull.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:catwalk' referenced from: fallout_inspired_power_armor:catwalk#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/catwalk.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:aapipergreenstart' referenced from: fallout_inspired_power_armor:green_pipe#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/aapipergreenstart.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:apipergreenstart' referenced from: fallout_inspired_power_armor:green_pipemiddle#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/apipergreenstart.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:grate' referenced from: fallout_inspired_power_armor:grate#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/grate.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:toolbox' referenced from: fallout_inspired_power_armor:toolbox#facing=north,waterlogged=true: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/toolbox.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:smallpipes' referenced from: fallout_inspired_power_armor:small_pipes#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/smallpipes.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:redpipes' referenced from: fallout_inspired_power_armor:red_pipeconnector#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/redpipes.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:redpipesmiddle' referenced from: fallout_inspired_power_armor:red_pipe#facing=north: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/redpipesmiddle.json [15:43:19] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:cagelighta' referenced from: fallout_inspired_power_armor:cage_light#facing=north,waterlogged=true: {} [15:43:19] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/cagelighta.json [15:43:20] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:cardnew' referenced from: fallout_inspired_power_armor:key_card#facing=north,waterlogged=true: {} [15:43:20] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/cardnew.json [15:43:20] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:contrlpanel' referenced from: fallout_inspired_power_armor:door_control#facing=north: {} [15:43:20] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/contrlpanel.json [15:43:20] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:2contrlpanel' referenced from: fallout_inspired_power_armor:animation_1#facing=north: {} [15:43:20] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/2contrlpanel.json [15:43:20] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:three' referenced from: fallout_inspired_power_armor:animation_2#facing=north: {} [15:43:20] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/three.json [15:43:20] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:4contrlpanel' referenced from: fallout_inspired_power_armor:animation_4#facing=north: {} [15:43:20] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/4contrlpanel.json [15:43:20] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:5contrlpanel' referenced from: fallout_inspired_power_armor:animation_5#facing=north: {} [15:43:20] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/5contrlpanel.json [15:43:21] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:6contrlpanel' referenced from: fallout_inspired_power_armor:animation_6#facing=north: {} [15:43:21] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/6contrlpanel.json [15:43:21] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:7contrlpanel' referenced from: fallout_inspired_power_armor:animation_7#facing=north: {} [15:43:21] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/7contrlpanel.json [15:43:21] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:8contrlpanel' referenced from: fallout_inspired_power_armor:animation_8#facing=north: {} [15:43:21] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/8contrlpanel.json [15:43:21] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:9contrlpanel' referenced from: fallout_inspired_power_armor:animation_9#facing=north: {} [15:43:21] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/9contrlpanel.json [15:43:21] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:10contrlpanel' referenced from: fallout_inspired_power_armor:animation_10#facing=north: {} [15:43:21] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/10contrlpanel.json [15:43:22] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:11contrlpanel' referenced from: fallout_inspired_power_armor:animation_11#facing=north: {} [15:43:22] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/11contrlpanel.json [15:43:22] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:12contrlpanel' referenced from: fallout_inspired_power_armor:animation_12#facing=north: {} [15:43:22] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/12contrlpanel.json [15:43:22] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:13contrlpanel' referenced from: fallout_inspired_power_armor:animation_13#facing=north: {} [15:43:22] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/13contrlpanel.json [15:43:22] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:15contrlpanel' referenced from: fallout_inspired_power_armor:animation_15#facing=north: {} [15:43:22] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/15contrlpanel.json [15:43:22] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:14contrlpanel' referenced from: fallout_inspired_power_armor:animation_14andhalf#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/14contrlpanel.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:wires' referenced from: fallout_inspired_power_armor:wires_clean#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/wires.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:vaultdoor' referenced from: fallout_inspired_power_armor:vaultdoor#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/vaultdoor.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:crusty' referenced from: fallout_inspired_power_armor:crusty#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/crusty.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:doarb' referenced from: fallout_inspired_power_armor:broken_door#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/doarb.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:curvedpipeclipless' referenced from: fallout_inspired_power_armor:wall_pipe_corner#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/curvedpipeclipless.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:thickerpipe' referenced from: fallout_inspired_power_armor:large_wall_pipe_straight#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/thickerpipe.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:valve' referenced from: fallout_inspired_power_armor:pipe_with_valves#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/valve.json [15:43:23] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:brokenvalve' referenced from: fallout_inspired_power_armor:pipe_with_valves_broken#facing=north: {} [15:43:23] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/brokenvalve.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:papel' referenced from: fallout_inspired_power_armor:floor_paper#facing=north,waterlogged=true: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/papel.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:debri' referenced from: fallout_inspired_power_armor:debri#facing=north,waterlogged=true: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/debri.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:locker' referenced from: fallout_inspired_power_armor:locker#facing=north: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/locker.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:prototypeset' referenced from: fallout_inspired_power_armor:prototype#facing=north,waterlogged=true: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/prototypeset.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:operationtable' referenced from: fallout_inspired_power_armor:operating_table#facing=north: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/operationtable.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:pype' referenced from: fallout_inspired_power_armor:pipe#facing=north: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/pype.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:pypebroke' referenced from: fallout_inspired_power_armor:pipe_broken#facing=north: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/pypebroke.json [15:43:24] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:brokeninlining' referenced from: fallout_inspired_power_armor:rusted_inlining_destroyed#facing=north: {} [15:43:24] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/brokeninlining.json [15:43:25] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:surgicaltable' referenced from: fallout_inspired_power_armor:surgical_table#facing=north,waterlogged=true: {} [15:43:25] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/surgicaltable.json [15:43:25] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:0atested' referenced from: fallout_inspired_power_armor:test_subject#facing=north: {} [15:43:25] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/0atested.json [15:43:25] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:adeadman0' referenced from: fallout_inspired_power_armor:dead_scientist#facing=north: {} [15:43:25] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/adeadman0.json [15:43:25] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:0deadscientist1' referenced from: fallout_inspired_power_armor:dead_scientist_1#facing=north: {} [15:43:25] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/0deadscientist1.json [15:43:25] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:0deadscientist' referenced from: fallout_inspired_power_armor:dead_scientist_2#facing=north: {} [15:43:25] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/0deadscientist.json [15:43:25] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:deadman3' referenced from: fallout_inspired_power_armor:dead_scientist_3#facing=north: {} [15:43:25] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/deadman3.json [15:43:26] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:chair' referenced from: fallout_inspired_power_armor:metal_chair#facing=north: {} [15:43:26] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/chair.json [15:43:26] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:bench' referenced from: fallout_inspired_power_armor:metal_bench#facing=north: {} [15:43:26] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/bench.json [15:43:27] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:tsisyearthed' referenced from: fallout_inspired_power_armor:warped_t_60_chrst#facing=north,waterlogged=true: {} [15:43:27] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/tsisyearthed.json [15:43:27] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:tsislegss' referenced from: fallout_inspired_power_armor:warped_t_60leg#facing=north,waterlogged=true: {} [15:43:27] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/tsislegss.json [15:43:27] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:warpedtsis' referenced from: fallout_inspired_power_armor:warped_t_60boots#facing=north,waterlogged=true: {} [15:43:27] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/warpedtsis.json [15:43:27] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:sat' referenced from: fallout_inspired_power_armor:satellite#facing=north,waterlogged=true: {} [15:43:27] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/sat.json [15:43:27] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:fence' referenced from: fallout_inspired_power_armor:rusty_fence#facing=north,waterlogged=true: {} [15:43:27] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/fence.json [15:43:27] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:barrel' referenced from: fallout_inspired_power_armor:metal_barrel#facing=north: {} [15:43:27] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/barrel.json [15:43:30] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:grudbone' referenced from: born_in_chaos_v1:gnawed_bones#facing=north,waterlogged=true: {} [15:43:30] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/grudbone.json [15:43:32] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:puddleofintoxication' referenced from: born_in_chaos_v1:puddleofintoxication#waterlogged=true: {} [15:43:32] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/puddleofintoxication.json [15:43:33] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:shellspikes' referenced from: born_in_chaos_v1:spiny_shell_trap#waterlogged=true: {} [15:43:33] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/shellspikes.json [15:43:33] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:houndtrap' referenced from: born_in_chaos_v1:hound_trap#facing=north,waterlogged=true: {} [15:43:33] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/houndtrap.json [15:43:33] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:houndtrapserried' referenced from: born_in_chaos_v1:closed_hound_trap#facing=north,waterlogged=true: {} [15:43:33] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/houndtrapserried.json [15:43:38] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:biomass_lump' referenced from: spore:biomass_lump#: {} [15:43:38] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/biomass_lump.json [15:43:53] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:rrrripperr' referenced from: fallout_inspired_power_armor:ripper#inventory: {} [15:43:53] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/rrrripperr.json [15:43:54] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:carder' referenced from: fallout_inspired_power_armor:key_carditem#inventory: {} [15:43:54] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/carder.json [15:43:54] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:missilestandar' referenced from: fallout_inspired_power_armor:standard_missile_weapon#inventory: {} [15:43:54] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/missilestandar.json [15:43:54] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:bb' referenced from: fallout_inspired_power_armor:gauss_rifle#inventory: {} [15:43:54] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/bb.json [15:43:54] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:bullet' referenced from: fallout_inspired_power_armor:bullet#inventory: {} [15:43:54] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/bullet.json [15:43:55] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:tenmillimeter' referenced from: fallout_inspired_power_armor:tenmm#inventory: {} [15:43:55] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/tenmillimeter.json [15:43:55] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:tgun' referenced from: fallout_inspired_power_armor:tommy_gun#inventory: {} [15:43:55] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/tgun.json [15:43:55] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:comsho' referenced from: fallout_inspired_power_armor:combat_shotgun#inventory: {} [15:43:55] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/comsho.json [15:43:55] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:laserrifle' referenced from: fallout_inspired_power_armor:laser_rifle#inventory: {} [15:43:56] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/laserrifle.json [15:43:56] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:blades' referenced from: fallout_inspired_power_armor:blades#inventory: {} [15:43:56] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/blades.json [15:43:56] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:tenmmgold' referenced from: fallout_inspired_power_armor:gold_10mm#inventory: {} [15:43:56] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/tenmmgold.json [15:43:56] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:plasrifl' referenced from: fallout_inspired_power_armor:plasma_rifle#inventory: {} [15:43:56] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/plasrifl.json [15:43:56] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:plascannon' referenced from: fallout_inspired_power_armor:plasma_cannon#inventory: {} [15:43:56] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/plascannon.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:staffmagicarrows' referenced from: born_in_chaos_v1:staffof_magic_arrows#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/staffmagicarrows.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:boncolerstaf' referenced from: born_in_chaos_v1:staffofthe_summoner#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/boncolerstaf.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:pumpkinstaff' referenced from: born_in_chaos_v1:pumpkin_staff#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/pumpkinstaff.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:pumpkinpistol' referenced from: born_in_chaos_v1:pumpkin_pistol#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/pumpkinpistol.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:scythe' referenced from: born_in_chaos_v1:nightmare_scythe#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/scythe.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:topor' referenced from: born_in_chaos_v1:great_reaper_axe#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/topor.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:soulsaber' referenced from: born_in_chaos_v1:soul_cutlass#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/soulsaber.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:greatdarksword' referenced from: born_in_chaos_v1:darkwarblade#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/greatdarksword.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:molotoc' referenced from: born_in_chaos_v1:skullbreaker_hammer#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/molotoc.json [15:43:59] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:shellmace' referenced from: born_in_chaos_v1:shell_mace#inventory: {} [15:43:59] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/shellmace.json [15:43:60] [Worker-Main-1/WARN]: Unable to load model: 'minecraft:hayfork' referenced from: born_in_chaos_v1:trident_hayfork#inventory: {} [15:43:60] [Worker-Main-1/WARN]: java.io.FileNotFoundException: minecraft:models/hayfork.json [15:43:79] [Worker-Main-1/WARN]: Unable to load model: 'nzgmaddon:special/gun/bolt_action_rifle' referenced from: nzgmaddon:special/gun/bolt_action_rifle: {} [15:43:79] [Worker-Main-1/WARN]: java.io.FileNotFoundException: nzgmaddon:models/special/gun/bolt_action_rifle.json [15:43:86] [Worker-Main-1/WARN]: Unable to load model: 'nzgmaddon:special/gun/pump_shotgun' referenced from: nzgmaddon:special/gun/pump_shotgun: {} [15:43:86] [Worker-Main-1/WARN]: java.io.FileNotFoundException: nzgmaddon:models/special/gun/pump_shotgun.json [15:43:91] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:91] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:91] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:91] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in spore:block/blomfung [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in spore:block/blomfung_hanging [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch2 [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch3 [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/clover_patch4 [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in nzgmaddon:item/solid_stock [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in nzgmaddon:special/gun/hunting_shotgun [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in spore:block/fungal_stem_bloom [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in cataclysm:item/infernal_forge [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/flower_patch [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/flower_patch2 [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in byg:block/flower_patch3 [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in spore:item/blomfung [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in nzgmaddon:item/marksman_stock [15:43:69] [Worker-Main-1/WARN]: Unable to resolve texture reference: #missing in moguns:item/762x39 [15:43:69] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:76] [Worker-Main-1/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:76] [Worker-Main-1/INFO]: [OptiFine] Multipass connected textures: false [15:43:84] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [15:43:87] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [15:43:89] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [15:43:90] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [15:43:91] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [15:43:92] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [15:43:94] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [15:43:94] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [15:43:95] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [15:43:96] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [15:43:97] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [15:43:98] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [15:43:99] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [15:43:01] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [15:43:02] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [15:43:03] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [15:43:04] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [15:43:05] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [15:43:06] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [15:43:07] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [15:43:08] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [15:43:09] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [15:43:10] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [15:43:10] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [15:43:11] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [15:43:12] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [15:43:13] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [15:43:14] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [15:43:15] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [15:43:16] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [15:43:17] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [15:43:17] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [15:43:18] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass.properties [15:43:19] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/20_glass/glass_pane.properties [15:43:20] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/21_tinted_glass/tinted_glass.properties [15:43:21] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [15:43:21] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [15:43:21] [Worker-Main-1/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [15:43:21] [Worker-Main-1/INFO]: [OptiFine] Multipass connected textures: false [15:43:22] [Worker-Main-1/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [15:43:75] [Worker-Main-5/INFO]: [OptiFine] Multitexture: false [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_10, 7 -> 14 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_1, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_2, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_3, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/o_maple_0, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: spore:particle/spore_4, 6 -> 12 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_5, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/witch_hazel_3, 7 -> 14 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/witch_hazel_4, 7 -> 14 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_3, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_2, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_1, 3 -> 9 [15:43:75] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/r_maple_0, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_2, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_1, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_6, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_5, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_4, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_3, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_9, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_8, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/shine_7, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_7, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_6, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/pink_cherry_8, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_2, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_3, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_0, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/e_birch_1, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_10, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_11, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_12, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_0, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_1, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_2, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_7, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_8, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_8, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_7, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_9, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_4, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_3, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_6, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_5, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_2, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: aquamirae:particle/ghost_shine_1, 7 -> 14 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_5, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: byg:particle/white_cherry_6, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_3, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_2, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_1, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/mauve_0, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_3, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_2, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_1, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/w_magnolia_0, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/b_magnolia_3, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_0, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_1, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_2, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/s_birch_3, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_3, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_2, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_1, 3 -> 9 [15:43:76] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: regions_unexplored:particle/p_magnolia_0, 3 -> 9 [15:43:57] [Worker-Main-3/INFO]: [OptiFine] Multitexture: false [15:43:60] [Worker-Main-6/ERROR]: Using missing texture, file eeeabsmobs:textures/mob_effect/frenzy_effect.png not found [15:43:68] [Worker-Main-5/INFO]: [OptiFine] Scaled too small texture: paraglider:mob_effect/exhausted, 1 -> 8 NineZero's Gun Expansion pre-initialized. [15:43:86] [Modding Legacy/conjurer_illager/Supporters thread/INFO]: Attempting to load the Modding Legacy supporters list from https://moddinglegacy.com/supporters-changelogs/supporters.txt MoGuns preinit, if you're reading this then I hope you're having a nice day Slava Ukraini! Heroiam Slava! [15:43:22] [Worker-Main-6/INFO]: [voicechat] Compatibility version 18 [15:43:32] [Worker-Main-6/INFO]: [voicechat] Loading plugins [15:43:32] [Worker-Main-6/INFO]: [voicechat] Loaded 0 plugin(s) [15:43:32] [Worker-Main-6/INFO]: [voicechat] Initializing plugins [15:43:32] [Worker-Main-6/INFO]: [voicechat] Initialized 0 plugin(s) [15:43:35] [Worker-Main-6/INFO]: Registered region minecraft:overworld to index 0 for type OVERWORLD [15:43:35] [Worker-Main-6/INFO]: Registered region minecraft:nether to index 0 for type NETHER [15:43:35] [Worker-Main-6/INFO]: Registered region regions_unexplored:primary to index 1 for type OVERWORLD [15:43:35] [Worker-Main-6/INFO]: Registered region regions_unexplored:secondary to index 2 for type OVERWORLD [15:43:35] [Worker-Main-6/INFO]: Registered region regions_unexplored:nether to index 1 for type NETHER [15:43:43] [Forge Version Check/INFO]: [cgm] Starting version check at https://raw.githubusercontent.com/MrCrayfish/ModUpdates/master/cgm/update.json [15:43:43] [Worker-Main-2/ERROR]: Using missing texture, file fallout_inspired_power_armor:textures/items/t51_chestplate.png not found [15:43:93] [Modding Legacy/conjurer_illager/Supporters thread/INFO]: Successfully loaded the Modding Legacy supporters list. [15:43:98] [Forge Version Check/INFO]: [cgm] Found status: BETA Current: 1.3.7 Target: null [15:43:98] [Forge Version Check/INFO]: [aether] Starting version check at https://github.com/The-Aether-Team/The-Aether/raw/1.19.2-develop/update.json [15:43:18] [Worker-Main-6/INFO]: Initializing network... [15:43:18] [Worker-Main-6/INFO]: Initialized network! [15:43:30] [Render thread/INFO]: Registered synced data key cgm:aiming for minecraft:player [15:43:30] [Render thread/INFO]: Registered synced data key cgm:reloading for minecraft:player [15:43:30] [Render thread/INFO]: Registered synced data key cgm:shooting for minecraft:player [15:43:33] [Worker-Main-3/INFO]: [OptiFine] Scaled non power of 2: jei:gui/icons/recipe_transfer, 7 -> 14 [15:43:34] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:loot_table_alias [15:43:35] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:data_handler_type [15:43:36] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:dynamic_spawner [15:43:36] [Render thread/INFO]: [structure_gel] Registering data for structure_gel:jigsaw_type [15:43:41] [Render thread/INFO]: Registered region byg:region_0 to index 3 for type OVERWORLD [15:43:42] [Render thread/INFO]: Registered region byg:region_1 to index 4 for type OVERWORLD [15:43:42] [Render thread/INFO]: Registered region byg:region_2 to index 5 for type OVERWORLD [15:43:42] [Render thread/INFO]: Registered region byg:region_3 to index 6 for type OVERWORLD [15:43:14] [Forge Version Check/INFO]: [aether] Found status: OUTDATED Current: 1.19.2-1.4.1-forge Target: 1.19.2-1.4.2-forge [15:43:14] [Forge Version Check/INFO]: [conjurer_illager] Starting version check at http://changelogs.moddinglegacy.com/conjurer-illager.json [15:43:21] [Worker-Main-6/ERROR]: Using missing texture, file born_in_chaos_v1:textures/blocks/.png not found [15:43:44] [Worker-Main-2/INFO]: [voicechat] Using Cloth Config GUI [15:43:44] [Worker-Main-2/INFO]: [voicechat] Loading Opus [15:43:66] [Worker-Main-2/ERROR]: Using missing texture, file minecraft:textures/block/cherry_log.png not found [15:43:89] [Worker-Main-5/ERROR]: Using missing texture, file fallout_inspired_power_armor:textures/blocks/.png not found [15:43:00] [Worker-Main-6/ERROR]: Using missing texture, file cgm:textures/items/pump_shotgun.png not found [15:43:32] [Worker-Main-1/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/green_light, 1 -> 8 [15:43:32] [Worker-Main-1/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/red_light, 1 -> 8 [15:43:32] [Worker-Main-1/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/yellow_light, 1 -> 8 [15:43:32] [Worker-Main-1/INFO]: [OptiFine] Scaled too small texture: moguns:xmas/blue_light, 1 -> 8 [15:43:87] [Forge Version Check/INFO]: [conjurer_illager] Found status: UP_TO_DATE Current: 1.1.5 Target: null [15:43:88] [Forge Version Check/INFO]: [obscure_api] Starting version check at https://raw.githubusercontent.com/ObscuriaLithium/Home/main/obscure_api/versions.json [15:43:89] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:975) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:928) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:877) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:848) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:963) ... 6 more [15:43:89] [Forge Version Check/INFO]: [forge] Starting version check at https://files.minecraftforge.net/net/minecraftforge/forge/promotions_slim.json [15:43:34] [Forge Version Check/INFO]: [forge] Found status: UP_TO_DATE Current: 43.3.0 Target: null [15:43:34] [Forge Version Check/INFO]: [voicechat] Starting version check at https://update.maxhenkel.de/forge/voicechat [15:43:21] [Forge Version Check/INFO]: [voicechat] Found status: OUTDATED Current: 1.19.2-2.5.12 Target: 1.19.2-2.5.13 [15:43:21] [Forge Version Check/INFO]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json [15:43:79] [Forge Version Check/INFO]: [securitycraft] Found status: UP_TO_DATE Current: 1.9.6.1 Target: null [15:43:79] [Forge Version Check/INFO]: [tombstone] Starting version check at https://raw.githubusercontent.com/Corail31/tombstone_lite/master/update.json [15:43:97] [Forge Version Check/INFO]: [tombstone] Found status: UP_TO_DATE Current: 8.2.16 Target: null [15:43:98] [Forge Version Check/INFO]: [cumulus_menus] Starting version check at https://github.com/The-Aether-Team/Cumulus/raw/1.19.2-develop/update.json [15:43:30] [Forge Version Check/INFO]: [cumulus_menus] Found status: UP_TO_DATE Current: 1.19.2-1.0.0-forge Target: null [15:43:30] [Forge Version Check/INFO]: [cfm] Starting version check at https://mrcrayfish.com/modupdatejson?id=cfm [15:43:48] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:51] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:59] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:66] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:69] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:72] [Worker-Main-1/INFO]: [OptiFine] Multitexture: false [15:43:83] [Worker-Main-2/INFO]: Registering custom criteria trigger... [15:43:45] [Forge Version Check/INFO]: [cfm] Found status: BETA Current: 7.0.0-pre35 Target: 7.0.0-pre35 [15:43:45] [Forge Version Check/INFO]: [framework] Starting version check at https://mrcrayfish.com/modupdatejson?id=framework [15:43:14] [Forge Version Check/INFO]: [framework] Found status: BETA Current: 0.6.16 Target: 0.6.16 [15:43:14] [Forge Version Check/INFO]: [smallships] Starting version check at https://raw.githubusercontent.com/talhanation/smallships/main/update.json [15:43:15] [Forge Version Check/INFO]: [smallships] Found status: UP_TO_DATE Current: 2.0.0-b1.1 Target: null [15:43:15] [Forge Version Check/INFO]: [aquamirae] Starting version check at https://raw.githubusercontent.com/ObscuriaLithium/Home/main/aquamirae/versions.json [15:43:26] [Forge Version Check/WARN]: Failed to process update information com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:975) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:928) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:877) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:848) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.process(VersionChecker.java:183) at java.base/java.lang.Iterable.forEach(Iterable.java:75) at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.VersionChecker$1.run(VersionChecker.java:114) Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was NUMBER at line 1 column 4 path $ at MC-BOOTSTRAP/[email protected]/com.google.gson.stream.JsonReader.beginObject(JsonReader.java:384) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:183) at MC-BOOTSTRAP/[email protected]/com.google.gson.internal.bind.MapTypeAdapterFactory$Adapter.read(MapTypeAdapterFactory.java:145) at MC-BOOTSTRAP/[email protected]/com.google.gson.Gson.fromJson(Gson.java:963) ... 6 more [15:43:26] [Forge Version Check/INFO]: [presencefootsteps] Starting version check at https://forge.curseupdate.com/433068/presencefootsteps [15:43:64] [Forge Version Check/INFO]: [presencefootsteps] Found status: UP_TO_DATE Current: 1.19.2-1.6.4.1 Target: null [15:43:83] [Render thread/WARN]: Missing sound for event: minecraft:item.goat_horn.play [15:43:83] [Render thread/WARN]: Missing sound for event: minecraft:entity.goat.screaming.horn_break [15:43:83] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.fire [15:43:83] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.enchanted_fire [15:43:83] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.silenced_fire [15:43:83] [Render thread/WARN]: Missing sound for event: nzgmaddon:item.bullpup.cock [15:43:83] [Render thread/WARN]: Missing sound for event: cataclysm:ignisshieldbreak [15:43:93] [Render thread/INFO]: OpenAL initialized on device OpenAL Soft on Altavoces (4- USB Audio Device) [15:43:93] [Render thread/INFO]: Sound engine started [15:43:23] [Render thread/INFO]: Created: 8192x8192x0 minecraft:textures/atlas/blocks.png-atlas [15:43:17] [Render thread/INFO]: [OptiFine] Animated sprites: 211 [15:43:18] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/signs.png-atlas [15:43:20] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:20] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/banner_patterns.png-atlas [15:43:22] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:22] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/shield_patterns.png-atlas [15:43:24] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:24] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/chest.png-atlas [15:43:25] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:25] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas [15:43:26] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:26] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas [15:43:27] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:49] [Render thread/WARN]: Shader rendertype_entity_translucent_emissive could not find sampler named Sampler2 in the specified shader program. [15:43:42] [Render thread/INFO]: Created: 512x512x0 minecraft:textures/atlas/particles.png-atlas [15:43:70] [Render thread/INFO]: [OptiFine] Animated sprites: 2 [15:43:70] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/paintings.png-atlas [15:43:72] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:72] [Render thread/INFO]: Created: 8192x8192x0 minecraft:textures/atlas/mob_effects.png-atlas [15:43:06] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:07] [Render thread/INFO]: Created: 256x128x0 jei:textures/atlas/gui.png-atlas [15:43:07] [Render thread/INFO]: [OptiFine] Animated sprites: 0 [15:43:10] [Render thread/INFO]: Skipping non-result value minecraft:lantern=UNASSIGNED [15:43:10] [Render thread/INFO]: Skipping non-result value minecraft:soul_lantern=UNASSIGNED [15:43:12] [Render thread/INFO]: [OptiFine] *** Reloading custom textures *** [15:43:13] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:17] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:43:17] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:44:51] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:44:51] [Render thread/WARN]: [OptiFine] Unknown resource pack file: mod_resources [15:44:52] [Render thread/INFO]: [OptiFine] Disable Forge light pipeline [15:44:53] [Render thread/INFO]: [OptiFine] Set ForgeConfig.CLIENT.experimentalForgeLightPipelineEnabled=false [15:44:03] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [TLSkinCape] Current TLSkinCape version is 1.30 [TLSkinCape] Current Minecraft version is 1.18. [TLSkinCape] OptiFine detected. [15:44:34] [Netty Client IO #1/INFO]: Client has mods that are missing on server: [sophisticatedcore, sleepingoverhaul, tlskincape, voicechat, wildfire_gender, curios, endofherobrine, presencefootsteps] [15:44:34] [Netty Client IO #0/INFO]: Client has mods that are missing on server: [sophisticatedcore, sleepingoverhaul, tlskincape, voicechat, wildfire_gender, curios, endofherobrine, presencefootsteps] [15:44:10] [Render thread/INFO]: Connecting to erjot.aternos.me, 62026 [15:44:10] [Worker-Main-1/ERROR]: Failed to retrieve profile key pair java.io.IOException: Could not retrieve profile key pair at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_233789_(ProfileKeyPairManager.java:152) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ProfileKeyPairManager.m_243396_(ProfileKeyPairManager.java:75) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768) at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [15:44:95] [Render thread/INFO]: Injecting existing registry data into this CLIENT instance [15:44:03] [Render thread/WARN]: Registry endofherobrine:armor_stand_base: The ID minecraft:block @ 2745 is currently locally mapped - it will be replaced with a dummy for this session [15:44:03] [Render thread/WARN]: Registry endofherobrine:blackstone_totem: The ID minecraft:block @ 2739 is currently locally mapped - it will be replaced with a dummy for this session [15:44:03] [Render thread/WARN]: Registry endofherobrine:cracked_stone_bricks: The ID minecraft:block @ 2741 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:cursed_head: The ID minecraft:block @ 2733 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:cursed_wall_head: The ID minecraft:block @ 2735 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:glowing_obsidian: The ID minecraft:block @ 2737 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:glowstone: The ID minecraft:block @ 2744 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:herobrine_head: The ID minecraft:block @ 2734 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:herobrine_wall_head: The ID minecraft:block @ 2736 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:mossy_cobblestone: The ID minecraft:block @ 2742 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:mossy_stone_bricks: The ID minecraft:block @ 2743 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:netherrack_totem: The ID minecraft:block @ 2738 is currently locally mapped - it will be replaced with a dummy for this session [15:44:04] [Render thread/WARN]: Registry endofherobrine:patimuss_door: The ID minecraft:block @ 2740 is currently locally mapped - it will be replaced with a dummy for this session [15:44:21] [Netty Client IO #2/INFO]: Server configuration has been reloaded [15:44:51] [Netty Client IO #2/INFO]: Connected to a modded server. [15:44:64] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingIn [15:44:64] [Render thread/INFO]: JEI StartEventObserver transitioning state from DISABLED to ENABLED [15:44:64] [Render thread/INFO]: [voicechat] Sending secret request to the server [15:44:73] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/ignitium_elytra_chestplate [15:44:73] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/void_assault_shoulder_weapon [15:44:74] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/void_forge [15:44:76] [Render thread/WARN]: Unknown recipe category: cataclysm:weapon_fusion/cataclysm:weapon_infusion/gauntlet_of_bulwark [15:44:73] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.RecipesUpdatedEvent [15:44:88] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.event.TagsUpdatedEvent [15:44:88] [Render thread/INFO]: JEI StartEventObserver transitioning state from ENABLED to JEI_STARTED [15:44:88] [Render thread/INFO]: Starting JEI... [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:minecraft ... [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:minecraft took 2.033 ms [15:44:91] [Render thread/INFO]: Registering item subtypes: cgm:crafting ... [15:44:91] [Render thread/INFO]: Registering item subtypes: cgm:crafting took 7.400 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: aether:jei ... [15:44:91] [Render thread/INFO]: Registering item subtypes: aether:jei took 5.500 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:gui ... [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:gui took 5.000 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:debug ... [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:debug took 5.100 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:forge_gui ... [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:forge_gui took 5.099 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: sophisticatedcore:default ... [15:44:91] [Render thread/INFO]: Registering item subtypes: sophisticatedcore:default took 11.20 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: artifacts:main ... [15:44:91] [Render thread/INFO]: Registering item subtypes: artifacts:main took 24.00 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: sophisticatedbackpacks:default ... [15:44:91] [Render thread/INFO]: Registering item subtypes: sophisticatedbackpacks:default took 296.6 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: paraglider:paraglider ... [15:44:91] [Render thread/INFO]: Registering item subtypes: paraglider:paraglider took 5.700 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: eeeabsmobs:jei_plugin ... [15:44:91] [Render thread/INFO]: Registering item subtypes: eeeabsmobs:jei_plugin took 5.600 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: cataclysm:jei_plugin ... [15:44:91] [Render thread/INFO]: Registering item subtypes: cataclysm:jei_plugin took 4.900 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: curios:curios ... [15:44:91] [Render thread/INFO]: Registering item subtypes: curios:curios took 4.900 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: securitycraft:securitycraft ... [15:44:91] [Render thread/INFO]: Registering item subtypes: securitycraft:securitycraft took 5.300 Ојs [15:44:91] [Render thread/INFO]: Registering item subtypes: tombstone:jei_integration ... [15:44:91] [Render thread/INFO]: Registering item subtypes: tombstone:jei_integration took 1.160 ms [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:internal ... [15:44:91] [Render thread/INFO]: Registering item subtypes: jei:internal took 7.201 Ојs [15:44:91] [Render thread/INFO]: Registering fluid subtypes: jei:minecraft ... [15:44:91] [Render thread/INFO]: Registering fluid subtypes: jei:minecraft took 17.00 Ојs [15:44:91] [Render thread/INFO]: Registering fluid subtypes: cgm:crafting ... [15:44:91] [Render thread/INFO]: Registering fluid subtypes: cgm:crafting took 18.30 Ојs [15:44:91] [Render thread/INFO]: Registering fluid subtypes: aether:jei ... [15:44:91] [Render thread/INFO]: Registering fluid subtypes: aether:jei took 6.100 Ојs [15:44:91] [Render thread/INFO]: Registering fluid subtypes: jei:gui ... [15:44:91] [Render thread/INFO]: Registering fluid subtypes: jei:gui took 5.900 Ојs [15:44:91] [Render thread/INFO]: Registering fluid subtypes: jei:debug ... [15:44:91] [Render thread/INFO]: Registering fluid subtypes: jei:debug took 1.582 ms [15:44:92] [Render thread/INFO]: Registering fluid subtypes: jei:forge_gui ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: jei:forge_gui took 7.300 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: sophisticatedcore:default ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: sophisticatedcore:default took 5.300 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: artifacts:main ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: artifacts:main took 5.500 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: sophisticatedbackpacks:default ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: sophisticatedbackpacks:default took 4.799 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: paraglider:paraglider ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: paraglider:paraglider took 4.701 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: eeeabsmobs:jei_plugin ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: eeeabsmobs:jei_plugin took 4.700 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: cataclysm:jei_plugin ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: cataclysm:jei_plugin took 7.700 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: curios:curios ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: curios:curios took 5.400 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: securitycraft:securitycraft ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: securitycraft:securitycraft took 5.600 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: tombstone:jei_integration ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: tombstone:jei_integration took 7.601 Ојs [15:44:92] [Render thread/INFO]: Registering fluid subtypes: jei:internal ... [15:44:92] [Render thread/INFO]: Registering fluid subtypes: jei:internal took 5.100 Ојs [15:44:92] [Render thread/INFO]: Registering ingredients: jei:minecraft ... [15:44:00] [Render thread/ERROR]: Item Group crashed while getting items.Some items from this group will be missing from the ingredient list. com.lgow.endofherobrine.item.ModTab$1@73daedfc java.lang.NullPointerException: Registry Object not present: endofherobrine:glowing_obsidian at java.base/java.util.Objects.requireNonNull(Objects.java:336) at TRANSFORMER/[email protected]/net.minecraftforge.registries.RegistryObject.get(RegistryObject.java:204) at TRANSFORMER/[email protected]/com.lgow.endofherobrine.item.ModTab$1.m_6151_(ModTab.java:26) at TRANSFORMER/[email protected]/mezz.jei.library.plugins.vanilla.ingredients.ItemStackListFactory.create(ItemStackListFactory.java:32) at TRANSFORMER/[email protected]/mezz.jei.library.plugins.vanilla.VanillaPlugin.registerIngredients(VanillaPlugin.java:171) at TRANSFORMER/[email protected]/mezz.jei.library.load.PluginLoader.lambda$new$2(PluginLoader.java:75) at TRANSFORMER/[email protected]/mezz.jei.library.load.PluginCaller.callOnPlugins(PluginCaller.java:25) at TRANSFORMER/[email protected]/mezz.jei.library.load.PluginLoader.<init>(PluginLoader.java:75) at TRANSFORMER/[email protected]/mezz.jei.library.startup.JeiStarter.start(JeiStarter.java:96) at TRANSFORMER/[email protected]/mezz.jei.forge.startup.StartEventObserver.transitionState(StartEventObserver.java:137) at TRANSFORMER/[email protected]/mezz.jei.forge.startup.StartEventObserver.onEvent(StartEventObserver.java:100) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:260) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:252) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) at MC-BOOTSTRAP/net.minecraftforge.eventbus/net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_5859_(ClientPacketListener.java:1321) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:35) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundUpdateTagsPacket.m_5797_(ClientboundUpdateTagsPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:44:06] [Render thread/INFO]: Registering ingredients: jei:minecraft took 141.1 ms [15:44:06] [Render thread/INFO]: Registering ingredients: cgm:crafting ... [15:44:06] [Render thread/INFO]: Registering ingredients: cgm:crafting took 9.500 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: aether:jei ... [15:44:06] [Render thread/INFO]: Registering ingredients: aether:jei took 5.201 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: jei:gui ... [15:44:06] [Render thread/INFO]: Registering ingredients: jei:gui took 4.799 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: jei:debug ... [15:44:06] [Render thread/INFO]: Loading config file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\jei\jei-debug.ini [15:44:06] [Render thread/INFO]: Registering ingredients: jei:debug took 3.144 ms [15:44:06] [Render thread/INFO]: Registering ingredients: jei:forge_gui ... [15:44:06] [Render thread/INFO]: Registering ingredients: jei:forge_gui took 6.201 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: sophisticatedcore:default ... [15:44:06] [Render thread/INFO]: Registering ingredients: sophisticatedcore:default took 5.100 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: artifacts:main ... [15:44:06] [Render thread/INFO]: Registering ingredients: artifacts:main took 4.600 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: sophisticatedbackpacks:default ... [15:44:06] [Render thread/INFO]: Registering ingredients: sophisticatedbackpacks:default took 4.799 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: paraglider:paraglider ... [15:44:06] [Render thread/INFO]: Registering ingredients: paraglider:paraglider took 5.900 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: eeeabsmobs:jei_plugin ... [15:44:06] [Render thread/INFO]: Registering ingredients: eeeabsmobs:jei_plugin took 5.000 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: cataclysm:jei_plugin ... [15:44:06] [Render thread/INFO]: Registering ingredients: cataclysm:jei_plugin took 4.401 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: curios:curios ... [15:44:06] [Render thread/INFO]: Registering ingredients: curios:curios took 4.500 Ојs [15:44:06] [Render thread/INFO]: Registering ingredients: securitycraft:securitycraft ... [15:44:06] [Render thread/INFO]: Registering ingredients: securitycraft:securitycraft took 4.701 Ојs [15:44:07] [Render thread/INFO]: Registering ingredients: tombstone:jei_integration ... [15:44:07] [Render thread/INFO]: Registering ingredients: tombstone:jei_integration took 7.300 Ојs [15:44:07] [Render thread/INFO]: Registering ingredients: jei:internal ... [15:44:07] [Render thread/INFO]: Registering ingredients: jei:internal took 5.600 Ојs [15:44:08] [Render thread/INFO]: Registering categories: jei:minecraft ... [15:44:10] [Render thread/INFO]: Registering categories: jei:minecraft took 21.59 ms [15:44:10] [Render thread/INFO]: Registering categories: cgm:crafting ... [15:44:10] [Render thread/INFO]: Registering categories: cgm:crafting took 2.968 ms [15:44:10] [Render thread/INFO]: Registering categories: aether:jei ... [15:44:12] [Render thread/INFO]: Registering categories: aether:jei took 18.52 ms [15:44:12] [Render thread/INFO]: Registering categories: jei:gui ... [15:44:12] [Render thread/INFO]: Registering categories: jei:gui took 7.300 Ојs [15:44:12] [Render thread/INFO]: Registering categories: jei:debug ... [15:44:12] [Render thread/INFO]: Registering categories: jei:debug took 11.80 Ојs [15:44:12] [Render thread/INFO]: Registering categories: jei:forge_gui ... [15:44:12] [Render thread/INFO]: Registering categories: jei:forge_gui took 15.60 Ојs [15:44:12] [Render thread/INFO]: Registering categories: sophisticatedcore:default ... [15:44:12] [Render thread/INFO]: Registering categories: sophisticatedcore:default took 5.199 Ојs [15:44:12] [Render thread/INFO]: Registering categories: artifacts:main ... [15:44:12] [Render thread/INFO]: Registering categories: artifacts:main took 16.30 Ојs [15:44:12] [Render thread/INFO]: Registering categories: sophisticatedbackpacks:default ... [15:44:12] [Render thread/INFO]: Registering categories: sophisticatedbackpacks:default took 4.299 Ојs [15:44:12] [Render thread/INFO]: Registering categories: paraglider:paraglider ... [15:44:12] [Render thread/INFO]: Registering categories: paraglider:paraglider took 4.800 Ојs [15:44:12] [Render thread/INFO]: Registering categories: eeeabsmobs:jei_plugin ... [15:44:12] [Render thread/INFO]: Registering categories: eeeabsmobs:jei_plugin took 4.100 Ојs [15:44:12] [Render thread/INFO]: Registering categories: cataclysm:jei_plugin ... [15:44:13] [Render thread/INFO]: Registering categories: cataclysm:jei_plugin took 2.140 ms [15:44:13] [Render thread/INFO]: Registering categories: curios:curios ... [15:44:13] [Render thread/INFO]: Registering categories: curios:curios took 5.401 Ојs [15:44:13] [Render thread/INFO]: Registering categories: securitycraft:securitycraft ... [15:44:13] [Render thread/INFO]: Registering categories: securitycraft:securitycraft took 2.648 ms [15:44:13] [Render thread/INFO]: Registering categories: tombstone:jei_integration ... [15:44:13] [Render thread/INFO]: Registering categories: tombstone:jei_integration took 966.9 Ојs [15:44:13] [Render thread/INFO]: Registering categories: jei:internal ... [15:44:13] [Render thread/INFO]: Registering categories: jei:internal took 1.394 ms [15:44:13] [Render thread/INFO]: Registering vanilla category extensions: jei:minecraft ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:minecraft took 3.483 ms [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: cgm:crafting ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: cgm:crafting took 6.699 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: aether:jei ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: aether:jei took 4.400 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:gui ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:gui took 4.300 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:debug ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:debug took 7.999 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:forge_gui ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:forge_gui took 4.501 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedcore:default ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedcore:default took 4.700 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: artifacts:main ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: artifacts:main took 4.199 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedbackpacks:default ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: sophisticatedbackpacks:default took 4.199 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: paraglider:paraglider ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: paraglider:paraglider took 4.100 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: eeeabsmobs:jei_plugin ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: eeeabsmobs:jei_plugin took 4.400 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: cataclysm:jei_plugin ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: cataclysm:jei_plugin took 4.100 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: curios:curios ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: curios:curios took 7.500 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: securitycraft:securitycraft ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: securitycraft:securitycraft took 4.100 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: tombstone:jei_integration ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: tombstone:jei_integration took 4.300 Ојs [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:internal ... [15:44:14] [Render thread/INFO]: Registering vanilla category extensions: jei:internal took 4.000 Ојs [15:44:14] [Render thread/INFO]: Registering recipe catalysts: jei:minecraft ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:minecraft took 1.524 ms [15:44:15] [Render thread/INFO]: Registering recipe catalysts: cgm:crafting ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: cgm:crafting took 53.70 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: aether:jei ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: aether:jei took 108.5 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:gui ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:gui took 5.900 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:debug ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:debug took 20.80 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:forge_gui ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:forge_gui took 7.600 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: sophisticatedcore:default ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: sophisticatedcore:default took 4.100 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: artifacts:main ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: artifacts:main took 4.100 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: sophisticatedbackpacks:default ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: sophisticatedbackpacks:default took 69.50 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: paraglider:paraglider ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: paraglider:paraglider took 4.199 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: eeeabsmobs:jei_plugin ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: eeeabsmobs:jei_plugin took 4.000 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: cataclysm:jei_plugin ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: cataclysm:jei_plugin took 46.40 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: curios:curios ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: curios:curios took 4.201 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: securitycraft:securitycraft ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: securitycraft:securitycraft took 71.90 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: tombstone:jei_integration ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: tombstone:jei_integration took 4.900 Ојs [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:internal ... [15:44:15] [Render thread/INFO]: Registering recipe catalysts: jei:internal took 5.700 Ојs [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:minecraft ... [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:minecraft took 15.00 Ојs [15:44:15] [Render thread/INFO]: Registering advanced plugins: cgm:crafting ... [15:44:15] [Render thread/INFO]: Registering advanced plugins: cgm:crafting took 4.800 Ојs [15:44:15] [Render thread/INFO]: Registering advanced plugins: aether:jei ... [15:44:15] [Render thread/INFO]: Registering advanced plugins: aether:jei took 4.100 Ојs [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:gui ... [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:gui took 4.101 Ојs [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:debug ... [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:debug took 3.900 Ојs [15:44:15] [Render thread/INFO]: Registering advanced plugins: jei:forge_gui ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: jei:forge_gui took 21.00 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: sophisticatedcore:default ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: sophisticatedcore:default took 5.199 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: artifacts:main ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: artifacts:main took 4.100 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: sophisticatedbackpacks:default ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: sophisticatedbackpacks:default took 3.800 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: paraglider:paraglider ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: paraglider:paraglider took 3.400 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: eeeabsmobs:jei_plugin ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: eeeabsmobs:jei_plugin took 3.400 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: cataclysm:jei_plugin ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: cataclysm:jei_plugin took 3.700 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: curios:curios ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: curios:curios took 8.300 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: securitycraft:securitycraft ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: securitycraft:securitycraft took 6.200 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: tombstone:jei_integration ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: tombstone:jei_integration took 8.099 Ојs [15:44:16] [Render thread/INFO]: Registering advanced plugins: jei:internal ... [15:44:16] [Render thread/INFO]: Registering advanced plugins: jei:internal took 4.600 Ојs [15:44:16] [Render thread/INFO]: Building recipe registry... [15:44:18] [Render thread/INFO]: Building recipe registry took 17.22 ms [15:44:18] [Render thread/INFO]: Registering recipes: jei:minecraft ... [15:44:12] [Render thread/INFO]: Registering recipes: jei:minecraft took 937.7 ms [15:44:12] [Render thread/INFO]: Registering recipes: cgm:crafting ... [15:44:13] [Render thread/INFO]: Registering recipes: cgm:crafting took 11.57 ms [15:44:13] [Render thread/INFO]: Registering recipes: aether:jei ... [15:44:14] [Render thread/INFO]: Registering recipes: aether:jei took 12.93 ms [15:44:14] [Render thread/INFO]: Registering recipes: jei:gui ... [15:44:14] [Render thread/INFO]: Registering recipes: jei:gui took 10.30 Ојs [15:44:14] [Render thread/INFO]: Registering recipes: jei:debug ... [15:44:14] [Render thread/INFO]: Registering recipes: jei:debug took 9.800 Ојs [15:44:14] [Render thread/INFO]: Registering recipes: jei:forge_gui ... [15:44:14] [Render thread/INFO]: Registering recipes: jei:forge_gui took 8.999 Ојs [15:44:14] [Render thread/INFO]: Registering recipes: sophisticatedcore:default ... [15:44:15] [Render thread/INFO]: Registering recipes: sophisticatedcore:default took 3.076 ms [15:44:15] [Render thread/INFO]: Registering recipes: artifacts:main ... [15:44:16] [Render thread/INFO]: Registering recipes: artifacts:main took 9.994 ms [15:44:16] [Render thread/INFO]: Registering recipes: sophisticatedbackpacks:default ... [15:44:16] [Render thread/INFO]: Registering recipes: sophisticatedbackpacks:default took 4.547 ms [15:44:16] [Render thread/INFO]: Registering recipes: paraglider:paraglider ... [15:44:16] [Render thread/INFO]: Registering recipes: paraglider:paraglider took 6.801 Ојs [15:44:16] [Render thread/INFO]: Registering recipes: eeeabsmobs:jei_plugin ... [15:44:16] [Render thread/INFO]: Registering recipes: eeeabsmobs:jei_plugin took 13.80 Ојs [15:44:16] [Render thread/INFO]: Registering recipes: cataclysm:jei_plugin ... [15:44:16] [Render thread/INFO]: Registering recipes: cataclysm:jei_plugin took 1.960 ms [15:44:16] [Render thread/INFO]: Registering recipes: curios:curios ... [15:44:16] [Render thread/INFO]: Registering recipes: curios:curios took 7.200 Ојs [15:44:16] [Render thread/INFO]: Registering recipes: securitycraft:securitycraft ... [15:44:17] [Render thread/INFO]: Registering recipes: securitycraft:securitycraft took 9.795 ms [15:44:17] [Render thread/INFO]: Registering recipes: tombstone:jei_integration ... [15:44:19] [Render thread/INFO]: Registering recipes: tombstone:jei_integration took 13.05 ms [15:44:19] [Render thread/INFO]: Registering recipes: jei:internal ... [15:44:19] [Render thread/INFO]: Registering recipes: jei:internal took 8.400 Ојs [15:44:19] [Render thread/INFO]: Registering recipes transfer handlers: jei:minecraft ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:minecraft took 4.247 ms [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: cgm:crafting ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: cgm:crafting took 16.50 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: aether:jei ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: aether:jei took 4.601 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:gui ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:gui took 4.200 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:debug ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:debug took 3.800 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:forge_gui ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:forge_gui took 3.800 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedcore:default ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedcore:default took 3.800 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: artifacts:main ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: artifacts:main took 3.700 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedbackpacks:default ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: sophisticatedbackpacks:default took 2.110 ms [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: paraglider:paraglider ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: paraglider:paraglider took 7.600 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: eeeabsmobs:jei_plugin ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: eeeabsmobs:jei_plugin took 4.801 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: cataclysm:jei_plugin ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: cataclysm:jei_plugin took 30.30 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: curios:curios ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: curios:curios took 4.301 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: securitycraft:securitycraft ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: securitycraft:securitycraft took 4.600 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: tombstone:jei_integration ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: tombstone:jei_integration took 4.300 Ојs [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:internal ... [15:44:20] [Render thread/INFO]: Registering recipes transfer handlers: jei:internal took 4.200 Ојs [15:44:21] [Render thread/INFO]: Building runtime... [15:44:21] [Render thread/INFO]: Registering gui handlers: jei:minecraft ... [15:44:21] [Render thread/INFO]: Registering gui handlers: jei:minecraft took 3.500 ms [15:44:21] [Render thread/INFO]: Registering gui handlers: cgm:crafting ... [15:44:21] [Render thread/INFO]: Registering gui handlers: cgm:crafting took 6.900 Ојs [15:44:21] [Render thread/INFO]: Registering gui handlers: aether:jei ... [15:44:21] [Render thread/INFO]: Registering gui handlers: aether:jei took 5.600 Ојs [15:44:21] [Render thread/INFO]: Registering gui handlers: jei:gui ... [15:44:22] [Render thread/INFO]: Registering gui handlers: jei:gui took 7.745 ms [15:44:22] [Render thread/INFO]: Registering gui handlers: jei:debug ... [15:44:22] [Render thread/INFO]: Registering gui handlers: jei:debug took 10.90 Ојs [15:44:22] [Render thread/INFO]: Registering gui handlers: jei:forge_gui ... [15:44:22] [Render thread/INFO]: Registering gui handlers: jei:forge_gui took 7.700 Ојs [15:44:22] [Render thread/INFO]: Registering gui handlers: sophisticatedcore:default ... [15:44:22] [Render thread/INFO]: Registering gui handlers: sophisticatedcore:default took 4.600 Ојs [15:44:22] [Render thread/INFO]: Registering gui handlers: artifacts:main ... [15:44:22] [Render thread/INFO]: Registering gui handlers: artifacts:main took 4.300 Ојs [15:44:22] [Render thread/INFO]: Registering gui handlers: sophisticatedbackpacks:default ... [15:44:23] [Render thread/INFO]: Registering gui handlers: sophisticatedbackpacks:default took 3.412 ms [15:44:23] [Render thread/INFO]: Registering gui handlers: paraglider:paraglider ... [15:44:23] [Render thread/INFO]: Registering gui handlers: paraglider:paraglider took 283.1 Ојs [15:44:23] [Render thread/INFO]: Registering gui handlers: eeeabsmobs:jei_plugin ... [15:44:23] [Render thread/INFO]: Registering gui handlers: eeeabsmobs:jei_plugin took 5.500 Ојs [15:44:23] [Render thread/INFO]: Registering gui handlers: cataclysm:jei_plugin ... [15:44:23] [Render thread/INFO]: Registering gui handlers: cataclysm:jei_plugin took 4.499 Ојs [15:44:23] [Render thread/INFO]: Registering gui handlers: curios:curios ... [15:44:23] [Render thread/INFO]: Registering gui handlers: curios:curios took 931.4 Ојs [15:44:23] [Render thread/INFO]: Registering gui handlers: securitycraft:securitycraft ... [15:44:23] [Render thread/INFO]: Registering gui handlers: securitycraft:securitycraft took 1.261 ms [15:44:23] [Render thread/INFO]: Registering gui handlers: tombstone:jei_integration ... [15:44:23] [Render thread/INFO]: Registering gui handlers: tombstone:jei_integration took 6.801 Ојs [15:44:23] [Render thread/INFO]: Registering gui handlers: jei:internal ... [15:44:23] [Render thread/INFO]: Registering gui handlers: jei:internal took 4.300 Ојs [15:44:24] [Render thread/INFO]: Registering Runtime: jei:minecraft ... [15:44:24] [Render thread/INFO]: Registering Runtime: jei:minecraft took 18.70 Ојs [15:44:24] [Render thread/INFO]: Registering Runtime: cgm:crafting ... [15:44:24] [Render thread/INFO]: Registering Runtime: cgm:crafting took 5.800 Ојs [15:44:24] [Render thread/INFO]: Registering Runtime: aether:jei ... [15:44:24] [Render thread/INFO]: Registering Runtime: aether:jei took 4.600 Ојs [15:44:24] [Render thread/INFO]: Registering Runtime: jei:gui ... [15:44:24] [Render thread/INFO]: Registering Runtime: jei:gui took 4.100 Ојs [15:44:24] [Render thread/INFO]: Registering Runtime: jei:debug ... [15:44:24] [Render thread/INFO]: Registering Runtime: jei:debug took 4.000 Ојs [15:44:24] [Render thread/INFO]: Registering Runtime: jei:forge_gui ... [15:44:24] [Render thread/INFO]: Starting JEI GUI [15:44:24] [Render thread/INFO]: Building ingredient list... [15:44:25] [Render thread/INFO]: Building ingredient list took 4.813 ms [15:44:25] [Render thread/INFO]: Building ingredient filter... [15:44:28] [Render thread/INFO]: Loading config file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\config\jei\jei-client.ini [15:44:29] [Render thread/INFO]: Adding 6437 ingredients [15:44:73] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:03] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:92] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:10] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:14] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:18] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:34] [Render thread/INFO]: Added 6437 ingredients [15:44:34] [Render thread/INFO]: Building ingredient filter took 3.091 s [15:44:42] [Render thread/INFO]: Registering Runtime: jei:forge_gui took 3.180 s [15:44:42] [Render thread/INFO]: Registering Runtime: sophisticatedcore:default ... [15:44:42] [Render thread/INFO]: Registering Runtime: sophisticatedcore:default took 9.800 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: artifacts:main ... [15:44:42] [Render thread/INFO]: Registering Runtime: artifacts:main took 5.200 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: sophisticatedbackpacks:default ... [15:44:42] [Render thread/INFO]: Registering Runtime: sophisticatedbackpacks:default took 4.899 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: paraglider:paraglider ... [15:44:42] [Render thread/INFO]: Registering Runtime: paraglider:paraglider took 3.800 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: eeeabsmobs:jei_plugin ... [15:44:42] [Render thread/INFO]: Registering Runtime: eeeabsmobs:jei_plugin took 4.000 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: cataclysm:jei_plugin ... [15:44:42] [Render thread/INFO]: Registering Runtime: cataclysm:jei_plugin took 3.600 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: curios:curios ... [15:44:42] [Render thread/INFO]: Registering Runtime: curios:curios took 3.600 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: securitycraft:securitycraft ... [15:44:42] [Render thread/INFO]: Registering Runtime: securitycraft:securitycraft took 3.600 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: tombstone:jei_integration ... [15:44:42] [Render thread/INFO]: Registering Runtime: tombstone:jei_integration took 3.601 Ојs [15:44:42] [Render thread/INFO]: Registering Runtime: jei:internal ... [15:44:42] [Render thread/INFO]: Registering Runtime: jei:internal took 3.700 Ојs [15:44:42] [Render thread/INFO]: Building runtime took 3.213 s [15:44:42] [Render thread/INFO]: Sending Runtime: jei:minecraft ... [15:44:42] [Render thread/INFO]: Sending Runtime: jei:minecraft took 17.50 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: cgm:crafting ... [15:44:42] [Render thread/INFO]: Sending Runtime: cgm:crafting took 5.600 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: aether:jei ... [15:44:42] [Render thread/INFO]: Sending Runtime: aether:jei took 4.401 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: jei:gui ... [15:44:42] [Render thread/INFO]: Sending Runtime: jei:gui took 4.100 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: jei:debug ... [15:44:42] [Render thread/INFO]: Sending Runtime: jei:debug took 7.800 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: jei:forge_gui ... [15:44:42] [Render thread/INFO]: Sending Runtime: jei:forge_gui took 4.000 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: sophisticatedcore:default ... [15:44:42] [Render thread/INFO]: Sending Runtime: sophisticatedcore:default took 3.900 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: artifacts:main ... [15:44:42] [Render thread/INFO]: Sending Runtime: artifacts:main took 3.600 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: sophisticatedbackpacks:default ... [15:44:42] [Render thread/INFO]: Sending Runtime: sophisticatedbackpacks:default took 6.700 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: paraglider:paraglider ... [15:44:42] [Render thread/INFO]: Sending Runtime: paraglider:paraglider took 4.700 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: eeeabsmobs:jei_plugin ... [15:44:42] [Render thread/INFO]: Sending Runtime: eeeabsmobs:jei_plugin took 4.300 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: cataclysm:jei_plugin ... [15:44:42] [Render thread/INFO]: Sending Runtime: cataclysm:jei_plugin took 4.201 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: curios:curios ... [15:44:42] [Render thread/INFO]: Sending Runtime: curios:curios took 4.701 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: securitycraft:securitycraft ... [15:44:42] [Render thread/INFO]: Sending Runtime: securitycraft:securitycraft took 4.200 Ојs [15:44:42] [Render thread/INFO]: Sending Runtime: tombstone:jei_integration ... [15:44:42] [Render thread/INFO]: Ingredients are being added at runtime: 1 net.minecraft.world.item.ItemStack [15:44:43] [Render thread/INFO]: Sending Runtime: tombstone:jei_integration took 3.863 ms [15:44:43] [Render thread/INFO]: Sending Runtime: jei:internal ... [15:44:43] [Render thread/INFO]: Sending Runtime: jei:internal took 7.799 Ојs [15:44:43] [Render thread/INFO]: Starting JEI took 4.544 s [15:44:59] [Render thread/INFO]: [System] [CHAT] [SecurityCraft] ВЎGracias por usar SecurityCraft, v1.9.6.1! Consejo: Escribe /sc help para obtener un manual de SecurityCraft, que te mostrarГЎ informaciГіn de ayuda sobre los bloques y objetos de SecurityCraft. [15:44:61] [Render thread/INFO]: Loaded 1075 advancements error rendering class net.minecraft.world.entity.monster.Skeleton java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "this.f_114358_" is null at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114471_(EntityRenderDispatcher.java:459) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.LivingEntityRenderer.m_6512_(LivingEntityRenderer.java:372) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_6512_(MobRenderer.java:37) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_6512_(MobRenderer.java:20) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderer.m_7392_(EntityRenderer.java:101) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.LivingEntityRenderer.m_7392_(LivingEntityRenderer.java:227) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_7392_(MobRenderer.java:55) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_7392_(MobRenderer.java:20) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:688) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.handler$zif000$onDeath(LivingEntity.java:8043) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_6667_(LivingEntity.java) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_7822_(LivingEntity.java:1714) at TRANSFORMER/[email protected]/net.minecraft.world.entity.Mob.m_7822_(Mob.java:390) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_7628_(ClientPacketListener.java:889) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:33) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) error rendering class net.mcreator.enemyexpansion.entity.DirewolfEntity java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "this.f_114358_" is null at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114471_(EntityRenderDispatcher.java:459) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.shouldShowName(GeoEntityRenderer.java:390) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.m_6512_(GeoEntityRenderer.java:52) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderer.m_7392_(EntityRenderer.java:101) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.render(GeoEntityRenderer.java:219) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.m_7392_(GeoEntityRenderer.java:52) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:688) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.handler$zif000$onDeath(LivingEntity.java:8043) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_6667_(LivingEntity.java) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_7822_(LivingEntity.java:1714) at TRANSFORMER/[email protected]/net.minecraft.world.entity.Mob.m_7822_(Mob.java:390) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_7628_(ClientPacketListener.java:889) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:33) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) error rendering class net.mcreator.enemyexpansion.entity.DirewolfEntity java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "this.f_114358_" is null at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114471_(EntityRenderDispatcher.java:459) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.shouldShowName(GeoEntityRenderer.java:390) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.m_6512_(GeoEntityRenderer.java:52) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderer.m_7392_(EntityRenderer.java:101) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.render(GeoEntityRenderer.java:219) at TRANSFORMER/[email protected]/software.bernie.geckolib3.renderers.geo.GeoEntityRenderer.m_7392_(GeoEntityRenderer.java:52) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:688) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.handler$zif000$onDeath(LivingEntity.java:8043) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_6667_(LivingEntity.java) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_7822_(LivingEntity.java:1714) at TRANSFORMER/[email protected]/net.minecraft.world.entity.Mob.m_7822_(Mob.java:390) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_7628_(ClientPacketListener.java:889) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:33) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) error rendering class net.minecraft.world.entity.monster.Skeleton java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "this.f_114358_" is null at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114471_(EntityRenderDispatcher.java:459) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.LivingEntityRenderer.m_6512_(LivingEntityRenderer.java:372) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_6512_(MobRenderer.java:37) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_6512_(MobRenderer.java:20) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderer.m_7392_(EntityRenderer.java:101) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.LivingEntityRenderer.m_7392_(LivingEntityRenderer.java:227) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_7392_(MobRenderer.java:55) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_7392_(MobRenderer.java:20) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:688) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.handler$zif000$onDeath(LivingEntity.java:8043) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_6667_(LivingEntity.java) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_7822_(LivingEntity.java:1714) at TRANSFORMER/[email protected]/net.minecraft.world.entity.Mob.m_7822_(Mob.java:390) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_7628_(ClientPacketListener.java:889) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:33) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) error rendering class net.minecraft.world.entity.monster.Skeleton java.lang.NullPointerException: Cannot invoke "net.minecraft.client.Camera.m_90583_()" because "this.f_114358_" is null at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderDispatcher.m_114471_(EntityRenderDispatcher.java:459) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.LivingEntityRenderer.m_6512_(LivingEntityRenderer.java:372) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_6512_(MobRenderer.java:37) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_6512_(MobRenderer.java:20) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.EntityRenderer.m_7392_(EntityRenderer.java:101) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.LivingEntityRenderer.m_7392_(LivingEntityRenderer.java:227) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_7392_(MobRenderer.java:55) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.entity.MobRenderer.m_7392_(MobRenderer.java:20) at TRANSFORMER/[email protected]/net.diebuddies.physics.PhysicsMod.blockifyEntity(PhysicsMod.java:688) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.handler$zif000$onDeath(LivingEntity.java:8043) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_6667_(LivingEntity.java) at TRANSFORMER/[email protected]/net.minecraft.world.entity.LivingEntity.m_7822_(LivingEntity.java:1714) at TRANSFORMER/[email protected]/net.minecraft.world.entity.Mob.m_7822_(Mob.java:390) at TRANSFORMER/[email protected]/net.minecraft.client.multiplayer.ClientPacketListener.m_7628_(ClientPacketListener.java:889) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:33) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.game.ClientboundEntityEventPacket.m_5797_(ClientboundEntityEventPacket.java:11) at TRANSFORMER/[email protected]/net.minecraft.network.protocol.PacketUtils.lambda$checkThreadAndEnqueue$0(PacketUtils.java:40) at TRANSFORMER/net.optifine/net.optifine.util.PacketRunnable.run(PacketRunnable.java:28) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_6367_(BlockableEventLoop.java:198) at TRANSFORMER/[email protected]/net.minecraft.util.thread.ReentrantBlockableEventLoop.m_6367_(ReentrantBlockableEventLoop.java:23) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_7245_(BlockableEventLoop.java:163) at TRANSFORMER/[email protected]/net.minecraft.util.thread.BlockableEventLoop.m_18699_(BlockableEventLoop.java:140) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1072) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:44:53] [Render thread/INFO]: calculated cape performance:TEXTURE_272, middle time: 2.3333333333333335 [15:44:08] [Render thread/INFO]: can use texture size:TEXTURE_272, middle time: 2.3 [15:44:27] [Netty Client IO #2/ERROR]: Couldn't find player with UUID d4c2f615-605e-3f5e-af1e-ba5cc152e220 [15:44:36] [Render thread/FATAL]: Unreported exception thrown! java.lang.IllegalStateException: Pose stack not empty at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.m_109588_(LevelRenderer.java:2282) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1864) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1577) at TRANSFORMER/[email protected]/net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1191) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) at TRANSFORMER/[email protected]/net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.m_239872_(Main.java:212) at TRANSFORMER/[email protected]/net.minecraft.client.main.Main.main(Main.java:51) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:106) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:77) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [15:44:25] [Render thread/INFO]: JEI StartEventObserver received class net.minecraftforge.client.event.ClientPlayerNetworkEvent$LoggingOut [15:44:25] [Render thread/INFO]: JEI StartEventObserver transitioning state from JEI_STARTED to DISABLED [15:44:25] [Render thread/INFO]: Stopping JEI [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:minecraft ... [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:minecraft took 17.20 Ојs [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: cgm:crafting ... [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: cgm:crafting took 7.800 Ојs [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: aether:jei ... [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: aether:jei took 5.700 Ојs [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:gui ... [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:gui took 4.800 Ојs [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:debug ... [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:debug took 4.201 Ојs [15:44:25] [Render thread/INFO]: Sending Runtime Unavailable: jei:forge_gui ... [15:44:25] [Render thread/INFO]: Stopping JEI GUI [15:44:26] [JEI GUI Config file watcher/INFO]: FileWatcher was interrupted, stopping. [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: jei:forge_gui took 6.678 ms [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedcore:default ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedcore:default took 6.900 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: artifacts:main ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: artifacts:main took 4.201 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedbackpacks:default ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: sophisticatedbackpacks:default took 4.100 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: paraglider:paraglider ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: paraglider:paraglider took 4.200 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: eeeabsmobs:jei_plugin ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: eeeabsmobs:jei_plugin took 3.700 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: cataclysm:jei_plugin ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: cataclysm:jei_plugin took 6.300 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: curios:curios ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: curios:curios took 4.400 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: securitycraft:securitycraft ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: securitycraft:securitycraft took 3.800 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: tombstone:jei_integration ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: tombstone:jei_integration took 3.800 Ојs [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: jei:internal ... [15:44:26] [Render thread/INFO]: Sending Runtime Unavailable: jei:internal took 3.600 Ојs [15:44:26] [JEI Library Config file watcher/INFO]: FileWatcher was interrupted, stopping. [15:44:26] [Render thread/INFO]: Unloading synced configs from server [15:44:29] [Render thread/INFO]: [voicechat] Clearing audio channels [15:45:05] [Render thread/FATAL]: Preparing crash report with UUID 637c4ca7-c006-4c8b-926b-cbcd14b93e0a [15:45:06] [Render thread/FATAL]: Preparing crash report with UUID e726bdb3-c8cb-430c-bb4f-515928d9405c ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 2024-05-03 15:45:02 Description: Unexpected error java.lang.IllegalStateException: Pose stack not empty at net.minecraft.client.renderer.LevelRenderer.m_109588_(LevelRenderer.java:2282) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1864) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1577) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A} at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:1191) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A} at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1115) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:700) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.0.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraft.client.renderer.LevelRenderer.m_109588_(LevelRenderer.java:2282) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.LevelRenderer.m_109599_(LevelRenderer.java:1864) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:A} at net.minecraft.client.renderer.GameRenderer.m_109089_(GameRenderer.java:1577) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,xf:OptiFine:default,re:classloading,pl:accesstransformer:B,xf:OptiFine:default,pl:mixin:APP:cgm.mixins.json:client.GameRendererMixin,pl:mixin:APP:physicsmod.mixins.json:MixinGameRenderer,pl:mixin:APP:tombstone.mixins.json:GameRendererMixin,pl:mixin:APP:securitycraft.mixins.json:camera.GameRendererMixin,pl:mixin:A} -- Affected level -- Details: All players: 2 total; [LocalPlayer['RataSucia128'/17978, l='ClientLevel', x=208.41, y=98.00, z=587.37], RemotePlayer['JurrasickReal'/12681, l='ClientLevel', x=166.30, y=91.00, z=634.59]] Chunk stats: 289, 166 Level dimension: minecraft:overworld Level spawn location: World: (-16,83,352), Section: (at 0,3,0 in -1,5,22; chunk contains blocks -16,-64,352 to -1,319,367), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,-64,0 to -1,319,511) Level time: 759732 game time, 153182 day time Server brand: forge Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.client.multiplayer.ClientLevel.m_6026_(ClientLevel.java:581) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,xf:OptiFine:default,re:classloading,xf:OptiFine:default,pl:mixin:APP:citadel.mixins.json:client.ClientLevelMixin,pl:mixin:APP:physicsmod.mixins.json:MixinClientLevel,pl:mixin:APP:architectury.mixins.json:MixinClientLevel,pl:mixin:APP:byg.mixins.json:access.client.ClientLevelAccess,pl:mixin:A} at net.minecraft.client.Minecraft.m_91354_(Minecraft.java:2280) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:722) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:cgm.mixins.json:client.MinecraftMixin,pl:mixin:APP:immersive_armors.mixins.json:MixinMinecraftClient,pl:mixin:APP:physicsmod.mixins.json:MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:cloth.MixinMinecraft,pl:mixin:APP:physicsmod.mixins.json:fabricapi.MixinMinecraft,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:securitycraft.mixins.json:camera.MinecraftMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:212) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23277!/:?] {re:classloading,re:mixin,pl:runtimedistcleaner:A,pl:mixin:A,pl:runtimedistcleaner:A} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {} at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {} at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$launchService$0(CommonClientLaunchHandler.java:27) ~[fmlloader-1.19.2-43.3.0.jar%23101!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2388!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Mod Resources -- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 330325296 bytes (315 MiB) / 2415919104 bytes (2304 MiB) up to 3154116608 bytes (3008 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz Identifier: Intel64 Family 6 Model 158 Stepping 11 Microarchitecture: Coffee Lake Frequency (GHz): 3.60 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 4 Graphics card #0 name: Intel(R) UHD Graphics 630 Graphics card #0 vendor: Intel Corporation (0x8086) Graphics card #0 VRAM (MB): 1024.00 Graphics card #0 deviceId: 0x3e91 Graphics card #0 versionInfo: DriverVersion=31.0.101.2111 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.40 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.40 Memory slot #1 type: DDR4 Virtual memory max (MB): 23657.97 Virtual memory used (MB): 15249.49 Swap memory total (MB): 7424.00 Swap memory used (MB): 859.56 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx3000M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: iiiiii Backend library: LWJGL version 3.3.1 build 7 Backend API: Intel(R) UHD Graphics 630 GL version 3.2.0 - Build 31.0.101.2111, Intel Window size: 1600x900 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Graphics mode: fast Resource Packs: Current Language: EspaпїЅol (EspaпїЅa) CPU: 4x Intel(R) Core(TM) i3-8100 CPU @ 3.60GHz OptiFine Version: OptiFine_1.19.2_HD_U_I1 OptiFine Build: 20221213-150857 Render Distance Chunks: 6 Mipmaps: 0 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 3.2.0 - Build 31.0.101.2111 OpenGlRenderer: Intel(R) UHD Graphics 630 OpenGlVendor: Intel CpuCount: 4 ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.3.0.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: YungsBetterDungeons-1.19.2-Forge-3.2.2.jar |YUNG's Better Dungeons |betterdungeons |1.19.2-Forge-3.2.2 |DONE |Manifest: NOSIGNATURE YungsBetterWitchHuts-1.19.2-Forge-2.1.0.jar |YUNG's Better Witch Huts |betterwitchhuts |1.19.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE cgm-forge-1.19.2-1.3.7.jar |MrCrayfish's Gun Mod |cgm |1.3.7 |DONE |Manifest: NOSIGNATURE aether-1.19.2-1.4.1-forge.jar |The Aether |aether |1.19.2-1.4.1-forge |DONE |Manifest: NOSIGNATURE jei-1.19.2-forge-11.6.0.1019.jar |Just Enough Items |jei |11.6.0.1019 |DONE |Manifest: NOSIGNATURE nzgExpansion-1.4.1-1.19.2.jar |NineZero's Gun Expansion |nzgmaddon |1.4.1 |DONE |Manifest: NOSIGNATURE the-conjurer-1.19.2-1.1.5.jar |The Conjurer |conjurer_illager |1.1.5 |DONE |Manifest: NOSIGNATURE YungsBetterOceanMonuments-1.19.2-Forge-2.1.1.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.19.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |DONE |Manifest: NOSIGNATURE obscure_api-15.jar |Obscure API |obscure_api |15 |DONE |Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.6.4.587.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.6.4.587 |DONE |Manifest: NOSIGNATURE MoGuns-1.9.2-1.19.2.jar |Mo' Guns |moguns |1.9.2 |DONE |Manifest: NOSIGNATURE citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |DONE |Manifest: NOSIGNATURE artifacts-1.19.2-5.0.5.jar |Artifacts |artifacts |1.19.2-5.0.5 |DONE |Manifest: NOSIGNATURE YungsApi-1.19.2-Forge-3.8.10.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.10 |DONE |Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE sophisticatedbackpacks-1.19.2-3.20.2.1035.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.20.2.1035 |DONE |Manifest: NOSIGNATURE YungsBetterDesertTemples-1.19.2-Forge-2.2.2.jar |YUNG's Better Desert Temples |betterdeserttemples |1.19.2-Forge-2.2.2 |DONE |Manifest: NOSIGNATURE BOMD-Forge-1.19.2-1.0.6.jar |Bosses of Mass Destruction |bosses_of_mass_destruction |1.0.6 |DONE |Manifest: NOSIGNATURE immersive_armors-1.5.6+1.19.2-forge.jar |Immersive Armors |immersive_armors |1.5.6+1.19.2 |DONE |Manifest: NOSIGNATURE YungsBetterNetherFortresses-1.19.2-Forge-1.0.6.jar|YUNG's Better Nether Fortresse|betterfortresses |1.19.2-Forge-1.0.6 |DONE |Manifest: NOSIGNATURE Paraglider-1.19.2-1.7.0.5.jar |Paraglider |paraglider |1.7.0.5 |DONE |Manifest: NOSIGNATURE cloth-config-8.3.115-forge.jar |Cloth Config v8 API |cloth_config |8.3.115 |DONE |Manifest: NOSIGNATURE forge-1.19.2-43.3.0-universal.jar |Forge |forge |43.3.0 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90 SleepingOverhaul-2.0.2-Forge-1.19.2.jar |SleepingOverhaul |sleepingoverhaul |2.0.2-Forge-1.19.2 |DONE |Manifest: NOSIGNATURE tl_skin_cape_forge_1.19_1.19.2-1.30.jar |TLSkinCape |tlskincape |1.30 |DONE |Manifest: ef:fe:e7:59:91:bb:3a:06:c1:94:f4:f3:9c:3e:26:69:47:fa:2e:c5:53:d3:38:21:65:cc:04:75:e7:61:19:40 structure_gel-1.19.2-2.7.3.jar |Structure Gel API |structure_gel |2.7.3 |DONE |Manifest: NOSIGNATURE EnemyExpansion-1.19.2-2.2.1.jar |Enemy Expansion |enemyexpansion |2.2.1 |DONE |Manifest: NOSIGNATURE DungeonsArise-1.19.2-2.1.56-beta.jar |When Dungeons Arise |dungeons_arise |2.1.56-1.19.2 |DONE |Manifest: NOSIGNATURE client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |DONE |Manifest: a1:d4:5e:04:4f:d3:d6:e0:7b:37:97:cf:77:b0:de:ad:4a:47:ce:8c:96:49:5f:0a:cf:8c:ae:b2:6d:4b:8a:3f voicechat-forge-1.19.2-2.5.12.jar |Simple Voice Chat |voicechat |1.19.2-2.5.12 |DONE |Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.166.jar |TerraBlender |terrablender |2.0.1.166 |DONE |Manifest: NOSIGNATURE physics-mod-2.12.5-mc-1.19.2-forge.jar |Physics Mod |physicsmod |2.12.5 |DONE |Manifest: NOSIGNATURE RegionsUnexploredForge-0.5.3+1.19.2.jar |Regions Unexplored |regions_unexplored |0.5.3 |DONE |Manifest: NOSIGNATURE Female-Gender-Mod-forge-1.19.1-3.0.1.jar |Wildfire's Female Gender Mod |wildfire_gender |1.19-3.0.0 |DONE |Manifest: NOSIGNATURE EspaпїЅolFalloutInspiredPA+1.19.2.jar |Power armor |fallout_inspired_power_armor |1 |DONE |Manifest: NOSIGNATURE JetAndEliasArmors1.4.1-1.19.2.jar |Jet and Elia's Armors |jet_and_elias_armors |1.0.0 |DONE |Manifest: NOSIGNATURE justleveling-forge-1.19.x-v1.7.jar |Just Leveling |justleveling |1.6 |DONE |Manifest: NOSIGNATURE CreativeCore_FORGE_v2.9.4_mc1.19.2.jar |CreativeCore |creativecore |2.9.3 |DONE |Manifest: NOSIGNATURE eeeabsmobs-1.19.2-0.7.jar |EEEAB's Mobs |eeeabsmobs |0.7 |DONE |Manifest: NOSIGNATURE born_in_chaos_[Forge]1.19.2_1.10.1.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |DONE |Manifest: NOSIGNATURE L_Enders_Cataclysm-1.90 tongue fixed-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.6.1.jar |Curios API |curios |1.19.2-5.1.6.1 |DONE |Manifest: NOSIGNATURE [1.19.2]+SecurityCraft+v1.9.6.1.jar |SecurityCraft |securitycraft |1.9.6.1 |DONE |Manifest: NOSIGNATURE YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |DONE |Manifest: NOSIGNATURE tombstone-1.19.2-8.2.16.jar |Corail Tombstone |tombstone |8.2.16 |DONE |Manifest: NOSIGNATURE cumulus_menus-1.19.2-1.0.0-forge.jar |Cumulus |cumulus_menus |1.19.2-1.0.0-forge |DONE |Manifest: NOSIGNATURE endofherobrine-1.19.2-1.0.8.2.jar |The End of Herobrine |endofherobrine |1.19.2-1.0.8.2 |DONE |Manifest: NOSIGNATURE cfm-7.0.0-pre35-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre35 |DONE |Manifest: NOSIGNATURE architectury-6.6.92-forge.jar |Architectury |architectury |6.6.92 |DONE |Manifest: NOSIGNATURE simplyswords-forge-1.47.0-1.19.2.jar |Simply Swords |simplyswords |1.47.0-1.19.2 |DONE |Manifest: NOSIGNATURE spore_1.19.2_2.0.5b.jar |Spore |spore |2.0.5 |DONE |Manifest: NOSIGNATURE YungsBetterEndIsland-1.19.2-Forge-1.0.jar |YUNG's Better End Island |betterendisland |1.19.2-Forge-1.0 |DONE |Manifest: NOSIGNATURE Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.1.6.jar |Oh The Biomes You'll Go |byg |2.0.1.6 |DONE |Manifest: NOSIGNATURE CorgiLib-forge-1.19.2-1.0.0.34.jar |CorgiLib |corgilib |1.0.0.34 |DONE |Manifest: NOSIGNATURE nitrogen_internals-1.19.2-1.0.3-forge.jar |Nitrogen |nitrogen_internals |1.19.2-1.0.3-forge |DONE |Manifest: NOSIGNATURE Healing+Bed+1.19.2.jar |Healingbed |healingbed |1.19.2 |DONE |Manifest: NOSIGNATURE framework-forge-1.19.2-0.6.16.jar |Framework |framework |0.6.16 |DONE |Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99 smallships-forge-1.19.2-2.0.0-b1.1.jar |Small Ships |smallships |2.0.0-b1.1 |DONE |Manifest: NOSIGNATURE expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |DONE |Manifest: NOSIGNATURE YungsBetterMineshafts-1.19.2-Forge-3.2.1.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.1 |DONE |Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |DONE |Manifest: NOSIGNATURE Cave+Dweller+Reimagined.jar |cave_dweller |cave_dweller |1.6.4 |DONE |Manifest: NOSIGNATURE aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |DONE |Manifest: NOSIGNATURE YungsBetterJungleTemples-1.19.2-Forge-1.0.1.jar |YUNG's Better Jungle Temples |betterjungletemples |1.19.2-Forge-1.0.1 |DONE |Manifest: NOSIGNATURE PresenceFootsteps-1.19.2-1.6.4.1-forge.jar |Presence Footsteps (Forge) |presencefootsteps |1.19.2-1.6.4.1 |DONE |Manifest: NOSIGNATURE Crash Report UUID: e726bdb3-c8cb-430c-bb4f-515928d9405c FML: 43.3 Forge: net.minecraftforge:43.3.0 [15:45:06] [Render thread/FATAL]: Preparing crash report with UUID 6dc8f1c8-dc1e-4ef4-96ac-7da4a7c1f77c #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.45.01-client.txt Here I am! [VersionManager] Refreshing versions locally... [VersionManager] Versions has been refreshed (136 ms) [Launcher] Launcher exited. [Launcher] Minecraft closed with exit code: -1 flush now [Launcher] [Crash] Found crash report file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.42.21-client.txt [Crash] Found crash report file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.42.21-client.txt [Launcher] [Crash] Found crash report file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.45.01-client.txt [Crash] Found crash report file: C:\Users\Adriano\AppData\Roaming\.minecraft\versions\iiiiii\crash-reports\crash-2024-05-03_15.45.01-client.txt flush now Thats the crash report
  9. Make a test without immediatelyfast
  10. Hello, while running the Forge Beta for 50.0.04 i have run into the issue of not being able to use the enchanting table. the gui open and i can place items inside but no enchantments appear and i am unable to enchant. i have no mods installed atm. and no resource packs that might be stopping them. also if you right click on the enchanting table after the gui is open it then show the enchantments but hovering over them show . . . Limited Enchantability.
  11. https://mclo.gs/4AwP5D4 CurseForge [oshi.util.platform.windows.WmiQueryHandler/]: COM exception: Invalid Query: SELECT PERCENTUSAGE FROM Win32_PerfRawData_PerfOS_PagingFile
  12. Hello there ! I'm trying to make a modpack just to enjoy a survival world. i wanted to make it a little pretty by adding shaders (two to be precise : Bliss Shaders and Complementary Shaders - Unbound) that i know and like but i can't seem to find them in the options ? do i need to add something more for it to work ? if anyone got even the slightest of an idea i'm open to it :). Thank you very much for the future answers i might get !
  13. Apothic Combat requires this mod - if you don't want to use BetterCombat, remove Apothic Combat
  14. I need help understanding if this is possible. As i understand it, modifying the actual overworld is harder and requires 3rd party plugins or using mixins to inject the new biomes, but im not looking for that. I need to make a new dimension that is a copy of the overworld - but with some other custom biomes. I've tried making a copy of the 30k biome list of the regular overworld with my own biomes patched after. It does make my biome spawn, but it does it high up in the air, far away from the actual terrain so no actual physical terrain is ever affected by it. I ignore if this is due to the parameters i give to the biomes and / or if there is an easier way to do it or if im doing it correctly or if its possible overall. I've tried using the overworld template and injecting the rest of biomes via terrablender, but didn't get anything neither. Any tips? EDIT: I was thinking to make a customc lass extending whatever the game uses to generate biomes, but I still understand shit about the world generation code (Hell, i think i understand x10 times better the underlaying mathematical implementation at this point) I understand MultiNoiseBiomeSource and OverworldBiomeBuilder play a part in this (NoiseBasedChunkGenerator and NoiseGenerationSettings too) but on my mother I im failing to understand what can i change to make it, if its even possible.
  15. is there any mods i should remove? i don't want to add bettercombat, i removed simply swords but that didnt seem to do anything this is the new crash log
  16. It was, in fact biom's of plenty thank you verymuch X)
  17. Hello There ! I'm triyng to make a modpack to enjoy minecraft with LOT'S of mods, like around 230. Sadly i don't know much about the compatibility of mods (wich i'm pretty sure is why my minecraft crash everytime i try to load a world) or really anything related to how to make a good modpack. Anyways has a was saying everytime i try to load a world my minecraft just crash. here's the crash report (yes it's on a link if you want me to send the whole crash report instead of just a link, tell me ^^' : https://bytebin.lucko.me/NSY4Bmrufy I would really like to be able to play with all of these mods but i understand if it's not possible. Thanks for all the futur help you all might send and if it's too much of a bother i'll understand no pressure. (sorry if there's any spealing mistakes english is not my first language)
  18. Hello There ! I'm triyng to make a modpack to enjoy minecraft with LOT'S of mods, like around 230. Sadly i don't know much about the compatibility of mods (wich i'm pretty sure is why my minecraft crash everytime i try to load a world) or really anything related to how to make a good modpack. Anyways has a was saying everytime i try to load a world my minecraft just crash. here's the crash report (yes it's on a link if you want me to send the whole crash report instead of just a link, tell me ^^' : https://paste.ee/p/6ECXf#s=0 I would really like to be able to play with all of these mods but i understand if it's not possible. Thanks for all the futur help you all might send and if it's too much of a bother i'll understand no pressure. (sorry if there's any spealing mistakes english is not my first language)
  19. Hello, today I downloaded Forge for Minecraft version 1.20.1, after clicking the install client button I get an error saying ''These libraries failed to download. Try again'' and under it are written the file names from the title of the post, I don't know what to do now, I need help, thank you in advance
  20. Add BetterCombat: https://www.curseforge.com/minecraft/mc-mods/better-combat-by-daedelus
  21. my game crash before my main screen load logs: ---- Minecraft Crash Report ---- // My bad. Time: 5/3/24 5:28 PM Description: Rendering overlay java.lang.NullPointerException: Rendering overlay at xaero.common.events.ModEvents.handleTextureStitchEventPost(ModEvents.java:24) ~[?:21.22.3] {re:classloading} at net.minecraftforge.eventbus.ASMEventHandler_1173_ModEvents_handleTextureStitchEventPost_Post.invoke(.dynamic) ~[?:?] {} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) ~[eventbus-2.2.1-service.jar:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.1-service.jar:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) ~[?:31.2] {re:classloading} at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader$$Lambda$18284/2011153431.accept(Unknown Source) ~[?:?] {} at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51] {} at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) ~[?:?] {re:classloading} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) ~[?:?] {re:classloading} at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost(ForgeHooksClient.java:202) ~[?:?] {re:classloading} at net.minecraft.client.renderer.texture.AtlasTexture.func_215260_a(AtlasTexture.java:81) ~[?:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.renderer.texture.SpriteUploader.func_212853_a_(SourceFile:47) ~[?:?] {re:classloading} at net.minecraft.client.renderer.texture.SpriteUploader.func_212853_a_(SourceFile:13) ~[?:?] {re:classloading} at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) ~[?:?] {re:classloading,re:mixin} at net.minecraft.client.resources.ReloadListener$$Lambda$18784/2048749382.accept(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) ~[?:?] {} at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) ~[?:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B} at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading} at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) ~[?:?] {} at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) ~[?:1.8.0_51] {} at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51] {} at net.minecraft.client.renderer.texture.TextureManager$$Lambda$21380/363163553.execute(Unknown Source) ~[?:?] {} at com.mojang.blaze3d.systems.RenderSystem.replayQueue(SourceFile:112) ~[?:?] {re:classloading} at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:99) ~[?:?] {re:classloading} at net.minecraft.client.MainWindow.func_227802_e_(MainWindow.java:296) ~[?:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:kubejs.mixins.json:MainWindowMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:946) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:ShaderCloseMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) [?:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:codechickenlib:IItemRenderer,xf:fml:randompatches:RandomPatches Minecraft Transformer,pl:mixin:APP:kubejs.mixins.json:MinecraftMixin,pl:mixin:APP:create.mixins.json:ShaderCloseMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(SourceFile:204) [?:?] {re:classloading} at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_51] {} at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_51] {} at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_51] {} at java.lang.reflect.Method.invoke(Method.java:497) ~[?:1.8.0_51] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) [forge-1.15.2-31.2.57.jar:31.2] {} at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$492/523699314.call(Unknown Source) [forge-1.15.2-31.2.57.jar:31.2] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-5.1.2.jar:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-5.1.2.jar:?] {re:classloading} at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-5.1.2.jar:?] {re:classloading} A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at xaero.common.events.ModEvents.handleTextureStitchEventPost(ModEvents.java:24) at net.minecraftforge.eventbus.ASMEventHandler_1173_ModEvents_handleTextureStitchEventPost_Post.invoke(.dynamic) at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:80) at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:168) at net.minecraftforge.fml.ModLoader.lambda$postEvent$31(ModLoader.java:260) at net.minecraftforge.fml.ModLoader$$Lambda$18284/2011153431.accept(Unknown Source) at java.util.HashMap.forEach(HashMap.java:1280) at net.minecraftforge.fml.ModList.forEachModContainer(ModList.java:218) at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:260) at net.minecraftforge.client.ForgeHooksClient.onTextureStitchedPost(ForgeHooksClient.java:202) at net.minecraft.client.renderer.texture.AtlasTexture.func_215260_a(AtlasTexture.java:81) at net.minecraft.client.renderer.texture.SpriteUploader.func_212853_a_(SourceFile:47) at net.minecraft.client.renderer.texture.SpriteUploader.func_212853_a_(SourceFile:13) at net.minecraft.client.resources.ReloadListener.func_215269_a(SourceFile:13) at net.minecraft.client.resources.ReloadListener$$Lambda$18784/2048749382.accept(Unknown Source) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) at net.minecraft.resources.AsyncReloader$$Lambda$20979/1812430587.run(Unknown Source) at net.minecraft.util.concurrent.ThreadTaskExecutor.execute(SourceFile:94) at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) at net.minecraft.resources.AsyncReloader$$Lambda$18775/433725268.execute(Unknown Source) at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) at java.util.concurrent.CompletableFuture.postFire(CompletableFuture.java:561) at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:635) at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) at net.minecraft.client.renderer.texture.TextureManager$$Lambda$21380/363163553.execute(Unknown Source) at com.mojang.blaze3d.systems.RenderSystem.replayQueue(SourceFile:112) at com.mojang.blaze3d.systems.RenderSystem.flipFrame(SourceFile:99) -- Overlay render details -- Details: Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui Stacktrace: at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:472) at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924) at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553) at net.minecraft.client.main.Main.main(SourceFile:204) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:497) at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51) at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$492/523699314.call(Unknown Source) at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) -- System Details -- Details: Minecraft Version: 1.15.2 Minecraft Version ID: 1.15.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_51, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 8521013768 bytes (8126 MB) / 12884901888 bytes (12288 MB) up to 12884901888 bytes (12288 MB) CPUs: 4 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M ModLauncher: 5.1.2+70+master.2845bb9 ModLauncher launch target: fmlclient ModLauncher naming: srg ModLauncher services: /mixin-0.8.2.jar mixin PLUGINSERVICE /eventbus-2.2.1-service.jar eventbus PLUGINSERVICE /forge-1.15.2-31.2.57.jar object_holder_definalize PLUGINSERVICE /forge-1.15.2-31.2.57.jar runtime_enum_extender PLUGINSERVICE /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE /forge-1.15.2-31.2.57.jar capability_inject_definalize PLUGINSERVICE /forge-1.15.2-31.2.57.jar runtimedistcleaner PLUGINSERVICE /mixin-0.8.2.jar mixin TRANSFORMATIONSERVICE /forge-1.15.2-31.2.57.jar fml TRANSFORMATIONSERVICE /_MixinBootstrap-1.1.0.jar mixinbootstrap TRANSFORMATIONSERVICE FML: 31.2 Forge: net.minecraftforge:31.2.57 FML Language Providers: [email protected] minecraft@1 [email protected] Mod List: supermartijn642configlib-1.0.9-mc1.15.jar SuperMartijn642's Config Lib {[email protected] SIDED_SETUP} scenic-1.15.2-1.0.2.jar Scenic {[email protected] SIDED_SETUP} refinedpipes-0.4.2.jar Refined Pipes {[email protected] SIDED_SETUP} mcws-win-1.15.2-v1.0.2.jar Macaw's Windows {[email protected] SIDED_SETUP} SilentMechanisms-1.15.2-0.8.0+59.jar Silent's Mechanisms {[email protected]+59 SIDED_SETUP} windowlogging-mc1.15.2_v0.0.4.jar Windowlogging {[email protected] SIDED_SETUP} Neat 1.6-22.jar Neat {[email protected] SIDED_SETUP} essentials-1.15.2-2.7.4.jar Essentials {[email protected] SIDED_SETUP} BetterTitleScreen-1.15.2-1.9.jar Better Title Screen {[email protected] SIDED_SETUP} ReAuth-1.14-1.15-3.8.1.jar ReAuth {[email protected] SIDED_SETUP} Powah-1.15.2-1.1.15.jar Powah {[email protected] SIDED_SETUP} randompatches-1.15.2-1.22.1.1.jar RandomPatches {[email protected] SIDED_SETUP} Apotheosis-1.15.2-3.3.8.jar Apotheosis {[email protected] SIDED_SETUP} Hwyla-forge-1.10.8-B72_1.15.2.jar Waila {waila@version SIDED_SETUP} SnowRealMagic-1.15.2-1.8.0.jar Snow! Real Magic! {[email protected] SIDED_SETUP} JustEnoughResources-1.15.2-0.10.1.77.jar Just Enough Resources {[email protected] SIDED_SETUP} mysticallib-1.15.2-2.0.1.jar Mystical Lib {[email protected] SIDED_SETUP} supplementaries-1.15.2-0.9.27 .jar Supplementaries {[email protected] SIDED_SETUP} refinedstorage-1.8.8.jar Refined Storage {[email protected] SIDED_SETUP} structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {[email protected] SIDED_SETUP} PackMenu-1.15.2-1.2.8.jar Pack Menu {[email protected] SIDED_SETUP} industrial-foregoing-1.15.2-2.3.3-e356e61.jar Industrial Foregoing {[email protected] SIDED_SETUP} torchmaster-2.2.2.jar Torchmaster {[email protected] SIDED_SETUP} BiomesOPlenty-1.15.2-10.0.0.366-universal.jar Biomes O' Plenty {[email protected] SIDED_SETUP} phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {[email protected]+build.4 SIDED_SETUP} toughnessbar-5.0.jar Toughness Bar {[email protected] SIDED_SETUP} mcw-trapdoors-1.0.3-mc1.15.2.jar Macaw's Trapdoors {[email protected] SIDED_SETUP} SilentGear-1.15.2-1.11.4+187.jar Silent Gear {[email protected]+187 SIDED_SETUP} fairylights-3.0.15-1.15.2.jar Fairy Lights {[email protected] SIDED_SETUP} spark-forge.jar spark {[email protected] SIDED_SETUP} curios-FORGE-1.15.2-2.0.2.7.jar Curios API {[email protected] SIDED_SETUP} Botania-r1.15-388.jar Botania {[email protected] SIDED_SETUP} extlights-2.1.jar Extended Lights {[email protected] SIDED_SETUP} neoncraft-1.1.jar Neon Craft {[email protected] SIDED_SETUP} mcw-roofs-1.0.2-mc1.15.2_1.15.1.jar Macaw's Roofs {[email protected] SIDED_SETUP} furniture-7.0.0-pre16-1.15.1.jar MrCrayfish's Furniture Mod {[email protected] SIDED_SETUP} observerlib-1.15.2-1.3.2.jar ObserverLib {[email protected] SIDED_SETUP} mcw-furniture-2.0.1-mc1.15.2.jar Macaw's Furniture {[email protected] SIDED_SETUP} BetterBurning-1.15.2-1.3.4.jar BetterBurning {[email protected] SIDED_SETUP} FastLeafDecay-v22.1.jar FastLeafDecay {[email protected] SIDED_SETUP} CodeChickenLib-1.15.2-3.3.6.424-universal.jar CodeChicken Lib {[email protected] SIDED_SETUP} BetterMineshaftsForge-1.15.2-1.3.2.jar YUNG's Better Mineshafts {[email protected] SIDED_SETUP} SimpleDiscordRichPresence-1.15.2-1.2.7.jar Simple Discord Rich Presence {[email protected] SIDED_SETUP} leavesdecayonotherleaves-1.1.jar Leaves Decay on other Leaves {[email protected] SIDED_SETUP} QuarkOddities-1.15.2.jar Quark Oddities {[email protected] SIDED_SETUP} mowziesmobs-1.5.15.jar Mowzie's Mobs {[email protected] SIDED_SETUP} torchslabmod-1.15.2_v1.7.0.jar Torch Slab Mod {[email protected] SIDED_SETUP} mining-helmet-1.15.2-1.0.9.jar Mining Helmet {[email protected] SIDED_SETUP} AttributeFix-1.15.2-7.0.2.jar AttributeFix {[email protected] SIDED_SETUP} goblintraders-1.3.1-1.15.2.jar Goblin Traders {[email protected] SIDED_SETUP} Mekanism-1.15.2-9.10.9.422.jar Mekanism {[email protected] SIDED_SETUP} caelus-FORGE-1.15.2-2.0-beta4.jar Caelus API {[email protected] SIDED_SETUP} light-overlay-4.7.2.jar Light Overlay Forge {lightoverlay-forge@NONE SIDED_SETUP} NaturesCompass-1.15.2-1.8.5.jar Nature's Compass {[email protected] SIDED_SETUP} curioofundying-FORGE-1.15.2-3.0.jar Curio of Undying {[email protected] SIDED_SETUP} snowundertrees-1.15.2-v1.1.4.jar Snow Under Trees {[email protected] SIDED_SETUP} JEITweaker-1.15.2-1.0.1.3.jar JEI Tweaker {[email protected] SIDED_SETUP} mysticalworld-1.15.2-2.1.3.jar Mystical World {[email protected] SIDED_SETUP} extradisks-1.15.2-1.2.2.jar Extra Disks {[email protected] SIDED_SETUP} forge-1.15.2-31.2.57-universal.jar Forge {[email protected] SIDED_SETUP} Atum-1.15.2-2.1.12.jar Atum 2 {[email protected] SIDED_SETUP} WailaHarvestability-mc1.15.2-1.1.12.jar Waila Harvestability {[email protected] SIDED_SETUP} ironchest-1.15.2-10.0.3.jar Iron Chests {[email protected] SIDED_SETUP} forge-1.15.2-31.2.57-client.jar Minecraft {[email protected] SIDED_SETUP} cofh_core-1.15.2-1.0.2.jar CoFH Core {[email protected] SIDED_SETUP} MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {[email protected] SIDED_SETUP} Psi r1.2-84.jar Psi {[email protected] SIDED_SETUP} ImmersiveEngineering-1.15.2-4.1.1-125.jar Immersive Engineering {[email protected] SIDED_SETUP} Ding-1.15.2-1.2.0.jar Ding {[email protected] SIDED_SETUP} ChickenChunks-1.15.2-2.5.1.79-universal.jar ChickenChunks {[email protected] SIDED_SETUP} paintings-1.15.2-7.0.0.0.jar Paintings ++ {[email protected] SIDED_SETUP} jeiintegration_1.15.2-3.1.1.2.jar JEI Integration {[email protected] SIDED_SETUP} Xaeros_Minimap_21.22.3_Forge_1.15.2.jar Xaero's Minimap {[email protected] SIDED_SETUP} ftb-backups-2.1.0.2.jar FTB Utilities: Backups {[email protected] SIDED_SETUP} serverconfigupdater-1.1.jar ServerConfig Updater {[email protected] SIDED_SETUP} polymorph-FORGE-1.15.2-0.10.jar Polymorph {[email protected] SIDED_SETUP} AutoRegLib-1.5-40.jar AutoRegLib {[email protected] SIDED_SETUP} midnight-0.5.11.jar The Midnight {[email protected] SIDED_SETUP} jei-1.15.2-6.0.3.16.jar Just Enough Items {[email protected] SIDED_SETUP} structurize-0.13.109-ALPHA-universal.jar Structurize {[email protected] SIDED_SETUP} FastFurnace-1.15.1-3.0.0.jar FastFurnace {[email protected] SIDED_SETUP} AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {[email protected] SIDED_SETUP} Aquaculture-1.15.2-2.0.23.jar Aquaculture 2 {[email protected] SIDED_SETUP} CosmeticArmorReworked-1.15.2-v3a.jar CosmeticArmorReworked {[email protected] SIDED_SETUP} DefaultOptions_1.15.2-11.0.1.jar Default Options {[email protected] SIDED_SETUP} astralsorcery-1.15.2-1.12.14.jar Astral Sorcery {[email protected] SIDED_SETUP} aiotbotania-1.15.2-1.2.3.jar AIOT Botania {[email protected] SIDED_SETUP} HealthOverlay-1.15.2-1.0.2.jar Health Overlay {healthoverlay@NONE SIDED_SETUP} KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {[email protected] SIDED_SETUP} TerraForged-1.15.2-0.0.15.jar TerraForged {[email protected] SIDED_SETUP} XaerosWorldMap_1.18.6_Forge_1.15.2.jar Xaero's World Map {[email protected] SIDED_SETUP} CookingForBlockheads_1.15.2-8.0.3.jar Cooking for Blockheads {[email protected] SIDED_SETUP} Controlling-6.1.5.6.jar Controlling {[email protected] SIDED_SETUP} Placebo-1.15.2-3.1.1.jar Placebo {[email protected] SIDED_SETUP} mightyarchitect-mc1.15.2_v0.5.jar The Mighty Architect {[email protected] SIDED_SETUP} Bookshelf-1.15.2-5.6.40.jar Bookshelf {[email protected] SIDED_SETUP} DarkUtilities-1.15.2-3.1.9.jar Dark Utilities {[email protected] SIDED_SETUP} BotanyPots-1.15.2-2.0.29.jar BotanyPots {[email protected] SIDED_SETUP} u_team_core-1.15.2-3.0.2.169.jar U Team Core {[email protected] SIDED_SETUP} Waddles-1.15.2-0.8.6.jar Waddles {[email protected] SIDED_SETUP} ProgressiveBosses-2.1.5-mc1.15.2.jar Progressive Bosses {[email protected] SIDED_SETUP} mcw-doors-1.0.3-mc1.15.2.jar Macaw's Doors {[email protected] SIDED_SETUP} MekanismGenerators-1.15.2-9.10.9.422.jar Mekanism: Generators {[email protected] SIDED_SETUP} tablechair-1.4.jar tablechair {[email protected] SIDED_SETUP} carryon-1.15.2-1.13.0.5.jar Carry On {[email protected] SIDED_SETUP} absentbydesign-1.15.2-1.1.1.jar Absent By Design Mod {[email protected] SIDED_SETUP} JEIEnchantmentInfo-1.16.4-1.2.1.jar JEI Enchantment Info {[email protected] SIDED_SETUP} mcw-bridges-1.0.6-mc1.15.2.jar Macaw's Bridges {[email protected] SIDED_SETUP} lightestlamp-3.4.3.jar Lightest Lamps {[email protected] SIDED_SETUP} useful_backpacks-1.15.2-1.10.3.77.jar Useful Backpacks {[email protected] SIDED_SETUP} AmbientSounds_v3.0.20_mc1.15.2.jar Ambient Sounds {[email protected] SIDED_SETUP} MekanismAdditions-1.15.2-9.10.9.422.jar Mekanism: Additions {[email protected] SIDED_SETUP} valhelsia_structures-15.0.3a.jar Valhelsia Structures {[email protected] SIDED_SETUP} Lollipop-1.15.2-1.0.16.jar Lollipop {[email protected] SIDED_SETUP} simplefarming-1.15.2-1.3.4.jar Simple Farming {[email protected] SIDED_SETUP} SolarFluxReborn-1.15.2-15.2.3.jar Solar Flux Reborn {[email protected] SIDED_SETUP} Patchouli-1.15.2-1.2-35.jar Patchouli {[email protected] SIDED_SETUP} config-2-3.0.jar Cloth Config v2 API {[email protected] SIDED_SETUP} blockcarpentry-1.15-0.8.3.jar BlockCarpentry {[email protected] SIDED_SETUP} xercapaint-1.15.2-3.3.jar Joy of Painting {[email protected] SIDED_SETUP} libnonymous-1.15.2-1.1.1.5.jar Libnonymous {[email protected] SIDED_SETUP} elevatorid-1.15.2-1.7.1.jar Elevator Mod {[email protected] SIDED_SETUP} MekanismTools-1.15.2-9.10.9.422.jar Mekanism: Tools {[email protected] SIDED_SETUP} curiouselytra-FORGE-1.15.2-2.0.jar Curious Elytra {[email protected] SIDED_SETUP} cc-tweaked-1.15.2-1.97.1.jar CC: Tweaked {[email protected] SIDED_SETUP} AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {[email protected] SIDED_SETUP} cherishedworlds-FORGE-1.15.2-3.0.0.1.jar Cherished Worlds {[email protected] SIDED_SETUP} chunkloaders-1.1.7-mc1.15.jar Chunk Loaders {[email protected] SIDED_SETUP} incubation-1.0.4-1.15.2.jar Incubation {[email protected] SIDED_SETUP} ServerTabInfo-1.15.2-1.2.8.jar Server Tab Info {[email protected] SIDED_SETUP} BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {[email protected] SIDED_SETUP} inventorysorter-1.15.2-17.0.0.jar Simple Inventory Sorter {[email protected] SIDED_SETUP} rhino-1.7.13-build.24.jar Rhino {[email protected] SIDED_SETUP} kubejs-1502.3.0.19.jar KubeJS {[email protected] SIDED_SETUP} TrashSlot_1.15.2-11.0.0.jar TrashSlot {[email protected] SIDED_SETUP} EquipmentTooltips-1.15.2-1.4.3+14.jar Equipment Tooltips {[email protected]+14 SIDED_SETUP} OldJavaWarning-1.15.2-3.0.2.jar OldJavaWarning {[email protected] SIDED_SETUP} Druidcraft-1.15-0.4.45.jar Druidcraft {[email protected] SIDED_SETUP} the-conjurer-1.15.2-1.0.13.jar The Conjurer {[email protected] SIDED_SETUP} Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {[email protected] SIDED_SETUP} Upgrade-Aquatic-1.15.2-1.7.1.jar Upgrade Aquatic {[email protected] SIDED_SETUP} The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {[email protected] SIDED_SETUP} Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {[email protected] SIDED_SETUP} autumnity-1.3.3-1.15.2.jar Autumnity {[email protected] SIDED_SETUP} Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {[email protected] SIDED_SETUP} WAWLA-1.15.2-3.0.4.jar WAWLA {[email protected] SIDED_SETUP} ensorcellation-1.15.2-1.0.0.jar Ensorcellation {[email protected] SIDED_SETUP} create-mc1.15.2_v0.3.1a.jar Create {[email protected]_v0.3.1a+478 SIDED_SETUP} Waystones_1.15.2-6.0.2.jar Waystones {[email protected] SIDED_SETUP} Clumps-5.0.2.8.jar Clumps {[email protected] SIDED_SETUP} comforts-FORGE-1.15.2-2.0.0.4.jar Comforts {[email protected] SIDED_SETUP} FruitTrees-1.15.2-1.7.0.jar Fruit Trees {[email protected] SIDED_SETUP} Kiwi-1.15.2-2.8.5.jar Kiwi {[email protected] SIDED_SETUP} SimpleStorageNetwork-1.15.2-1.1.0.jar Simple Storage Network {[email protected] SIDED_SETUP} decorative_blocks-1.15.2-1.7.jar Decorative Blocks {[email protected] SIDED_SETUP} BonsaiTrees-2.1.2.6.jar Bonsai Trees 2 {[email protected] SIDED_SETUP} mcjtylib-1.15-4.1.13.jar McJtyLib {[email protected] SIDED_SETUP} rftoolsbase-1.15-1.1.10.jar RFToolsBase {[email protected] SIDED_SETUP} xnet-1.15-2.1.14.jar XNet {[email protected] SIDED_SETUP} rftoolspower-1.15-2.2.6.jar RFToolsPower {[email protected] SIDED_SETUP} rftoolsbuilder-1.15-2.1.16.jar RFToolsBuilder {[email protected] SIDED_SETUP} rftoolsstorage-1.15-1.1.13.jar RFToolsStorage {[email protected] SIDED_SETUP} rftoolscontrol-1.15-3.0.9.jar RFToolsControl {[email protected] SIDED_SETUP} mapperbase-1.15.2-1.1.1.0.jar Mapper Base {[email protected] SIDED_SETUP} embellishcraft-1.15.2-2.2.1.0.jar EmbellishCraft {[email protected] SIDED_SETUP} trash-1.15.2-0.2.0.jar Trash {[email protected] SIDED_SETUP} ToastControl-1.15.2-3.0.1.jar Toast Control {[email protected] SIDED_SETUP} mininggadgets-1.3.6.jar Mining Gadgets {[email protected] SIDED_SETUP} EnderStorage-1.15.2-2.5.2.164-universal.jar EnderStorage {[email protected] SIDED_SETUP} Swamp-Expansion-1.15.2-1.7.3.jar Swamp Expansion {swampexpansion@NONE SIDED_SETUP} AkashicTome-1.3-13.jar Akashic Tome {[email protected] SIDED_SETUP} scuba-gear-1.15.2-1.0.1.jar Scuba Gear {[email protected] SIDED_SETUP} xercamusic-1.15.2-3.0.jar Xerca's Music Maker Mod {[email protected] SIDED_SETUP} CraftingTweaks_1.15.2-11.0.1.jar Crafting Tweaks {[email protected] SIDED_SETUP} rftoolsutility-1.15-2.1.20.jar RFToolsUtility {[email protected] SIDED_SETUP} swingthroughgrass-1.15.2-1.4.1.jar SwingThroughGrass {[email protected] SIDED_SETUP} ToolBelt-1.15.2-1.14.2.jar Tool Belt {[email protected] SIDED_SETUP} titanium-1.15.2-2.4.2.jar Titanium {[email protected] SIDED_SETUP} SilentLib-1.15.2-4.6.6+59.jar Silent Lib {[email protected]+59 SIDED_SETUP} Jade-1.15.2-1.2.0.jar Jade {[email protected] SIDED_SETUP} forbidden_arcanus-1.15.2-1.5.jar Forbidden & Arcanus {[email protected] SIDED_SETUP} archers_paradox-1.15.2-1.0.0.jar Archer's Paradox {[email protected] SIDED_SETUP} Atmospheric-1.15.2-1.4.1.jar Atmospheric {[email protected] SIDED_SETUP} Quark-r2.1-245.jar Quark {[email protected] ERROR} Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 SIDED_SETUP} JAOPCA-1.15.2-3.2.0.18.jar JAOPCA {[email protected] SIDED_SETUP} FastWorkbench-1.15.2-3.1.1.jar FastWorkbench {[email protected] SIDED_SETUP} StorageDrawers-1.15.2-7.0.3.jar Storage Drawers {[email protected] SIDED_SETUP} FluxNetworks-1.15.2-5.0.3-4.jar Flux Networks {[email protected] SIDED_SETUP} performant-1.15-3.16m.jar Performant {[email protected] SIDED_SETUP} InventoryHud_1.15.2.forge-3.4.1.jar Inventory HUD+(Forge edition) {[email protected] SIDED_SETUP} minecolonies-0.13.645-RELEASE-universal.jar MineColonies {[email protected] SIDED_SETUP} engineersdecor-1.15.2-1.1.4.jar Engineer's Decor {[email protected] SIDED_SETUP} refinedstorageaddons-0.6.3.jar Refined Storage Addons {[email protected] SIDED_SETUP} overloadedarmorbar-4.0.0.jar Overloaded Armor Bar {[email protected] SIDED_SETUP} OpenLoader-1.15.2-4.0.5.jar OpenLoader {[email protected] SIDED_SETUP} Kiwi Modules: fruittrees:cherry fruittrees:fruittrees fruittrees:hybridization kiwi:contributors kiwi:data snowrealmagic:snowrealmagic [Psi] Active spell: None Launched Version: 1.15.2-forge-31.2.57 Backend library: LWJGL version 3.2.2 build 10 Backend API: AMD Radeon (TM) R5 M330 GL version 4.6.13596 Compatibility Profile Context 20.10.35.02 27.20.1034.6, ATI Technologies Inc. GL Caps: Using framebuffer using OpenGL 3.0 Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'forge' Type: Client (map_client.txt) Resource Packs: Tissou's Zombie Pack 1.12.2 v2.0.zip Current Language: ~~ERROR~~ NullPointerException: null CPU: 4x Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
  1. Load more activity
×
×
  • Create New...

Important Information

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