Jump to content

Rzapka12

Members
  • Posts

    10
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Rzapka12's Achievements

Tree Puncher

Tree Puncher (2/8)

1

Reputation

  1. Thanks for the help, I solved it now and the problem was the Amendments mod. I put all mods one by one into the folder and tested if it crashes my game and amendments was the one that crashed it
  2. https://mega.nz/file/SdwykZoS#tbIBbu67QNoJPJU6wrchr8OlYH453Gq4kLN681khYu8 heres the log, still crashes
  3. https://mega.nz/file/aNRzjRoI#wm4MUHgCFblJsVkDjOyERT5nQasDYaDMvA1AN_F8eF8 i tested it, still crashes my mc. Heres the log
  4. https://mega.nz/file/Hdg1gaSR#enMh9CrbhGfmSci2M_pPE9pRyk0HwOFACp0YMd1Vj0I
  5. https://mega.nz/file/SBhFCSYB#3K4b2kV9S4hY6cCkoEvJlGQkguEDzGz1zc1HBgLoqLA
  6. ---- Minecraft Crash Report ---- // Don't do that. Time: 2023-08-23 12:07:19 Description: Mod loading error has occurred java.lang.Exception: Mod Loading has failed at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:55) ~[forge-1.19.2-43.2.14-universal.jar%23508!/:?] {re:classloading} at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:39) ~[forge-1.19.2-43.2.14-universal.jar%23508!/:?] {re:classloading} at net.minecraft.server.Main.main(Main.java:113) ~[server-1.19.2-20220805.130853-srg.jar%23503!/:?] {re:classloading,re:mixin,pl:mixin: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.CommonServerLaunchHandler.lambda$launchService$0(CommonServerLaunchHandler.java:29) ~[fmlloader-1.19.2-43.2.14.jar%2367!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2354!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2354!/:?] {} 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: main Stacktrace: at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {} -- MOD vinery -- Details: Caused by 0: java.lang.reflect.InvocationTargetException at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.14.jar%23505!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.14.jar%23504!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 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:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} Caused by 1: java.lang.NoClassDefFoundError: de/cristelknight/doapi/block/StorageBlock at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {} at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at satisfyu.vinery.Vinery.init(Vinery.java:26) ~[vinery-forge-1.3.1.jar%23491!/:?] {re:classloading} at satisfyu.vinery.forge.VineryForge.<init>(VineryForge.java:22) ~[vinery-forge-1.3.1.jar%23491!/:?] {re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.14.jar%23505!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.14.jar%23504!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 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:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} Mod File: /home/k37230_s30749/server_30749/mods/vinery-forge-1.3.1.jar Failure message: Vinery (vinery) has failed to load correctly java.lang.reflect.InvocationTargetException: null Mod Version: 1.3.1 Mod Issue URL: NOT PROVIDED Exception message: java.lang.ClassNotFoundException: de.cristelknight.doapi.block.StorageBlock Stacktrace: at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:137) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at java.lang.ClassLoader.defineClass1(Native Method) ~[?:?] {} at java.lang.ClassLoader.defineClass(ClassLoader.java:1012) ~[?:?] {} at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:119) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.4.jar:?] {} at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.4.jar:?] {} at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?] {} at satisfyu.vinery.Vinery.init(Vinery.java:26) ~[vinery-forge-1.3.1.jar%23491!/:?] {re:classloading} at satisfyu.vinery.forge.VineryForge.<init>(VineryForge.java:22) ~[vinery-forge-1.3.1.jar%23491!/:?] {re:classloading} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {} at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {} at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {} at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {} at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:68) ~[javafmllanguage-1.19.2-43.2.14.jar%23505!/:?] {} at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:121) ~[fmlcore-1.19.2-43.2.14.jar%23504!/:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {} at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {} 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:computing_frames} at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {re:computing_frames} at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {} -- System Details -- Details: Minecraft Version: 1.19.2 Minecraft Version ID: 1.19.2 Operating System: Linux (amd64) version 5.15.15-hidepidfix Java Version: 17.0.2, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 1374815128 bytes (1311 MiB) / 2030043136 bytes (1936 MiB) up to 6442450944 bytes (6144 MiB) CPUs: 32 Processor Vendor: AuthenticAMD Processor Name: AMD EPYC 7351P 16-Core Processor Identifier: AuthenticAMD Family 23 Model 1 Stepping 2 Microarchitecture: Zen Frequency (GHz): -0.00 Number of physical packages: 1 Number of physical CPUs: 16 Number of logical CPUs: 32 Graphics card #0 name: ASPEED Graphics Family Graphics card #0 vendor: ASPEED Technology, Inc. (0x1a03) Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: 0x2000 Graphics card #0 versionInfo: unknown Virtual memory max (MB): 355035.13 Virtual memory used (MB): 140582.17 Swap memory total (MB): 32767.99 Swap memory used (MB): 10.00 JVM Flags: 2 total; -Xmx6144M -Xms256M ModLauncher: 10.0.8+10.0.8+main.0ef7e830 ModLauncher launch target: forgeserver ModLauncher naming: srg ModLauncher services: mixin-0.8.5.jar mixin PLUGINSERVICE eventbus-6.0.3.jar eventbus PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.2.14.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: player-animation-lib-forge-1.0.2.jar |Player Animator |playeranimator |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE HammerLib-1.19.2-19.3.62.jar |HammerLib |hammerlib |19.3.62 |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 Satako-6.0.6-1.19.jar |Satako |satako |6.0.6-1.19 |COMMON_SET|Manifest: NOSIGNATURE rubidium-0.6.2a.jar |Rubidium |rubidium |0.6.2a |COMMON_SET|Manifest: NOSIGNATURE ravageandcabbage-1.2.2.jar |Ravage & Cabbage |ravageandcabbage |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE CTM-1.19.2-1.1.6+6.jar |ConnectedTexturesMod |ctm |1.19.2-1.1.6+6 |COMMON_SET|Manifest: NOSIGNATURE dustydecorations-1.0-1.19.2.jar |Dusty Decorations |dustydecorations |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE YungsApi-1.19.2-Forge-3.8.9.jar |YUNG's API |yungsapi |1.19.2-Forge-3.8.9 |COMMON_SET|Manifest: NOSIGNATURE chestcavity-forge-1.19.2-2.16.2.6.jar |Chest Cavity |chestcavity |1.19.2-2.16.2 |COMMON_SET|Manifest: NOSIGNATURE GrimoireOfGaia4-1.19.2-3.0.0-alpha.6.jar |Grimoire of Gaia 4 |grimoireofgaia |3.0.0-alpha.6 |COMMON_SET|Manifest: NOSIGNATURE K-Turrets-2.0.29-1.19.jar |K-Turrets |k_turrets |2.0.29-1.19 |COMMON_SET|Manifest: NOSIGNATURE swampier_swamps-1.19-1.1.4.jar |Swampier Swamps |swampier_swamps |1.19-1.1.4 |COMMON_SET|Manifest: NOSIGNATURE immersive_armors-1.5.6+1.19.2-forge.jar |Immersive Armors |immersive_armors |1.5.6+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-8.3.103-forge.jar |Cloth Config v8 API |cloth_config |8.3.103 |COMMON_SET|Manifest: NOSIGNATURE iterpg-0.4.8.jar |Iter RPG |iter_rpg |0.4.8 |COMMON_SET|Manifest: NOSIGNATURE refinedstorage-1.11.6.jar |Refined Storage |refinedstorage |1.11.6 |COMMON_SET|Manifest: NOSIGNATURE AdvancementPlaques-1.19.2-1.4.7.jar |Advancement Plaques |advancementplaques |1.4.7 |COMMON_SET|Manifest: NOSIGNATURE handcrafted-forge-1.19.2-2.0.6.jar |Handcrafted |handcrafted |2.0.6 |COMMON_SET|Manifest: NOSIGNATURE repurposed_structures_forge-6.3.21+1.19.2.jar |Repurposed Structures |repurposed_structures |6.3.21+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE Good+Ending-1.19.2-1.0.2-forge.jar |Good Ending |goodending |1.19.2-1.0.2 |COMMON_SET|Manifest: NOSIGNATURE snailmail-1.19.2-1.1.0-forge.jar |Snail Mail |snailmail |1.19.2-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE aquatictorches-1.19-1.1.0.jar |Aquatic Torches |aquatictorches |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE resourcefulconfig-forge-1.19.2-1.0.20.jar |Resourcefulconfig |resourcefulconfig |1.0.20 |COMMON_SET|Manifest: NOSIGNATURE fairylights-6.0.0-1.19.2.jar |Fairy Lights |fairylights |6.0.0 |COMMON_SET|Manifest: NOSIGNATURE spark-1.9.42-forge.jar |spark |spark |1.9.42 |COMMON_SET|Manifest: NOSIGNATURE ImprovableSkills-1.19.2-19.2.9.jar |Improvable Skills |improvableskills |19.2.9 |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 Cluttered-2.0.1-1.19.2.jar |Cluttered |luphieclutteredmod |2.0 |COMMON_SET|Manifest: NOSIGNATURE ManyIdeasCore-1.19.2-1.4.0.jar |ManyIdeas Core |manyideas_core |1.4.0 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.3.0.jar |Curios API |curios |1.19.2-5.1.3.0 |COMMON_SET|Manifest: NOSIGNATURE bettervillage-forge-1.19.2-3.2.0.jar |Better village |bettervillage |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE mcw-furniture-3.1.0-mc1.19.2forge.jar |Macaw's Furniture |mcwfurnitures |3.1.0 |COMMON_SET|Manifest: NOSIGNATURE Chimes-v2.0.0-1.19.2.jar |Chimes |chimes |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE windswept-1.19.2-2.2.2.jar |Windswept |windswept |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE l2library-1.9.7.jar |L2 Library |l2library |1.9.7 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterMineshafts-1.19.2-Forge-3.2.0.jar |YUNG's Better Mineshafts |bettermineshafts |1.19.2-Forge-3.2.0 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.40.jar |GeckoLib |geckolib3 |3.1.40 |COMMON_SET|Manifest: NOSIGNATURE SmartBrainLib-forge-1.19.2-1.9.jar |SmartBrainLib |smartbrainlib |1.9 |COMMON_SET|Manifest: NOSIGNATURE DripSounds-1.19-0.3.0.jar |Drip Sounds |waterdripsound |0.3.0 |COMMON_SET|Manifest: NOSIGNATURE jei-1.19.2-forge-11.6.0.1018.jar |Just Enough Items |jei |11.6.0.1018 |COMMON_SET|Manifest: NOSIGNATURE The_Graveyard_2.5.2_(FORGE)_for_1.19.2.jar |The Graveyard |graveyard |2.5.2 |COMMON_SET|Manifest: NOSIGNATURE libraryferret-forge-1.19.2-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE goblintraders-1.8.0-1.19.2.jar |Goblin Traders |goblintraders |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE epicsamurai-0.0.16-1.19.2-forge.jar |Epic Samurai |epicsamurai |0.0.16-1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE caelus-forge-1.19.2-3.0.0.6.jar |Caelus API |caelus |1.19.2-3.0.0.6 |COMMON_SET|Manifest: NOSIGNATURE RingsOfAscension-1.19-1.0.1.jar |Rings of Ascension |ringsofascension |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE Organics-1.19.2-0.1.9.jar |Organics |organics |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE ColorfulAzaleas-forge-1.19.2-2.3.1.jar |ColorfulAzaleas |colorfulazaleas |2.3.1 |COMMON_SET|Manifest: NOSIGNATURE StrawStatues-v4.0.9-1.19.2-Forge.jar |Straw Statues |strawstatues |4.0.9 |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 SereneSeasons-1.19.2-8.1.0.24.jar |Serene Seasons |sereneseasons |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE LibX-1.19.2-4.2.8.jar |LibX |libx |1.19.2-4.2.8 |COMMON_SET|Manifest: NOSIGNATURE seeds-1.19.2-1.1.3.jar |Seeds |seeds |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE Guide-API-VP-1.19.2-2.2.4.jar |Guide-API VP |guideapi_vp |2.2.4 |COMMON_SET|Manifest: NOSIGNATURE LuckPerms-Forge-5.4.46.jar |LuckPerms |luckperms |5.4.46 |COMMON_SET|Manifest: NOSIGNATURE forge-1.19.2-43.2.14-universal.jar |Forge |forge |43.2.14 |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 Villager+Comfort-1.19.2-1.0.0.jar |Villager Comfort |villagercomfort |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE chalk-1.19.2-1.6.0.jar |Chalk |chalk |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE alchemistry-1.19.2-2.3.1.jar |Alchemistry |alchemistry |1.19.2-2.3.1 |COMMON_SET|Manifest: NOSIGNATURE server-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE sons-of-sins-1.19.2-1.1.1.jar |sons of sins |sons_of_sins |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.166.jar |TerraBlender |terrablender |2.0.1.166 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.19.2-17.1.2.544.jar |Biomes O' Plenty |biomesoplenty |17.1.2.544 |COMMON_SET|Manifest: NOSIGNATURE DiceMC+Money-1.19.2-0.0.2.jar |Money and Sign Shops |dicemcmm |1.19.2-0.0.2 |COMMON_SET|Manifest: NOSIGNATURE pamhc2crops-1.19.2-1.0.0.jar |Pam's HarvestCraft 2 - Crops |pamhc2crops |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE majrusz-library-1.19.2-5.0.0.jar |Majrusz Library |mlib |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE unusualprehistory-1.3.4.1.jar |Unusual Prehistory |unusualprehistory |1.3.4.1 |COMMON_SET|Manifest: NOSIGNATURE spectrelib-forge-0.12.4+1.19.2.jar |SpectreLib |spectrelib |0.12.4+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE sushigocrafting-1.19.2-0.3.8.jar |Sushi Go Crafting |sushigocrafting |0.3.8 |COMMON_SET|Manifest: NOSIGNATURE Special+Drops+1.0.1+-+1.19.2.jar |Special Drops |special_drops |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Coins-Forge-1.19.2-10.1.2.jar |Coins |coinsje |10.1.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 FarmersRespite-1.19-2.0.jar |Farmer's Respite |farmersrespite |1.19-2.0 |COMMON_SET|Manifest: NOSIGNATURE flywheel-forge-1.19.2-0.6.8.a-14.jar |Flywheel |flywheel |0.6.8.a-14 |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodcore-1.19.2-1.0.1.jar |Pam's HarvestCraft 2 - Food Co|pamhc2foodcore |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.19.2-FORGE-2.2.2.jar |Croptopia |croptopia |2.2.2 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.8.2-55.jar |AutoRegLib |autoreglib |1.8.2-55 |COMMON_SET|Manifest: NOSIGNATURE [1.19.2]+SecurityCraft+v1.9.6.1.jar |SecurityCraft |securitycraft |1.9.6.1 |COMMON_SET|Manifest: NOSIGNATURE crittersandcompanions-1.19.2-2.0.3.jar |Critters and Companions |crittersandcompanions |1.19.2-2.0.3 |COMMON_SET|Manifest: NOSIGNATURE ManyIdeasDoors-1.19.2-1.2.3.jar |ManyIdeas Doors |manyideas_doors |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE Vampirism-1.19.2-1.9.5.jar |Vampirism |vampirism |1.9.5 |COMMON_SET|Manifest: NOSIGNATURE VampirismIntegrations-1.19.2-1.8.0.jar |Vampirism Integrations |vampirism_integrations |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE VampiresNeedUmbrellas-1.19.2-1.0.jar |Vampires Need Umbrellas |vampiresneedumbrellas |1.0 |COMMON_SET|Manifest: NOSIGNATURE lootr-1.19-0.4.24.64.jar |Lootr |lootr |0.4.24.63 |COMMON_SET|Manifest: NOSIGNATURE PuzzlesLib-v4.4.3-1.19.2-Forge.jar |Puzzles Lib |puzzleslib |4.4.3 |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 PizzaCraft-1.19.2-6.2.7.jar |PizzaCraft |pizzacraft |6.2.7 |COMMON_SET|Manifest: NOSIGNATURE Healing+Bed+1.19.2.jar |Healingbed |healingbed |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE mavapi-1.1.1-mc1.19.2.jar |More Axolotl Variants API |mavapi |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE TreeChop-1.19.2-forge-0.18.3.jar |HT's TreeChop |treechop |0.18.3 |COMMON_SET|Manifest: NOSIGNATURE create_misc_and_things_++1.19.2_3.0.jar |create: things and misc |create_things_and_misc |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE wandering-bags-1.19.2-2.0.6.jar |Wandering Bags |wandering_bags |2.0.6 |COMMON_SET|Manifest: NOSIGNATURE alchemylib-1.19.2-1.0.21.jar |AlchemyLib |alchemylib |1.19.2-1.0.21 |COMMON_SET|Manifest: NOSIGNATURE SpelunkingBags1.19_V1.0.2.jar |Spelunking Bags |spelunking_bags |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE beenfo-1.19.1-forge42.0.1-1.2.jar |Beenfo |beenfo |1.19.1-forge42.0.1-1|COMMON_SET|Manifest: NOSIGNATURE immersive_aircraft-0.5.2+1.19.2-forge.jar |Immersive Aircraft |immersive_aircraft |0.5.2+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE [1.19.2]+Armor+Status+HUD-1.5.1.jar |Armor Status HUD |armorstatushud |1.5.1 |COMMON_SET|Manifest: NOSIGNATURE Prism-1.19.1-1.0.2.jar |Prism |prism |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE citadel-2.1.4-1.19.jar |Citadel |citadel |2.1.4 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.21.1.jar |Alex's Mobs |alexsmobs |1.21.1 |COMMON_SET|Manifest: NOSIGNATURE cloudstorage-1.3.4-1.19.2.jar |Cloud Storage |cloudstorage |1.3.4 |COMMON_SET|Manifest: NOSIGNATURE domesticationinnovation-1.6.1-1.19.2.jar |Domestication Innovation |domesticationinnovation |1.6.1 |COMMON_SET|Manifest: NOSIGNATURE zombieawareness-1.19.2-1.12.3.jar |Zombie Awareness |zombieawareness |1.19.2-1.12.3 |COMMON_SET|Manifest: NOSIGNATURE mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |COMMON_SET|Manifest: NOSIGNATURE moreminecarts-1.5.7.jar |More Minecarts |moreminecarts |1.5.7 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.19.2-16.3.20.jar |Bookshelf |bookshelf |16.3.20 |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 relics-1.19.2-0.4.7.2.jar |Relics |relics |0.4.7.2 |COMMON_SET|Manifest: NOSIGNATURE wares-1.19.2-1.1.0.jar |Wares |wares |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE KnightQuest1.2.7.Patch.jar |Knight Quest |knight_quest |1.2.7 |COMMON_SET|Manifest: NOSIGNATURE [1.19.2]+BobLib-0.3.2.jar |BobLib |boblib |0.3.2 |COMMON_SET|Manifest: NOSIGNATURE twilightforest-1.19.2-4.2.1518-universal.jar |The Twilight Forest |twilightforest |4.2.1518 |COMMON_SET|Manifest: NOSIGNATURE chipped-forge-1.19.2-2.1.5.jar |Chipped |chipped |2.1.5 |COMMON_SET|Manifest: NOSIGNATURE mcw-bridges-2.1.1-mc1.19.2forge.jar |Macaw's Bridges |mcwbridges |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.19.2-1.2.3.jar |Farmer's Delight |farmersdelight |1.19.2-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE endsdelight-1.19.2-1.2.1.jar |End's Delight |ends_delight |1.19.2-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE tempad-forge-1.19.2-1.4.5.jar |Tempad |tempad |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE CozyHome-1.19.2-2.2.1.jar |Cozy Home |cozy_home |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE endersdelight-1.19-1.2.1.jar |Ender's Delight |endersdelight |1.19-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE endrem_forge-5.1.1-R-1.19.2.jar |End Remastered |endrem |5.1.2-R-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.0.7-mc1.19.2forge.jar |Macaw's Fences and Walls |mcwfences |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE born_in_chaos_[Forge]1.19.2_1.5.jar |Born in Chaos |born_in_chaos_v1 |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE xercamod-1.19.2-1.0.0.jar |Xerca Mod |xercamod |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE pamhc2foodextended-1.19.2-1.0.0.jar |Pam's HarvestCraft 2 - Food Ex|pamhc2foodextended |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE L_Enders_Cataclysm-1.29-1.19.2.jar |Cataclysm Mod |cataclysm |1.0 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.19.2-77.jar |Patchouli |patchouli |1.19.2-77 |COMMON_SET|Manifest: NOSIGNATURE Feywild-1.19.2-3.2.3.jar |Feywild |feywild |1.19.2-3.2.3 |COMMON_SET|Manifest: NOSIGNATURE Easy+Paper+1.0.0+-+1.19.2.jar |Easy Paper |easy_paper |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE collective-1.19.2-6.65.jar |Collective |collective |6.65 |COMMON_SET|Manifest: NOSIGNATURE camera-1.19.2-1.0.4.jar |Camera Mod |camera |1.19.2-1.0.4 |COMMON_SET|Manifest: NOSIGNATURE simplehats-forge-1.19.2-0.1.6.jar |SimpleHats |simplehats |1.19.2-0.1.6 |COMMON_SET|Manifest: NOSIGNATURE horse_colors-1.19.2-11.4.jar |Realistic Horse Genetics |horse_colors |1.19.2-11.4 |COMMON_SET|Manifest: NOSIGNATURE Gobber2-Forge-1.19.2-2.7.28.jar |Gobber 2 |gobber2 |2.7.28 |COMMON_SET|Manifest: NOSIGNATURE biomebackport-1.1.4-1.19.2.jar |Biome Backport |biomebackport |1.1.4-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE YungsBetterStrongholds-1.19.2-Forge-3.2.0.jar |YUNG's Better Strongholds |betterstrongholds |1.19.2-Forge-3.2.0 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.19.2-1.1.24.jar |Resourceful Lib |resourcefullib |1.1.24 |COMMON_SET|Manifest: NOSIGNATURE twilightdelight-1.3.1.jar |Twilight's Flavor & Delight |twilightdelight |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE seasonhud-forge-1.19.2-1.5.3.jar |SeasonHUD |seasonhud |1.5.3 |COMMON_SET|Manifest: NOSIGNATURE architectury-6.5.85-forge.jar |Architectury |architectury |6.5.85 |COMMON_SET|Manifest: NOSIGNATURE letsdo-api-forge-1.1.0.jar |Lets Do Api |doapi |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE vinery-forge-1.3.1.jar |Vinery |vinery |1.3.1 |ERROR |Manifest: NOSIGNATURE letsdo-candlelight-forge-1.1.3.jar |Candlelight Dinner |candlelight |1.1.3 |COMMON_SET|Manifest: NOSIGNATURE letsdo-bakery-forge-1.0.2.jar |Bakery |bakery |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE letsdo-beachparty-forge-1.0.12.jar |Beachparty |beachparty |1.0.12 |COMMON_SET|Manifest: NOSIGNATURE productivebees-1.19.2-0.10.7.2.jar |Productive Bees |productivebees |1.19.2-0.10.7.2 |COMMON_SET|Manifest: NOSIGNATURE smallships-forge-1.19.2-2.0.0-a2.3.jar |Small Ships |smallships |2.0.0-a2.3 |COMMON_SET|Manifest: NOSIGNATURE mavm-1.2.4-mc1.19.2.jar |More Axolotl Variants Mod |mavm |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE gamemenumodoption-mc1.19.2-1.18.1.jar |Game Menu Mod Option |gamemenumodoption |1.18.1 |COMMON_SET|Manifest: NOSIGNATURE caupona-1.19.2-0.2.7.jar |Caupona |caupona |1.19.2-0.2.7 |COMMON_SET|Manifest: NOSIGNATURE frozen_delight_1.3.2_forge_1.19.2.jar |Frozen Delight (by NoCube) |frozen_delight |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE pamhc2trees-1.19.2-1.0.0.jar |Pam's HarvestCraft 2 - Trees |pamhc2trees |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE minecraft-comes-alive-7.5.5+1.19.2-universal.jar |Minecraft Comes Alive |mca |7.5.5+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE amwplushies-forge-1.19.2-2.1.0.jar |A Man With Plushies |a_man_with_plushies |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE Laendli_1.7.4(for_1.19.2).jar |Laendli Transport |laendli_transport |1.7.4 |COMMON_SET|Manifest: NOSIGNATURE obscure_api-15.jar |Obscure API |obscure_api |15 |COMMON_SET|Manifest: NOSIGNATURE aquamirae-6.API15.jar |Aquamirae |aquamirae |6.API15 |COMMON_SET|Manifest: NOSIGNATURE red_power-1.1.jar |Red Power |red_power |1.1 |COMMON_SET|Manifest: NOSIGNATURE create-1.19.2-0.5.1.b.jar |Create |create |0.5.1.b |COMMON_SET|Manifest: NOSIGNATURE hexfortress-0.0.2-1.19.2.jar |Apocalyptic Fortress |hexfortress |0.0.1-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE journeymap-1.19.2-5.9.7-forge.jar |Journeymap |journeymap |5.9.7 |COMMON_SET|Manifest: NOSIGNATURE artifacts-1.19.2-5.0.3.jar |Artifacts |artifacts |1.19.2-5.0.3 |COMMON_SET|Manifest: NOSIGNATURE betteranimalsplus-1.19.2-11.0.10-forge.jar |Better Animals Plus |betteranimalsplus |1.19.2-11.0.10 |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.19.2-6.1.2.jar |Blueprint |blueprint |6.1.2 |COMMON_SET|Manifest: NOSIGNATURE upgrade_aquatic-1.19.2-5.0.0.jar |Upgrade Aquatic |upgrade_aquatic |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE neapolitan-1.19.2-4.0.2.jar |Neapolitan |neapolitan |4.0.2 |COMMON_SET|Manifest: NOSIGNATURE Compat-O-Plenty-1.19.2-2.0.1.jar |Compat O' Plenty |compatoplenty |1.19.2-2.0.1 |COMMON_SET|Manifest: NOSIGNATURE frozenup-1.19.2-2.1.2-forge.jar |Frozen Up |frozenup |2.1.2-forge |COMMON_SET|Manifest: NOSIGNATURE TravelersTitles-1.19.2-Forge-3.1.2.jar |Traveler's Titles |travelerstitles |1.19.2-Forge-3.1.2 |COMMON_SET|Manifest: NOSIGNATURE xercamusic-1.19.2-1.1.0.jar |Xerca's Music Maker Mod |xercamusic |1.19.2-1.1.0 |COMMON_SET|Manifest: NOSIGNATURE friendsandfoes-forge-mc1.19.2-1.8.6.jar |Friends&Foes |friendsandfoes |1.8.6 |COMMON_SET|Manifest: NOSIGNATURE chococraft-1.19.2-forge-0.6.14.jar |Chococraft 4 |chococraft |0.6.14 |COMMON_SET|Manifest: NOSIGNATURE okzoomer-forge-1.19-2.1.1.jar |OkZoomer |okzoomer |2.1.1 |COMMON_SET|Manifest: NOSIGNATURE moonlight-1.19.2-2.2.44-forge.jar |Moonlight Library |moonlight |1.19.2-2.2.44 |COMMON_SET|Manifest: NOSIGNATURE labels-1.19.2-1.10.jar |Labels |labels |1.19.2-1.10 |COMMON_SET|Manifest: NOSIGNATURE titanium-1.19.2-3.7.0-23.jar |Titanium |titanium |3.7.0 |COMMON_SET|Manifest: NOSIGNATURE extractpoison-1.19.2-3.1.jar |Extract Poison |extractpoison |3.1 |COMMON_SET|Manifest: NOSIGNATURE nightlights_1.19.2_1.1.jar |Night Lights |nightlights |1.1 |COMMON_SET|Manifest: NOSIGNATURE Jade-1.19.1-forge-8.8.1.jar |Jade |jade |8.8.1 |COMMON_SET|Manifest: NOSIGNATURE snowyspirit-1.19.2-2.1.11.jar |Snowy Spirit |snowyspirit |1.19.2-2.1.11 |COMMON_SET|Manifest: NOSIGNATURE another_furniture-forge-1.19.2-2.1.4.jar |Another Furniture |another_furniture |1.19.2-2.1.4 |COMMON_SET|Manifest: NOSIGNATURE weaponmaster-1.3.1-1.19.2.jar |Weapon Master |weaponmaster |1.3.1-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE NethersDelight-1.19-3.0.jar |Nether's Delight |nethersdelight |1.19-3.0 |COMMON_SET|Manifest: NOSIGNATURE RecipesLibrary-1.19.2-2.0.1.jar |Recipes Library |recipes_lib |2.0.1 |COMMON_SET|Manifest: NOSIGNATURE rottencreatures-forge-1.19.2-1.0.1.jar |Rotten Creatures |rottencreatures |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE Iceberg-1.19.2-forge-1.1.4.jar |Iceberg |iceberg |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.4-409.jar |Quark |quark |3.4-409 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.19.2-2.3.23.jar |Supplementaries |supplementaries |1.19.2-2.3.23 |COMMON_SET|Manifest: NOSIGNATURE infinitybuttons-1.19.2-3.1.0.jar |Infinity Buttons |infinitybuttons |1.19.2-3.1.0 |COMMON_SET|Manifest: NOSIGNATURE Gobber_Delight_1.1.1_Forge_1.19.2.jar |Gobber Delight (by NoCube) |gobberdelight |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE dyed-forge-1.19.4-1.1.2.jar |Dyed |dyed |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE diet-forge-2.0.0+1.19.2.jar |Diet |diet |2.0.0+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE chemlib-1.19.2-2.0.17.jar |ChemLib |chemlib |1.19.2-2.0.17 |COMMON_SET|Manifest: NOSIGNATURE irons_spellbooks-1.19.2-1.2.1.jar |Iron's Spells 'n Spellbooks |irons_spellbooks |1.19.2-1.2.1 |COMMON_SET|Manifest: NOSIGNATURE DiagonalFences-v4.2.6-1.19.2-Forge.jar |Diagonal Fences |diagonalfences |4.2.6 |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 SandBox-1.19.2-1.0.1.jar |SandBox |sandbox |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE coroutil-1.19.2-1.2.37.jar |CoroUtil |coroutil |1.19.2-1.2.37 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-2.0.9-forge.jar |Creeper Overhaul |creeperoverhaul |2.0.9 |COMMON_SET|Manifest: NOSIGNATURE automobility-0.4.2+1.19.2-forge.jar |Automobility |automobility |0.4.2+1.19.2-forge |COMMON_SET|Manifest: NOSIGNATURE alexsdelight-1.4.1.jar |Alex's Delight |alexsdelight |1.4.1 |COMMON_SET|Manifest: NOSIGNATURE ferritecore-5.0.2-forge.jar |Ferrite Core |ferritecore |5.0.2 |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 engineersdecor-1.19.2-forge-1.3.29.jar |Engineer's Decor |engineersdecor |1.3.29 |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b KawaiiDishes-1.10.jar |Kawaii Dishes |kawaiidishes |1.10 |COMMON_SET|Manifest: NOSIGNATURE SoL-Carrot-1.19.2-1.14.0.jar |Spice of Life: Carrot Edition |solcarrot |1.19.2-1.14.0 |COMMON_SET|Manifest: NOSIGNATURE fastfooddelight-1.19-1.2.3.jar |https://github.com/akaneoMT/Fa|fastfooddelight |1.19-1.2.3 |COMMON_SET|Manifest: NOSIGNATURE Flowerfoxes1.12Withbugfixes.jar |Flower Foxes |flower_foxes |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE majruszs-enchantments-1.19.2-1.9.1.jar |Majrusz's Enchantments |majruszsenchantments |1.9.1 |COMMON_SET|Manifest: NOSIGNATURE expandability-forge-7.0.0.jar |ExpandAbility |expandability |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE healingcampfire-1.19.2-5.1.jar |Healing Campfire |healingcampfire |5.1 |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 16a84847-a6cf-4c4b-b5ac-cdea8db76d79 FML: 43.2 Forge: net.minecraftforge:43.2.14
  7. https://mega.nz/file/eZAymJTJ#BvtJigJvZCtwWyXusrOcmgSdPX11te8Djbm5da3Bq_U (i had to put it into mega because the forum won't let me paste it all here, i think you don't have to download the file because it has a full preview)
  8. The game crashed whilst initializing game Error: java.lang.NullPointerException: Cannot invoke "java.io.File.getName()" because "this.f_10203_" is null ---- Minecraft Crash Report ---- // Don't do that. Time: 14.01.2023, 11:07 Description: Initializing game java.lang.NullPointerException: Cannot invoke "java.io.File.getName()" because "this.f_10203_" is null at net.minecraft.server.packs.AbstractPackResources.m_8017_(AbstractPackResources.java:120) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {} at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {} at net.minecraft.client.ResourceLoadStateTracker.m_168557_(ResourceLoadStateTracker.java:28) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {re:classloading} at net.minecraft.client.Minecraft.<init>(Minecraft.java:549) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:braincell.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {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:31) ~[fmlloader-1.18.2-40.1.84.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.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.server.packs.AbstractPackResources.m_8017_(AbstractPackResources.java:120) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {re:classloading,pl:accesstransformer:B,re:mixin,pl:accesstransformer:B} at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] {} at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1625) ~[?:?] {} at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] {} at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] {} at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921) ~[?:?] {} at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] {} at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682) ~[?:?] {} at net.minecraft.client.ResourceLoadStateTracker.m_168557_(ResourceLoadStateTracker.java:28) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {re:classloading} at net.minecraft.client.Minecraft.<init>(Minecraft.java:549) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:braincell.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:flywheel.mixins.json:PausedPartialTickAccessor,pl:mixin:APP:create.mixins.json:WindowResizeMixin,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:Biblioteka formantów czynności użytkownika:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.2193:Microsoft Corporation CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:Biblioteka DLL interfejsu API klienta usługi DNS:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.2130 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:Biblioteka DLL OpenGL Utility Library:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation HID.DLL:Biblioteka użytkownika HID:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.2193 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:Interfejs API MMDevice:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation MSACM32.dll:Filtr audio ACM Microsoft:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.2251 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:Biblioteka DLL serwera MSCTF:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2211.5 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.2193 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll PROPSYS.dll:System właściwości firmy Microsoft:7.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Czas wykonania zdalnego wywoływania procedury:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation SAPIWrapper_x64.dll SETUPAPI.DLL:Interfejs API Instalatora systemu Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Wspólna biblioteka DLL Powłoki systemu Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Współużytkowana biblioteka DLL klienta Windows USER API:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Usługi Windows HTTP Services:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Biblioteka DLL 32-bitowej wersji usługi Windows Socket 2.0:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Zasady blokady systemu Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation atiadlxx.dll:ADL:7.22.20.1484:Advanced Micro Devices, Inc. atig6pxx.dll:atiglpxx.dll:8.14.01.6564:Advanced Micro Devices, Inc. atig6txx.dll:atigktxx.dll:8.14.01.6564:Advanced Micro Devices, Inc. atio6axx.dll:AMD OpenGL driver:8.14.11000.14800:Advanced Micro Devices, Inc. bcrypt.dll:Biblioteka podstawowych elementów kryptograficznych systemu Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.2311 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:Usługa klienta DHCP:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:Klient DHCPv6:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Interfejs API menedżera okien Microsoft Desktop Window Manager:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation dxva2.dll:DirectX Video Acceleration 2.0 DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation fastprox.dll:WMI Custom Marshaller:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:Interfejs API trybu użytkownika funkcji FWP/IPSec:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.2364 (WinBuild.160101.0800):Microsoft Corporation glfw.dll icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jna4096786302248840821.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl_opengl.dll lwjgl_stb.dll management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft mscms.dll:Biblioteka DLL systemu dopasowywania kolorów firmy Microsoft:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation msdmo.dll:DMO Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Dostawca usługi:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:Dostawca podkładek nazewnictwa poczty e-mail:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Router programu NCrypt w systemie Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft ntdll.dll:Biblioteka NT Layer DLL:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT - dostawca MARTA:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.2193 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Biblioteka DLL obiektów wydajności systemu Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:Dostawca obszaru nazw PNRP:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sapi.dll:Speech API:5.3.24006.00 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Biblioteka dodatkowych narzędzi powłoki:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Biblioteka Microsoft UxTheme:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft wbemcomn.dll:WMI:10.0.19041.1566 (WinBuild.160101.0800):Microsoft Corporation wbemprox.dll:WMI:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation wbemsvc.dll:WMI:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation win32u.dll:Win32u:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Interfejs API magazynu systemu Microsoft WinRT:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation winmmbase.dll:Biblioteka DLL podstawowego rozszerzenia multimedialnego:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Biblioteka DLL typów systemu Windows:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation xinput1_4.dll:Interfejs API typowego kontrolera firmy Microsoft:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft Stacktrace: at net.minecraft.client.main.Main.main(Main.java:169) ~[client-1.18.2-20220404.173914-srg.jar%23231!/:?] {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:31) ~[fmlloader-1.18.2-40.1.84.jar%2317!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-9.1.3.jar%235!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:149) [bootstraplauncher-1.0.0.jar:?] {} -- System Details -- Details: Minecraft Version: 1.18.2 Minecraft Version ID: 1.18.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1386307032 bytes (1322 MiB) / 4261412864 bytes (4064 MiB) up to 10737418240 bytes (10240 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 2400G with Radeon Vega Graphics Identifier: AuthenticAMD Family 23 Model 17 Stepping 0 Microarchitecture: Zen Frequency (GHz): 3,60 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: AMD Radeon(TM) RX Vega 11 Graphics Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 2048,00 Graphics card #0 deviceId: 0x15dd Graphics card #0 versionInfo: DriverVersion=30.0.15021.1001 Memory slot #0 capacity (MB): 8192,00 Memory slot #0 clockSpeed (GHz): 2,13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192,00 Memory slot #1 clockSpeed (GHz): 2,13 Memory slot #1 type: DDR4 Virtual memory max (MB): 25528,80 Virtual memory used (MB): 13624,62 Swap memory total (MB): 11264,00 Swap memory used (MB): 237,92 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: 1.18.2-forge-40.1.84 Backend library: LWJGL version 3.2.2 SNAPSHOT Backend API: AMD Radeon(TM) RX Vega 11 Graphics GL version 4.3.14800 Core Profile Forward-Compatible Context 22.4.1 30.0.15021.1001, ATI Technologies Inc. Window size: <not initialized> 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) CPU: 8x AMD Ryzen 5 2400G with Radeon Vega Graphics ModLauncher: 9.1.3+9.1.3+main.9b69c82a ModLauncher launch target: forgeclient ModLauncher naming: srg ModLauncher services: mixin PLUGINSERVICE eventbus PLUGINSERVICE slf4jfixer PLUGINSERVICE object_holder_definalize PLUGINSERVICE runtime_enum_extender PLUGINSERVICE capability_token_subclass PLUGINSERVICE accesstransformer PLUGINSERVICE runtimedistcleaner PLUGINSERVICE mixin TRANSFORMATIONSERVICE fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null javafml@null Mod List: client-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |NONE |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 forge-1.18.2-40.1.84-universal.jar |Forge |forge |40.1.84 |NONE |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
  9. ---- Minecraft Crash Report ---- // Don't do that. Time: 2022-09-25 14:20:04 Description: Initializing game net.minecraftforge.fml.ModLoadingException: Forge (forge) encountered an error during the common_setup event phase §7java.lang.IllegalArgumentException: No delegate exists for value air at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:111) ~[javafmllanguage-1.19.2-43.1.1.jar%23229!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$postEvent$34(ModLoader.java:306) ~[fmlcore-1.19.2-43.1.1.jar%23228!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin} at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:225) ~[fmlcore-1.19.2-43.1.1.jar%23228!/:?] {} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:306) ~[fmlcore-1.19.2-43.1.1.jar%23228!/:?] {} at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:321) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading} at net.minecraft.client.color.item.ItemColors.m_92683_(ItemColors.java:92) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:493) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:A,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:classloading,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.1.1.jar%2395!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} Caused by: java.lang.IllegalArgumentException: No delegate exists for value air at net.minecraftforge.registries.ForgeRegistry.lambda$getDelegateOrThrow$5(ForgeRegistry.java:550) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading} at java.util.Optional.orElseThrow(Optional.java:403) ~[?:?] {re:mixin} at net.minecraftforge.registries.ForgeRegistry.getDelegateOrThrow(ForgeRegistry.java:550) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading} at net.minecraft.client.color.item.ItemColors.m_92689_(ItemColors.java:105) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraftforge.common.ForgeSpawnEggItem$ColorRegisterHandler.lambda$registerSpawnEggColors$1(ForgeSpawnEggItem.java:114) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading,pl:eventbus:A} at java.util.ArrayList.forEach(ArrayList.java:1511) ~[?:?] {re:computing_frames,re:mixin} at net.minecraftforge.common.ForgeSpawnEggItem$ColorRegisterHandler.registerSpawnEggColors(ForgeSpawnEggItem.java:113) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading,pl:eventbus:A} at net.minecraftforge.common.__ColorRegisterHandler_registerSpawnEggColors_Item.invoke(.dynamic) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading,pl:eventbus:B} at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.3.jar%2379!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.3.jar%2379!/:?] {} at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.3.jar%2379!/:?] {} at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:107) ~[javafmllanguage-1.19.2-43.1.1.jar%23229!/:?] {} ... 22 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at net.minecraftforge.fml.javafmlmod.FMLModContainer.acceptEvent(FMLModContainer.java:111) ~[javafmllanguage-1.19.2-43.1.1.jar%23229!/:?] {} at net.minecraftforge.fml.ModLoader.lambda$postEvent$34(ModLoader.java:306) ~[fmlcore-1.19.2-43.1.1.jar%23228!/:?] {} at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?] {re:computing_frames,re:mixin} at net.minecraftforge.fml.ModList.forEachModInOrder(ModList.java:225) ~[fmlcore-1.19.2-43.1.1.jar%23228!/:?] {} at net.minecraftforge.fml.ModLoader.postEvent(ModLoader.java:306) ~[fmlcore-1.19.2-43.1.1.jar%23228!/:?] {} at net.minecraftforge.client.ForgeHooksClient.onItemColorsInit(ForgeHooksClient.java:321) ~[forge-1.19.2-43.1.1-universal.jar%23232!/:?] {re:classloading} at net.minecraft.client.color.item.ItemColors.m_92683_(ItemColors.java:92) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:mixin,pl:runtimedistcleaner:A,re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.Minecraft.<init>(Minecraft.java:493) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:mixin,pl:accesstransformer:B,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:bookshelf.common.mixins.json:client.AccessorMinecraft,pl:mixin:APP:blueprint.mixins.json:client.MinecraftMixin,pl:mixin:APP:architectury.mixins.json:MixinMinecraft,pl:mixin:APP:byg_forge.mixins.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:client.MixinMinecraft,pl:mixin:APP:mixins.essential.json:feature.skin_overwrites.Mixin_InstallTrustingServicesKeyInfo,pl:mixin:A,pl:runtimedistcleaner:A} -- Initialization -- Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:Biblioteka formantów czynności użytkownika:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.746:Microsoft Corporation CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:Biblioteka DLL interfejsu API klienta usługi DNS:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:Biblioteka DLL OpenGL Utility Library:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Biblioteka DLL klienta Windows NT BASE API:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:Interfejs API MMDevice:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:Biblioteka DLL serwera MSCTF:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2207.7 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll:Main implementation library:1.21.1: PROPSYS.dll:System właściwości firmy Microsoft:7.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Czas wykonania zdalnego wywoływania procedury:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation SETUPAPI.dll:Interfejs API Instalatora systemu Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Wspólna biblioteka DLL Powłoki systemu Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Współużytkowana biblioteka DLL klienta Windows USER API:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Usługi Windows HTTP Services:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.1949 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Biblioteka DLL 32-bitowej wersji usługi Windows Socket 2.0:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Zasady blokady systemu Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Biblioteka klienta zgodności aplikacji:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation atiadlxx.dll:ADL:7.21.50.1467:Advanced Micro Devices, Inc. atig6pxx.dll:atiglpxx.dll:8.14.01.6564:Advanced Micro Devices, Inc. atig6txx.dll:atigktxx.dll:8.14.01.6564:Advanced Micro Devices, Inc. atio6axx.dll:AMD OpenGL driver:8.14.11000.14800:Advanced Micro Devices, Inc. awt.dll:OpenJDK Platform binary:17.0.3.0:Microsoft bcrypt.dll:Biblioteka podstawowych elementów kryptograficznych systemu Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.19041.1620 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:Usługa klienta DHCP:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:Klient DHCPv6:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Interfejs API menedżera okien Microsoft Desktop Window Manager:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation dxva2.dll:DirectX Video Acceleration 2.0 DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:Interfejs API trybu użytkownika funkcji FWP/IPSec:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.2006 (WinBuild.160101.0800):Microsoft Corporation glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.1741 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jna6238229256312637196.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl_opengl.dll lwjgl_stb.dll management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft mscms.dll:Biblioteka DLL systemu dopasowywania kolorów firmy Microsoft:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Dostawca usługi:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:Dostawca podkładek nazewnictwa poczty e-mail:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Router programu NCrypt w systemie Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft ntdll.dll:Biblioteka NT Layer DLL:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT - dostawca MARTA:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Biblioteka DLL obiektów wydajności systemu Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:Dostawca obszaru nazw PNRP:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Biblioteka dodatkowych narzędzi powłoki:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.1806 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Biblioteka Microsoft UxTheme:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft win32u.dll:Win32u:10.0.19041.2006 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Interfejs API magazynu systemu Microsoft WinRT:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Biblioteka DLL typów systemu Windows:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation xinput1_4.dll:Interfejs API typowego kontrolera firmy Microsoft:10.0.19041.1889 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.3.0:Microsoft Stacktrace: at net.minecraft.client.main.Main.m_239872_(Main.java:176) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:classloading,pl:runtimedistcleaner:A} at net.minecraft.client.main.Main.main(Main.java:51) ~[client-1.19.2-20220805.130853-srg.jar%23227!/:?] {re:classloading,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.1.1.jar%2395!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.run(Launcher.java:106) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.Launcher.main(Launcher.java:77) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.8.jar%2382!/:?] {} at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {} -- 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.3, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 2119904904 bytes (2021 MiB) / 3120562176 bytes (2976 MiB) up to 9663676416 bytes (9216 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 2400G with Radeon Vega Graphics Identifier: AuthenticAMD Family 23 Model 17 Stepping 0 Microarchitecture: Zen Frequency (GHz): 3.60 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: AMD Radeon(TM) RX Vega 11 Graphics Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x15dd Graphics card #0 versionInfo: DriverVersion=30.0.15021.1001 Memory slot #0 capacity (MB): 8192.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 8192.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 17910.63 Virtual memory used (MB): 13176.56 Swap memory total (MB): 3645.84 Swap memory used (MB): 339.00 JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx9G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M Launched Version: 1.19.2-forge-43.1.1 Backend library: LWJGL version 3.3.1 build 7 Backend API: AMD Radeon(TM) RX Vega 11 Graphics GL version 3.2.14800 Core Profile Forward-Compatible Context 22.4.1 30.0.15021.1001, ATI Technologies Inc. Window size: <not initialized> 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) CPU: 8x AMD Ryzen 5 2400G with Radeon Vega Graphics OptiFine Version: OptiFine_1.19.2_HD_U_H9 OptiFine Build: 20220820-230904 Render Distance Chunks: 19 Mipmaps: 4 Anisotropic Filtering: 1 Antialiasing: 0 Multitexture: false Shaders: null OpenGlVersion: 3.2.14800 Core Profile Forward-Compatible Context 22.4.1 30.0.15021.1001 OpenGlRenderer: AMD Radeon(TM) RX Vega 11 Graphics OpenGlVendor: ATI Technologies Inc. CpuCount: 8 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.1.1.jar slf4jfixer PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar object_holder_definalize PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar runtime_enum_extender PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar capability_token_subclass PLUGINSERVICE accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE fmlloader-1.19.2-43.1.1.jar runtimedistcleaner PLUGINSERVICE modlauncher-10.0.8.jar mixin TRANSFORMATIONSERVICE modlauncher-10.0.8.jar OptiFine TRANSFORMATIONSERVICE modlauncher-10.0.8.jar essential-loader TRANSFORMATIONSERVICE modlauncher-10.0.8.jar fml TRANSFORMATIONSERVICE FML Language Providers: [email protected] lowcodefml@null [email protected] javafml@null Mod List: cozy-1.0.1-forge.jar |Cozy |cozy |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE tameablebeasts-1.19.2-3.0.jar |Tameable Beasts |tameablebeasts |2.0 |COMMON_SET|Manifest: NOSIGNATURE jei-1.19.2-forge-11.3.0.262.jar |Just Enough Items |jei |11.3.0.262 |COMMON_SET|Manifest: NOSIGNATURE libraryferret-forge-1.19.2-3.0.0.jar |Library ferret |libraryferret |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE bambooeverything-1.0.6-build.21+mc1.19.2.jar |Bamboo Everything |bambooeverything |1.0.6-build.21+mc1.1|COMMON_SET|Manifest: NOSIGNATURE sophisticatedcore-1.19.2-0.5.9.117.jar |Sophisticated Core |sophisticatedcore |1.19.2-0.5.9.117 |COMMON_SET|Manifest: NOSIGNATURE ForgeEndertech-1.19.2-10.0.5.0-build.0599.jar |ForgeEndertech |forgeendertech |10.0.5.0 |COMMON_SET|Manifest: NOSIGNATURE duckling-2.0.7-forge.jar |Duckling |duckling |2.0.7 |COMMON_SET|Manifest: NOSIGNATURE mcw-paintings-1.0.4-mc1.19.2.jar |Macaw's Paintings |mcwpaintings |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE comforts-forge-6.0.1+1.19.2.jar |Comforts |comforts |6.0.1+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE citadel-1.12.11-1.19.jar |Citadel |citadel |1.12.11 |COMMON_SET|Manifest: NOSIGNATURE alexsmobs-1.20.1.jar |Alex's Mobs |alexsmobs |1.20.1 |COMMON_SET|Manifest: NOSIGNATURE brickfurnace-1.19-1.8.2.0.jar |Brick Furnace |brickfurnace |1.19-1.8.2.0 |COMMON_SET|Manifest: NOSIGNATURE artifacts-1.19.2-5.0.0.jar |Artifacts |artifacts |1.19.2-5.0.0 |COMMON_SET|Manifest: NOSIGNATURE SereneSeasons-1.19.2-8.1.0.21.jar |Serene Seasons |sereneseasons |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE DungeonCrawl-1.19-2.3.11.jar |Dungeon Crawl |dungeoncrawl |2.3.11 |COMMON_SET|Manifest: NOSIGNATURE betteranimalsplus-1.19-11.0.7-forge.jar |Better Animals Plus |betteranimalsplus |1.19-11.0.7 |COMMON_SET|Manifest: NOSIGNATURE Bookshelf-Forge-1.19.2-16.1.5.jar |Bookshelf |bookshelf |16.1.5 |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 sophisticatedbackpacks-1.19.2-3.18.24.703.jar |Sophisticated Backpacks |sophisticatedbackpacks |1.19.2-3.18.24.703 |COMMON_SET|Manifest: NOSIGNATURE chestcavity-forge-1.19.2-2.16.2.3.jar |Chest Cavity |chestcavity |1.19.2-2.16.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-doors-1.0.7-mc1.19.2.jar |Macaw's Doors |mcwdoors |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE blueprint-1.19-6.0.7.jar |Blueprint |blueprint |6.0.7 |COMMON_SET|Manifest: NOSIGNATURE cloth-config-8.0.75-forge.jar |Cloth Config v8 API |cloth_config |8.0.75 |COMMON_SET|Manifest: NOSIGNATURE shetiphiancore-1.19-3.11.0.jar |ShetiPhian-Core |shetiphiancore |3.11.0 |COMMON_SET|Manifest: NOSIGNATURE supplementaries-1.19.2-2.2.2.jar |Supplementaries |supplementaries |1.19.2-2.2.2 |COMMON_SET|Manifest: NOSIGNATURE xercamusic-1.19.2-1.0.0.jar |Xerca's Music Maker Mod |xercamusic |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE friendsandfoes-forge-mc1.19.2-1.5.10.jar |Friends&Foes |friendsandfoes |1.5.10 |COMMON_SET|Manifest: NOSIGNATURE broglisbugs-0.0.3-1.19.jar |Broglis Bugs |broglisbugs |0.0.1-1.19 |COMMON_SET|Manifest: NOSIGNATURE Neapolitan-Mod-Forge-1.19.1.jar |Neapolitan |neapolitan |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE corpse-1.19.2-1.0.0.jar |Corpse |corpse |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE castle_in_the_sky-1.19.2-0.5.1.jar |Castle in the sky |castle_in_the_sky |1.19.2 |COMMON_SET|Manifest: NOSIGNATURE FarmersDelight-1.19-1.2.0.jar |Farmer's Delight |farmersdelight |1.19-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE TerraBlender-forge-1.19.2-2.0.1.123.jar |TerraBlender |terrablender |2.0.1.123 |COMMON_SET|Manifest: NOSIGNATURE moonlight-1.19.2-2.0.29.jar |Moonlight Library |moonlight |1.19.2-2.0.29 |COMMON_SET|Manifest: NOSIGNATURE illuminations-forge-1.19.2-0.0.1.jar |Illuminations |illuminations |1.19.2-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE BiomesOPlenty-1.19.2-17.1.1.150.jar |Biomes O' Plenty |biomesoplenty |17.1.1.150 |COMMON_SET|Manifest: NOSIGNATURE another_furniture-forge-2.0.3-1.19.2.jar |Another Furniture |another_furniture |2.0.3-1.19.2 |COMMON_SET|Manifest: NOSIGNATURE mcw-trapdoors-1.0.7-mc1.19.2.jar |Macaw's Trapdoors |mcwtrpdoors |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE mcw-fences-1.0.6-mc1.19.2.jar |Macaw's Fences and Walls |mcwfences |1.0.6 |COMMON_SET|Manifest: NOSIGNATURE Amplified_Nether_v1.2.jar |Amplified Nether |amplified_nether |0.0NONE |COMMON_SET|Manifest: NOSIGNATURE spectrelib-forge-0.10.0+1.19.jar |SpectreLib |spectrelib |0.10.0+1.19 |COMMON_SET|Manifest: NOSIGNATURE xercamod-1.19.2-1.0.0.jar |Xerca Mod |xercamod |1.19.2-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE curios-forge-1.19.2-5.1.1.0.jar |Curios API |curios |1.19.2-5.1.1.0 |COMMON_SET|Manifest: NOSIGNATURE Patchouli-1.19.2-76.jar |Patchouli |patchouli |1.19.2-76 |COMMON_SET|Manifest: NOSIGNATURE ecologics-forge-1.19.2-2.1.10.jar |Ecologics |ecologics |2.1.10 |COMMON_SET|Manifest: NOSIGNATURE Croptopia-1.19.2-FORGE-2.1.0.jar |Croptopia |croptopia |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE collective-1.19.2-4.68.jar |Collective |collective |4.68 |COMMON_SET|Manifest: NOSIGNATURE cakechomps-forge-6.0.0+1.19.2.jar |Cake Chomps |cakechomps |6.0.0+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE camera-1.19.2-1.0.1.jar |Camera Mod |camera |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE simplehats-forge-1.19.2-0.1.5.jar |SimpleHats |simplehats |1.19.2-0.1.5 |COMMON_SET|Manifest: NOSIGNATURE MultiBeds-Mod-Forge-1.19.2.jar |Multi-Beds |multibeds |1.10.0 |COMMON_SET|Manifest: NOSIGNATURE AutoRegLib-1.8-54.jar |AutoRegLib |autoreglib |1.8-54 |COMMON_SET|Manifest: NOSIGNATURE bettervillage-forge-1.19.2-2.0.0.jar |Better village |bettervillage |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE effective_fg-1.0.jar |Effective (Forge) |effective_fg |1.0 |COMMON_SET|Manifest: NOSIGNATURE resourcefullib-forge-1.19.1-1.1.1.jar |Resourceful Lib |resourcefullib |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE eatinganimation-1.19-3.1.0.jar |Eating Animation |eatinganimation |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE forge-1.19.2-43.1.1-universal.jar |Forge |forge |43.1.1 |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 client-1.19.2-20220805.130853-srg.jar |Minecraft |minecraft |1.19.2 |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 commonality-1.19.2-4.1.4.jar |Commonality |commonality |4.1.4 |COMMON_SET|Manifest: NOSIGNATURE Quark-3.3-371.jar |Quark |quark |3.3-371 |COMMON_SET|Manifest: NOSIGNATURE MrCrayfishs-Furniture-Mod-Forge-1.19.2.jar |MrCrayfish's Furniture Mod |cfm |7.0.0-pre34 |COMMON_SET|Manifest: NOSIGNATURE deeperdarker-1.0.0b-1.19.2.jar |Deeper And Darker |deeperdarker |1.0.0b |COMMON_SET|Manifest: NOSIGNATURE BetterFurnacesReforged-1.19.2-1.0.1.jar |BetterFurnaces Reforged |betterfurnacesreforged |1.19.2-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE architectury-6.2.46-forge.jar |Architectury |architectury |6.2.46 |COMMON_SET|Manifest: NOSIGNATURE MCA-Reborn-Mod-Forge-1.19.2.jar |Minecraft Comes Alive |mca |7.3.16+1.19.2 |COMMON_SET|Manifest: NOSIGNATURE engineersdecor-1.19.2-forge-1.3.26.jar |Engineer's Decor |engineersdecor |1.3.26 |COMMON_SET|Manifest: bf:30:76:97:e4:58:41:61:2a:f4:30:d3:8f:4c:e3:71:1d:14:c4:a1:4e:85:36:e3:1d:aa:2f:cb:22:b0:04:9b Chimes-Mod-Forge-1.19.2.jar |Chimes |chimes |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE apexcore-1.19.2-7.2.2.jar |ApexCore |apexcore |7.2.2 |COMMON_SET|Manifest: NOSIGNATURE fantasyfurniture-1.19.2-6.4.1.jar |Fantasy's Furniture |fantasyfurniture |6.4.1 |COMMON_SET|Manifest: NOSIGNATURE PizzaCraft-1.19.2-6.2.0.jar |PizzaCraft |pizzacraft |6.2.0 |COMMON_SET|Manifest: NOSIGNATURE Oh_The_Biomes_You'll_Go-forge-1.19.2-2.0.0.11.jar |Oh The Biomes You'll Go |byg |2.0.0.11 |COMMON_SET|Manifest: NOSIGNATURE AdChimneys-1.19.2-9.1.5.0-build.0599.jar |Advanced Chimneys |adchimneys |9.1.5.0 |COMMON_SET|Manifest: NOSIGNATURE FallingTree-1.19.2-3.10.0.jar |FallingTree |fallingtree |3.10.0 |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 smallships-1.19.2-2.0.0-Alpha-0.4.jar |Small Ships Mod |smallships |2.0.0-a0.4 |COMMON_SET|Manifest: NOSIGNATURE expandability-7.0.0.jar |ExpandAbility |expandability |7.0.0 |COMMON_SET|Manifest: NOSIGNATURE Nutritional-Balance-Mod-Forge-1.19.1.jar |Nutritional Balance |nutritionalbalance |1.19.1-4.1.1 |COMMON_SET|Manifest: NOSIGNATURE geckolib-forge-1.19-3.1.21.jar |GeckoLib |geckolib3 |3.1.21 |COMMON_SET|Manifest: NOSIGNATURE creeperoverhaul-2.0.4-forge.jar |Creeper Overhaul |creeperoverhaul |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE DarkPaintings-Forge-1.19.2-13.1.2.jar |DarkPaintings |darkpaintings |13.1.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 domesticationinnovation-1.5.4-1.19.1.jar |Domestication Innovation |domesticationinnovation |1.5.4 |COMMON_SET|Manifest: NOSIGNATURE mcw-lights-1.0.4-mc1.19.2.jar |Macaw's Lights and Lamps |mcwlights |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE Essential (forge_1.19.2).jar |Essential |essential |5031+g51505f3ff |COMMON_SET|Manifest: NOSIGNATURE Crash Report UUID: 137b6bac-4899-4eda-906f-902b6023d04f FML: 43.1 Forge: net.minecraftforge:43.1.1
×
×
  • Create New...

Important Information

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