Hi, I'm planning on making my first mod, coming from about 4 years of experience in Java and its API. I've done a considerable amount of research on this, but after looking on r/MinecraftModding and this forum, I came up short. In 1.12.2 you could add serverSideOnly=true and acceptableRemoteVersions="*" to the @/Mod annotation, but you can't do that anymore apparently. How can I do the equivalent of those in 1.16.1? I even looked at the Mod.java source file for the @/Mod annotation and I couldn't find entries for those fields. Any help would be greatly appreciated, thanks!