I have setup a packet handler using Forge's SimpleImpl documentation and by looking at other mods' source code. I want to send a packet containing common config values from the server to the client however my current code isn't working and I don't know what to do with it. I don't know how to send my variables across.   ConditionsMessage.java public class ConditionsMessage implements IMessage<ConditionsMessage> { public static double dodgePower; @Override public void enco