Open Si1kn opened 4 years ago
For example: Minecraft.class is client side only, and since the mod uses that way, the server freaks out since it cant find that client side class.
Thanks, kinda knew this sided issue would trip me at some point, since I wasn't aware of this issue when I first started creating this mod. Thanks for the maintenance updates!
Hey no problem, looks like we need to have 2 diff projects, as theres alot of just client side code. Not sure yet but seems like it.
Also do you have discord @AlephInfinity1 ?
Yep, my discord is Redpo888#9897 . Might not be very active during weekdays though since school WiFi blocks discord, sorry about that
By the looks of it we might need to make a seperate jar for the server side and just allow it to crash the server or print something to console
This mod can't be ran on servers because of some client side classes, starting fixing this now.