Modded server crashing only when adding SpongeForge and Nucleus

So I run a pretty heavily modded server for friends and friends of friends with around a total of 111 mods installed, and it runs pretty well except with minor block lag here and there if someone is exploring with an elytra or something, etc. Anyhow, the server only seems to crash on startup when I try to add SpongeForge and Nucleus, and I have been dying for essential commands like /tpa and /home, so any help would be very much appreciated. Thanks!

Here’s the crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.56.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
Do not report to Forge! (If you haven’t disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
SpongeCoremod (spongeforge-1.12.2-2838-7.3.0.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.10.27.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
LevelUpCore (levelup2-1.5.8.jar)
FutureMC (future-mc-1.12.2-0.2.4.1.jar)
Contact their authors BEFORE contacting forge

// Oh - I know what I did wrong!

Time: 1/14/21 6:18 AM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/mcreator/aquaticabyssmod/MCreatorTrident$RenderCustom
at java.lang.Class.getDeclaringClass0(Native Method)
at java.lang.Class.getDeclaringClass(Class.java:1235)
at java.lang.Class.getEnclosingClass(Class.java:1277)
at java.lang.Class.getSimpleBinaryName(Class.java:1443)
at java.lang.Class.getSimpleName(Class.java:1309)
at org.spongepowered.mod.util.StaticMixinForgeHelper.getModContainerFromClass(StaticMixinForgeHelper.java:339)
at org.spongepowered.mod.util.StaticMixinForgeHelper.registerCustomEntity(StaticMixinForgeHelper.java:350)
at org.spongepowered.mod.SpongeMod.onLoadComplete(SpongeMod.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:757)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.mcreator.aquaticabyssmod.MCreatorTrident$RenderCustom
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 40 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
… 42 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 46 more

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

– Head –
Thread: Server thread
Stacktrace:
at java.lang.Class.getDeclaringClass0(Native Method)
at java.lang.Class.getDeclaringClass(Class.java:1235)
at java.lang.Class.getEnclosingClass(Class.java:1277)
at java.lang.Class.getSimpleBinaryName(Class.java:1443)
at java.lang.Class.getSimpleName(Class.java:1309)
at org.spongepowered.mod.util.StaticMixinForgeHelper.getModContainerFromClass(StaticMixinForgeHelper.java:339)
at org.spongepowered.mod.util.StaticMixinForgeHelper.registerCustomEntity(StaticMixinForgeHelper.java:350)
at org.spongepowered.mod.SpongeMod.onLoadComplete(SpongeMod.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:757)

– Sponge PhaseTracker –
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$zji000$onCrashReport(MinecraftServer.java:4687)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
at java.lang.Thread.run(Thread.java:748)

– System Details –
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.19.0-13-amd64
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 2314753880 bytes (2207 MB) / 3220176896 bytes (3071 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -Xmx5120M -Xms1024M -XX:ParallelGCThreads=2 -XX:ThreadStackSize=512
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 115 mods loaded, 115 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored

(had to delete half of the text to fit 32k character requirement) **Mods**:

                           | 1.0.0                   | horse_tack-2.0.jar                                      | None                                     |
| LCHIJ  | llibrary                                     | 1.7.20                  | llibrary-1.7.20-1.12.2.jar                              | b9f30a813bee3b9dd5652c460310cfcd54f6b7ec |
| LCHIJ  | iceandfire                                   | 1.9.1                   | iceandfire-1.9.1-1.12.2.jar                             | None                                     |
| LCHIJ  | teslacorelib                                 | 1.0.17                  | tesla-core-lib-1.12.2-1.0.17.jar                        | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJ  | industrialforegoing                          | 1.12.2-1.12.2           | industrialforegoing-1.12.2-1.12.13-237.jar              | None                                     |
| LCHIJ  | journeymap                                   | 1.12.2-5.7.1            | journeymap-1.12.2-5.7.1.jar                             | None                                     |
| LCHIJ  | levelup2                                     | ${version}              | levelup2-1.5.8.jar                                      | None                                     |
| LCHIJ  | libraryex                                    | 1.2.1                   | LibraryEx-1.12.2-1.2.1.jar                              | None                                     |
| LCHIJ  | magicbees                                    | 1.0                     | MagicBees-1.12.2-3.1.10.jar                             | None                                     |
| LCHIJ  | mca                                          | 6.1.0                   | MCA-1.12.2-6.1.0-universal.jar                          | None                                     |
| LCHIJ  | mcwbridges                                   | 1.0.4                   | mcw-bridges-1.0.4-mc1.12.2.jar                          | None                                     |
| LCHIJ  | minions                                      | 2.0.3                   | Minions-1.12.2.jar                                      | None                                     |
| LCHIJ  | mobends                                      | 1.0.0-beta-20.06.20     | MoBends_1.12.2-1.0.0-beta-20.06.20.jar                  | None                                     |
| LCHIJ  | msmlegacy                                    | @VERSION@               | MoreSwordsLegacy-1.12.2-1.0.7.jar                       | None                                     |
| LCHIJ  | moveplus                                     | 1.12.1-2.4.6            | moveplus-1.12.1-2.4.6.jar                               | None                                     |
| LCHIJ  | naturescompass                               | 1.8.5                   | NaturesCompass-1.12.2-1.8.5.jar                         | None                                     |
| LCHIJ  | netherex                                     | 2.2.2                   | NetherEx-1.12.2-2.2.2.jar                               | None                                     |
| LCHIJ  | netherbackport                               | 1.0.0                   | NetherUpdateBackport-1.12.2(1.0.1).jar                  | None                                     |
| LCHIJ  | notenoughpets                                | 2.2.0                   | NotEnoughPets-1.12.2-v2.2.0.jar                         | None                                     |
| LCHIJ  | harvestcraft                                 | 1.12.2zb                | Pam's HarvestCraft 1.12.2zg.jar                         | None                                     |
| LCHIJ  | pirates                                      | 0.0.6                   | pirates-0.0.6B.jar                                      | None                                     |
| LCHIJ  | respawnablepets                              | 1.0.6                   | respawnable-pets-1.0.6.1.jar                            | None                                     |
| LCHIJ  | roguelike                                    | 1.8.0                   | RoguelikeDungeons-1.12.2-1.8.0.jar                      | None                                     |
| LCHIJ  | sit                                          | v1.3                    | sit-1.12.2-v1.3.jar                                     | None                                     |
| LCHIJ  | toroquest                                    | 1.12.2-5.3              | toroquest-1.12.2-5.3.jar                                | None                                     |
| LCHIJ  | traverse                                     | 1.6.0                   | Traverse-1.12.2-1.6.0-69.jar                            | None                                     |
| LCHIJ  | treechopper                                  | 1.2.4                   | TreeChopper-1.12.2-1.2.4.jar                            | None                                     |
| LCHIJ  | wawla                                        | 2.6.275                 | Wawla-1.12.2-2.6.275.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJ  | waystones                                    | 4.1.0                   | Waystones_1.12.2-4.1.0.jar                              | None                                     |
| LCHIJ  | wearablebackpacks                            | 3.1.4                   | WearableBackpacks-1.12.2-3.1.4.jar                      | None                                     |
| LCHIJ  | witherskelefix                               | 2.6.3                   | WitherSkeletonTweaks-1.12.2-2.6.3.jar                   | None                                     |
| LCHIJ  | phosphor-lighting                            | 1.12.2-0.2.7            | phosphor-forge-mc1.12.2-0.2.7-universal.jar             | None                                     |
| LCHIJ  | structurize                                  | 1.12.2-0.10.277-RELEASE | structurize-1.12.2-0.10.277-RELEASE.jar                 | None                                     |
| LCHIJ  | minecolonies                                 | 1.12.2-0.11.804-RELEASE | minecolonies-1.12.2-0.11.804-RELEASE-universal.jar      | None                                     |
| LCHIJ  | mysticallib                                  | 1.12.2-1.9.0            | mysticallib-1.12.2-1.9.0.jar                            | None                                     |
| LCHIJ  | teslacorelib_registries                      | 1.0.17                  | tesla-core-lib-1.12.2-1.0.17.jar                        | None                                     |


Plugins:

| State | ID      | Version | Source                                         | Signature |
|:----- |:------- |:------- |:---------------------------------------------- |:--------- |
| LCHIJ | nucleus | 2.3.0   | Nucleus-2.3.0-MC1.12.2-SpongeAPI7.3-plugin.jar | None      |

Loaded coremods (and transformers): 

BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.56.jar)

TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)

ForgelinPlugin (Forgelin-1.8.4.jar)

MovingWorldCore (movingworld-1.12-6.353-full.jar)

PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)

Do not report to Forge! (If you haven’t disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
shadows.ApotheosisTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
SpongeCoremod (spongeforge-1.12.2-2838-7.3.0.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AstralCore (astralsorcery-1.12.2-1.10.27.jar)

BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
LevelUpCore (levelup2-1.5.8.jar)

FutureMC (future-mc-1.12.2-0.2.4.1.jar)
thedarkcolour.futuremc.asm.CoreTransformer
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)

Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)

Hi! Welcome to the confusing world of Sponge!

Have you read the Spongedocs page on conflicting mods?
I recommend trying the first step there, under “Old Mixins”, and see what happens.

No luck, this is the new crash report:

---- Minecraft Crash Report ----

WARNING: coremods are present:
BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.56.jar)
TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)
SpongeCoremod (aaa_spongeforge-1.12.2-2838-7.3.0.jar)
ForgelinPlugin (Forgelin-1.8.4.jar)
MovingWorldCore (movingworld-1.12-6.353-full.jar)
RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)
Do not report to Forge! (If you haven’t disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
iceandfire (iceandfire-1.9.1-1.12.2.jar)
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
llibrary (llibrary-core-1.0.11-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.10.27.jar)
BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
LevelUpCore (levelup2-1.5.8.jar)
FutureMC (future-mc-1.12.2-0.2.4.1.jar)
Contact their authors BEFORE contacting forge

// But it works on my machine.

Time: 1/15/21 9:38 AM
Description: Exception in server tick loop

java.lang.NoClassDefFoundError: net/mcreator/aquaticabyssmod/MCreatorTrident$RenderCustom
at java.lang.Class.getDeclaringClass0(Native Method)
at java.lang.Class.getDeclaringClass(Class.java:1235)
at java.lang.Class.getEnclosingClass(Class.java:1277)
at java.lang.Class.getSimpleBinaryName(Class.java:1443)
at java.lang.Class.getSimpleName(Class.java:1309)
at org.spongepowered.mod.util.StaticMixinForgeHelper.getModContainerFromClass(StaticMixinForgeHelper.java:339)
at org.spongepowered.mod.util.StaticMixinForgeHelper.registerCustomEntity(StaticMixinForgeHelper.java:350)
at org.spongepowered.mod.SpongeMod.onLoadComplete(SpongeMod.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:757)
at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: net.mcreator.aquaticabyssmod.MCreatorTrident$RenderCustom
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 40 more
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
… 42 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:101)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 46 more

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

– Head –
Thread: Server thread
Stacktrace:
at java.lang.Class.getDeclaringClass0(Native Method)
at java.lang.Class.getDeclaringClass(Class.java:1235)
at java.lang.Class.getEnclosingClass(Class.java:1277)
at java.lang.Class.getSimpleBinaryName(Class.java:1443)
at java.lang.Class.getSimpleName(Class.java:1309)
at org.spongepowered.mod.util.StaticMixinForgeHelper.getModContainerFromClass(StaticMixinForgeHelper.java:339)
at org.spongepowered.mod.util.StaticMixinForgeHelper.registerCustomEntity(StaticMixinForgeHelper.java:350)
at org.spongepowered.mod.SpongeMod.onLoadComplete(SpongeMod.java:532)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.redirect$zza000$forgeImpl$PostEvent(LoadController.java:568)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:757)

– Sponge PhaseTracker –
Details:
Phase Stack: [Empty stack]
Stacktrace:
at net.minecraft.server.MinecraftServer.handler$zjg000$onCrashReport(MinecraftServer.java:4687)
at net.minecraft.server.MinecraftServer.func_71230_b(MinecraftServer.java:889)
at net.minecraft.server.dedicated.DedicatedServer.func_71230_b(DedicatedServer.java:371)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:558)
at java.lang.Thread.run(Thread.java:748)

– System Details –
Details:
Minecraft Version: 1.12.2
Operating System: Linux (amd64) version 4.19.0-13-amd64
Java Version: 1.8.0_211, Oracle Corporation
Java VM Version: Java HotSpot™ 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 1274815056 bytes (1215 MB) / 3267887104 bytes (3116 MB) up to 4772593664 bytes (4551 MB)
JVM Flags: 4 total; -Xmx5120M -Xms1024M -XX:ParallelGCThreads=2 -XX:ThreadStackSize=512
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.42 Powered by Forge 14.23.5.2854 116 mods loaded, 116 mods active
States: ‘U’ = Unloaded ‘L’ = Loaded ‘C’ = Constructed ‘H’ = Pre-initialized ‘I’ = Initialized ‘J’ = Post-initialized ‘A’ = Available ‘D’ = Disabled ‘E’ = Errored

Mods(some deleted in text for character count):

| State  | ID                                           | Version                 | Source                                                  | Signature                                |
|:------ |:-------------------------------------------- |:----------------------- |:------------------------------------------------------- |:---------------------------------------- |
| LCHIJA | minecraft                                    | 1.12.2                  | minecraft.jar                                           | None                                     |
| LCHIJA | mcp                                          | 9.42                    | minecraft.jar                                           | None                                     |
| LCHIJA | FML                                          | 8.0.99.99               | custom.jar                                              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | forge                                        | 14.23.5.2854            | custom.jar                                              | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| LCHIJA | spongeapi                                    | 7.3-7127e0882           | aaa_spongeforge-1.12.2-2838-7.3.0.jar                   | None                                     |
| LCHIJA | sponge                                       | 1.12.2-7.3.0            | aaa_spongeforge-1.12.2-2838-7.3.0.jar                   | None                                     |
| LCHIJ  | spongeforge                                  | 1.12.2-2838-7.3.0       | aaa_spongeforge-1.12.2-2838-7.3.0.jar                   | None                                     |
| LCHIJ  | com.elytradev.movingworld.common.asm.coremod |                         | minecraft.jar                                           | None                                     |
| LCHIJ  | foamfixcore                                  | 7.7.4                   | minecraft.jar                                           | None                                     |
| LCHIJ  | randompatches                                | 1.12.2-1.17.2.1         | randompatches-1.12.2-1.17.2.1.jar                       | None                                     |
| LCHIJ  | movillages                                   | 1.5.4                   | [1.12]MoVillages-1.5.4.jar                              | None                                     |
| LCHIJ  | orbis-lib                                    | 0.2.0                   | orbis-lib-1.12.2-0.2.0+build411.jar                     | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LCHIJ  | aether                                       | 0.3.0                   | aether_ii-1.12.2-0.3.0+build411-universal.jar           | db341c083b1b8ce9160a769b569ef6737b3f4cdf |
| LCHIJ  | aiimprovements                               | 0.0.1.3                 | AIImprovements-1.12-0.0.1b3.jar                         | None                                     |
| LCHIJ  | placebo                                      | 1.6.0                   | Placebo-1.12.2-1.6.0.jar                                | None                                     |
| LCHIJ  | apotheosis                                   | 1.12.4                  | Apotheosis-1.12.2-1.12.5.jar                            | None                                     |
| LCHIJ  | jei                                          | 4.16.1.301              | jei_1.12.2-4.16.1.301.jar                               | None                                     |
| LCHIJ  | appleskin                                    | 1.0.14                  | AppleSkin-mc1.12-1.0.14.jar                             | None                                     |
| LCHIJ  | aquaculture                                  | 1.6.8                   | Aquaculture-1.12.2-1.6.8.jar                            | None                                     |
| LCHIJ  | aquaticabyssmod                              | 2.2,2                   | Aquatic Odyssey Tropical Tundra the 2nd wave V2.2.3.jar | None                                     |
| LCHIJ  | baubles                                      | 1.5.2                   | Baubles-1.12-1.5.2.jar                                  | None                                     |
| LCHIJ  | astralsorcery                                | 1.10.27                 | astralsorcery-1.12.2-1.10.27.jar                        | a0f0b759d895c15ceb3e3bcb5f3c2db7c582edf0 |
| LCHIJ  | atum                                         | 2.0.20                  | Atum-1.12.2-2.0.20.jar                                  | None                                     |
| LCHIJ  | betterburning                                | 0.9.2                   | BetterBurning-1.12.2-0.9.2.jar                          | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJ  | bettercaves                                  | 1.12.2                  | bettercaves-1.12.2-2.0.4.jar                            | None                                     |
| LCHIJ  | bettermineshafts                             | 1.12.2-2.1.1            | BetterMineshaftsForge-1.12.2-2.1.1.jar                  | None                                     |
| LCHIJ  | betterquesting                               | 3.5.329                 | BetterQuesting-3.5.329.jar                              | None                                     |
| LCHIJ  | thaumcraft                                   | 6.1.BETA26              | Thaumcraft-1.12.2-6.1.BETA26.jar                        | None                                     |
| LCHIJ  | botania                                      | r1.10-363               | Botania r1.10-363.jar                                   | None                                     |
| LCHIJ  | dynamictrees                                 | 1.12.2-0.9.21           | DynamicTrees-1.12.2-0.9.21.jar                          | None                                     |
| LCHIJ  | patchouli                                    | 1.0-23.6                | Patchouli-1.0-23.6.jar                                  | None                                     |
| LCHIJ  | bewitchment                                  | 0.22.56                 | bewitchment-1.12.2-0.0.22.56.jar                        | None                                     |
| LCHIJ  | beyondtheveil                                | 1.12.2-0.2.2            | BeyondTheVeil-1.12.2-0.2.2.jar                          | None                                     |
| LCHIJ  | guideapi                                     | 1.12-2.1.8-63           | Guide-API-1.12-2.1.8-63.jar                             | None                                     |
| LCHIJ  | bloodmagic                                   | 1.12.2-2.4.3-105        | BloodMagic-1.12.2-2.4.3-105.jar                         | None                                     |
| LCHIJ  | bq_standard                                  | 3.4.173                 | StandardExpansion-3.4.173.jar                           | None                                     |
| LCHIJ  | bloodyquests                                 | 1.12.2-2.0.0.null       | BloodyQuests-1.12.2-2.0.0.jar                           | None                                     |
| LCHIJ  | bookshelf                                    | 2.3.590                 | Bookshelf-1.12.2-2.3.590.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
| LCHIJ  | camera                                       | 1.0.10                  | camera-1.0.10.jar                                       | None                                     |
| LCHIJ  | roots                                        | 1.12.2-3.0.32           | Roots-1.12.2-3.0.32.jar                                 | None                                     |
| LCHIJ  | mysticalworld                                | 1.12.2-1.9.2            | mysticalworld-1.12.2-1.9.2.jar                          | None                                     |
| LCHIJ  | chisel                                       | MC1.12.2-1.0.2.45       | Chisel-MC1.12.2-1.0.2.45.jar                            | None                                     |
| LCHIJ  | chiselsandbits                               | 14.33                   | chiselsandbits-14.33.jar                                | None                                     |
| LCHIJ  | clearwater                                   | 1.2                     | clearwater-1.2.jar                                      | None                                     |
| LCHIJ  | comforts                                     | 1.4.1.3                 | comforts-1.12.2-1.4.1.3.jar                             | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJ  | mantle                                       | 1.12-1.3.3.55           | Mantle-1.12-1.3.3.55.jar                                | None                                     |
| LCHIJ  | twilightforest                               | 3.11.1021               | twilightforest-1.12.2-3.11.1021-universal.jar           | None                                     |
| LCHIJ  | tconstruct                                   | 1.12.2-2.13.0.183       | TConstruct-1.12.2-2.13.0.183.jar                        | None                                     |
| LCHIJ  | conarm                                       | 1.2.5.9                 | conarm-1.12.2-1.2.5.9.jar                               | 2484ef4d131fdc0dca0647aa21b7b944ddb935a1 |
| LCHIJ  | extendedrenderer                             | v1.0                    | coroutil-1.12.1-1.2.37.jar                              | None                                     |
| LCHIJ  | coroutil                                     | 1.12.1-1.2.37           | coroutil-1.12.1-1.2.37.jar                              | None                                     |
| LCHIJ  | configmod                                    | v1.0                    | coroutil-1.12.1-1.2.37.jar                              | None                                     |
| LCHIJ  | corpse                                       | 1.12.2-1.0.8            | corpse-1.12.2-1.0.8.jar                                 | None                                     |
| LCHIJ  | craftstudioapi                               | 1.0.0                   | CraftStudioAPI-universal-1.0.1.95-mc1.12-alpha.jar      | None                                     |
| LCHIJ  | cucumber                                     | 1.1.3                   | Cucumber-1.12.2-1.1.3.jar                               | None                                     |
| LCHIJ  | customspawner                                | 3.11.4                  | CustomMobSpawner-3.11.5.jar                             | None                                     |
| LCHIJ  | waila                                        | 1.8.26                  | Hwyla-1.8.26-B41_1.12.2.jar                             | None                                     |
                   | None                                     |


Plugins:

| State | ID      | Version | Source                                         | Signature |
|:----- |:------- |:------- |:---------------------------------------------- |:--------- |
| LCHIJ | nucleus | 2.3.0   | Nucleus-2.3.0-MC1.12.2-SpongeAPI7.3-plugin.jar | None      |

Loaded coremods (and transformers): 

BewitchmentFMLLoadingPlugin (bewitchment-1.12.2-0.0.22.56.jar)

TransformLoader (DynamicSurroundings-1.12.2-3.6.1.0.jar)

SpongeCoremod (aaa_spongeforge-1.12.2-2838-7.3.0.jar)
org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
ForgelinPlugin (Forgelin-1.8.4.jar)

MovingWorldCore (movingworld-1.12-6.353-full.jar)

RandomPatches (randompatches-1.12.2-1.17.2.1.jar)
com.therandomlabs.randompatches.core.RPTransformer
PhosphorFMLLoadingPlugin (phosphor-forge-mc1.12.2-0.2.7-universal.jar)

Do not report to Forge! (If you haven’t disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.11-1.12.2.jar)
pl.asie.foamfix.coremod.FoamFixTransformer
ApotheosisCore (Apotheosis-1.12.2-1.12.5.jar)
shadows.ApotheosisTransformer
iceandfire (iceandfire-1.9.1-1.12.2.jar)
com.github.alexthe666.iceandfire.patcher.IceAndFireRuntimePatcher
CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
team.chisel.ctm.client.asm.CTMTransformer
llibrary (llibrary-core-1.0.11-1.12.2.jar)
net.ilexiconn.llibrary.server.core.plugin.LLibraryTransformer
net.ilexiconn.llibrary.server.core.patcher.LLibraryRuntimePatcher
AstralCore (astralsorcery-1.12.2-1.10.27.jar)

BetterFoliageLoader (BetterFoliage-MC1.12-2.3.1.jar)
mods.betterfoliage.loader.BetterFoliageTransformer
LevelUpCore (levelup2-1.5.8.jar)

FutureMC (future-mc-1.12.2-0.2.4.1.jar)
thedarkcolour.futuremc.asm.CoreTransformer
Pulsar/tconstruct loaded Pulses:
- TinkerCommons (Enabled/Forced)
- TinkerWorld (Enabled/Not Forced)
- TinkerTools (Enabled/Not Forced)
- TinkerHarvestTools (Enabled/Forced)
- TinkerMeleeWeapons (Enabled/Forced)
- TinkerRangedWeapons (Enabled/Forced)
- TinkerModifiers (Enabled/Forced)
- TinkerSmeltery (Enabled/Not Forced)
- TinkerGadgets (Enabled/Not Forced)
- TinkerOredict (Enabled/Forced)
- TinkerIntegration (Enabled/Forced)
- TinkerFluids (Enabled/Forced)
- TinkerMaterials (Enabled/Forced)
- TinkerModelRegister (Enabled/Forced)
- chiselIntegration (Enabled/Not Forced)
- chiselsandbitsIntegration (Enabled/Not Forced)
- wailaIntegration (Enabled/Not Forced)

Profiler Position: N/A (disabled)
Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
Type: Dedicated Server (map_server.txt)