Started by
CBJaxxx
on
Topic category: Help with Minecraft modding (Java Edition)
Please help I made a missile system but it only worked in singleplayer.
How do I make it not crash on servers when the entity dies, and it triggers a procedure to spawn an explosion?
I had it kind of working, before I specified whether it would run on client or server side for the explosion procedure.
I can post pictures if needed.
Edited by CBJaxxx on Tue, 03/28/2023 - 23:39
Solved, I ran a if statement to check whether the action would be server side then it triggers the procedures.