I've been looking at the source of some example tutorial mods.
I can see sections of code that will be tagged as @SideOnly(Side.CLIENT)
This obviously means that the code runs on the client, but what I am unsure about is : does it require the client to have the mod's jar file.
Basically want to know - if I create a new dimension with new biomes etc, do players who play on my server need to have the mod file in order to get in and see the new dimension/biomes?
I can see sections of code that will be tagged as @SideOnly(Side.CLIENT)
This obviously means that the code runs on the client, but what I am unsure about is : does it require the client to have the mod's jar file.
Basically want to know - if I create a new dimension with new biomes etc, do players who play on my server need to have the mod file in order to get in and see the new dimension/biomes?