Mod fails to call Minecraft's potion brewing method
79ak47 opened this issue ยท 0 comments
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: java.lang.NoSuchMethodException: net.minecraft.world.item.alchemy.PotionBrewing.addMix(net.minecraft.world.item.alchemy.Potion,net.minecraft.world.item.Item,net.minecraft.world.item.alchemy.Potion)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.Class.getDeclaredMethod(Class.java:2848)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.ribs.vintagedelight.mobEffects.CustomPotionBrewing.addMix(CustomPotionBrewing.java:11)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.ribs.vintagedelight.VintageDelight.lambda$setup$1(VintageDelight.java:92)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.lambda$makeRunnable$2(DeferredWorkQueue.java:81)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.makeRunnable(DeferredWorkQueue.java:76)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.lambda$runTasks$0(DeferredWorkQueue.java:60)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.ConcurrentLinkedDeque.forEach(ConcurrentLinkedDeque.java:1650)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.runTasks(DeferredWorkQueue.java:60)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraftforge.fml.core.ParallelTransition.lambda$finalActivityGenerator$2(ParallelTransition.java:35)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:43)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:28)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:224)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:210)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.Optional.ifPresent(Optional.java:178)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:210)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$loadMods$15(ModLoader.java:190)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:190)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:34)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:165)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at com.mohistmc.MohistMCStart.main(MohistMCStart.java:121)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: java.lang.NoSuchMethodException: net.minecraft.world.item.alchemy.PotionBrewing.addMix(net.minecraft.world.item.alchemy.Potion,net.minecraft.world.item.Item,net.minecraft.world.item.alchemy.Potion)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.Class.getDeclaredMethod(Class.java:2848)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.ribs.vintagedelight.mobEffects.CustomPotionBrewing.addMix(CustomPotionBrewing.java:11)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.ribs.vintagedelight.VintageDelight.lambda$setup$1(VintageDelight.java:93)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.lambda$makeRunnable$2(DeferredWorkQueue.java:81)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.makeRunnable(DeferredWorkQueue.java:76)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.lambda$runTasks$0(DeferredWorkQueue.java:60)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.ConcurrentLinkedDeque.forEach(ConcurrentLinkedDeque.java:1650)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.runTasks(DeferredWorkQueue.java:60)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraftforge.fml.core.ParallelTransition.lambda$finalActivityGenerator$2(ParallelTransition.java:35)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:43)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:28)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:224)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:210)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.Optional.ifPresent(Optional.java:178)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:210)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$loadMods$15(ModLoader.java:190)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:190)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:34)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:165)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at com.mohistmc.MohistMCStart.main(MohistMCStart.java:121)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: java.lang.NoSuchMethodException: net.minecraft.world.item.alchemy.PotionBrewing.addMix(net.minecraft.world.item.alchemy.Potion,net.minecraft.world.item.Item,net.minecraft.world.item.alchemy.Potion)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.Class.getDeclaredMethod(Class.java:2848)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.ribs.vintagedelight.mobEffects.CustomPotionBrewing.addMix(CustomPotionBrewing.java:11)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.ribs.vintagedelight.VintageDelight.lambda$setup$1(VintageDelight.java:94)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.lambda$makeRunnable$2(DeferredWorkQueue.java:81)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.makeRunnable(DeferredWorkQueue.java:76)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.lambda$runTasks$0(DeferredWorkQueue.java:60)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.ConcurrentLinkedDeque.forEach(ConcurrentLinkedDeque.java:1650)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.DeferredWorkQueue.runTasks(DeferredWorkQueue.java:60)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraftforge.fml.core.ParallelTransition.lambda$finalActivityGenerator$2(ParallelTransition.java:35)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModWorkManager$SyncExecutor.driveOne(ModWorkManager.java:43)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModWorkManager$DrivenExecutor.drive(ModWorkManager.java:28)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:224)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:210)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.util.Optional.ifPresent(Optional.java:178)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:210)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.lambda$loadMods$15(ModLoader.java:190)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at LAYER PLUGIN/[email protected]/net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:190)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:34)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at TRANSFORMER/[email protected]/net.minecraft.server.Main.main(Main.java:165)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at java.base/java.lang.reflect.Method.invoke(Method.java:580)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.run(Launcher.java:108)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.Launcher.main(Launcher.java:78)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at MC-BOOTSTRAP/[email protected]/cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at [email protected]/cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141)
[18:53:53] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:651]: at com.mohistmc.MohistMCStart.main(MohistMCStart.java:121)