Jump to content

Minecraft forge server not opening


W2QGAMER

Recommended Posts

this is the logs

 

 

 


C:\Users\Mohammad .I\Desktop\Explorergame>java -Xmx8192M -Xms8192M -jar forge.jar nogui
2022-06-04 12:33:51,240 main WARN Advanced terminal features are not available in this environment
[12:33:51] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.34, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[12:33:51] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_202 by Oracle Corporation
[12:33:51] [main/INFO] [op.OptiFineTransformationService/]: OptiFineTransformationService.onLoad
[12:33:51] [main/INFO] [op.OptiFineTransformationService/]: OptiFine ZIP file: C:\Users\Mohammad .I\Desktop\Explorergame\mods\OptiFine-OptiFine-1.16.5_HD_U_G8_pre2.jar
[12:33:51] [main/INFO] [op.OptiFineTransformer/]: Target.PRE_CLASS is available
[12:33:51] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[12:33:51] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/Mohammad%20.I/Desktop/Explorergame/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
[12:33:51] [main/INFO] [op.OptiFineTransformationService/]: OptiFineTransformationService.initialize
[12:33:53] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:30 token recognition error at: '.'
[12:33:53] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[12:33:53] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 2:141 token recognition error at: ';'
[12:33:53] [main/INFO] [op.OptiFineTransformationService/]: OptiFineTransformationService.transformers
[12:33:53] [main/INFO] [op.OptiFineTransformer/]: Targets: 308
Init EnhancedVisuals coremods ...
Init CreativeCore coremods ...
[12:33:53] [main/INFO] [op.OptiFineTransformationService/]: additionalClassesLocator: [optifine., net.optifine.]
[12:33:54] [main/ERROR] [mixin/]: Mixin config epicfight.mixins.json does not specify "minVersion" property
[12:33:54] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[12:33:54] [main/WARN] [mixin/]: Reference map 'yungsbridges.refmap.json' for yungsbridges.mixins.json could not be read. If this is a development environment you can ignore this message
[12:33:54] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null)
[12:33:54] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin
[12:33:54] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null)
[12:33:54] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin
[12:33:54] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null)
[12:33:54] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin
[12:33:54] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null)
[12:33:54] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin
[12:33:55] [main/WARN] [otg/]: Detected conflicting mixin for class net.minecraft.world.gen.feature.structure.Structure from other mod, disabling OTG mixin to avoid problems.
[12:33:56] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/gui/screen/Screen for invalid dist DEDICATED_SERVER
Exception in thread "main" [12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:39)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at cpw.mods.modlauncher.Launcher.run(Launcher.java:82)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]: Caused by: java.lang.reflect.InvocationTargetException
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at java.lang.reflect.Method.invoke(Unknown Source)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:-1]:         ... 7 more
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.ExceptionInInitializerError
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.crash.CrashReport.func_71504_g(CrashReport.java:101)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.crash.CrashReport.<init>(CrashReport.java:54)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.crash.CrashReport.func_230188_h_(CrashReport.java:425)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraft.server.Main.main(Main.java:91)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     ... 13 more
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]: Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/screen/Screen for invalid dist DEDICATED_SERVER
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at java.lang.ClassLoader.loadClass(Unknown Source)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     at net.optifine.reflect.Reflector.<clinit>(Reflector.java:185)
[12:33:56] [main/INFO] [STDERR/]: [java.lang.Throwable:printStackTrace:-1]:     ... 17 more

Link to comment
Share on other sites

i removed optifine and still doesnt work

 


C:\Users\Mohammad .I\Desktop\Explorergame>java -Xmx8192M -Xms8192M -jar forge.jar nogui
2022-06-04 13:14:37,377 main WARN Advanced terminal features are not available in this environment
[13:14:37] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.34, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge, nogui]
[13:14:37] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.1.3+8.1.3+main-8.1.x.c94d18ec starting: java version 1.8.0_202 by Oracle Corporation
[13:14:38] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[13:14:38] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.4 Source=file:/C:/Users/Mohammad%20.I/Desktop/Explorergame/libraries/org/spongepowered/mixin/0.8.4/mixin-0.8.4.jar Service=ModLauncher Env=SERVER
[13:14:39] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:30 token recognition error at: '.'
[13:14:39] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 1:0 token recognition error at: '~'
[13:14:39] [main/INFO] [STDERR/]: [org.antlr.v4.runtime.ConsoleErrorListener:syntaxError:38]: line 2:141 token recognition error at: ';'
Init EnhancedVisuals coremods ...
Init CreativeCore coremods ...
[13:14:40] [main/ERROR] [mixin/]: Mixin config epicfight.mixins.json does not specify "minVersion" property
[13:14:40] [main/INFO] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
[13:14:40] [main/WARN] [mixin/]: Reference map 'yungsbridges.refmap.json' for yungsbridges.mixins.json could not be read. If this is a development environment you can ignore this message
[13:14:40] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/SkinManager (java.lang.ClassNotFoundException: null)
[13:14:40] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.SkinManager was not found transliterationlib.forge.mixins.json:PlayerSkinProviderMixin
[13:14:40] [main/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER
[13:14:40] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/entity/player/AbstractClientPlayerEntity (java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/AbstractClientPlayerEntity for invalid dist DEDICATED_SERVER)
[13:14:40] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.entity.player.AbstractClientPlayerEntity was not found transliterationlib.forge.mixins.json:AbstractClientPlayerEntityMixin
[13:14:40] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/resources/DefaultPlayerSkin (java.lang.ClassNotFoundException: null)
[13:14:40] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.resources.DefaultPlayerSkin was not found transliterationlib.forge.mixins.json:DefaultSkinHelperMixin
[13:14:40] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/model/PlayerModel (java.lang.ClassNotFoundException: null)
[13:14:40] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.model.PlayerModel was not found transliterationlib.forge.mixins.json:PlayerEntityModelMixin
[13:14:40] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/layers/HeldItemLayer (java.lang.ClassNotFoundException: null)
[13:14:40] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.layers.HeldItemLayer was not found transliterationlib.forge.mixins.json:HeldItemFeatureRendererMixin
[13:14:41] [main/WARN] [otg/]: Detected conflicting mixin for class net.minecraft.world.gen.feature.structure.Structure from other mod, disabling OTG mixin to avoid problems.
[13:14:52] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `debug`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:14:52] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `citadel_book`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:14:52] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `effect_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:14:52] [main/INFO] [ne.mi.re.GameData/]: Potentially Dangerous alternative prefix `citadel` for name `fancy_item`, expected `minecraft`. This could be a intended override, but in most cases indicates a broken mod.
[13:14:53] [modloading-worker-7/INFO] [bettercaves/]: Creating directory for dimension-specific Better Caves configs at C:\Users\Mohammad .I\Desktop\Explorergame\config\bettercaves\1_16
[13:14:53] [modloading-worker-3/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
[13:14:54] [modloading-worker-3/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: transliterationlib, class dev.tr7zw.transliterationlib.forge.TRansliterationLibMod
java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_202] {}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibAPIImpl.<init>(TRansliterationLibAPIImpl.java:23) ~[transliterationlib:1.0.4] {re:classloading}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibMod.<init>(TRansliterationLibMod.java:18) ~[transliterationlib:1.0.4] {re:classloading}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_202] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_202] {}
[13:14:55] [modloading-worker-0/INFO] [TerraForged/]: Environment: dev=false, stable=true, vanilla=false
[13:14:55] [modloading-worker-0/INFO] [TerraForged/]: Signature:  7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
[13:14:55] [modloading-worker-0/INFO] [TerraForged/]: Trust Data: CN=TerraForged self-signed
[13:14:55] [modloading-worker-0/INFO] [TerraForged/]: Initializing tags
[13:14:55] [modloading-worker-1/INFO] [Dungeon Crawl/]: Here we go! Launching Dungeon Crawl 2.3.5...
[13:14:55] [modloading-worker-0/INFO] [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 36.2.34, for MC 1.16.5 with MCP 20210115.111550
[13:14:55] [modloading-worker-0/INFO] [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v36.2.34 Initialized
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\Mohammad .I\Desktop\Explorergame\config\epicfight-client.toml is not correct. Correcting
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.long_press_count was corrected from null to its default, 2.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.show_health_indicator was corrected from null to its default, true.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.show_target_indicator was corrected from null to its default, true.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.filter_animation was corrected from null to its default, false.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.laser_pointer_color was corrected from null to its default, 0.328125.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.enable_laser_pointer was corrected from null to its default, true.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.camera_auto_switch was corrected from null to its default, false.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.auto_preparation was corrected from null to its default, false.
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.off_gore was corrected from null to its default, false.
[13:14:56] [modloading-worker-7/FATAL] [ne.mi.fm.lo.RuntimeDistCleaner/DISTXFORM]: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.battle_autoswitch_items was corrected from null to its default, [].
[13:14:56] [modloading-worker-3/INFO] [vanillavistas/]: Starting extraction of Vanilla Vistas
[13:14:56] [modloading-worker-7/ERROR] [ne.mi.fm.ja.FMLModContainer/LOADING]: Failed to create mod instance. ModID: firstpersonmod, class dev.tr7zw.firstperson.forge.FirstPersonModelMod
java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_202] {}
        at dev.tr7zw.firstperson.forge.FirstPersonModelMod.<init>(FirstPersonModelMod.java:38) ~[firstpersonmod:2.0.1] {re:classloading}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_202] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) [?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) [?:1.8.0_202] {}
[13:14:56] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key ingame.mining_autoswitch_items was corrected from null to its default, [].
[13:14:57] [modloading-worker-5/INFO] [epicfight/]: Load Configuration File
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\Mohammad .I\Desktop\Explorergame\config\epicfight.toml is not correct. Correcting
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry.sample was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry.sample.registry_name was corrected from null to its default, modid:registryname.
[13:14:57] [modloading-worker-6/INFO] [twilightforest/]: Skipped compatibility for mod immersiveengineering.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry.sample.weapon_type was corrected from null to its default, SWORD.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry.sample.impact was corrected from null to its default, 0.5.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry.sample.armor_ignorance was corrected from null to its default, 0.0.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_weaponry.sample.hit_at_once was corrected from null to its default, 1.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_armor was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_armor.sample was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:57] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_armor.sample.registry_name was corrected from null to its default, modid:registryname.
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_armor.sample.stunArmor was corrected from null to its default, 0.0.
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_armor.sample.weight was corrected from null to its default, 0.0.
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample was corrected from null to its default, SimpleCommentedConfig:{}.
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample.type_name was corrected from null to its default, modid:type_name.
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample.texture_location was corrected from null to its default, modid:texture_location.
[13:14:59] [modloading-worker-7/INFO] [yungsextras/]: Creating directory for additional YUNG's Extras configuration at C:\Users\Mohammad .I\Desktop\Explorergame\config\YungsExtras\forge-1_16
[13:14:59] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample.ai_type was corrected from null to its default, ZOMBIE.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample.impact was corrected from null to its default, 0.5.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample.armor_negation was corrected from null to its default, 0.0.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key custom_entity.sample.max_strikes was corrected from null to its default, 1.
[13:15:00] [modloading-worker-5/INFO] [epicfight/]: Load Configuration File
[13:15:00] [modloading-worker-5/INFO] [betterstrongholds/]: Creating directory for additional Better Strongholds configuration at C:\Users\Mohammad .I\Desktop\Explorergame\config\betterstrongholds\forge-1_16
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\Mohammad .I\Desktop\Explorergame\config\smallships-common.toml is not correct. Correcting
[13:15:00] [modloading-worker-7/INFO] [expandability/]: ExpandAbility here, who dis?
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Version was corrected from null to its default, 0.
[13:15:00] [modloading-worker-7/INFO] [bettermineshafts/]: Creating directory for advanced Better Mineshafts configs at C:\Users\Mohammad .I\Desktop\Explorergame\config\bettermineshafts\1_16
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.GalleySpeedFactor was corrected from null to its default, 1.3.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\Mohammad .I\Desktop\Explorergame\config\valhelsia_structures-common.toml is not correct. Correcting
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.GalleyTurnFactor was corrected from null to its default, 0.5.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.global was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.global.flatness_delta was corrected from null to its default, 4.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.global.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.CogSpeedFactor was corrected from null to its default, 1.25.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.global.blacklisted_biomes was corrected from null to its default, [minecraft:ocean, minecraft:river, minecraft:frozen_ocean, minecraft:frozen_river, minecraft:beach, minecraft:deep_ocean, minecraft:snowy_beach, minecraft:warm_ocean, minecraft:lukewarm_ocean, minecraft:cold_ocean, minecraft:deep_warm_ocean, minecraft:deep_lukewarm_ocean, minecraft:deep_cold_ocean, minecraft:deep_frozen_ocean].
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.CogTurnFactor was corrected from null to its default, 0.1.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WarGalleySpeedFactor was corrected from null to its default, 1.15.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WarGalleyTurnFactor was corrected from null to its default, 0.4.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarSpeedFactor was corrected from null to its default, 1.25.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarTurnFactor was corrected from null to its default, 0.3.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarIceBreakSpeed was corrected from null to its default, 2.0.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.RowBoatSpeedFactor was corrected from null to its default, 1.0.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.RowBoatTurnFactor was corrected from null to its default, 0.8.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.BriggSpeedFactor was corrected from null to its default, 1.35.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.BriggTurnFactor was corrected from null to its default, 0.3.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.PlaySwimmSound was corrected from null to its default, true.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WaterMobFlee was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.ShipZoom was corrected from null to its default, 6.0.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.EnterThirdPerson was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.spawn_chance was corrected from null to its default, 0.5.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.spacing was corrected from null to its default, 40.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.biome_categories was corrected from null to its default, [plains, forest, taiga].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.spawn_chance was corrected from null to its default, 0.6.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.spacing was corrected from null to its default, 35.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.biome_categories was corrected from null to its default, [plains, forest, taiga].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.castle_ruin.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.spawn_chance was corrected from null to its default, 0.7.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.spacing was corrected from null to its default, 30.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.biome_categories was corrected from null to its default, [desert].
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.MakeWaveAnimation was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.BriggHealth was corrected from null to its default, 600.0.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.desert_house.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.CogHealth was corrected from null to its default, 300.0.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.spawn_chance was corrected from null to its default, 0.7.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.spacing was corrected from null to its default, 30.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.biome_categories was corrected from null to its default, [plains, forest, extreme_hills, taiga].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.forge.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.spawn_chance was corrected from null to its default, 0.7.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.spacing was corrected from null to its default, 30.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.biome_categories was corrected from null to its default, [plains, forest, extreme_hills, taiga].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.player_house.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.spawn_chance was corrected from null to its default, 0.7.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.spacing was corrected from null to its default, 30.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.biome_categories was corrected from null to its default, [plains, forest, extreme_hills, taiga, desert, mesa, savanna, jungle, icy, swamp, mushroom].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.spawner_dungeon.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarHealth was corrected from null to its default, 360.0.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.spawn_chance was corrected from null to its default, 0.8.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.GalleyHealth was corrected from null to its default, 600.0.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.RowBoatHealth was corrected from null to its default, 100.0.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WarGalleyHealth was corrected from null to its default, 600.0.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DhowHealth was corrected from null to its default, 400.0.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.spacing was corrected from null to its default, 25.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.biome_categories was corrected from null to its default, [plains, forest, extreme_hills, taiga].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.tower_ruin.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Configuration file C:\Users\Mohammad .I\Desktop\Explorergame\config\smallships-common.toml is not correct. Correcting
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.spawn_chance was corrected from null to its default, 0.85.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Version was corrected from null to its default, 0.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.spacing was corrected from null to its default, 25.
[13:15:00] [modloading-worker-3/INFO] [vanillavistas/]: Preset Vanilla Vistas extracted, wrote 341 files
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.separation was corrected from null to its default, 7.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.biome_categories was corrected from null to its default, [swamp].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.witch_hut.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.generate was corrected from null to its default, true.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.spawn_chance was corrected from null to its default, 0.7.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.spacing was corrected from null to its default, 30.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.separation was corrected from null to its default, 8.
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.biome_categories was corrected from null to its default, [plains, forest].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.blacklisted_dimensions was corrected from null to its default, [].
[13:15:00] [modloading-worker-2/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key structures.big_tree.blacklisted_biomes was corrected from null to its default, [].
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships was corrected from null to its default, SimpleCommentedConfig:{}.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.GalleySpeedFactor was corrected from null to its default, 1.3.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.GalleyTurnFactor was corrected from null to its default, 0.5.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.CogSpeedFactor was corrected from null to its default, 1.25.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.CogTurnFactor was corrected from null to its default, 0.1.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WarGalleySpeedFactor was corrected from null to its default, 1.15.
[13:15:00] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WarGalleyTurnFactor was corrected from null to its default, 0.4.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarSpeedFactor was corrected from null to its default, 1.25.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarTurnFactor was corrected from null to its default, 0.3.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarIceBreakSpeed was corrected from null to its default, 2.0.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.RowBoatSpeedFactor was corrected from null to its default, 1.0.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.RowBoatTurnFactor was corrected from null to its default, 0.8.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.BriggSpeedFactor was corrected from null to its default, 1.35.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.BriggTurnFactor was corrected from null to its default, 0.3.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.PlaySwimmSound was corrected from null to its default, true.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WaterMobFlee was corrected from null to its default, true.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.ShipZoom was corrected from null to its default, 6.0.
[13:15:01] [modloading-worker-4/INFO] [ej.bo.BountifulMod/]: Loading Bountiful listeners..
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.EnterThirdPerson was corrected from null to its default, true.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.MakeWaveAnimation was corrected from null to its default, true.
[13:15:01] [modloading-worker-4/INFO] [STDOUT/]: [ejektaflex.bountiful.data.json.JsonSerializers:register:14]: BOREG registering json ser
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.BriggHealth was corrected from null to its default, 600.0.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.CogHealth was corrected from null to its default, 300.0.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DrakkarHealth was corrected from null to its default, 360.0.
[13:15:01] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.GalleyHealth was corrected from null to its default, 600.0.
[13:15:02] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.RowBoatHealth was corrected from null to its default, 100.0.
[13:15:02] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.WarGalleyHealth was corrected from null to its default, 600.0.
[13:15:02] [modloading-worker-5/WARN] [ne.mi.co.ForgeConfigSpec/CORE]: Incorrect key Ships.DhowHealth was corrected from null to its default, 400.0.
[13:15:03] [main/FATAL] [ne.mi.fm.ModLoader/LOADING]: Failed to complete lifecycle event CONSTRUCT, 2 errors found
[13:15:03] [main/FATAL] [ne.mi.co.ForgeMod/]: Preparing crash report with UUID 64efa7a1-b614-45f1-aaa7-6e3a34343add
[13:15:03] [main/INFO] [STDOUT/]: [net.minecraft.crash.CrashReport:func_85057_a:196]: Negative index in crash report handler (16/18)
[13:15:03] [main/FATAL] [ne.mi.fm.se.ServerModLoader/]: Crash report saved to .\crash-reports\crash-2022-06-04_13.15.03-fml.txt
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!

Time: 6/4/22 1:15 PM
Description: Mod loading error has occurred

java.lang.Exception: Mod Loading has failed
        at net.minecraftforge.fml.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:85) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:51) ~[forge:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading}
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202] {}
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202] {}
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202] {}
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge.jar:?] {}
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge.jar:?] {}


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

-- Head --
Thread: main
Stacktrace:
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge.jar:36.2] {}
-- MOD transliterationlib --
Details:
        Mod File: TRansliterationLib-1.0.4.jar
        Failure message: TRansliterationLib Mod (transliterationlib) has failed to load correctly
                java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
        Mod Version: 1.0.4
        Mod Issue URL: https://github.com/tr7zw/TRansliterationLib/issues
        Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER
Stacktrace:
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_202] {}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibAPIImpl.<init>(TRansliterationLibAPIImpl.java:23) ~[transliterationlib:1.0.4] {re:classloading}
        at dev.tr7zw.transliterationlib.forge.TRansliterationLibMod.<init>(TRansliterationLibMod.java:18) ~[transliterationlib:1.0.4] {re:classloading}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_202] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_202] {}


-- MOD firstpersonmod --
Details:
        Mod File: FirstPersonMod-2.0.1.jar
        Failure message: FirstPersonModel Mod (firstpersonmod) has failed to load correctly
                java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
        Mod Version: 2.0.1
        Mod Issue URL: https://github.com/tr7zw/FirstPersonModel-Fabric/issues
        Exception message: java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
Stacktrace:
        at net.minecraftforge.fml.loading.RuntimeDistCleaner.processClassWithFlags(RuntimeDistCleaner.java:71) ~[forge.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:85) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader$DelegatedClassLoader.findClass(TransformingClassLoader.java:265) ~[modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:136) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at cpw.mods.modlauncher.TransformingClassLoader.loadClass(TransformingClassLoader.java:98) ~[modlauncher-8.1.3.jar:?] {re:classloading}
        at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_202] {}
        at dev.tr7zw.firstperson.forge.FirstPersonModelMod.<init>(FirstPersonModelMod.java:38) ~[firstpersonmod:2.0.1] {re:classloading}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_202] {}
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.reflect.Constructor.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.Class.newInstance(Unknown Source) ~[?:1.8.0_202] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:81) ~[forge:36.2] {re:classloading}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$4(ModContainer.java:120) ~[forge:?] {re:classloading}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:1.8.0_202] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:1.8.0_202] {}


-- System Details --
Details:
        Minecraft Version: 1.16.5
        Minecraft Version ID: 1.16.5
        Operating System: Windows 10 (amd64) version 10.0
        Java Version: 1.8.0_202, Oracle Corporation
        Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
        Memory: 8068528160 bytes (7694 MB) / 8422162432 bytes (8032 MB) up to 8422162432 bytes (8032 MB)
        CPUs: 8
        JVM Flags: 2 total; -Xmx8192M -Xms8192M
        ModLauncher: 8.1.3+8.1.3+main-8.1.x.c94d18ec
        ModLauncher launch target: fmlserver
        ModLauncher naming: srg
        ModLauncher services:
                /mixin-0.8.4.jar mixin PLUGINSERVICE
                /eventbus-4.0.0.jar eventbus PLUGINSERVICE
                /forge.jar object_holder_definalize PLUGINSERVICE
                /forge.jar runtime_enum_extender PLUGINSERVICE
                /accesstransformers-3.0.1.jar accesstransformer PLUGINSERVICE
                /forge.jar capability_inject_definalize PLUGINSERVICE
                /forge.jar runtimedistcleaner PLUGINSERVICE
                /mixin-0.8.4.jar mixin TRANSFORMATIONSERVICE
                /forge.jar fml TRANSFORMATIONSERVICE
        FML: 36.2
        Forge: net.minecraftforge:36.2.34
        FML Language Providers:
                [email protected]
                minecraft@1
                [email protected]
        Mod List:
                mowziesmobs-1.5.25.jar                            |Mowzie's Mobs                 |mowziesmobs                   |1.5.25              |CREATE_REG|Manifest: NOSIGNATURE
                BetterDungeons-1.16.4-1.2.1.jar                   |YUNG's Better Dungeons        |betterdungeons                |1.16.4-1.2.1        |CREATE_REG|Manifest: NOSIGNATURE
                TRansliterationLib-1.0.4.jar                      |TRansliterationLib Mod        |transliterationlib            |1.0.4               |ERROR     |Manifest: NOSIGNATURE
                areas_1.16.5-2.8.jar                              |Areas                         |areas                         |2.8                 |CREATE_REG|Manifest: NOSIGNATURE
                spiders-2.0-1.16.4-1.0.4.jar                      |Spiders 2.0                   |spiderstpo                    |1.0.4               |CREATE_REG|Manifest: NOSIGNATURE
                abnormals_core-1.16.5-3.3.0.jar                   |Abnormals Core                |abnormals_core                |3.3.0               |CREATE_REG|Manifest: NOSIGNATURE
                InvMove-1.16.3-0.4.6.jar                          |InvMove                       |invmove                       |0.4.6               |CREATE_REG|Manifest: NOSIGNATURE
                BetterCaves-Forge-1.16.4-1.1.2.jar                |YUNG's Better Caves           |bettercaves                   |1.16.4-1.1.2        |CREATE_REG|Manifest: NOSIGNATURE
                villagernames_1.16.5-3.4.jar                      |Villager Names                |villagernames                 |3.4                 |CREATE_REG|Manifest: NOSIGNATURE
                TerraForged-1.16.5-0.2.15.jar                     |TerraForged                   |terraforged                   |0.2.15              |CREATE_REG|Manifest: 7b:73:d0:a2:c3:40:13:84:35:4f:c9:0e:2b:85:8c:08:ea:3c:3c:eb:f1:98:8b:5b:6e:ca:8a:a0:9a:cf:12:b3
                EpicFightMod-16.5.13.jar                          |Epic Fight Mod                |epicfight                     |16.5.13             |CREATE_REG|Manifest: NOSIGNATURE
                XaerosWorldMap_1.22.0_Forge_1.16.5.jar            |Xaero's World Map             |xaeroworldmap                 |1.22.0              |CREATE_REG|Manifest: NOSIGNATURE
                EnhancedVisuals_v1.3.32_mc1.16.5.jar              |EnhancedVisuals               |enhancedvisuals               |1.3.0               |CREATE_REG|Manifest: NOSIGNATURE
                comforts-forge-1.16.5-4.0.1.5.jar                 |Comforts                      |comforts                      |1.16.5-4.0.1.5      |CREATE_REG|Manifest: NOSIGNATURE
                citadel-1.8.1-1.16.5.jar                          |Citadel                       |citadel                       |1.8.1               |CREATE_REG|Manifest: NOSIGNATURE
                alexsmobs-1.12.1.jar                              |Alex's Mobs                   |alexsmobs                     |1.12.1              |CREATE_REG|Manifest: NOSIGNATURE
                Artifacts-1.16.5-2.10.5.jar                       |Artifacts                     |artifacts                     |1.16.5-2.10.5       |CREATE_REG|Manifest: NOSIGNATURE
                YungsApi-1.16.4-Forge-13.jar                      |YUNG's API                    |yungsapi                      |1.16.4-Forge-13     |CREATE_REG|Manifest: NOSIGNATURE
                champions-forge-1.16.5-2.0.1.13.jar               |Champions                     |champions                     |1.16.5-2.0.1.13     |CREATE_REG|Manifest: NOSIGNATURE
                [1.16.5]-Epic-Knights-Armor-and-Weapons-5.11v.jar |Epic Knights Armor and Weapons|magistuarmory                 |1.16-1.17           |CREATE_REG|Manifest: NOSIGNATURE
                DungeonCrawl-1.16.5-2.3.5.jar                     |Dungeon Crawl                 |dungeoncrawl                  |2.3.5               |CREATE_REG|Manifest: NOSIGNATURE
                MutantBeasts-1.16.4-1.1.3.jar                     |Mutant Beasts                 |mutantbeasts                  |1.16.4-1.1.3        |CREATE_REG|Manifest: d9:be:bd:b6:9a:e4:14:aa:05:67:fb:84:06:77:a0:c5:10:ec:27:15:1b:d6:c0:88:49:9a:ef:26:77:61:0b:5e
                grapple_hooks-1.2.2-33.jar                        |Grapple Hooks                 |grapple_hooks                 |1.2.2-33            |CREATE_REG|Manifest: NOSIGNATURE
                iceandfire-2.1.9-1.16.5.jar                       |Ice and Fire                  |iceandfire                    |2.1.9-1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
                cameraoverhaul-1.0-1.16.4.jar                     |Camera Overhaul               |cameraoverhaul                |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                forge-1.16.5-36.2.34-universal.jar                |Forge                         |forge                         |36.2.34             |CREATE_REG|Manifest: 22:af:21:d8:19:82:7f:93:94:fe:2b:ac:b7:e4:41:57:68:39:87:b1:a7:5c:c6:44:f9:25:74:21:14:f5:0d:90
                twilightforest-1.16.5-4.0.546-universal.jar       |The Twilight Forest           |twilightforest                |NONE                |CREATE_REG|Manifest: NOSIGNATURE
                betterendforge-1.16.5-1.6.3.jar                   |BetterEnd Forge               |betterendforge                |1.16.5-1.6.3        |CREATE_REG|Manifest: NOSIGNATURE
                DynamicSurroundings-1.16.5-4.0.5.0.jar            |º3Dynamic Surroundings        |dsurround                     |4.0.5.0             |CREATE_REG|Manifest: NOSIGNATURE
                structure_gel-1.16.5-1.7.8.jar                    |Structure Gel API             |structure_gel                 |1.7.8               |CREATE_REG|Manifest: NOSIGNATURE
                DungeonsArise-1.16.5-2.1.49-beta.jar              |When Dungeons Arise           |dungeons_arise                |2.1.49              |CREATE_REG|Manifest: NOSIGNATURE
                forge-1.16.5-36.2.34-server.jar                   |Minecraft                     |minecraft                     |1.16.5              |CREATE_REG|Manifest: NOSIGNATURE
                upgrade_aquatic-1.16.5-3.1.2.jar                  |Upgrade Aquatic               |upgrade_aquatic               |3.1.2               |CREATE_REG|Manifest: NOSIGNATURE
                repurposed_structures_forge-3.4.7+1.16.5.jar      |Repurposed Structures         |repurposed_structures         |3.4.7+1.16.5        |CREATE_REG|Manifest: NOSIGNATURE
                BiomesOPlenty-1.16.5-13.1.0.486-universal.jar     |Biomes O' Plenty              |biomesoplenty                 |1.16.5-13.1.0.486   |CREATE_REG|Manifest: NOSIGNATURE
                FirstPersonMod-2.0.1.jar                          |FirstPersonModel Mod          |firstpersonmod                |2.0.1               |ERROR     |Manifest: NOSIGNATURE
                CreativeCore_v2.2.1_mc1.16.5.jar                  |CreativeCore                  |creativecore                  |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                OTG-VanillaVistas-1.16.5-v2.1.jar                 |Vanilla Vistas                |vanillavistas                 |1.0                 |CREATE_REG|Manifest: NOSIGNATURE
                OpenTerrainGenerator-1.16.5-0.1.10.jar            |Open Terrain Generator        |otg                           |1.16.5-0.1.10       |CREATE_REG|Manifest: NOSIGNATURE
                YungsBridges-Forge-1.16.4-1.0.1.jar               |YUNG's Bridges                |yungsbridges                  |1.16.4-1.0.1        |CREATE_REG|Manifest: NOSIGNATURE
                dungeons_enhanced-1.16.5-1.7.jar                  |Dungeons Enhanced             |dungeons_enhanced             |1.7                 |CREATE_REG|Manifest: NOSIGNATURE
                villagespawnpoint_1.16.5-1.6.jar                  |Village Spawn Point           |villagespawnpoint             |1.6                 |CREATE_REG|Manifest: NOSIGNATURE
                atmospheric-1.16.5-3.1.1.jar                      |Atmospheric                   |atmospheric                   |3.1.1               |CREATE_REG|Manifest: NOSIGNATURE
                Bountiful-1.16.4-3.3.1.jar                        |Bountiful                     |bountiful                     |1.16.4-3.3.1        |CREATE_REG|Manifest: NOSIGNATURE
                YouDied-1.16.5-1.0.0.5.jar                        |You Died                      |you_died                      |1.0.0.5             |CREATE_REG|Manifest: 15:a4:a3:0e:d2:f8:64:0c:a4:97:30:5f:48:ba:5f:69:f9:23:42:14:a8:5a:60:3a:b1:b1:29:1a:0a:37:3c:79
                playerex-1.1.8-1.16.5.jar                         |Player Ex                     |playerex                      |1.1.8               |CREATE_REG|Manifest: NOSIGNATURE
                curios-forge-1.16.5-4.0.5.1.jar                   |Curios API                    |curios                        |1.16.5-4.0.5.1      |CREATE_REG|Manifest: NOSIGNATURE
                collective-1.16.5-4.25.jar                        |Collective                    |collective                    |4.25                |CREATE_REG|Manifest: NOSIGNATURE
                betterweather-2.0.1.jar                           |Better Weather                |betterweather                 |2.0.1               |CREATE_REG|Manifest: NOSIGNATURE
                AutoRegLib-1.6-49.jar                             |AutoRegLib                    |autoreglib                    |1.6-49              |CREATE_REG|Manifest: NOSIGNATURE
                Quark-r2.4-322.jar                                |Quark                         |quark                         |r2.4-322            |CREATE_REG|Manifest: NOSIGNATURE
                YungsExtras-Forge-1.16.4-1.0.jar                  |YUNG's Extras                 |yungsextras                   |Forge-1.16.4-1.0    |CREATE_REG|Manifest: NOSIGNATURE
                randomvillagenames_1.16.5-1.3.jar                 |Random Village Names          |randomvillagenames            |1.3                 |CREATE_REG|Manifest: NOSIGNATURE
                BetterThirdPerson-Forge-1.16.4-1.7.2.jar          |Better Third Person           |betterthirdperson             |1.7.2               |CREATE_REG|Manifest: NOSIGNATURE
                BetterStrongholds-1.16.4-1.2.1.jar                |YUNG's Better Strongholds     |betterstrongholds             |1.16.4-1.2.1        |CREATE_REG|Manifest: NOSIGNATURE
                eatinganimation-1.16.5-1.0.0.jar                  |Eating Animation              |eatinganimation               |1.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                mutantmore-1.16.5-1.0.0.jar                       |Mutant More                   |mutantmore                    |1.0.3               |CREATE_REG|Manifest: NOSIGNATURE
                kotlin_libraries-1.0-6.jar                        |Kotlin Libraries              |kotlin_libraries              |1.0-6               |CREATE_REG|Manifest: NOSIGNATURE
                cloth-config-4.14.54-forge.jar                    |Cloth Config v4 API           |cloth-config                  |4.14.54             |CREATE_REG|Manifest: NOSIGNATURE
                byg-1.3.5.jar                                     |Oh The Biomes You'll Go       |byg                           |1.3.4               |CREATE_REG|Manifest: NOSIGNATURE
                smallships-1.16.5-1.10.1.jar                      |Small Ships Mod               |smallships                    |1.10.1              |CREATE_REG|Manifest: NOSIGNATURE
                expandability-2.0.0-forge.jar                     |ExpandAbility                 |expandability                 |2.0.0               |CREATE_REG|Manifest: NOSIGNATURE
                valhelsia_core-16.0.13a.jar                       |Valhelsia Core                |valhelsia_core                |16.0.13a            |CREATE_REG|Manifest: NOSIGNATURE
                valhelsia_structures-1.16.5-0.1.6.jar             |Valhelsia Structures          |valhelsia_structures          |1.16.5-0.1.6        |CREATE_REG|Manifest: NOSIGNATURE
                BetterMineshafts-Forge-1.16.4-2.0.4.jar           |YUNG's Better Mineshafts      |bettermineshafts              |1.16.4-2.0.4        |CREATE_REG|Manifest: NOSIGNATURE
                geckolib-forge-1.16.5-3.0.65.jar                  |GeckoLib                      |geckolib3                     |3.0.65              |CREATE_REG|Manifest: NOSIGNATURE
        Crash Report UUID: 64efa7a1-b614-45f1-aaa7-6e3a34343add[13:15:03] [main/FATAL] [minecraft/Main]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
        TRansliterationLib Mod (transliterationlib) has failed to load correctly
?7java.lang.RuntimeException: Attempted to load class net/minecraft/client/world/ClientWorld for invalid dist DEDICATED_SERVER,
        FirstPersonModel Mod (firstpersonmod) has failed to load correctly
?7java.lang.RuntimeException: Attempted to load class net/minecraft/client/entity/player/ClientPlayerEntity for invalid dist DEDICATED_SERVER
]
        at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:269) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:236) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:194) ~[forge:?] {re:classloading}
        at net.minecraftforge.fml.server.ServerModLoader.load(ServerModLoader.java:44) ~[forge:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:95) ~[?:?] {re:classloading}
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_202] {}
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202] {}
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_202] {}
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_202] {}
        at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[forge.jar:36.2] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.1.3.jar:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.1.3.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [forge.jar:?] {}
        at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [forge.jar:?] {}
        at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [forge.jar:?] {}

C:\Users\Mohammad .I\Desktop\Explorergame>PAUSE

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hello there! I am trying to make custom dimensions for a modpack I am making in an older minecraft version, 1.16.5. I like that version and it has a few other mods that have not been updated that I would still like to use. Anyway, I am having a terrible time with getting my dimension to work and have tried using code from other peoples projects to at least figure out what I'm supposed to be doing but it has not been as helpful as I would have liked. If anyone could help that would be greatly appreciated! Here is my github with all the code as I am using it: https://github.com/BladeColdsteel/InvigoratedDimensionsMod I have also included the last log, https://pastebin.com/zX9vsDSq, I had when I tried to load up a world, let me know if there is anything else I should send though, thank you!
    • Whether you are a fan of Hypixel Bedwars, SkyWars and PvP gamemodes like that, well you would enjoy this server! We have a very fun and unique style of PvP that a lot of our players really enjoy and we want to bring this server to more players like you! Yes you reading this post haha. Introducing, the Minezone Network, home of SUPER CRAFT BLOCKS. We've been working on this server for over 4 years now. Here is what we have to offer: SUPER CRAFT BLOCKS: This has 3 different gamemodes you can play, Classic, Duels and Frenzy. Each mode offers over 60 kits to choose from, along with a total of over 60 maps, allowing for various different playstyles on each map. There are also random powerups that spawn on the map which can include Health Pots, Bazookas, Nukes, Extra Lives and way way more! There is also double jump in this gamemode as well, which makes PvP a lot more fun & unique. You only need a minimum of 2 players to start any mode! Classic: Choose a kit, 5 lives for each player, fight it out and claim the #1 spot! Look out for lightning as they can spawn powerups to really give you an advantage in the game! Duels: Fight against another random player or one of your friends and see who is the best! Frenzy: Your kit is randomly selected for you, each life you will have a different kit. You can fight with up to 100 players in this mode and lets see who will be the best out of that 100! All the other stuff from Classic/Duels apply to this mode as well like powerups. We have 2 ranks on this server too, VIP and CAPTAIN which has a bunch of different perks for SCB and other things like Cosmetics and more.   SERVER IP: If this server has caught your interest in any way, please consider joining and you will NOT regret it! Bring some of your friends online for an even better experience and join in on the fun at: IP: minezone.club Hope to see you online!   SERVER TRAILER: https://www.youtube.com/watch?v=0phpMgu1mH0
    • The mod give new blocks  
    • I will a Mode for 1.21 in this Mod give new block, items and dimensions   
  • Topics

×
×
  • Create New...

Important Information

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