Started by
Nwago
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I am having a major issue since updating to 2023.4 (1.20.1), as in when attempting to run my mod on a server, it crashes.
My mod worked just fine on multiplayer when I compiled it with 2023.3 (1.20.1).
Multiple blocks and plants appear in the console log with the error "java.lang.NullPointerException: Registry Object not present".
Here is a link to the console log: Log
Any help would be greatly appreciated :)
Seems some client side code is running on server side.
Do you use any plugins. Some client-side heavy plugin could be causing this
Hello, I've managed to identify the issue, which was a procedure running on "Client Display Random Tick" on a few of my block elements.
The issue only seems to occur when I use the "event/target entity" dependency inside the procedure. When I do, any attempt at running a server will crash, but it works fine on singleplayer as stated above.
As for your question, I only use the World Renderer plugin for a skybox in one dimension, and have actually removed it temporarily to see if it had any effect (it didn't).