WildfireRomeo / WildfireFemaleGenderMod

A Fabric Minecraft Mod - Minecraft's Most Popular Female Gender Mod!
https://modrinth.com/mod/female-gender
GNU Lesser General Public License v3.0
106 stars 62 forks source link

Proper client/server entrypoint separation #162

Closed RacoonDog closed 4 months ago

RacoonDog commented 1 year ago

Instead of having shared server/client elements in both of the entrypoint classes (WildfireGender & WildfireGenderServer), this pull request renames WildfireGender to WildfireGenderClient while moving all shared elements to WildfireGenderServer, now renamed to WildfireGender.

This pull request also marks WildfireGenderClient as @Environment(EnvType.CLIENT) and removes the while this class is named 'Server', this is actually a common code path comment.

RacoonDog commented 4 months ago

already implemented by another pull request