-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
back-portFeatures that would need to be ported to older Minecraft versions.Features that would need to be ported to older Minecraft versions.help wantedExtra attention is neededExtra attention is needed
Description
Hello! If you are a developer and want to get a Lighty feature ported to an older version of Minecraft, here's how you'd generally do that:
- Find out which commits introduced the feature
git cherry-pickthe commits onto the branch of the desired Minecraft version- Fix any problems that may arise (if there are any questions/difficulties, feel free to ask me on Discord or open a draft-PR so we can discuss the problems)
- Test if everything works like expected
- Open a PR
Generally speaking, porting features from versions of the same major version (e.g.: 1.x.x to 1.x.x) should be fairly straight-forward, while porting features from versions of different major versions (e.g.: 2.x.x to 1.x.x) could be more difficult.
Related issues:
Here is a list of issues that I personally won't back-port, but I am willing to accept PRs:
- [Back-Port] Show Safe to 1.19.4 #60 (
v2.1.0+1.20.1tov1.3.1+1.19.4)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
back-portFeatures that would need to be ported to older Minecraft versions.Features that would need to be ported to older Minecraft versions.help wantedExtra attention is neededExtra attention is needed