Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: My mohist 1.20.1 server crashes and I don't know why:
Submitted on June 30, 2024 at 02:33 PM
Expires on June 30, 2025 at 02:33 PM (3 weeks from now)

Crash report (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808
ar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
        at com.mohistmc.MohistMCStart.main(MohistMCStart.java:104) [server.jar:1.20.1-508] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: main
Stacktrace:
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:157) ~[securejarhandler-mohist-2.1.11.jar:?] {}
-- MOD polytone --
Details:
        Caused by 0: java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
                at net.mehvahdjukaar.polytone.Polytone.<clinit>(Polytone.java:31) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
                at net.mehvahdjukaar.polytone.forge.PolytoneForge.<init>(PolytoneForge.java:27) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
                at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
                at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
                at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
                at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
                at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
                at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:76) ~[javafmllanguage-1.20.1-47.1.79.jar%23308!/:?] {}
                at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?] {}
                at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
                at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
                at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
                at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
                at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {}
                at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {}
                at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
        Mod File: /home/container/mods/polytone-1.20-1.18.2.jar
        Failure message: Polytone (polytone) has failed to load correctly
                java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
        Mod Version: 1.20-1.18.2
        Mod Issue URL: https://github.com/MehVahdJukaar/polytone/issues
        Exception message: java.lang.ClassNotFoundException: net.minecraft.client.color.block.BlockColor
Stacktrace:
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:157) ~[securejarhandler-mohist-2.1.11.jar:?] {}
        at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
        at net.mehvahdjukaar.polytone.Polytone.<clinit>(Polytone.java:31) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
        at net.mehvahdjukaar.polytone.forge.PolytoneForge.<init>(PolytoneForge.java:27) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
        at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
        at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:76) ~[javafmllanguage-1.20.1-47.1.79.jar%23308!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
-- System Details --
Details:
        Mohist Version: 1.20.1-508
        Minecraft Version: 1.20.1
        Minecraft Version ID: 1.20.1
        Operating System: Linux (amd64) version 6.1.0-21-amd64
        Java Version: 17.0.11, Eclipse Adoptium
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
        Memory: 1504235520 bytes (1434 MiB) / 2155872256 bytes (2056 MiB) up to 8589934592 bytes (8192 MiB)
        CPUs: 3
        Processor Vendor: AuthenticAMD
        Processor Name: AMD Ryzen 7 3700X 8-Core Processor
        Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
        Microarchitecture: Zen 2
        Frequency (GHz): -0.00
        Number of physical packages: 1
        Number of physical CPUs: 8
        Number of logical CPUs: 16
        Graphics card #0 name: unknown
        Graphics card #0 vendor: unknown
        Graphics card #0 VRAM (MB): 0.00
        Graphics card #0 deviceId: unknown
        Graphics card #0 versionInfo: unknown
        Virtual memory max (MB): 79626.95
        Virtual memory used (MB): 84568.47
        Swap memory total (MB): 15257.99
        Swap memory used (MB): 0.00
        JVM Flags: 2 total; -Xms128M -Xmx8192M
        CraftBukkit Information: CraftServer is not running yet
        ModLauncher: 10.0.9+10.0.9+main.dcd20f30
        ModLauncher launch target: forgeserver
        ModLauncher naming: srg
        ModLauncher services:
                mixin-0.8.5.jar mixin PLUGINSERVICE
                eventbus-6.0.5.jar eventbus PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar slf4jfixer PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar object_holder_definalize PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar runtime_enum_extender PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar mohist_implementer PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar capability_token_subclass PLUGINSERVICE
                accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar runtimedistcleaner PLUGINSERVICE
                modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
                modlauncher-10.0.9.jar redirector TRANSFORMATIONSERVICE
                modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
        FML Language Providers:
                minecraft@1.0
                kotlinforforge@4.11.0
                javafml@null
                lowcodefml@null
        Mod List:
                saturn-mc1.20.1-0.1.3.jar                         |Saturn                        |saturn                        |0.1.3               |COMMON_SET|Manifest: NOSIGNATURE
                Fastload-Reforged-mc1.20.1-3.4.0.jar              |Fastload-Reforged             |fastload                      |3.4.0               |COMMON_SET|Manifest: NOSIGNATURE
                supermartijn642configlib-1.1.8-forge-mc1.20.1.jar |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
                mobbattle-1.20.1-2.4.9-forge.jar                  |Mob Battle Mod                |mobbattle                     |1.20.1-2.4.9        |COMMON_SET|Manifest: NOSIGNATURE
                trajanscore-1.51-1.20.1.jar                       |Trajan's Core                 |trajanscore                   |1                   |COMMON_SET|Manifest: NOSIGNATURE
                geckolib-forge-1.20.1-4.4.4.jar                   |GeckoLib 4                    |geckolib                      |4.4.4               |COMMON_SET|Manifest: NOSIGNATURE
                JustEnoughGuns-0.3.1-1.20.1.jar                   |Just Enough Guns              |jeg                           |0.3.1               |COMMON_SET|Manifest: NOSIGNATURE
                ash_api-forge-3.0.2+1.20.1.jar                    |Ash API                       |ash_api                       |3.0.2+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
                jei-1.20.1-forge-15.3.0.4.jar                     |Just Enough Items             |jei                           |15.3.0.4            |COMMON_SET|Manifest: NOSIGNATURE
                goldenhopper-forge-1.20.1-1.4.1.jar               |Golden Hopper                 |goldenhopper                  |1.4.1               |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                FastSuite-1.20.1-5.0.1.jar                        |Fast Suite                    |fastsuite                     |5.0.1               |COMMON_SET|Manifest: NOSIGNATURE
                Clumps-forge-1.20.1-12.0.0.4.jar                  |Clumps                        |clumps                        |12.0.0.4            |COMMON_SET|Manifest: NOSIGNATURE
                EverlastingSkins-1.20.1-1.0.jar                   |Everlasting Skins             |everlastingskins              |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
                Placebo-1.20.1-8.6.2.jar                          |Placebo                       |placebo                       |8.6.2               |COMMON_SET|Manifest: NOSIGNATURE
                citadel-2.5.4-1.20.1.jar                          |Citadel                       |citadel                       |2.5.4               |COMMON_SET|Manifest: NOSIGNATURE
                alexsmobs-1.22.8.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.8              |COMMON_SET|Manifest: NOSIGNATURE
                mixinextras-forge-0.3.6.jar                       |MixinExtras                   |mixinextras                   |0.3.6               |COMMON_SET|Manifest: NOSIGNATURE
                weather2-1.20.1-2.8.3.jar                         |Weather2                      |weather2                      |1.20.1-2.8.3        |COMMON_SET|Manifest: NOSIGNATURE
                midnightlib-forge-1.4.2.jar                       |MidnightLib                   |midnightlib                   |1.4.2               |COMMON_SET|Manifest: NOSIGNATURE
                mighty_mail-forge-1.20.1-1.0.14.jar               |Mighty Mail                   |mighty_mail                   |1.0.14              |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                starlight-1.1.2+forge.1cda73c.jar                 |Starlight                     |starlight                     |1.1.2+forge.1cda73c |COMMON_SET|Manifest: NOSIGNATURE
                simpleplanes-1.20.1-5.2.7.jar                     |Simple Planes                 |simpleplanes                  |1.20.1-5.2.7        |COMMON_SET|Manifest: NOSIGNATURE
                everycomp-1.20-2.6.52.jar                         |Every Compat                  |everycomp                     |1.20-2.6.52         |COMMON_SET|Manifest: NOSIGNATURE
                cloth-config-forge-11.1.106.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.106            |COMMON_SET|Manifest: NOSIGNATURE
                forge-1.20.1-47.1.79-universal.jar                |Forge                         |forge                         |47.1.79             |COMMON_SET|Manifest: NOSIGNATURE
                stackrefill-1.20.1-4.2.jar                        |Stack Refill                  |stackrefill                   |4.2                 |COMMON_SET|Manifest: NOSIGNATURE
                friendsandfoes-forge-mc1.20.1-2.0.10.jar          |Friends&Foes                  |friendsandfoes                |2.0.10              |COMMON_SET|Manifest: NOSIGNATURE
                polytone-1.20-1.18.2.jar                          |Polytone                      |polytone                      |1.20-1.18.2         |ERROR     |Manifest: NOSIGNATURE
                replantingcrops-1.20.1-5.3.jar                    |Replanting Crops              |replantingcrops               |5.3                 |COMMON_SET|Manifest: NOSIGNATURE
                DungeonsArise-1.20.x-2.1.58-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.58-1.20.x       |COMMON_SET|Manifest: NOSIGNATURE
                server-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |COMMON_SET|Manifest: NOSIGNATURE
                TerraBlender-forge-1.20.1-3.0.1.4.jar             |TerraBlender                  |terrablender                  |3.0.1.4             |COMMON_SET|Manifest: NOSIGNATURE
                moonlight-1.20-2.11.12-forge.jar                  |Moonlight Library             |moonlight                     |1.20-2.11.12        |COMMON_SET|Manifest: NOSIGNATURE
                trajans-tanks-forge-1.20.1-2.4.jar                |Trajan's WW2 Tank Mod (Forge) |trajanstanks                  |2.4                 |COMMON_SET|Manifest: NOSIGNATURE
                BiomesOPlenty-1.20.1-18.0.0.598.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.598          |COMMON_SET|Manifest: NOSIGNATURE
                supermartijn642corelib-1.1.17-forge-mc1.20.1.jar  |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17              |COMMON_SET|Manifest: NOSIGNATURE
                spark-1.10.53-forge.jar                           |spark                         |spark                         |1.10.53             |COMMON_SET|Manifest: NOSIGNATURE
                car-forge-1.20.1-1.0.17.jar                       |Ultimate Car Mod              |car                           |1.20.1-1.0.17       |COMMON_SET|Manifest: NOSIGNATURE
                kffmod-4.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |4.11.0              |COMMON_SET|Manifest: NOSIGNATURE
                flywheel-forge-1.20.1-0.6.10-7.jar                |Flywheel                      |flywheel                      |0.6.10-7            |COMMON_SET|Manifest: NOSIGNATURE
                create-1.20.1-0.5.1.f.jar                         |Create                        |create                        |0.5.1.f             |COMMON_SET|Manifest: NOSIGNATURE
                luckytntmod-1.20-2.3.jar                          |Lucky TNT Mod                 |luckytntmod                   |2.3                 |COMMON_SET|Manifest: NOSIGNATURE
                luckytntlib-1.20-46.0.1.4.jar                     |Lucky TNT Lib                 |luckytntlib                   |46.0.1.4            |COMMON_SET|Manifest: NOSIGNATURE
                collective-1.20.1-7.41.jar                        |Collective                    |collective                    |7.41                |COMMON_SET|Manifest: NOSIGNATURE
                advancednetherite-forge-2.1.0-1.20.1.jar          |Advanced Netherite            |advancednetherite             |2.1.0               |COMMON_SET|Manifest: NOSIGNATURE
                [1.20.1] SecurityCraft v1.9.9.jar                 |SecurityCraft                 |securitycraft                 |1.9.9               |COMMON_SET|Manifest: NOSIGNATURE
                canary-mc1.20.1-0.3.3.jar                         |Canary                        |canary                        |0.3.3               |COMMON_SET|Manifest: NOSIGNATURE
                buildersaddition-1.20.1-20230928a.jar             |Builders Crafts & Additions   |buildersaddition              |1.20.1-20230928a    |COMMON_SET|Manifest: NOSIGNATURE
                ImmediatelyFast-Forge-1.2.18+1.20.4.jar           |ImmediatelyFast               |immediatelyfast               |1.2.18+1.20.4       |COMMON_SET|Manifest: NOSIGNATURE
                coroutil-forge-1.20.1-1.3.7.jar                   |CoroUtil                      |coroutil                      |1.20.1-1.3.7        |COMMON_SET|Manifest: NOSIGNATURE
                cfm-forge-1.20.1-7.0.0-pre36.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre36         |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                ferritecore-6.0.1-forge.jar                       |Ferrite Core                  |ferritecore                   |6.0.1               |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
                rubidium-extra-0.5.4.3+mc1.20.1-build.121.jar     |Embeddium Extra               |embeddium_extra               |0.5.4.3+mc1.20.1-bui|COMMON_SET|Manifest: NOSIGNATURE
                cupboard-1.20.1-2.7.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.7          |COMMON_SET|Manifest: NOSIGNATURE
                Saros-Road-Blocks-Mod-1.20.1-2.6.jar              |Saro´s Road Blocks Mod        |saros_road_blocks_mod         |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
                chunkloaders-1.2.8a-forge-mc1.20.1.jar            |Chunk Loaders                 |chunkloaders                  |1.2.8a              |COMMON_SET|Manifest: NOSIGNATURE
                framework-forge-1.20.1-0.6.27.jar                 |Framework                     |framework                     |0.6.27              |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                valkyrienskies-120-2.3.0-beta.5.jar               |Valkyrien Skies 2             |valkyrienskies                |2.3.0-beta.5        |COMMON_SET|Manifest: NOSIGNATURE
                eureka-1201-1.5.1-beta.3.jar                      |VS Eureka Mod                 |vs_eureka                     |1.5.1-beta.3        |COMMON_SET|Manifest: NOSIGNATURE
                no-telemetry-1.8.0.jar                            |No Telemetry                  |no_telemetry                  |1.8.0               |COMMON_SET|Manifest: NOSIGNATURE
        Crash Report UUID: bc9ad365-4301-4766-81fd-2db7a90cab16
        FML: 0.0
        Forge: net.minecraftforge:47.1.79[10:27:22 ERROR]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
        Polytone (polytone) has failed to load correctly
§7java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
]
        at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:246) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:210) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:210) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:30) ~[forge-1.20.1-47.1.79-universal.jar%23311!/:?]
        at net.minecraft.server.Main.main(Main.java:165) ~[server-1.20.1-20230612.114412-srg.jar%23306!/:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?]
        at com.mohistmc.MohistMCStart.main(MohistMCStart.java:104) [server.jar:1.20.1-508]
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 0
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "17.0.11" 2024-04-16
OpenJDK Runtime Environment Temurin-17.0.11+9 (build 17.0.11+9)
OpenJDK 64-Bit Server VM Temurin-17.0.11+9 (build 17.0.11+9, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -Xmx8192M -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar
 ███╗   ███╗  ██████╗  ██╗  ██╗ ██╗ ███████╗ ████████╗
 ████╗ ████║ ██╔═══██╗ ██║  ██║ ██║ ██╔════╝ ╚══██╔══╝
 ██╔████╔██║ ██║   ██║ ███████║ ██║ ███████╗    ██║
 ██║╚██╔╝██║ ██║   ██║ ██╔══██║ ██║ ╚════██║    ██║
 ██║ ╚═╝ ██║ ╚██████╔╝ ██║  ██║ ██║ ███████║    ██║
 ╚═╝     ╚═╝  ╚═════╝  ╚═╝  ╚═╝ ╚═╝ ╚══════╝    ╚═╝
Thanks for using Mohist - 1.20.1-508, Java(17.0.11) 61.0
Update in check...
If you don't want to enable update check, set check_update in mohist-config/mohist.yml to false
The latest Mohist version is 1.20.1-765 but you have 1.20.1-508. The latest version has been built on 2024-06-29 12:29:53. You should update to fix recent bugs!
Checking libraries, please wait...
All libraries are nice :)!
Searching incompatible mods...
[10:27:29 INFO]: ModLauncher running: args [--launchTarget, forgeserver, --fml.forgeVersion, 47.1.79, --fml.mcVersion, 1.20.1, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20230612.114412]
[10:27:29 INFO]: ModLauncher 10.0.9+10.0.9+main.dcd20f30 starting: java version 17.0.11 by Eclipse Adoptium; OS Linux arch amd64 version 6.1.0-21-amd64
[10:27:30 INFO]: ImmediateWindowProvider not loading because launch target is forgeserver
[10:27:30 INFO]: Redirector CoreMod initialized successfully!
[10:27:30 INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/home/container/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%23111!/ Service=ModLauncher Env=SERVER
[10:27:31 INFO]: Found 32 dependencies adding them to mods collection
Initializing Polytone Transformers
[10:27:33 INFO]: Compatibility level set to JAVA_17
[10:27:33 INFO]: Successfully loaded Mixin Connector [ca.spottedleaf.starlight.mixin.MixinConnector]
[10:27:33 INFO]: Successfully loaded Mixin Connector [de.maxhenkel.car.MixinConnector]
[10:27:33 INFO]: Launching target 'forgeserver' with arguments []
[10:27:33 INFO]: Loaded Saturn config file with 4 configurable options
[10:27:33 WARN]: Reference map 'eureka-1201-forge-refmap.json' for vs_eureka.mixins.json could not be read. If this is a development environment you can ignore this message
[10:27:33 INFO]: Redirecting com/llamalad7/mixinextras/service/MixinExtrasVersion
[10:27:33 INFO]: Loaded configuration file for Canary: 116 options available, 0 override(s) found
[10:27:33 WARN]: Reference map 'coroutil.refmap.json' for coroutil.mixins.json could not be read. If this is a development environment you can ignore this message
[10:27:33 INFO]: Redirecting malte0811/ferritecore/mixin/config/FerriteMixinConfig$LithiumSupportState
[10:27:33 INFO]: Loaded configuration file for Sodium Extra: 35 options available, 0 override(s) found
[10:27:34 INFO]: Patching IForgeItemStack#getEnchantmentLevel
[10:27:34 INFO]: Patching IForgeItemStack#getEnchantmentLevel
[10:27:34 INFO]: Redirecting org/valkyrienskies/mod/compat/VSRenderer
[10:27:35 WARN]: Error loading class: rbasamoyai/createbigcannons/cannon_control/contraption/PitchOrientedContraptionEntity (java.lang.ClassNotFoundException: rbasamoyai.createbigcannons.cannon_control.contraption.PitchOrientedContraptionEntity)
[10:27:35 WARN]: Error loading class: com/jamieswhiteshirt/reachentityattributes/ReachEntityAttributes (java.lang.ClassNotFoundException: com.jamieswhiteshirt.reachentityattributes.ReachEntityAttributes)
[10:27:35 WARN]: Error loading class: blusunrize/immersiveengineering/common/gui/BlockEntityInventory (java.lang.ClassNotFoundException: blusunrize.immersiveengineering.common.gui.BlockEntityInventory)
[10:27:35 WARN]: Error loading class: net/dries007/tfc/world/TFCChunkGenerator (java.lang.ClassNotFoundException: net.dries007.tfc.world.TFCChunkGenerator)
[10:27:35 WARN]: Error loading class: cofh/core/block/entity/TileCoFH (java.lang.ClassNotFoundException: cofh.core.block.entity.TileCoFH)
[10:27:35 WARN]: Error loading class: li/cil/tis3d/common/entity/InfraredPacketEntity (java.lang.ClassNotFoundException: li.cil.tis3d.common.entity.InfraredPacketEntity)
[10:27:35 WARN]: Error loading class: me/desht/modularrouters/container/RouterMenu (java.lang.ClassNotFoundException: me.desht.modularrouters.container.RouterMenu)
[10:27:35 ERROR]: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER
[10:27:35 WARN]: Error loading class: net/minecraft/client/gui/Gui (java.lang.RuntimeException: Attempted to load class net/minecraft/client/gui/Gui for invalid dist DEDICATED_SERVER)
[10:27:35 WARN]: @Mixin target net.minecraft.client.gui.Gui was not found car.mixins.json:GuiMixin
[10:27:35 WARN]: Error loading class: net/minecraft/client/gui/screens/SoundOptionsScreen (java.lang.ClassNotFoundException: net.minecraft.client.gui.screens.SoundOptionsScreen)
[10:27:35 WARN]: @Mixin target net.minecraft.client.gui.screens.SoundOptionsScreen was not found car.mixins.json:SoundOptionsScreenMixin
[10:27:35 ERROR]: valkyrienskies-common.mixins.json:feature.container_distance_check.MixinContainer: Interface mixin contains a non-public method! Found includeShipsInDistanceCheck(Lnet/minecraft/world/entity/player/Player;DDD)D in valkyrienskies-common.mixins.json:feature.container_distance_check.MixinContainer
org.spongepowered.asm.mixin.transformer.throwables.InvalidInterfaceMixinException: Interface mixin contains a non-public method! Found includeShipsInDistanceCheck(Lnet/minecraft/world/entity/player/Player;DDD)D in valkyrienskies-common.mixins.json:feature.container_distance_check.MixinContainer
        at org.spongepowered.asm.mixin.transformer.MixinPreProcessorInterface.prepareMethod(MixinPreProcessorInterface.java:65) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.prepare(MixinPreProcessorStandard.java:187) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinInfo$State.validate(MixinInfo.java:322) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinInfo.validate(MixinInfo.java:913) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinConfig.postInitialise(MixinConfig.java:801) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.prepareConfigs(MixinProcessor.java:567) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.select(MixinProcessor.java:462) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.checkSelect(MixinProcessor.java:438) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:290) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar%23111!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4]
        at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar%23101!/:10.0.9+10.0.9+main.dcd20f30]
        at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:121) ~[securejarhandler-mohist-2.1.11.jar:?]
        at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:257) ~[securejarhandler-mohist-2.1.11.jar:?]
        at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:267) ~[securejarhandler-mohist-2.1.11.jar:?]
        at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:257) ~[securejarhandler-mohist-2.1.11.jar:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:637) ~[?:?]
        at java.lang.Class.forName(Class.java:545) ~[?:?]
        at net.minecraftforge.fml.loading.ImmediateWindowHandler$DummyProvider.lambda$updateModuleReads$1(ImmediateWindowHandler.java:145) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:1.0]
        at java.util.Optional.map(Optional.java:260) [?:?]
        at net.minecraftforge.fml.loading.ImmediateWindowHandler$DummyProvider.updateModuleReads(ImmediateWindowHandler.java:145) [fmlloader-1.20.1-47.1.79.jar%23186!/:1.0]
        at net.minecraftforge.fml.loading.ImmediateWindowHandler.acceptGameLayer(ImmediateWindowHandler.java:71) [fmlloader-1.20.1-47.1.79.jar%23186!/:1.0]
        at net.minecraftforge.fml.loading.FMLLoader.beforeStart(FMLLoader.java:207) [fmlloader-1.20.1-47.1.79.jar%23186!/:1.0]
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.launchService(CommonLaunchHandler.java:92) [fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?]
        at com.mohistmc.MohistMCStart.main(MohistMCStart.java:104) [server.jar:1.20.1-508]
[10:27:35 INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.6).
[10:27:35 INFO]: Redirecting net/minecraft/util/Unit
[10:27:35 INFO]: Redirecting net/minecraft/ChatFormatting
[10:27:35 INFO]: Redirecting net/minecraft/Util$IdentityStrategy
[10:27:35 INFO]: Redirecting net/minecraft/core/Holder$Reference$Type
[10:27:37 INFO]: Redirecting net/minecraft/core/Direction
[10:27:37 INFO]: Redirecting net/minecraft/core/Direction$AxisDirection
[10:27:37 INFO]: Redirecting net/minecraft/core/Direction$Axis
[10:27:37 INFO]: Redirecting net/minecraft/core/Direction$Plane
[10:27:37 INFO]: Redirecting net/minecraft/core/FrontAndTop
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/AttachFace
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/BellAttachType
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/WallSide
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/RedstoneSide
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/DoubleBlockHalf
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/Half
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/RailShape
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/BedPart
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/ChestType
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/ComparatorMode
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/DoorHingeSide
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/NoteBlockInstrument
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/NoteBlockInstrument$Type
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/PistonType
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/SlabType
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/StairsShape
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/StructureMode
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/BambooLeaves
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/Tilt
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/DripstoneThickness
[10:27:37 INFO]: Redirecting net/minecraft/world/level/block/state/properties/SculkSensorPhase
[10:27:38 INFO]: Redirecting net/minecraft/world/level/material/PushReaction
[10:27:38 INFO]: Redirecting net/minecraft/world/level/block/state/BlockBehaviour$OffsetType
[10:27:38 INFO]: Redirecting net/minecraft/world/level/pathfinder/PathComputationType
[10:27:38 INFO]: Redirecting net/minecraft/world/item/DyeColor
[10:27:38 INFO]: Redirecting net/minecraft/util/ByIdMap$OutOfBoundsStrategy
[10:27:38 INFO]: Redirecting net/minecraft/core/AxisCycle
[10:27:38 INFO]: Redirecting net/minecraft/world/effect/MobEffectCategory
[10:27:38 INFO]: Redirecting net/minecraft/world/entity/ai/attributes/AttributeModifier$Operation
[10:27:38 INFO]: Redirecting org/bukkit/event/player/PlayerSignOpenEvent$Cause
[10:27:38 INFO]: Redirecting net/minecraft/world/level/block/PressurePlateBlock$Sensitivity
[10:27:38 INFO]: Redirecting net/minecraft/world/level/block/MultifaceSpreader$SpreadType
[10:27:38 INFO]: Redirecting net/minecraft/world/InteractionHand
[10:27:38 INFO]: Patching IForgeItemStack#getEnchantmentLevel
[10:27:38 INFO]: Patching IForgeItemStack#getEnchantmentLevel
[10:27:38 INFO]: Patching IForgeItemStack#getEnchantmentLevel
[10:27:38 INFO]: Patching IForgeItemStack#getEnchantmentLevel
[10:27:38 INFO]: Redirecting net/minecraft/world/InteractionResult
[10:27:38 INFO]: Redirecting net/minecraft/world/level/biome/Biome$Precipitation
[10:27:38 INFO]: Redirecting net/minecraft/world/level/block/SkullBlock$Types
[10:27:39 INFO]: Redirecting net/minecraft/world/level/block/WeatheringCopper$WeatherState
[10:27:39 INFO]: Redirecting net/minecraft/world/item/Rarity
[10:27:39 INFO]: Redirecting net/minecraft/world/entity/vehicle/AbstractMinecart$Type
[10:27:39 INFO]: Redirecting net/minecraft/world/entity/MobCategory
[10:27:40 INFO]: Redirecting org/bukkit/event/entity/CreatureSpawnEvent$SpawnReason
[10:27:40 INFO]: Redirecting net/minecraft/world/entity/ai/goal/Goal$Flag
[10:27:41 INFO]: Redirecting net/minecraft/world/entity/Pose
[10:27:41 INFO]: Redirecting net/minecraft/world/entity/animal/sniffer/Sniffer$State
[10:27:41 INFO]: Redirecting org/bukkit/event/entity/EntityPotionEffectEvent$Cause
[10:27:41 INFO]: Redirecting net/minecraft/world/item/ArmorItem$Type
[10:27:41 INFO]: Redirecting net/minecraft/world/entity/EquipmentSlot
[10:27:41 INFO]: Redirecting net/minecraft/world/entity/EquipmentSlot$Type
[10:27:41 INFO]: Redirecting net/minecraft/world/entity/vehicle/Boat$Type
[10:27:41 INFO]: Redirecting net/minecraft/world/item/ArmorMaterials
[10:27:41 INFO]: Redirecting net/minecraft/world/item/Tiers
[10:27:41 INFO]: Redirecting net/minecraft/network/protocol/game/ClientboundPlayerInfoUpdatePacket$Action
[10:27:41 INFO]: Redirecting net/minecraft/world/item/enchantment/Enchantment$Rarity
[10:27:41 INFO]: Redirecting net/minecraft/world/item/enchantment/ProtectionEnchantment$Type
[10:27:41 INFO]: Redirecting net/minecraft/world/item/enchantment/EnchantmentCategory
[10:27:41 INFO]: Redirecting net/minecraft/world/scores/criteria/ObjectiveCriteria$RenderType
[10:27:41 INFO]: Redirecting net/minecraft/world/level/levelgen/Heightmap$Types
[10:27:41 INFO]: Redirecting net/minecraft/world/level/levelgen/Heightmap$Usage
[10:27:41 INFO]: Redirecting net/minecraft/world/level/chunk/ChunkStatus$ChunkType
[10:27:41 INFO]: Redirecting net/minecraft/world/item/crafting/CraftingBookCategory
[10:27:41 INFO]: Redirecting net/minecraft/world/item/crafting/CookingBookCategory
[10:27:42 INFO]: Redirecting net/minecraft/core/Holder$Kind
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/placement/CaveSurface
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/placement/StructurePlacement$FrequencyReductionMethod
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/placement/RandomSpreadType
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/StructureSpawnOverride$BoundingBoxType
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/GenerationStep$Decoration
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/TerrainAdjustment
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/structures/MineshaftStructure$Type
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/structures/OceanRuinStructure$Type
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/structures/RuinedPortalPiece$VerticalPlacement
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/GenerationStep$Carving
[10:27:42 INFO]: Redirecting net/minecraft/world/level/biome/Biome$TemperatureModifier
[10:27:42 INFO]: Redirecting net/minecraft/world/level/biome/BiomeSpecialEffects$GrassColorModifier
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/SurfaceRules$Temperature
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/SurfaceRules$Steep
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/SurfaceRules$Hole
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/SurfaceRules$AbovePreliminarySurface
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/SurfaceRules$Bandlands
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$BlendAlpha
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$BlendOffset
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$BeardifierMarker
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$Marker$Type
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$WeirdScaledSampler$RarityValueMapper
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$Mapped$Type
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/DensityFunctions$TwoArgumentSimpleFunction$Type
[10:27:42 INFO]: Redirecting net/minecraft/world/level/levelgen/structure/pools/StructureTemplatePool$Projection
[10:27:42 INFO]: Redirecting net/minecraft/world/item/CreativeModeTab$Row
[10:27:42 INFO]: Redirecting net/minecraft/world/item/CreativeModeTab$Type
[10:27:43 INFO]: Redirecting ttv/migami/jeg/client/screen/ButtonAlignment
[10:27:43 INFO]: Redirecting ttv/migami/jeg/client/SwayType
[10:27:43 INFO]: Redirecting levosilimo/everlastingskins/enums/LanguageEnum
[10:27:43 INFO]: Redirecting net/minecraft/commands/Commands$CommandSelection
[10:27:43 INFO]: Redirecting net/minecraftforge/event/TickEvent$Phase
[10:27:43 INFO]: Redirecting net/minecraftforge/event/TickEvent$Type
[10:27:43 INFO]: forge loader environment detected
[10:27:43 INFO]: Redirecting net/minecraft/world/entity/Entity$RemovalReason
[10:27:43 INFO]: Redirecting net/minecraft/world/entity/MoverType
[10:27:43 INFO]: Redirecting net/minecraft/sounds/SoundSource
[10:27:43 INFO]: Redirecting org/bukkit/event/player/PlayerTeleportEvent$TeleportCause
[10:27:43 INFO]: Redirecting net/minecraft/world/level/block/Rotation
[10:27:43 INFO]: Redirecting net/minecraft/world/level/block/Mirror
[10:27:43 INFO]: Redirecting net/minecraft/commands/arguments/EntityAnchorArgument$Anchor
[10:27:43 INFO]: Redirecting ttv/migami/jeg/client/util/Easings
[10:27:43 INFO]: Redirecting net/minecraftforge/network/NetworkDirection
[10:27:43 INFO]: Redirecting net/mehvahdjukaar/moonlight/api/platform/RegHelper$VariantType
[10:27:43 INFO]: Redirecting net/mehvahdjukaar/moonlight/api/platform/PlatHelper$Side
[10:27:43 INFO]: Redirecting net/mehvahdjukaar/moonlight/api/platform/network/NetworkDir
[10:27:43 INFO]: Redirecting net/minecraft/server/packs/PackType
[10:27:43 INFO]: Redirecting net/minecraft/server/packs/repository/Pack$Position
[10:27:43 INFO]: Redirecting net/minecraft/world/level/ClipContext$Fluid
[10:27:43 INFO]: Redirecting net/mehvahdjukaar/every_compat/api/SimpleEntrySet$LootTableMode
[10:27:43 INFO]: Redirecting net/minecraft/world/entity/MobSpawnType
[10:27:43 INFO]: Loaded EveryCompat Friendsandfoes Module
[10:27:43 INFO]: Mohist mod loading.....
[10:27:43 INFO]: Forge mod loading, version 47.1.79, for MC 1.20.1 with MCP 20230612.114412
[10:27:43 INFO]: MinecraftForge v47.2.1 Initialized
[10:27:43 INFO]: NeoForge v47.1.79 Initialized
[10:27:43 INFO]: EventDispatcherRegistry initialized
[10:27:43 INFO]: Redirecting net/minecraft/world/item/ItemDisplayContext
[10:27:43 ERROR]: Failed to create mod instance. ModID: polytone, class net.mehvahdjukaar.polytone.forge.PolytoneForge
java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
        at net.mehvahdjukaar.polytone.Polytone.<clinit>(Polytone.java:31) ~[polytone-1.20-1.18.2.jar%23288!/:?]
        at net.mehvahdjukaar.polytone.forge.PolytoneForge.<init>(PolytoneForge.java:27) ~[polytone-1.20-1.18.2.jar%23288!/:?]
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?]
        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
        at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
        at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?]
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:76) ~[javafmllanguage-1.20.1-47.1.79.jar%23308!/:?]
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) [?:?]
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) [?:?]
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) [?:?]
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) [?:?]
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) [?:?]
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) [?:?]
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [?:?]
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.color.block.BlockColor
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:157) ~[securejarhandler-mohist-2.1.11.jar:?]
        at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
        ... 16 more
[10:27:43 INFO]: Redirecting net/mehvahdjukaar/moonlight/api/platform/configs/ConfigType
[10:27:44 INFO]: Redirecting com/supermartijn642/core/CoreSide
[10:27:44 INFO]: Redirecting de/maxhenkel/car/corelib/config/DynamicConfig$DynamicConfigType
[10:27:44 INFO]: Redirecting de/maxhenkel/car/blocks/BlockPaint$EnumPaintType
[10:27:44 INFO]: Redirecting com/jozufozu/flywheel/config/BackendType
[10:27:44 INFO]: Redirecting com/simibubi/create/AllTags$AllBlockTags
[10:27:44 INFO]: Redirecting com/simibubi/create/AllTags$NameSpace
[10:27:44 INFO]: Redirecting com/simibubi/create/AllTags$AllItemTags
[10:27:44 INFO]: Redirecting com/simibubi/create/AllTags$AllFluidTags
[10:27:44 INFO]: Redirecting com/simibubi/create/AllTags$AllEntityTags
[10:27:44 INFO]: Redirecting com/simibubi/create/AllTags$AllRecipeSerializerTags
[10:27:44 INFO]: Redirecting luckytnt/util/CustomTNTConfig
[10:27:44 INFO]: Kotlin For Forge Enabled!
[10:27:44 INFO]: Loading Collective version 7.41.
[10:27:44 INFO]: Hello world!
[10:27:44 INFO]: Redirecting net/minecraft/world/level/GameRules$Category
[10:27:44 INFO]: Loaded config for: cupboard.json
[10:27:44 INFO]: Redirecting net/minecraftforge/common/capabilities/CapabilityManager
[10:27:44 INFO]: Redirecting com/supermartijn642/chunkloaders/ChunkLoaderType
[10:27:44 INFO]: Redirecting net/geforcemods/securitycraft/util/SCItemGroup
[10:27:44 INFO]: Redirecting com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity$Mode
[10:27:44 WARN]: @Inject(@At("INVOKE_ASSIGN")) Shift.BY=2 on valkyrienskies-common.mixins.json:mod_compat.create.block.MixinRedstoneContactBlock::handler$bbg000$injectTick exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[10:27:44 INFO]: Redirecting net/minecraftforge/event/entity/player/PlayerInteractEvent$LeftClickBlock$Action
[10:27:44 INFO]: Redirecting com/simibubi/create/content/trains/signal/SignalBlock$SignalType
[10:27:44 INFO]: Redirecting com/simibubi/create/content/trains/signal/SignalBlockEntity$SignalState
[10:27:44 INFO]: Redirecting com/mrcrayfish/framework/api/config/ConfigType
[10:27:44 INFO]: Redirecting com/mrcrayfish/framework/api/Environment
[10:27:44 INFO]: Redirecting com/mrcrayfish/framework/platform/services/IPlatformHelper$Platform
[10:27:45 INFO]: Redirecting com/simibubi/create/foundation/data/recipe/CompatMetals
[10:27:45 INFO]: Redirecting com/simibubi/create/foundation/data/recipe/Mods
[10:27:45 INFO]: Redirecting com/simibubi/create/content/equipment/zapper/PlacementPatterns
[10:27:45 INFO]: Redirecting com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainBrushes
[10:27:45 INFO]: Redirecting com/simibubi/create/content/equipment/zapper/terrainzapper/TerrainTools
[10:27:45 INFO]: Redirecting com/simibubi/create/content/equipment/zapper/terrainzapper/PlacementOptions
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/util/internal/PrivateMaxEntriesMap$DiscardingListener
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/util/internal/PrivateMaxEntriesMap$DrainStatus
[10:27:45 INFO]: Redirecting com/simibubi/create/foundation/block/connected/AllCTTypes
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/Base64Variant$PaddingReadBehaviour
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/JsonFactory$Feature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/JsonParser$Feature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/JsonGenerator$Feature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/dataformat/cbor/CBORParser$Feature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/dataformat/cbor/CBORGenerator$Feature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/annotation/JsonInclude$Include
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/annotation/Nulls
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/annotation/JsonAutoDetect$Visibility
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/type/LogicalType
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/cfg/CoercionAction
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/cfg/CoercionInputShape
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/annotation/JsonFormat$Shape
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/MapperFeature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/SerializationFeature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/cfg/EnumFeature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/cfg/JsonNodeFeature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/DeserializationFeature
[10:27:45 INFO]: Redirecting com/simibubi/create/content/decoration/palettes/AllPaletteStoneTypes
[10:27:45 INFO]: Redirecting com/simibubi/create/content/decoration/palettes/PaletteBlockPattern$PatternNameType
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/JsonParser$NumberType
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/module/kotlin/KotlinFeature
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/module/kotlin/SingletonSupport
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/az
[10:27:45 INFO]: Redirecting com/networknt/schema/SpecVersion$VersionFlag
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/an
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/bc
[10:27:45 INFO]: Redirecting com/simibubi/create/content/kinetics/clock/CuckooClockBlockEntity$Animation
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/ay
registering network handlers
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/config/VSConfigClass$VSConfigClassSide
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/b
[10:27:45 INFO]: Redirecting com/simibubi/create/content/kinetics/belt/BeltBlockEntity$CasingType
[10:27:45 INFO]: Redirecting org/valkyrienskies/physics_api_krunch/SolverType
[10:27:45 INFO]: Redirecting com/simibubi/create/content/kinetics/mechanicalArm/ArmBlockEntity$Phase
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/aa
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/node/JsonNodeType
[10:27:45 INFO]: Redirecting com/networknt/schema/ValidatorTypeCode
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/annotation/PropertyAccessor
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/databind/AnnotationIntrospector$ReferenceProperty$Type
[10:27:45 INFO]: Redirecting com/networknt/schema/VersionCode
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/annotation/JsonProperty$Access
[10:27:45 INFO]: Redirecting com/simibubi/create/content/kinetics/deployer/DeployerBlockEntity$State
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/ac$b
[10:27:45 INFO]: Redirecting org/valkyrienskies/core/impl/shadow/ac$a
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/StreamWriteCapability
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/StreamReadCapability
[10:27:45 INFO]: Redirecting com/fasterxml/jackson/core/JsonToken
[10:27:45 INFO]: Redirecting com/simibubi/create/content/logistics/depot/EjectorBlockEntity$State
[10:27:45 INFO]: Redirecting com/networknt/schema/JsonType
[10:27:46 INFO]: Redirecting com/fasterxml/jackson/databind/cfg/ConstructorDetector$SingleArgConstructor
[10:27:46 INFO]: Redirecting com/fasterxml/jackson/annotation/JsonFormat$Feature
[10:27:46 INFO]: Redirecting com/simibubi/create/content/trains/signal/SignalBlockEntity$OverlayState
[10:27:46 INFO]: Redirecting com/simibubi/create/AllRecipeTypes
[10:27:46 INFO]: Redirecting com/fasterxml/jackson/databind/util/AccessPattern
[10:27:46 INFO]: Redirecting com/simibubi/create/AllParticleTypes
[10:27:46 INFO]: Redirecting com/simibubi/create/AllPackets
[10:27:46 INFO]: Redirecting com/simibubi/create/content/schematics/cannon/ConfigureSchematicannonPacket$Option
[10:27:46 INFO]: Redirecting com/simibubi/create/infrastructure/config/CClient$PlacementIndicatorSetting
[10:27:46 INFO]: Redirecting com/simibubi/create/foundation/config/ui/ConfigAnnotations$IntDisplay
[10:27:46 INFO]: Redirecting com/simibubi/create/infrastructure/config/CKinetics$DeployerAggroSetting
[10:27:46 INFO]: Redirecting com/simibubi/create/content/contraptions/ContraptionMovementSetting
[10:27:46 INFO]: Redirecting com/simibubi/create/content/fluids/transfer/FluidManipulationBehaviour$BottomlessFluidMode
[10:27:46 INFO]: Redirecting com/simibubi/create/compat/Mods
[10:27:46 INFO]: Redirecting com/fasterxml/jackson/annotation/JsonCreator$Mode
[10:27:46 INFO]: Redirecting org/valkyrienskies/mod/mixinducks/feature/mass_tooltip/MassTooltipVisibility
[10:27:46 INFO]: Redirecting net/minecraft/world/inventory/ClickAction
[10:27:46 INFO]: Redirecting net/minecraft/world/item/UseAnim
[10:27:46 INFO]: Redirecting com/simibubi/create/content/processing/recipe/HeatCondition
[10:27:46 INFO]: Redirecting com/faboslav/friendsandfoes/entity/pose/CopperGolemEntityPose
[10:27:46 INFO]: Redirecting com/faboslav/friendsandfoes/entity/pose/RascalEntityPose
[10:27:46 INFO]: Redirecting com/faboslav/friendsandfoes/entity/pose/TuffGolemEntityPose
[10:27:46 INFO]: Redirecting net/minecraft/network/protocol/PacketFlow
[10:27:46 INFO]: Redirecting org/bukkit/event/player/PlayerSpawnChangeEvent$Cause
[10:27:46 INFO]: Redirecting net/minecraft/world/level/GameType
[10:27:46 INFO]: Redirecting net/minecraft/world/entity/player/ChatVisiblity
[10:27:46 INFO]: Redirecting org/bukkit/WeatherType
[10:27:46 INFO]: Redirecting org/bukkit/event/entity/EntityExhaustionEvent$ExhaustionReason
[10:27:46 INFO]: Redirecting net/minecraft/world/entity/HumanoidArm
[10:27:46 INFO]: Redirecting net/minecraft/world/entity/player/PlayerModelPart
[10:27:46 INFO]: Redirecting org/bukkit/event/entity/EntityRegainHealthEvent$RegainReason
[10:27:46 INFO]: Redirecting net/minecraft/world/level/block/RenderShape
[10:27:46 INFO]: Redirecting net/minecraft/world/entity/SpawnPlacements$Type
[10:27:46 INFO]: Redirecting net/minecraft/world/level/pathfinder/BlockPathTypes
[10:27:46 INFO]: Redirecting com/simibubi/create/content/kinetics/base/IRotate$SpeedLevel
[10:27:46 FATAL]: Failed to complete lifecycle event CONSTRUCT, 1 errors found
Negative index in crash report handler (19/21)
[10:27:46 FATAL]: Preparing crash report with UUID 93b6d0fa-48ce-44dd-a16f-94ac0a9d4991
[10:27:46 FATAL]: Crash report saved to ./crash-reports/crash-2024-06-30_10.27.46-fml.txt
[10:27:46 FATAL]: Preparing crash report with UUID a8b020c2-727b-4d74-860a-72a1f1e190c6
---- Minecraft Crash Report ----
// Ouch. That hurt :(
Time: 2024-06-30 10:27:46
Description: Mod loading error has occurred
java.lang.Exception: Mod Loading has failed
        at net.minecraftforge.logging.CrashReportExtender.dumpModLoadingCrashReport(CrashReportExtender.java:60) ~[forge-1.20.1-47.1.79-universal.jar%23311!/:?] {re:classloading}
        at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:37) ~[forge-1.20.1-47.1.79-universal.jar%23311!/:?] {re:classloading}
        at net.minecraft.server.Main.main(Main.java:165) ~[server-1.20.1-20230612.114412-srg.jar%23306!/:?] {re:mixin,re:classloading,pl:mixin:A}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?] {}
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?] {}
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?] {}
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?] {}
        at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23101!/:?] {}
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?] {}
        at com.mohistmc.MohistMCStart.main(MohistMCStart.java:104) [server.jar:1.20.1-508] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: main
Stacktrace:
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:157) ~[securejarhandler-mohist-2.1.11.jar:?] {}
-- MOD polytone --
Details:
        Caused by 0: java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
                at net.mehvahdjukaar.polytone.Polytone.<clinit>(Polytone.java:31) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
                at net.mehvahdjukaar.polytone.forge.PolytoneForge.<init>(PolytoneForge.java:27) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
                at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
                at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
                at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
                at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
                at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
                at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:76) ~[javafmllanguage-1.20.1-47.1.79.jar%23308!/:?] {}
                at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?] {}
                at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
                at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
                at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
                at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
                at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {}
                at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {}
                at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
        Mod File: /home/container/mods/polytone-1.20-1.18.2.jar
        Failure message: Polytone (polytone) has failed to load correctly
                java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
        Mod Version: 1.20-1.18.2
        Mod Issue URL: https://github.com/MehVahdJukaar/polytone/issues
        Exception message: java.lang.ClassNotFoundException: net.minecraft.client.color.block.BlockColor
Stacktrace:
        at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:157) ~[securejarhandler-mohist-2.1.11.jar:?] {}
        at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
        at net.mehvahdjukaar.polytone.Polytone.<clinit>(Polytone.java:31) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
        at net.mehvahdjukaar.polytone.forge.PolytoneForge.<init>(PolytoneForge.java:27) ~[polytone-1.20-1.18.2.jar%23288!/:?] {re:classloading}
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?] {}
        at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) ~[?:?] {}
        at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?] {}
        at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?] {}
        at java.lang.reflect.Constructor.newInstance(Constructor.java:480) ~[?:?] {}
        at net.minecraftforge.fml.javafmlmod.FMLModContainer.constructMod(FMLModContainer.java:76) ~[javafmllanguage-1.20.1-47.1.79.jar%23308!/:?] {}
        at net.minecraftforge.fml.ModContainer.lambda$buildTransitionHandler$10(ModContainer.java:123) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?] {}
        at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?] {}
        at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) ~[?:?] {}
        at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) ~[?:?] {}
        at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) ~[?:?] {}
-- System Details --
Details:
        Mohist Version: 1.20.1-508
        Minecraft Version: 1.20.1
        Minecraft Version ID: 1.20.1
        Operating System: Linux (amd64) version 6.1.0-21-amd64
        Java Version: 17.0.11, Eclipse Adoptium
        Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
        Memory: 270223360 bytes (257 MiB) / 922746880 bytes (880 MiB) up to 8589934592 bytes (8192 MiB)
        CPUs: 3
        Processor Vendor: AuthenticAMD
        Processor Name: AMD Ryzen 7 3700X 8-Core Processor
        Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
        Microarchitecture: Zen 2
        Frequency (GHz): -0.00
        Number of physical packages: 1
        Number of physical CPUs: 8
        Number of logical CPUs: 16
        Graphics card #0 name: unknown
        Graphics card #0 vendor: unknown
        Graphics card #0 VRAM (MB): 0.00
        Graphics card #0 deviceId: unknown
        Graphics card #0 versionInfo: unknown
        Virtual memory max (MB): 79626.95
        Virtual memory used (MB): 83900.45
        Swap memory total (MB): 15257.99
        Swap memory used (MB): 0.00
        JVM Flags: 2 total; -Xms128M -Xmx8192M
        CraftBukkit Information: CraftServer is not running yet
        ModLauncher: 10.0.9+10.0.9+main.dcd20f30
        ModLauncher launch target: forgeserver
        ModLauncher naming: srg
        ModLauncher services:
                mixin-0.8.5.jar mixin PLUGINSERVICE
                eventbus-6.0.5.jar eventbus PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar slf4jfixer PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar object_holder_definalize PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar runtime_enum_extender PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar mohist_implementer PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar capability_token_subclass PLUGINSERVICE
                accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
                fmlloader-1.20.1-47.1.79.jar runtimedistcleaner PLUGINSERVICE
                modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
                modlauncher-10.0.9.jar redirector TRANSFORMATIONSERVICE
                modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
        FML Language Providers:
                minecraft@1.0
                kotlinforforge@4.11.0
                javafml@null
                lowcodefml@null
        Mod List:
                saturn-mc1.20.1-0.1.3.jar                         |Saturn                        |saturn                        |0.1.3               |COMMON_SET|Manifest: NOSIGNATURE
                Fastload-Reforged-mc1.20.1-3.4.0.jar              |Fastload-Reforged             |fastload                      |3.4.0               |COMMON_SET|Manifest: NOSIGNATURE
                supermartijn642configlib-1.1.8-forge-mc1.20.1.jar |SuperMartijn642's Config Libra|supermartijn642configlib      |1.1.8               |COMMON_SET|Manifest: NOSIGNATURE
                mobbattle-1.20.1-2.4.9-forge.jar                  |Mob Battle Mod                |mobbattle                     |1.20.1-2.4.9        |COMMON_SET|Manifest: NOSIGNATURE
                trajanscore-1.51-1.20.1.jar                       |Trajan's Core                 |trajanscore                   |1                   |COMMON_SET|Manifest: NOSIGNATURE
                geckolib-forge-1.20.1-4.4.4.jar                   |GeckoLib 4                    |geckolib                      |4.4.4               |COMMON_SET|Manifest: NOSIGNATURE
                JustEnoughGuns-0.3.1-1.20.1.jar                   |Just Enough Guns              |jeg                           |0.3.1               |COMMON_SET|Manifest: NOSIGNATURE
                ash_api-forge-3.0.2+1.20.1.jar                    |Ash API                       |ash_api                       |3.0.2+1.20.1        |COMMON_SET|Manifest: NOSIGNATURE
                jei-1.20.1-forge-15.3.0.4.jar                     |Just Enough Items             |jei                           |15.3.0.4            |COMMON_SET|Manifest: NOSIGNATURE
                goldenhopper-forge-1.20.1-1.4.1.jar               |Golden Hopper                 |goldenhopper                  |1.4.1               |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                FastSuite-1.20.1-5.0.1.jar                        |Fast Suite                    |fastsuite                     |5.0.1               |COMMON_SET|Manifest: NOSIGNATURE
                Clumps-forge-1.20.1-12.0.0.4.jar                  |Clumps                        |clumps                        |12.0.0.4            |COMMON_SET|Manifest: NOSIGNATURE
                EverlastingSkins-1.20.1-1.0.jar                   |Everlasting Skins             |everlastingskins              |1.0                 |COMMON_SET|Manifest: NOSIGNATURE
                Placebo-1.20.1-8.6.2.jar                          |Placebo                       |placebo                       |8.6.2               |COMMON_SET|Manifest: NOSIGNATURE
                citadel-2.5.4-1.20.1.jar                          |Citadel                       |citadel                       |2.5.4               |COMMON_SET|Manifest: NOSIGNATURE
                alexsmobs-1.22.8.jar                              |Alex's Mobs                   |alexsmobs                     |1.22.8              |COMMON_SET|Manifest: NOSIGNATURE
                mixinextras-forge-0.3.6.jar                       |MixinExtras                   |mixinextras                   |0.3.6               |COMMON_SET|Manifest: NOSIGNATURE
                weather2-1.20.1-2.8.3.jar                         |Weather2                      |weather2                      |1.20.1-2.8.3        |COMMON_SET|Manifest: NOSIGNATURE
                midnightlib-forge-1.4.2.jar                       |MidnightLib                   |midnightlib                   |1.4.2               |COMMON_SET|Manifest: NOSIGNATURE
                mighty_mail-forge-1.20.1-1.0.14.jar               |Mighty Mail                   |mighty_mail                   |1.0.14              |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                starlight-1.1.2+forge.1cda73c.jar                 |Starlight                     |starlight                     |1.1.2+forge.1cda73c |COMMON_SET|Manifest: NOSIGNATURE
                simpleplanes-1.20.1-5.2.7.jar                     |Simple Planes                 |simpleplanes                  |1.20.1-5.2.7        |COMMON_SET|Manifest: NOSIGNATURE
                everycomp-1.20-2.6.52.jar                         |Every Compat                  |everycomp                     |1.20-2.6.52         |COMMON_SET|Manifest: NOSIGNATURE
                Saros-Road-Signs-Mod-1.20.1-3.4.jar               |Saro�s Road signs mod         |saros_road_signs_mod          |2.0                 |COMMON_SET|Manifest: NOSIGNATURE
                cloth-config-forge-11.1.106.jar                   |Cloth Config v10 API          |cloth_config                  |11.1.106            |COMMON_SET|Manifest: NOSIGNATURE
                forge-1.20.1-47.1.79-universal.jar                |Forge                         |forge                         |47.1.79             |COMMON_SET|Manifest: NOSIGNATURE
                stackrefill-1.20.1-4.2.jar                        |Stack Refill                  |stackrefill                   |4.2                 |COMMON_SET|Manifest: NOSIGNATURE
                friendsandfoes-forge-mc1.20.1-2.0.10.jar          |Friends&Foes                  |friendsandfoes                |2.0.10              |COMMON_SET|Manifest: NOSIGNATURE
                polytone-1.20-1.18.2.jar                          |Polytone                      |polytone                      |1.20-1.18.2         |ERROR     |Manifest: NOSIGNATURE
                replantingcrops-1.20.1-5.3.jar                    |Replanting Crops              |replantingcrops               |5.3                 |COMMON_SET|Manifest: NOSIGNATURE
                DungeonsArise-1.20.x-2.1.58-release.jar           |When Dungeons Arise           |dungeons_arise                |2.1.58-1.20.x       |COMMON_SET|Manifest: NOSIGNATURE
                server-1.20.1-20230612.114412-srg.jar             |Minecraft                     |minecraft                     |1.20.1              |COMMON_SET|Manifest: NOSIGNATURE
                TerraBlender-forge-1.20.1-3.0.1.4.jar             |TerraBlender                  |terrablender                  |3.0.1.4             |COMMON_SET|Manifest: NOSIGNATURE
                moonlight-1.20-2.11.12-forge.jar                  |Moonlight Library             |moonlight                     |1.20-2.11.12        |COMMON_SET|Manifest: NOSIGNATURE
                trajans-tanks-forge-1.20.1-2.4.jar                |Trajan's WW2 Tank Mod (Forge) |trajanstanks                  |2.4                 |COMMON_SET|Manifest: NOSIGNATURE
                BiomesOPlenty-1.20.1-18.0.0.598.jar               |Biomes O' Plenty              |biomesoplenty                 |18.0.0.598          |COMMON_SET|Manifest: NOSIGNATURE
                supermartijn642corelib-1.1.17-forge-mc1.20.1.jar  |SuperMartijn642's Core Lib    |supermartijn642corelib        |1.1.17              |COMMON_SET|Manifest: NOSIGNATURE
                spark-1.10.53-forge.jar                           |spark                         |spark                         |1.10.53             |COMMON_SET|Manifest: NOSIGNATURE
                car-forge-1.20.1-1.0.17.jar                       |Ultimate Car Mod              |car                           |1.20.1-1.0.17       |COMMON_SET|Manifest: NOSIGNATURE
                kffmod-4.11.0.jar                                 |Kotlin For Forge              |kotlinforforge                |4.11.0              |COMMON_SET|Manifest: NOSIGNATURE
                flywheel-forge-1.20.1-0.6.10-7.jar                |Flywheel                      |flywheel                      |0.6.10-7            |COMMON_SET|Manifest: NOSIGNATURE
                create-1.20.1-0.5.1.f.jar                         |Create                        |create                        |0.5.1.f             |COMMON_SET|Manifest: NOSIGNATURE
                luckytntmod-1.20-2.3.jar                          |Lucky TNT Mod                 |luckytntmod                   |2.3                 |COMMON_SET|Manifest: NOSIGNATURE
                luckytntlib-1.20-46.0.1.4.jar                     |Lucky TNT Lib                 |luckytntlib                   |46.0.1.4            |COMMON_SET|Manifest: NOSIGNATURE
                collective-1.20.1-7.41.jar                        |Collective                    |collective                    |7.41                |COMMON_SET|Manifest: NOSIGNATURE
                advancednetherite-forge-2.1.0-1.20.1.jar          |Advanced Netherite            |advancednetherite             |2.1.0               |COMMON_SET|Manifest: NOSIGNATURE
                [1.20.1] SecurityCraft v1.9.9.jar                 |SecurityCraft                 |securitycraft                 |1.9.9               |COMMON_SET|Manifest: NOSIGNATURE
                canary-mc1.20.1-0.3.3.jar                         |Canary                        |canary                        |0.3.3               |COMMON_SET|Manifest: NOSIGNATURE
                buildersaddition-1.20.1-20230928a.jar             |Builders Crafts & Additions   |buildersaddition              |1.20.1-20230928a    |COMMON_SET|Manifest: NOSIGNATURE
                ImmediatelyFast-Forge-1.2.18+1.20.4.jar           |ImmediatelyFast               |immediatelyfast               |1.2.18+1.20.4       |COMMON_SET|Manifest: NOSIGNATURE
                coroutil-forge-1.20.1-1.3.7.jar                   |CoroUtil                      |coroutil                      |1.20.1-1.3.7        |COMMON_SET|Manifest: NOSIGNATURE
                cfm-forge-1.20.1-7.0.0-pre36.jar                  |MrCrayfish's Furniture Mod    |cfm                           |7.0.0-pre36         |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                ferritecore-6.0.1-forge.jar                       |Ferrite Core                  |ferritecore                   |6.0.1               |COMMON_SET|Manifest: 41:ce:50:66:d1:a0:05:ce:a1:0e:02:85:9b:46:64:e0:bf:2e:cf:60:30:9a:fe:0c:27:e0:63:66:9a:84:ce:8a
                rubidium-extra-0.5.4.3+mc1.20.1-build.121.jar     |Embeddium Extra               |embeddium_extra               |0.5.4.3+mc1.20.1-bui|COMMON_SET|Manifest: NOSIGNATURE
                cupboard-1.20.1-2.7.jar                           |Cupboard utilities            |cupboard                      |1.20.1-2.7          |COMMON_SET|Manifest: NOSIGNATURE
                Saros-Road-Blocks-Mod-1.20.1-2.6.jar              |Saro´s Road Blocks Mod        |saros_road_blocks_mod         |1.0.0               |COMMON_SET|Manifest: NOSIGNATURE
                chunkloaders-1.2.8a-forge-mc1.20.1.jar            |Chunk Loaders                 |chunkloaders                  |1.2.8a              |COMMON_SET|Manifest: NOSIGNATURE
                framework-forge-1.20.1-0.6.27.jar                 |Framework                     |framework                     |0.6.27              |COMMON_SET|Manifest: 0d:78:5f:44:c0:47:0c:8c:e2:63:a3:04:43:d4:12:7d:b0:7c:35:37:dc:40:b1:c1:98:ec:51:eb:3b:3c:45:99
                valkyrienskies-120-2.3.0-beta.5.jar               |Valkyrien Skies 2             |valkyrienskies                |2.3.0-beta.5        |COMMON_SET|Manifest: NOSIGNATURE
                eureka-1201-1.5.1-beta.3.jar                      |VS Eureka Mod                 |vs_eureka                     |1.5.1-beta.3        |COMMON_SET|Manifest: NOSIGNATURE
                no-telemetry-1.8.0.jar                            |No Telemetry                  |no_telemetry                  |1.8.0               |COMMON_SET|Manifest: NOSIGNATURE
        Crash Report UUID: a8b020c2-727b-4d74-860a-72a1f1e190c6
        FML: 0.0
        Forge: net.minecraftforge:47.1.79[10:27:46 ERROR]: Failed to start the minecraft server
net.minecraftforge.fml.LoadingFailedException: Loading errors encountered: [
        Polytone (polytone) has failed to load correctly
§7java.lang.NoClassDefFoundError: net/minecraft/client/color/block/BlockColor
]
        at net.minecraftforge.fml.ModLoader.waitForTransition(ModLoader.java:246) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at net.minecraftforge.fml.ModLoader.lambda$dispatchAndHandleError$20(ModLoader.java:210) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at java.util.Optional.ifPresent(Optional.java:178) ~[?:?]
        at net.minecraftforge.fml.ModLoader.dispatchAndHandleError(ModLoader.java:210) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at net.minecraftforge.fml.ModLoader.lambda$gatherAndInitializeMods$13(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at java.lang.Iterable.forEach(Iterable.java:75) ~[?:?]
        at net.minecraftforge.fml.ModLoader.gatherAndInitializeMods(ModLoader.java:183) ~[fmlcore-1.20.1-47.1.79.jar%23307!/:?]
        at net.minecraftforge.server.loading.ServerModLoader.load(ServerModLoader.java:30) ~[forge-1.20.1-47.1.79-universal.jar%23311!/:?]
        at net.minecraft.server.Main.main(Main.java:165) ~[server-1.20.1-20230612.114412-srg.jar%23306!/:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
        at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) ~[?:?]
        at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
        at java.lang.reflect.Method.invoke(Method.java:568) ~[?:?]
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.serverService(CommonLaunchHandler.java:103) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at net.minecraftforge.fml.loading.targets.CommonServerLaunchHandler.lambda$makeService$0(CommonServerLaunchHandler.java:27) ~[fmlloader-1.20.1-47.1.79.jar%23186!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) [modlauncher-10.0.9.jar%23101!/:?]
        at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) [bootstraplauncher-1.1.2.jar:?]
        at com.mohistmc.MohistMCStart.main(MohistMCStart.java:104) [server.jar:1.20.1-508]
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 0
[Pterodactyl Daemon]: Out of memory: false
[Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.