Migrate Forge build setup to ForgeGradle 7#107
Closed
Jonathing wants to merge 1 commit into
Closed
Conversation
cech12
reviewed
Dec 16, 2025
| @@ -33,62 +28,44 @@ minecraft { | |||
| } | |||
There was a problem hiding this comment.
I tested this PR in my project and it works except for the accessTransfomer. I needed to change this line to
accessTransformers = true
Owner
|
Closing this as 1.21.10 is no longer a valid target for new features for this project. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
👋 Good afternoon!
I'm Jonathan. I'm from the Forge team and I am the developer of ForgeGradle 7, Forge's new UserDev toolchain handler. As part of the stabilization of ForgeGradle 7 from beta to release, I am taking the time to reach out to as many multi-loader templates I know to personally aid in the migration process. Please let me know of any others you know of, as I'm not well-versed on them.
I'm marking this PR as a draft for now since ForgeGradle 7 is not yet fully released (also I am currently using Maven Local for testing), but as of right now, it is fully functional. There are a couple of things I don't quite grasp with your template, but I've done my best to keep the layout as close to the original as possible. The biggest change (for modders) from ForgeGradle 6 to 7 is the complete API breakage, which is what this PR is meant to account for.
I'd like to use this pull request as a thread for open discussion on ForgeGradle 7. I'm looking forward to hearing your thoughts on how it works with the template, as well as any comments, criticisms, and suggestions you may have about the plugin. Cheers, and I look forward to working with you soon.