Best way to handle multiple-version mods? #3205
-
DescriptionWhen developing mods for multiple versions of minecraft, a change in a class used by minecraft will inevitably cause issues/crashes. Is there a safe way to either bundle multiple mod versions in one JAR, or should I just maintain multiple branches of a mod? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@AnOpenSauceDev People usually maintain multiple branches. You probably only maintain two or three branches at most, and it keeps the filesize smaller. |
Beta Was this translation helpful? Give feedback.
-
I found out something pretty interesting, you can totally package different JARs of your mod in |
Beta Was this translation helpful? Give feedback.
reflection :)
i highly doubt that using reflection is good practice but you can if you want to.