Deeper darker crashes server starup
Huntter99 opened this issue · 11 comments
Minecraft Version: 1.20.1
Mod Version: x.x.x
Mod Loader: forge 47.2.20
Description:
I am having a crash error while trying to use deeper darker on my server. I'm getting "Attempted to load class net/minecraft/client/Minecraft", @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin
To Reproduce:
Steps to reproduce the behavior:
- Add deeper darker
- Load server startup
- Server crash with error
unable to recreate. does this happen on server startup or when you go to the otherside dimension?
@Huntter99 Having the exact same issue. What did they do to resolve yours?
[11Feb2024 10:37:51.588] [main/WARN] [mixin/]: Error loading class: net/minecraft/client/renderer/entity/PhantomRenderer (java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity .PhantomRenderer) [11Feb2024 10:37:51.588] [main/WARN] [mixin/]: @Mixin target net.minecraft.client.renderer.entity.PhantomRenderer was not found mixins.deeperdarker.json:PhantomRendererMixin from mod deeperdar ker
This is on a dedicated server, so I don't know why it would be trying to load a client mod.
@NewJumper Does Deeper Darker need to be on the server and the client? The description says it adds new features and a new dimension, which seems to indicate it must be on the server as well.
@Huntter99 Thanks.
Regarding your issue, Minecraft uses a shitton of memory, and every world (including extra dimensions) use memory to hold the spawn area too. I can tell you from 10 years of hosting Minecraft dedicated servers, 2GB is barely enough to run any modded server these days.
Does Deeper Darker need to be on the server and the client? The description says it adds new features and a new dimension, which seems to indicate it must be on the server as well.
Deeper Darker does need to be on both server and client side