Jump to content

I do not understand this at all


Recommended Posts

I have the error code Error: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException and this is the crash log

---- Minecraft Crash Report ----
// Sorry :(

Time: 02/05/20 7:18 AM
Description: Initializing game

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78) ~[?:28.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214) ~[?:?] {re:classloading}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_74] {}
    at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1683) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_74] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173) ~[?:?] {re:classloading}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_74] {}
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_74] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) ~[1.14.4-forge-28.2.0.jar:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.2.0.jar:28.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more
Caused by: net.minecraftforge.fml.ModLoadingException: Dark Utilities has class loading errors
§7net/darkhax/bookshelf/item/ItemGroupBase
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:77) ~[?:28.2] {re:classloading}
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more
Caused by: java.lang.NoClassDefFoundError: net/darkhax/bookshelf/item/ItemGroupBase
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_74] {}
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:28.2] {re:classloading}
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more
Caused by: java.lang.ClassNotFoundException: net.darkhax.bookshelf.item.ItemGroupBase
    at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_74] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:103) ~[modlauncher-4.1.0.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_74] {}
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_74] {}
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:28.2] {re:classloading}
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78)
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234)
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1683)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216)
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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:498)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    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.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Mac OS X (x86_64) version 10.15.3
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1280914224 bytes (1221 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 8
    JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: ~~ERROR~~ NullPointerException: null
    Launched Version: 1.14.4-forge-28.2.0
    LWJGL: 3.2.1 build 12
    OpenGL: NVIDIA GeForce GT 650M OpenGL Engine GL version 2.1 NVIDIA-14.0.31 355.11.11.10.10.143, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 8x Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz

Link to comment
Share on other sites

2 minutes ago, diesieben07 said:

Problem with Dark Utilities. Make sure you follow the installation instructions and are using the latest version.

how do I find the instructions

also hello

Edited by flybothelp
none
Link to comment
Share on other sites

welp here we are again Error: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException

 

 

---- Minecraft Crash Report ----
// I feel sad now :(

Time: 02/05/20 7:58 AM
Description: Initializing game

java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78) ~[?:28.2] {re:classloading}
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214) ~[?:?] {re:classloading}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_74] {}
    at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1683) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_74] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173) ~[?:?] {re:classloading}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193) ~[?:1.8.0_74] {}
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_74] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.main.Main.main(SourceFile:155) ~[1.14.4-forge-28.2.0.jar:?] {re:classloading}
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_74] {}
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_74] {}
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_74] {}
    at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56) ~[forge-1.14.4-28.2.0.jar:28.2] {}
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81) [modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65) [modlauncher-4.1.0.jar:?] {}
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more
Caused by: net.minecraftforge.fml.ModLoadingException: RFToolsUtility has class loading errors
§7mcjty/lib/base/ModBase
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:77) ~[?:28.2] {re:classloading}
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more
Caused by: java.lang.NoClassDefFoundError: mcjty/lib/base/ModBase
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642) ~[?:1.8.0_74] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:129) ~[modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-4.1.0.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_74] {}
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_74] {}
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:28.2] {re:classloading}
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more
Caused by: java.lang.ClassNotFoundException: mcjty.lib.base.ModBase
    at java.lang.ClassLoader.findClass(ClassLoader.java:530) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_74] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:103) ~[modlauncher-4.1.0.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.defineClass1(Native Method) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:760) ~[?:1.8.0_74] {}
    at java.lang.ClassLoader.defineClass(ClassLoader.java:642) ~[?:1.8.0_74] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:129) ~[modlauncher-4.1.0.jar:?] {}
    at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-4.1.0.jar:?] {}
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_74] {}
    at java.lang.Class.forName0(Native Method) ~[?:1.8.0_74] {}
    at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.<init>(FMLModContainer.java:71) ~[?:28.2] {re:classloading}
    at sun.reflect.GeneratedConstructorAccessor33.newInstance(Unknown Source) ~[?:?] {}
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_74] {}
    at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_74] {}
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:73) ~[?:28.2] {re:classloading}
    ... 36 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraftforge.fml.javafmlmod.FMLJavaModLanguageProvider$FMLModTarget.loadMod(FMLJavaModLanguageProvider.java:78)
    at net.minecraftforge.fml.ModLoader.buildModContainerFromTOML(ModLoader.java:234)
    at net.minecraftforge.fml.ModLoader.lambda$buildMods$26(ModLoader.java:214)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.HashMap$EntrySpliterator.forEachRemaining(HashMap.java:1683)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
    at net.minecraftforge.fml.ModLoader.buildMods(ModLoader.java:216)
    at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$18(ModLoader.java:173)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
    at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499)
    at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:175)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$begin$2(ClientModLoader.java:97)
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113)
    at net.minecraftforge.fml.client.ClientModLoader.begin(ClientModLoader.java:97)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:454)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:365)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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:498)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    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.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Mac OS X (x86_64) version 10.15.3
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1289149840 bytes (1229 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 8
    JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: ~~ERROR~~ NullPointerException: null
    Launched Version: 1.14.4-forge-28.2.0
    LWJGL: 3.2.1 build 12
    OpenGL: NVIDIA GeForce GT 650M OpenGL Engine GL version 2.1 NVIDIA-14.0.31 355.11.11.10.10.143, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 8x Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz

Link to comment
Share on other sites

yep

Error: net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: super_ores:items/download(3)

 

---- Minecraft Crash Report ----
// My bad.

Time: 02/05/20 8:20 AM
Description: Rendering overlay

net.minecraft.util.ResourceLocationException: Non [a-z0-9/._-] character in path of location: super_ores:items/download(3)
    at net.minecraft.util.ResourceLocation.<init>(SourceFile:38) ~[?:?] {re:classloading}
    at net.minecraft.util.ResourceLocation.<init>(SourceFile:43) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.BlockModel.lambda$getTextures$1(BlockModel.java:163) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_74] {}
    at net.minecraft.client.renderer.model.BlockModel.func_209559_a(BlockModel.java:162) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelBakery.lambda$processLoading$6(ModelBakery.java:162) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:267) ~[?:1.8.0_74] {}
    at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1612) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471) ~[?:1.8.0_74] {}
    at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708) ~[?:1.8.0_74] {}
    at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:1.8.0_74] {}
    at java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:499) ~[?:1.8.0_74] {}
    at net.minecraft.client.renderer.model.ModelBakery.processLoading(ModelBakery.java:163) ~[?:?] {re:classloading,pl:accesstransformer:B,pl:runtimedistcleaner:A}
    at net.minecraftforge.client.model.ModelLoader.<init>(ModelLoader.java:143) ~[?:?] {re:classloading}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:46) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.renderer.model.ModelManager.func_212854_a_(ModelManager.java:17) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraft.client.resources.ReloadListener.func_215270_b(SourceFile:11) ~[?:?] {re:classloading}
    at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_74] {}
    at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_74] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_74] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_74] {}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_74] {}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_74] {}


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at net.minecraft.util.ResourceLocation.<init>(SourceFile:38)
    at net.minecraft.util.ResourceLocation.<init>(SourceFile:43)
    at net.minecraft.client.renderer.model.BlockModel.lambda$getTextures$1(BlockModel.java:163)
    at java.util.ArrayList.forEach(ArrayList.java:1249)
    at net.minecraft.client.renderer.model.BlockModel.func_209559_a(BlockModel.java:162)
    at net.minecraft.client.renderer.model.ModelBakery.lambda$processLoading$6(ModelBakery.java:162)
    at java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:267)
    at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1612)
    at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
    at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:544)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:890)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:384)
    at net.minecraft.client.main.Main.main(SourceFile:155)
    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:498)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:56)
    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.14.4
    Minecraft Version ID: 1.14.4
    Operating System: Mac OS X (x86_64) version 10.15.3
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 1068759968 bytes (1019 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    CPUs: 8
    JVM Flags: 8 total; -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 4.1.0+62+5bfa59b
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services: 
        /eventbus-1.0.0-service.jar eventbus PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar object_holder_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtime_enum_extender PLUGINSERVICE 
        /accesstransformers-1.0.1-milestone.0.1+94458e7-shadowed.jar accesstransformer PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar capability_inject_definalize PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar runtimedistcleaner PLUGINSERVICE 
        /forge-1.14.4-28.2.0.jar fml TRANSFORMATIONSERVICE 
    FML: 28.2
    Forge: net.minecraftforge:28.2.0
    FML Language Providers: 
        [email protected]
        minecraft@1
    Mod List: 
        CyclopsCore-1.14.4-1.6.1.jar Cyclops Core {[email protected] ENQUEUE_IMC}
        easterrabbits-1.14.4-v1.0.1.jar Easter Rabbits {[email protected] ENQUEUE_IMC}
        telepads-1.14.4+-+2.0.0.0.jar Telepads {[email protected] - 2.0.0.0 ENQUEUE_IMC}
        chanceglobe-1.14.4-v1.3.4.jar Chance Globe {[email protected] ENQUEUE_IMC}
        Overpowered-Forge-1.14.4-v1.2.2.jar ADDSynthCore {[email protected] ENQUEUE_IMC, [email protected] ENQUEUE_IMC}
        ProjectE-1.14.4-PE1.0.1B.jar ProjectE {[email protected] ENQUEUE_IMC}
        Not+Enough+Dirt.jar Not Enough Dirt? {[email protected] ENQUEUE_IMC}
        Glacia-14.4.2b.jar §9§lGlacia§r {greenapple_glacia@§914.4.2b§r ENQUEUE_IMC}
        BowInfinityFix-1.14.4-rv7.1.jar Bow Infinity Fix {[email protected] ENQUEUE_IMC}
        CoffeeSpawner-1.14.4-5.0.0.jar Coffee Spawner {[email protected] ENQUEUE_IMC}
        ForgeEndertech-1.14.4-5.2.2.1-build.0083.jar Forge Endertech {[email protected] ENQUEUE_IMC}
        JRFTL+[1.14.4]-1.1.jar JRFTL {[email protected] ENQUEUE_IMC}
        StoneCraftingTable-1.14.4-1.0.5.jar Stone Crafting Table {[email protected] ENQUEUE_IMC}
        MutantBeasts-1.14.4-1.0.0.jar Mutant Beasts {[email protected] ENQUEUE_IMC}
        MoAwesomeOresNTools-1.14.4.jar Mo' Ores N' Tools {[email protected] ENQUEUE_IMC}
        Bookshelf-1.14.4-4.4.74.jar Bookshelf {[email protected] ENQUEUE_IMC}
        ChanceCubes-1.14.4-5.0.2.361.jar Chance Cubes {[email protected] ENQUEUE_IMC}
        unstabletools-3.6b.jar Unstable Tools {[email protected] ENQUEUE_IMC}
        DarkUtilities-1.14.4-2.0.13.jar Dark Utilities {[email protected] ENQUEUE_IMC}
        Hwyla-forge-1.10.6-B67_1.14.4.jar Waila {waila@version ENQUEUE_IMC}
        speedyhoppers-1.14.4-7.jar Speedy Hoppers {[email protected] ENQUEUE_IMC}
        StoneChest-1.14.4-1.0.1.jar Stone Chest {[email protected] ENQUEUE_IMC}
        colorfulhealthbar-2.0.0.jar Colorful Health Bar {[email protected] ENQUEUE_IMC}
        ExpOre-1.14.4-1.4.jar Exp Ore Block Mod {[email protected] ENQUEUE_IMC}
        EnergeticSheep-1.14.4-1.1.6.jar EnergeticSheep {[email protected] ENQUEUE_IMC}
        VampiresNeedUmbrellas-1.14.4-1.1.jar Vampires Need Umbrellas {[email protected] ENQUEUE_IMC}
        shetiphiancore-1.14-3.6.1.jar ShetiPhian-Core {[email protected] ENQUEUE_IMC}
        refinedstorage-1.7.3.jar Refined Storage {[email protected] ENQUEUE_IMC}
        InfChest-1.8.jar InfChest {[email protected] ENQUEUE_IMC}
        corpse-1.14.4-1.0.4.jar Corpse {[email protected] ENQUEUE_IMC}
        endertanks-1.14-1.7.2.jar EnderTanks {[email protected] ENQUEUE_IMC}
        ironfurnaces-1.14.4-1.8.3.jar Iron Furnaces {[email protected] ENQUEUE_IMC}
        breathmint-1.14.4-0.0.2.jar Breath Mint {[email protected] ENQUEUE_IMC}
        Magical+Seed.+Forge-1.14.4-V7.jar Magical Seed {[email protected] ENQUEUE_IMC}
        superslegend-1.14.4+v1.2.0.jar SupersLegend {[email protected] ENQUEUE_IMC}
        simplybackpacks-1.14.4-1.4.5.jar Simply Backpacks {[email protected] ENQUEUE_IMC}
        Purposeful+Rotten+Flesh+1.14.4+Release+Version+1.0.jar Purposeful Rotten Flesh {[email protected] ENQUEUE_IMC}
        ToolUpgrades-1.14-(v.3.0.0).jar ToolUpgrades {[email protected] ENQUEUE_IMC}
        MysticalAdaptations-1.14.4-1.1.jar Mystical Adaptations {mysticaladaptations@NONE ENQUEUE_IMC}
        MysticalAgradditions-1.14.4-2.0.0.jar Mystical Agradditions {[email protected] ENQUEUE_IMC}
        SolarFluxReborn-1.14.4-14.1.5.jar Solar Flux Reborn {[email protected] ENQUEUE_IMC}
        curios-FORGE-1.14.4-1.0.6.1.jar Curios API {[email protected] ENQUEUE_IMC}
        Botania+r1.11-379.jar Botania {[email protected] ENQUEUE_IMC}
        Patchouli-1.14.4-1.1-26.5.jar Patchouli {[email protected] ENQUEUE_IMC}
        flying_things-1.8.5-1.14.4.jar The Flying Things {[email protected] ENQUEUE_IMC}
        AutoRegLib-1.4-35.jar AutoRegLib {[email protected] ENQUEUE_IMC}
        randomite-1.14.4-1.0.0.jar Randomite Classic {[email protected] ENQUEUE_IMC}
        RandomThings-MC1.14.4-5.0.1.jar Random Things {[email protected] ENQUEUE_IMC}
        OreExcavation-1.6.147.jar Ore Excavation {oreexcavation@NONE ENQUEUE_IMC}
        angelring-1.1.0.jar Angel Ring {[email protected] ENQUEUE_IMC}
        betbeacpl_1.14-1.0.jar Better Beacon Placement {[email protected] ENQUEUE_IMC}
        libnonymous-1.14.4-1.0.4.25.jar Libnonymous {[email protected] ENQUEUE_IMC}
        RiddleChests-1.0.2.3.jar Riddle Chests {[email protected] ENQUEUE_IMC}
        Star+Wars+The+Skywalker+Saga+Mod.jar Star Wars: The Skywalker Saga Mod {[email protected] ENQUEUE_IMC}
        villagersnose-1.0-beta.jar Villager's Nose {[email protected] ENQUEUE_IMC}
        PowderPower-1.14.4-3.0.42.jar Powder Power {[email protected] ENQUEUE_IMC}
        ProjectExtended-1.14.4-1.0.1.jar ProjectExtended {[email protected] ENQUEUE_IMC}
        Op+Items+Mod.jar OP items and Swords {[email protected] ENQUEUE_IMC}
        morevanillaarmor-1.0.jar MoreVanillaArmor {[email protected] ENQUEUE_IMC}
        Better+Muffling-1.14.4-0.4.0-Beta.jar Better Muffling {[email protected] ENQUEUE_IMC}
        petbat-1.14.4.3.jar Pet Bat {[email protected] ENQUEUE_IMC}
        bwncr-1.14.4-3.5.12.jar Bad Wither No Cookie Reloaded {[email protected] ENQUEUE_IMC}
        speedyladders-1.14.4-4.jar Speedy Ladders {[email protected] ENQUEUE_IMC}
        incubation-1.0.1-1.14.4.jar Incubation {[email protected] ENQUEUE_IMC}
        CobbleForDays-1.0.2.jar Cobble For Days {cobblefordays@NONE ENQUEUE_IMC}
        FastLeafDecay-v17.jar FastLeafDecay {fastleafdecay@v17 ENQUEUE_IMC}
        Minestuck-1.14.4-1.4.312-beta.jar Minestuck {[email protected] ENQUEUE_IMC}
        rockcandy-1.14.4-1.1.6.jar Rock Candy {rockcandy@version ENQUEUE_IMC}
        Cyclic-1.14.4-0.1.5.jar Cyclic {[email protected] ENQUEUE_IMC}
        Super+Ores+1.14.4.jar Super Ores {[email protected] ENQUEUE_IMC}
        SaveMyStronghold-1.14.4-1.0.0.jar Save My Stronghold! {[email protected] ENQUEUE_IMC}
        Notes-1.14.4-1.2.0.jar Notes {[email protected] ENQUEUE_IMC}
        resynth-3.1.3.jar Resynth {[email protected] ENQUEUE_IMC}
        ditr14-1.8.1.jar Diamond in the Rough {[email protected] ENQUEUE_IMC}
        Cucumber-1.14.4-2.0.6.jar Cucumber Library {[email protected] ENQUEUE_IMC}
        mining-helmet-1.14.4-1.0.8.jar Mining Helmet {[email protected] ENQUEUE_IMC}
        Floocraft+1.14.4-1.10.1.jar Floocraft {[email protected] ENQUEUE_IMC}
        wolfrevivemod-1.1.jar Collar Catcher: Dog Revival Mod! {[email protected] ENQUEUE_IMC}
        The+Omni.jar Omni Mod {[email protected] ENQUEUE_IMC}
        jei-1.14.4-6.0.0.27.jar Just Enough Items {[email protected] ENQUEUE_IMC}
        longfallboots-1.3.0b.jar Long Fall Boots {[email protected] ENQUEUE_IMC}
        tnt-yeeter-1.14.4-1.1.0.jar TNT Yeeter {[email protected] ENQUEUE_IMC}
        FunMod+2.9.jar Fun Mod {[email protected] ENQUEUE_IMC}
        BirdsNestsAndTreasures-1.14.4-1.0.0.jar Birds Nests & Treasures {[email protected] ENQUEUE_IMC}
        tesseract-1.0.2-mc1.14.jar Tesseract {[email protected] ENQUEUE_IMC}
        giftfromthegods-1.14.4-1.0.1.jar Gift From The Gods {giftfromthegods@NONE ENQUEUE_IMC}
        despeggshatch_1.14-1.2.jar Despawning Eggs Hatch {[email protected] ENQUEUE_IMC}
        Vulcanite-2.0.4-mc1.14.4.jar Vulcanite {[email protected] ENQUEUE_IMC}
        MoreOresInONE-1.5.jar More Ores in ONE {[email protected] ENQUEUE_IMC}
        OresAllEasy-1.14.4-1.6.0.jar OresAllEasy {[email protected] ENQUEUE_IMC}
        good-nights-sleep-1.14.4-1.0.3.jar Good Night's Sleep {[email protected] ENQUEUE_IMC}
        more+swords+renewed-1.14.4.jar More Swords {[email protected] ENQUEUE_IMC}
        cursedearth-1.4a.jar Cursed Earth {[email protected] ENQUEUE_IMC}
        DungeonCrawl-1.14.4-1.6.3.jar Dungeon Crawl {[email protected] ENQUEUE_IMC}
        reciperandomizer-1.0.jar Example Mod {[email protected] ENQUEUE_IMC}
        BonsaiTrees-2.0.2.35.jar Bonsai Trees 2 {[email protected] ENQUEUE_IMC}
        TinyMobFarm-1.14.4-1.0.6.jar Tiny Mob Farm {[email protected] ENQUEUE_IMC}
        mcjtylib-1.14-3.5.17-alpha.jar McJtyLib {[email protected] ENQUEUE_IMC}
        rftoolsbase-1.14-0.0.12-alpha.jar RFToolsBase {[email protected] ENQUEUE_IMC}
        Evolving's_Extra_Sets_BETA_0.2.1.jar Evolving's Extra Sets {[email protected] ENQUEUE_IMC}
        Apple+Mod-+1.14.4.jar Apple_Mod! {[email protected] ENQUEUE_IMC}
        walljump-1.14.4-1.3.1.jar Wall-Jump! {[email protected] ENQUEUE_IMC}
        petrock-0.5.0.jar PetRock {[email protected] ENQUEUE_IMC}
        randomium-1.1.1.jar Randomium {[email protected] ENQUEUE_IMC}
        immersive-portals-0.15(for+mc+1.14+with+forge).jar Immersive Portals {[email protected] ENQUEUE_IMC}
        extradisks-1.14.4-1.1.jar Extra Disks {[email protected] ENQUEUE_IMC}
        forge-1.14.4-28.2.0-universal.jar Forge {[email protected] ENQUEUE_IMC}
        FeederHelmet-1.7.0.jar AutoFeederHelmet {[email protected] ENQUEUE_IMC}
        tardis-1.1.1.jar TARDIS Mod {[email protected] ENQUEUE_IMC}
        ColossalChests-1.14.4-1.7.6.jar ColossalChests {[email protected] ENQUEUE_IMC}
        MysticalAgriculture-1.14.4-2.0.6.jar Mystical Agriculture {[email protected] ENQUEUE_IMC}
        ironchest-1.14.4-9.1.5.jar Iron Chests {[email protected] ENQUEUE_IMC}
        forge-1.14.4-28.2.0-client.jar Minecraft {[email protected] ENQUEUE_IMC}
        extraanvils-2.5b.jar Extra Anvils {[email protected] ENQUEUE_IMC}
        rftoolsutility-1.14-1.2.14-alpha.jar RFToolsUtility {[email protected] ENQUEUE_IMC}
        moolands-1.14.4-1.2.1.jar Moolands {[email protected] ENQUEUE_IMC}
        instahouses-1.14.4-1.1.1.jar Slashkings InstaHouses {[email protected] ENQUEUE_IMC}
        compactores-1.14.4-1.2.2.jar Compact Ores {[email protected] ENQUEUE_IMC}
        AdLods-1.14.4-2.0.0.1-build.0078.jar Large Ore Deposits {[email protected] ENQUEUE_IMC}
        Sonic+Items+version+2+(bugfix).jar sonic items {[email protected] ENQUEUE_IMC}
        spiketraps-1.1.jar Spike Traps {[email protected] ENQUEUE_IMC}
        extragolems-9.0.5.jar Extra Golems {[email protected] ENQUEUE_IMC}
        foamdome-3.0.0.jar Foam Dome {[email protected] ENQUEUE_IMC}
        Quark-r2.0-212.jar Quark {[email protected] ENQUEUE_IMC}
        sit-1.14.4-v1.3.jar Sit {[email protected] ENQUEUE_IMC}
        advanced-viruses_1.14.4-beta.jar Advanced Viruses {[email protected] ENQUEUE_IMC}
        Vampirism-1.14.4-1.6.0-beta.6.jar Vampirism {[email protected] ENQUEUE_IMC, [email protected] ENQUEUE_IMC}
        Overloaded+Ores.jar Geared {[email protected] ENQUEUE_IMC}
        PowerRangersV1.2+-+1.14.4.jar Power Rangers {[email protected] ENQUEUE_IMC}
        Quick-Harvest-1.14.4-1.0.1.jar Quick Harvest {[email protected] ENQUEUE_IMC}
        ElementaryOres-1.14.4-0.0.1.jar Elementary Ores {[email protected] ENQUEUE_IMC}
        refinedstorageaddons-0.5.jar Refined Storage Addons {[email protected] ENQUEUE_IMC}
        vimion-DEV-WEEK-08-0.1-1.14.4.jar Vimion Mod {vimion@DEV WEEK 08 ENQUEUE_IMC}
        SolarGeneration-1.14.4-1.3.1.jar Solar Generation {[email protected] ENQUEUE_IMC}
        overloadedarmorbar-3.0.0b.jar Overloaded Armor Bar {[email protected] ENQUEUE_IMC}
        OresAboveDiamonds+1.14.4+v3.3.jar Ores Above Diamonds {[email protected] ENQUEUE_IMC}
        MagicMirror-1.14.4-0.0.1.146.jar Magic Mirror {[email protected] ENQUEUE_IMC}
        TriGemsMC1.14.4-1.0.1.jar TriGems {[email protected] ENQUEUE_IMC}
        luckyores-1.14.4-1.3.1.jar Lucky Ores Mod {[email protected] ENQUEUE_IMC}
        EnderMail-1.14.4-1.0.3.jar Ender Mail {[email protected] ENQUEUE_IMC}
        magiceightcube-1.14.4-1.1.0.jar Magic Eight Ball {[email protected] ENQUEUE_IMC}
        farlanders-1.14.4-1.1.2.jar The Farlanders {[email protected] ENQUEUE_IMC}
    Launched Version: 1.14.4-forge-28.2.0
    LWJGL: 3.2.1 build 12
    OpenGL: NVIDIA GeForce GT 650M OpenGL Engine GL version 2.1 NVIDIA-14.0.31 355.11.11.10.10.143, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    CPU: 8x Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz

Link to comment
Share on other sites

  • 2 weeks later...

a bit of help with this 

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 12/05/20 8:37 AM
Description: FML has discovered extracted jar files in the mods directory.
This breaks mod loading functionality completely.
Remove the directories and replace with the jar files originally provided.

java.lang.RuntimeException: Extracted mod jars found, loading will NOT continue
    at cpw.mods.fml.relauncher.CoreModManager.discoverCoreMods(CoreModManager.java:273)
    at cpw.mods.fml.relauncher.CoreModManager.handleLaunch(CoreModManager.java:221)
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:90)
    at cpw.mods.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:67)
    at cpw.mods.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:34)
    at cpw.mods.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:126)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Mac OS X (x86_64) version 10.15.3
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 248705704 bytes (237 MB) / 268435456 bytes (256 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

Link to comment
Share on other sites

4 minutes ago, flybothelp said:

Minecraft Version: 1.7.10

Really old versions are no longer supported.

Please update to a modern (1.14.4/1.15.2) version to receive support.

 

More information on supported versions can be found in the LTS link at the top of every page.

Link to comment
Share on other sites

here is a new error Error: cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: danger.orespawn.OreSpawnMain and a crash report

---- Minecraft Crash Report ----
// You're mean.

Time: 12/05/20 8:45 AM
Description: There was a severe problem during mod loading that has caused the game to fail

cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: danger.orespawn.OreSpawnMain
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:163)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:544)
    at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:208)
    at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:480)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:878)
    at net.minecraft.client.main.Main.main(SourceFile:148)
    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:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: danger.orespawn.OreSpawnMain
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:440)
    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:498)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
    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:498)
    at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
    at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
    at com.google.common.eventbus.EventBus.post(EventBus.java:275)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
    at cpw.mods.fml.common.Loader.loadMods(Loader.java:513)
    ... 10 more
Caused by: java.lang.NullPointerException
    at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
    ... 38 more


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
    Minecraft Version: 1.7.10
    Operating System: Mac OS X (x86_64) version 10.15.3
    Java Version: 1.8.0_74, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 157465744 bytes (150 MB) / 268435456 bytes (256 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 7 total; -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
    IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    FML: MCP v9.05 FML v7.10.99.99 Minecraft Forge 10.13.4.1614 10 mods loaded, 10 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    UC    mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) 
    UC    FML{7.10.99.99} [Forge Mod Loader] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    UC    Forge{10.13.4.1614} [Minecraft Forge] (forge-1.7.10-10.13.4.1614-1.7.10.jar) 
    UC    D3Core{1.1.2.41} [D3Core] (D3Core-1.7.10-1.1.2.41.jar) 
    UC    CrayCrafting{1.3.0.22} [CrayCrafting] (CrayCrafting-1.7.10-1.3.0.22.jar) 
    UC    lootplusplus{0.24_for_1.7} [Loot++] (Loot-Plus-Plus-Mod-1.7.10.jar) 
    UC    lucky{5.1.0} [Lucky Block] (Lucky-Block-Mod-1.7.10.jar) 
    UC    is_mtc{2.3.0} [Mine Trading Cards] (MineTradingCards-1.7.10-2.3.1.jar) 
    UE    OreSpawn{1.7.10.20.3} [OreSpawn] (orespawn-1.zip) 
    UC    wow{1.8} [World Of Warcraft] (wow-1.8.jar) 
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '2.1 NVIDIA-14.0.31 355.11.11.10.10.143' Renderer: 'NVIDIA GeForce GT 650M OpenGL Engine'

Link to comment
Share on other sites

Just now, flybothelp said:

here is a new error

 

Just now, flybothelp said:

Minecraft Version: 1.7.10

 

4 minutes ago, Ugdhar said:

Really old versions are no longer supported.

Please update to a modern (1.14.4/1.15.2) version to receive support.

 

More information on supported versions can be found in the LTS link at the top of every page.

 

Link to comment
Share on other sites

1 minute ago, flybothelp said:

where do I get support then

 

Not sure, I really only use current versions, so I can ask here when I need help.

There is a modded minecraft forum on the official minecraft forums, you could try there, but I have no idea what it is like there, since I don't go there myself. Moderators here lock threads for anything below 1.14.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • I also tried pointing a regular block to the texture supposed to be used on the block state and it rendered. So the texture and the model json are valid and the issue is specific for the block entity.
    • Which is weird. It returns an error code 1, so im unsure.
    • Pretty sure all 1.20.6 builds are beta currently, since there is no recommended release build yet.
    • Anytime I launch through curseforge, it just flat out crashes and ive gone through the logs myself many times and im unsure at this point. Here is the log: [22:32:45] [main/INFO]: ModLauncher running: args [--username, TheOrangeSkyline, --version, forge-47.2.20, --gameDir, C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack, --assetsDir, C:\Users\thede\curseforge\minecraft\Install\assets, --assetIndex, 5, --uuid, 49579aae19df44358486d5bb1416a62e, --accessToken, ????????, --clientId, NWRlZmQ1NzUtOGM0MS00YjA3LTlhZWEtYTJlNDY5ZjY5OWNk, --xuid, 2535423682822125, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\thede\curseforge\minecraft\Install\quickPlay\java\1715056363100.json, --launchTarget, forgeclient, --fml.forgeVersion, 47.2.20, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412] [22:32:45] [main/INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.8 by Microsoft; OS Windows 10 arch amd64 version 10.0 [22:32:47] [main/INFO]: Loading ImmediateWindowProvider fmlearlywindow [22:32:47] [main/INFO]: Trying GL version 4.6 [22:32:47] [main/INFO]: Requested GL version 4.6 got version 4.6 [22:32:47] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/thede/curseforge/minecraft/Install/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23100!/ Service=ModLauncher Env=CLIENT [22:32:47] [pool-2-thread-1/INFO]: GL info: NVIDIA GeForce RTX 3060/PCIe/SSE2 GL version 4.6.0 NVIDIA 551.76, NVIDIA Corporation [22:32:48] [main/INFO]: Found mod file (1.20.1) copperworks-beta-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file AdvancementPlaques-1.20.1-forge-1.5.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file aeroblender-1.20.1-1.0.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file aether-1.20.1-1.4.2-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file aether-redux-2.0.12b-1.20.1-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file aether_delight_1.0.0_forge_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file aether_enhanced_extinguishing-1.20.1-1.0.0-neoforge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file alexscaves-1.1.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file alexsmobs-1.22.8.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file allarrowsinfinityfix-1.5-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file AmbientEnvironment-forge-1.20.1-11.0.0.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file amendments-1.20-1.1.27.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ancient_aether-0.8.12.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file anvilrestoration-1.20.1-2.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Apotheosis-1.20.1-7.3.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ApothicAttributes-1.20.1-1.3.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file appleskin-forge-mc1.20.1-2.5.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file architectury-9.2.14-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file artifacts-forge-9.5.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ash_api-forge-3.0.2+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file balm-forge-1.20.1-7.2.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file basicweapons-forge-mc1.20.1+1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file beautifiedchatclient-1.20.1-2.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file berries_and_cherries-1.0.9-hotfix.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file betterchunkloading-1.20.1-4.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file bettercombat-forge-1.8.5+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file BetterF3-7.0.2-Forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file BetterModsButton-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file BetterPingDisplay-1.20.1-1.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file BetterSmithingTable-1.1.0-Forge-1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file bfendcities-1.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file BiomesOPlenty-1.20.1-18.0.0.598.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file blue_skies-1.20.1-1.3.31.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Bookshelf-Forge-1.20.1-20.1.10.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Bountiful-6.0.3+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file bygonenether-1.3.2-1.20.x.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file caelus-forge-3.2.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file canary-mc1.20.1-0.3.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Capsule-1.20.1-8.0.105.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file carryon-forge-1.20.1-2.1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file castle_in_the_sky-1.20.1-0.6.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file cataclysmiccombat-1.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file caves__canyons-1.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file chat_heads-0.10.33-forge-1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file citadel-2.5.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file cloth-config-11.1.118-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Clumps-forge-1.20.1-12.0.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file cofh_core-1.20.1-11.0.0.51.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file collective-1.20.1-7.56.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file comforts-forge-6.3.5+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file copperandtuffbackport-1.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file coroutil-forge-1.20.1-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file corpse-forge-1.20.1-1.0.12.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file create-1.20.1-0.5.1.f.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file creeperoverhaul-3.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file cristellib-1.1.5-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file cupboard-1.20.1-2.6.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file curios-forge-5.9.0+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file customfov-forge-6.2.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file customizableelytra-forge-2.1.2+1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file cyclepaintings-1.20.1-3.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file deep_aether-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file deeperdarker-forge-1.20.1-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file DistantHorizons-2.0.1-a-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Dungeon Crawl-1.20.1-2.3.14.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file DungeonsArise-1.20.x-2.1.58-release.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file DungeonsAriseSevenSeas-1.20.x-1.0.2-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file eeeabsmobs-1.20.1-0.8.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file EffectDescriptions-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file EffectTooltips-Forge-1.20.1-9.0.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file endermanoverhaul-forge-1.20.1-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file endersdelight-1.20.1-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file EndlessBiomes 1.5.0 - 1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file endrem_forge-5.2.3-R-1.20.X.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file enemyexpansion-2.3.1-forge-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file enlightend-5.0.14-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ensorcellation-1.20.1-5.0.0.21.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file entityculling-forge-1.6.2-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file EquipmentCompare-1.20.1-forge-1.3.7.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file fabledweaponry-1.20.1-1.0.7.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Fallingleaves-1.20.1-2.1.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file FarmersDelight-1.20.1-1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file farsighted-mobs-forge-1.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file fast-ip-ping-mc1.20.4-forge-v1.0.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ferritecore-6.0.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file foodeffecttooltips-1.0.1+forge-1.20.jar.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file formations-1.0.2-forge-mc1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file formationsnether-1.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file formationsoverworld-1.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file framework-forge-1.20.1-0.6.27.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file friendsandfoes-forge-mc1.20.1-2.0.10.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file GameStages-Forge-1.20.1-15.0.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file geckolib-forge-1.20.1-4.4.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file geodeplus-forge-1.2.4-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file geophilic-v2.2.0-mc1.20u1.20.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Gobber2-Forge-1.20.1-2.8.7.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file goblintraders-forge-1.20.1-1.9.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file gpumemleakfix-1.20.1-1.8.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file guardvillagers-1.20.1-1.6.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file hearths-v1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file highlight-forge-1.20-2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Iceberg-1.20.1-forge-1.1.21.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file idas_forge-1.9.3+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file IllagerInvasion-v8.0.5-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Incendium_1.20.4_v5.3.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file InsaneLib-1.13.4-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file integrated_api-1.5.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file invhud.forge.1.20.1-3.4.18.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ItemBorders-1.20.1-forge-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Jade-1.20.1-forge-11.8.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file JadeAddons-1.20.1-forge-5.2.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file jei-1.20.1-forge-15.3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file JRFTL-1.20.1-1.6.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file JustEnoughProfessions-forge-1.20.1-3.0.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file JustEnoughResources-1.20.1-1.4.0.247.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Kambrik-6.1.1+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file kotlinforforge-4.10.0-all.jar of type LIBRARY with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file L_Enders_Cataclysm-1.99.2 -1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file lava_monster-1.20.1-1.0.11.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file LavaClearView-1.20.1-forge-7.0.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file leatheroverhaul-forge-1.20.1-1.2.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file LeavesBeGone-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file LegendaryTooltips-1.20.1-forge-1.4.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file lionfishapi-1.8.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file lios_overhauled_villages-1.18.2-1.20.4-v0.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file lootbeams-1.20.1-1.2.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file lost_aether_content-1.20.1-1.2.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file MerchantMarkers-1.20.1-forge-1.3.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file moonlight-1.20-2.11.17-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file morevillagers-forge-1.20.1-5.0.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file mortius_weaponry-1.18_1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file MouseTweaks-forge-mc1.20-2.25.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file moyai-1.20-2.1.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Mutant Iceologer 2.0.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file MutantMonsters-v8.0.7-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Neat-1.20-35-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file nether-s-exoticism-1.20.1-1.2.7.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file netherdepthsupgrade-3.1.4-1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file nethersdelight-1.20.1-4.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file no_nv_flash-1.20.1-1.6.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file notenoughcrashes-4.4.7+1.20.1-forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Nullscape_1.20.4_v1.2.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file nyfsspiders-forge-1.20.1-2.1.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file oculus-mc1.20.1-1.7.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file origins-classes-forge-1.2.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file origins-forge-1.20.1-1.10.0.9-all.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file OverflowingBars-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Paintings-forge-1.20.1-11.0.0.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Patchouli-1.20.1-84-FORGE.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Paxi-1.20-Forge-4.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file PickUpNotifier-v8.0.0-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Placebo-1.20.1-8.6.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file player-animation-lib-forge-1.0.2-rc1+1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Prism-1.20.1-forge-1.0.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file PuzzlesLib-v8.1.18-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Quark-4.0-441.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file QuarkOddities-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Raided-1.20.1-0.1.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file resourcefulconfig-forge-1.20.1-2.1.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file resourcefullib-forge-1.20.1-2.1.24.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file restrictedportals-forge-1.20.1-1.5.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Rex's-AdditionalStructures-1.20.x-(v.4.2.1).jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file sapience-1.20.1-1.0.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file sculkhorde-1.20.1-0.8.9.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file seasonhud-forge-1.20.1-1.7.19.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file SereneSeasons-1.20.1-9.0.0.46.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file skinlayers3d-forge-1.6.4-mc1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file SkyVillages-1.0.3-1.19.2-1.20.x-forge-release.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file sniffsweapons-1.1.1-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file stalwart-dungeons-1.20.1-1.2.8.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file strayspawn-1.20.1-3.5.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Structory_1.20.2_v1.3.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Structory_Towers_1.20.4_v1.0.6.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file structure_gel-1.20.1-2.16.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file subterrestrial-forge-1.20-2.2.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file supplementaries-1.20-2.8.10.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file suppsquared-1.20-1.1.14.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file takesapillage-1.0.3-1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file TerraBlender-forge-1.20.1-3.0.1.6.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file the-conjurer-1.20.1-1.1.6.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file TinySkeletons-v8.0.1-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file ToolStats-Forge-1.20.1-16.0.8.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Towns-and-Towers-1.12-Fabric+Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file TradingPost-v8.0.2-1.20.1-Forge.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file transparent-forge-8.0.1+1.20.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file TravelersTitles-1.20-Forge-4.0.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file twilightforest-1.20.1-4.3.2145-universal.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file umbral_skies-1.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file useless-sword-1.20.1-V1.4.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file villagernames-1.20.1-7.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file watut-forge-1.20.1-1.1.1.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file waystones-forge-1.20-14.1.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Wesley's Roguelike Dungeons 1.20.1-2.3.2.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file WorldPreGenerator-1.20.1-4.0.0.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Xaeros_Minimap_24.1.1_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file XaerosWorldMap_1.38.4_Forge_1.20.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsApi-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterDesertTemples-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterDungeons-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterJungleTemples-1.20-Forge-2.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterMineshafts-1.20-Forge-4.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterStrongholds-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBetterWitchHuts-1.20-Forge-3.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsBridges-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file YungsExtras-1.20-Forge-4.0.3.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:48] [main/INFO]: Found mod file Zeta-1.0-16.jar of type MOD with provider {mods folder locator at C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods} [22:32:49] [main/WARN]: Mod file C:\Users\thede\curseforge\minecraft\Install\libraries\net\minecraftforge\fmlcore\1.20.1-47.2.20\fmlcore-1.20.1-47.2.20.jar is missing mods.toml file [22:32:49] [main/WARN]: Mod file C:\Users\thede\curseforge\minecraft\Install\libraries\net\minecraftforge\javafmllanguage\1.20.1-47.2.20\javafmllanguage-1.20.1-47.2.20.jar is missing mods.toml file [22:32:49] [main/WARN]: Mod file C:\Users\thede\curseforge\minecraft\Install\libraries\net\minecraftforge\lowcodelanguage\1.20.1-47.2.20\lowcodelanguage-1.20.1-47.2.20.jar is missing mods.toml file [22:32:49] [main/WARN]: Mod file C:\Users\thede\curseforge\minecraft\Install\libraries\net\minecraftforge\mclanguage\1.20.1-47.2.20\mclanguage-1.20.1-47.2.20.jar is missing mods.toml file [22:32:49] [main/INFO]: Found mod file fmlcore-1.20.1-47.2.20.jar of type LIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3491e86e [22:32:49] [main/INFO]: Found mod file javafmllanguage-1.20.1-47.2.20.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3491e86e [22:32:49] [main/INFO]: Found mod file lowcodelanguage-1.20.1-47.2.20.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3491e86e [22:32:49] [main/INFO]: Found mod file mclanguage-1.20.1-47.2.20.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3491e86e [22:32:49] [main/INFO]: Found mod file client-1.20.1-20230612.114412-srg.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3491e86e [22:32:49] [main/INFO]: Found mod file forge-1.20.1-47.2.20-universal.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.MinecraftLocator@3491e86e [22:32:49] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [22:32:49] [main/WARN]: Attempted to select two dependency jars from JarJar which have the same identification: Mod File:  and Mod File: . Using Mod File:  [22:32:49] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: aeroblender. Using Mod File: C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods\aeroblender-1.20.1-1.0.1-neoforge.jar [22:32:49] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: curios. Using Mod File: C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods\curios-forge-5.9.0+1.20.1.jar [22:32:49] [main/WARN]: Attempted to select a dependency jar for JarJar which was passed in as source: resourcefullib. Using Mod File: C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack\mods\resourcefullib-forge-1.20.1-2.1.24.jar [22:32:49] [main/INFO]: Found 26 dependencies adding them to mods collection [22:32:49] [main/INFO]: Found mod file mixinsquared-forge-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file additionalentityattributes-forge-1.4.0.5+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file Registrate-MC1.20-1.3.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file spectrelib-forge-0.13.15+1.20.1.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file paragon-forge-3.0.2-1.20x.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file mclib-20.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file toml4j-0.7.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file calio-forge-1.20.1-1.11.0.5.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file kffmod-4.10.0.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file apoli-forge-1.20.1-2.9.0.8.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file flywheel-forge-1.20.1-0.6.10-7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file bytecodecs-1.0.2.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file jcpp-1.4.14.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file MixinSquared-0.1.1.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file mixinextras-forge-0.2.0-beta.9.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file MinecraftForgeAPI-1.20.1-1.0.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file cumulus_menus-1.20.1-1.0.0-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file jankson-1.2.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file yabn-1.0.3.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file nitrogen_internals-1.20.1-1.0.7-neoforge.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file kfflang-4.10.0.jar of type LANGPROVIDER with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file puzzlesaccessapi-forge-8.0.7.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file MixinExtras-0.3.5.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file kfflib-4.10.0.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file expandability-forge-9.0.4.jar of type MOD with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:49] [main/INFO]: Found mod file snakeyaml-1.27.jar of type GAMELIBRARY with provider net.minecraftforge.fml.loading.moddiscovery.JarInJarDependencyLocator@12704e15 [22:32:54] [main/INFO]: Compatibility level set to JAVA_17 [22:32:55] [main/INFO]: Launching target 'forgeclient' with arguments [--version, forge-47.2.20, --gameDir, C:\Users\thede\curseforge\minecraft\Instances\Custom Server Modpack, --assetsDir, C:\Users\thede\curseforge\minecraft\Install\assets, --uuid, 49579aae19df44358486d5bb1416a62e, --username, TheOrangeSkyline, --assetIndex, 5, --accessToken, ????????, --clientId, NWRlZmQ1NzUtOGM0MS00YjA3LTlhZWEtYTJlNDY5ZjY5OWNk, --xuid, 2535423682822125, --userType, msa, --versionType, release, --width, 1024, --height, 768, --quickPlayPath, C:\Users\thede\curseforge\minecraft\Install\quickPlay\java\1715056363100.json] [22:32:55] [main/WARN]: Reference map 'morevillagers-forge-forge-refmap.json' for morevillagers.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:55] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:55] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_forge.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:55] [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 [22:32:55] [main/INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found [22:32:56] [main/INFO]: Loading 223 mods:     - additionalentityattributes 1.4.0.5+1.20.1     - additionalstructures 4.2.1     - advancementplaques 1.5.1     - aeroblender 1.20.1-1.0.1-neoforge     - aether 1.20.1-1.4.2-neoforge     - aether_enhanced_extinguishing 1.20.1-1.0.0-neoforge     - aether_redux 2.0.12b     - aetherdelight 1.0.0     - alexscaves 1.1.4     - alexsmobs 1.22.8     - allarrowsinfinityfix 1.5     - ambientenvironment 11.0.0.1     - amendments 1.20-1.1.27     - ancient_aether 0.8.12     - anvilrestoration 2.2     - apoli 1.20.1-2.9.0.8     - apotheosis 7.3.5     - appleskin 2.5.1+mc1.20.1     - architectury 9.2.14     - artifacts 9.5.4     - ash_api 3.0.2+1.20.1     - attributeslib 1.3.4     - balm 7.2.2     - basicweapons 1.2.0     - beautifiedchatclient 2.4     - berries_and_cherries 1.0.9     - betterchunkloading 1.20.1-4.2     - bettercombat 1.8.5+1.20.1     - betterdeserttemples 1.20-Forge-3.0.3     - betterdungeons 1.20-Forge-4.0.4     - betterf3 7.0.2     - betterfortresses 1.20-Forge-2.0.6     - betterjungletemples 1.20-Forge-2.0.4     - bettermineshafts 1.20-Forge-4.0.4     - bettermodsbutton 8.0.2     - betteroceanmonuments 1.20-Forge-3.0.4     - betterpingdisplay 1.1     - bettersmithingtable 1.1.0     - betterstrongholds 1.20-Forge-4.0.3     - betterwitchhuts 1.20-Forge-3.0.3     - bfendcities 1.0     - biomesoplenty 18.0.0.598     - blue_skies 1.3.31     - bookshelf 20.1.10     - bountiful 6.0.3+1.20.1     - bygonenether 1.3.2     - caelus 3.2.0+1.20.1     - calio 1.20.1-1.11.0.5     - canary 0.3.3     - capsule 1.20.1-8.0.105     - carryon 2.1.2.7     - castle_in_the_sky 1.20.1     - cataclysm 1.99.2     - cataclysmiccombat 1.2     - chat_heads 0.10.33     - citadel 2.5.4     - clearview 7.0.0     - cloth_config 11.1.118     - clumps 12.0.0.4     - cofh_core 11.0.0     - collective 7.56     - comforts 6.3.5+1.20.1     - conjurer_illager 1.1.6     - copperandtuffbackport 1.2     - copperworks 1.5.1     - coroutil 1.20.1-1.3.7     - corpse 1.20.1-1.0.12     - create 0.5.1.f     - creeperoverhaul 3.0.2     - cristellib 1.1.5     - cumulus_menus 1.20.1-1.0.0-neoforge     - cupboard 1.20.1-2.6     - curios 5.9.0+1.20.1     - customfov 6.2.1+1.20.1     - customizableelytra 2.1.2+1.20     - cyclepaintings 3.5     - deep_aether 1.20.1-1.0.3     - deeperdarker 1.2.1     - distanthorizons 2.0.1-a     - dungeoncrawl 2.3.14     - dungeons_arise 2.1.58-1.20.x     - dungeons_arise_seven_seas 1.0.2     - eeeabsmobs 1.20.1-0.8     - effectdescriptions 8.0.2     - effecttooltips 9.0.2     - enchdesc 17.0.14     - endermanoverhaul 1.0.4     - endersdelight 1.0.3     - endlessbiomes 1.0.0     - endrem 5.2.3-R-1.20.1     - enemyexpansion 2.3.1     - enlightened_end 5.0.14     - ensorcellation 5.0.0     - entityculling 1.6.2     - equipmentcompare 1.3.7     - expandability 9.0.4     - fabledweaponry 1.20.1-1.0.7.4     - fallingleaves 2.1.0     - farmersdelight 1.20.1-1.2.4     - farsightedmobs 1.1     - fastipping 1.0.1     - ferritecore 6.0.1     - flywheel 0.6.10-7     - foodeffecttooltips 1.0.0     - forge 47.2.20     - formations 1.0.2     - formationsnether 1.0.4     - formationsoverworld 1.0.3     - framework 0.6.27     - friendsandfoes 2.0.10     - gamestages 15.0.1     - geckolib 4.4.4     - geode_plus 1.2.4     - geophilic 2.2.0-mc1.20u1.20.2     - gobber2 2.8.7     - goblintraders 1.9.3     - gpumemleakfix 1.20.1-1.8     - guardvillagers 1.20.1-1.6.5     - hearths 1.0.0     - highlight 2.0.1     - iceberg 1.1.21     - idas 1.9.3+1.20.1     - illagerinvasion 8.0.5     - incendium 5.3.4     - insanelib 1.13.4     - integrated_api 1.5.1+1.20.1-forge     - inventoryhud 3.4.18     - itemborders 1.2.1     - jade 11.8.0     - jadeaddons 5.2.2     - jei 15.3.0.4     - jeresources 1.4.0.247     - jrftl 1.6.0     - justenoughprofessions 3.0.1     - kambrik 6.1.1+1.20.1     - kotlinforforge 4.10.0     - lava_monster 1.0.11     - leatheroverhaul 1.2.0     - leavesbegone 8.0.0     - legendarytooltips 1.4.5     - lionfishapi 1.8     - lios_overhauled_villages 0.0.3-1.18.2-1.20.4-Universal     - lootbeams 1.20.1     - lost_aether_content 1.2.3     - merchantmarkers 1.3.3     - minecraft 1.20.1     - mixinextras 0.2.0-beta.9     - mixinsquared 0.1.1     - moonlight 1.20-2.11.17     - morevillagers 5.0.0     - mortius_weaponry 1.181.20.1     - mousetweaks 2.25     - moyai 1.20-2.1.4     - mr_caves__canyons 1.2     - mutant_iceologer 2.0.1     - mutantmonsters 8.0.7     - neat 1.20-35-FORGE     - netherdepthsupgrade 3.1.4-1.20     - nethers_exoticism 1.2.7     - nethersdelight 1.20.1-4.0     - nitrogen_internals 1.20.1-1.0.7-neoforge     - no_nv_flash 1.6.0     - notenoughcrashes 4.4.7+1.20.1     - nullscape 1.2.4     - nyfsspiders 2.1.1     - oculus 1.7.0     - origins 1.20.1-1.10.0.9     - origins_classes 1.2.1     - overflowingbars 8.0.0     - paintings 11.0.0.0     - paragon 3.0.2     - patchouli 1.20.1-84-FORGE     - paxi 1.20-Forge-4.0     - pickupnotifier 8.0.0     - placebo 8.6.1     - playeranimator 1.0.2-rc1+1.20     - prism 1.0.5     - puzzlesaccessapi 8.0.7     - puzzleslib 8.1.18     - quark 4.0-441     - quarkoddities 1.20.1     - raided 0.1.4     - resourcefulconfig 2.1.2     - resourcefullib 2.1.24     - restrictedportals 1.5.0     - sapience 1.20.1-1.0.0     - sculkhorde 1.20.1-0.8.9     - seasonhud 1.7.19     - sereneseasons 9.0.0.46     - skinlayers3d 1.6.4     - skyvillages 1.0.3     - sniffsweapons 1.1.1-1.20.1     - spectrelib 0.13.15+1.20.1     - stalwart_dungeons 1.2.8     - strayspawn 3.5     - structory 1.3.4     - structorytowers 1.0.6     - structure_gel 2.16.2     - subterrestrial 2.2.0     - supplementaries 1.20-2.8.10     - suppsquared 1.20-1.1.14     - t_and_t 0.0NONE     - takesapillage 1.0.3     - terrablender 3.0.1.6     - tinyskeletons 8.0.1     - toolstats 16.0.8     - tradingpost 8.0.2     - transparent 8.0.1+1.20.1     - travelerstitles 1.20-Forge-4.0.2     - twilightforest 4.3.2145     - umbral_skies 1.3     - useless_sword 1.4.1     - villagernames 7.3     - watut 1.20.1-1.1.1     - waystones 14.1.3     - world_pre_generator 4.0.0     - wrd 2.0.0     - xaerominimap 24.1.1     - xaeroworldmap 1.38.4     - yungsapi 1.20-Forge-4.0.4     - yungsbridges 1.20-Forge-4.0.3     - yungsextras 1.20-Forge-4.0.3     - zeta 1.0-16 [22:32:56] [main/WARN]: Reference map 'cristellib-forge-refmap.json' for cristellib.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:56] [main/WARN]: Reference map 'moyai-forge-refmap.json' for moyai.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:56] [main/WARN]: Reference map 'suppsquared-common-refmap.json' for suppsquared-common.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:56] [main/WARN]: Reference map 'suppsquared-forge-refmap.json' for suppsquared.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:56] [main/WARN]: Reference map 'netherdepthsupgrade.refmap.json' for netherdepthsupgrade.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:56] [main/WARN]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message [22:32:57] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:32:57] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:32:57] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [22:32:57] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:32:57] [main/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:32:57] [main/WARN]: Error loading class: com/hollingsworth/arsnouveau/common/items/SpellCrossbow (java.lang.ClassNotFoundException: com.hollingsworth.arsnouveau.common.items.SpellCrossbow) [22:32:58] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/map_atlas_generation/MapAtlasTexture (java.lang.ClassNotFoundException: net.raphimc.immediatelyfast.feature.map_atlas_generation.MapAtlasTexture) [22:32:58] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [22:32:59] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/GreenAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock) [22:32:59] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.GreenAercloudBlock was not found aether_redux.mixins.json:common.block.GreenAercloudBlockMixin [22:32:59] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/OrangeTreeBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock) [22:32:59] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.OrangeTreeBlock was not found aether_redux.mixins.json:common.block.OrangeTreeMixin [22:32:59] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/block/natural/PurpleAercloudBlock (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock) [22:32:59] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.block.natural.PurpleAercloudBlock was not found aether_redux.mixins.json:common.block.PurpleAercloudBlockMixin [22:32:59] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/GenesisMusic (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.GenesisMusic) [22:32:59] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.GenesisMusic was not found aether_redux.mixins.json:client.audio.GoTVMusicMixin [22:32:59] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:32:59] [main/WARN]: @Mixin target com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer was not found aether_redux.mixins.json:client.render.MimicRendererMixin [22:32:59] [main/WARN]: Error loading class: com/illusivesoulworks/colytra/client/ColytraLayer (java.lang.ClassNotFoundException: com.illusivesoulworks.colytra.client.ColytraLayer) [22:32:59] [main/WARN]: Error loading class: com/illusivesoulworks/elytraslot/client/ElytraSlotLayer (java.lang.ClassNotFoundException: com.illusivesoulworks.elytraslot.client.ElytraSlotLayer) [22:32:59] [main/WARN]: Error loading class: se/mickelus/tetra/blocks/workbench/WorkbenchTile (java.lang.ClassNotFoundException: se.mickelus.tetra.blocks.workbench.WorkbenchTile) [22:32:59] [main/WARN]: @Mixin target se.mickelus.tetra.blocks.workbench.WorkbenchTile was not found origins_classes.mixins.json:common.tetra.WorkbenchTileMixin [22:32:59] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:32:59] [main/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:33:00] [main/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [22:33:00] [main/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:33:00] [main/INFO]: Replaced 1 calls to Enchantment#isTreasureOnly() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:33:00] [main/INFO]: Replaced 1 calls to Enchantment#isTradeable() in net/minecraft/world/entity/npc/VillagerTrades$EnchantBookForEmeralds [22:33:00] [main/WARN]: Error loading class: noobanidus/mods/lootr/config/ConfigManager (java.lang.ClassNotFoundException: noobanidus.mods.lootr.config.ConfigManager) [22:33:00] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:33:00] [main/WARN]: Error loading class: com/aetherteam/aether_genesis/client/renderer/entity/SkyrootMimicRenderer (java.lang.ClassNotFoundException: com.aetherteam.aether_genesis.client.renderer.entity.SkyrootMimicRenderer) [22:33:00] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [22:33:01] [main/WARN]: Invalid registry value type detected for PerfOS counters. Should be REG_DWORD. Ignoring: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PerfOS\Performance\Disable Performance Counters. [22:33:02] [main/INFO]: Patching EffectRenderingInventoryScreen#renderEffects [22:33:02] [main/INFO]: BeforeConstant is searching for constants in method with descriptor (Lnet/minecraft/network/chat/Component;Z)V [22:33:02] [main/INFO]:   BeforeConstant found INTEGER constant: value = 0, intValue = null [22:33:02] [main/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 0 [22:33:02] [main/INFO]:       BeforeConstant found Insn [ICONST_0]  [22:33:02] [main/INFO]:   BeforeConstant found INTEGER constant: value = 60, intValue = null [22:33:02] [main/INFO]:     BeforeConstant found a matching constant TYPE at ordinal 1 [22:33:02] [main/INFO]:       BeforeConstant found IntInsn 60 [22:33:03] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/item/CreativeModeTabs [22:33:03] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in org/violetmoon/quark/content/experimental/module/GameNerfsModule [22:33:04] [pool-4-thread-1/INFO]: Replaced 5 calls to Enchantment#getMaxLevel() in org/violetmoon/quark/content/tools/module/AncientTomesModule [22:33:04] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:33:04] [pool-4-thread-1/INFO]: Patching IForgeItemStack#getEnchantmentLevel [22:33:04] [pool-4-thread-1/INFO]: Replaced 2 calls to Enchantment#getMaxLevel() in net/minecraft/world/inventory/AnvilMenu [22:33:04] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in com/mrcrayfish/goblintraders/Hooks [22:33:06] [Datafixer Bootstrap/INFO]: 188 Datafixer optimizations took 139 milliseconds [22:33:06] [pool-4-thread-1/WARN]: @Final field f_26027_:Lnet/minecraft/world/entity/ai/targeting/TargetingConditions; in guardvillagers.mixins.json:DefendVillageGoalGolemMixin should be final [22:33:07] [pool-4-thread-1/INFO]: Patching FishingHook#catchingFish [22:33:07] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#getMaxLevel() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:33:07] [pool-4-thread-1/INFO]: Replaced 1 calls to Enchantment#isDiscoverable() in net/minecraft/world/level/storage/loot/functions/EnchantRandomlyFunction [22:33:08] [Render thread/WARN]: Error loading class: net/caffeinemc/mods/sodium/api/memory/MemoryIntrinsics (java.lang.ClassNotFoundException: net.caffeinemc.mods.sodium.api.memory.MemoryIntrinsics)   This modpack does not contain any custom .jar files, I just pieced together a bunch of mods, so it might be just compatibility. Also, the modlist is listed in the log.
  • Topics

×
×
  • Create New...

Important Information

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