i may be wrong but it looks like RefStrings.CLIENTSIDE = "com.tacocraft.main" and you have failed to correctly follow package casing convention and are using "com.tacocraft.Main", which is:
a) in a different casing and
b) not following lower-case only packet naming
however i say again, i could be totally wrong