-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into legacy
- Loading branch information
Showing
35 changed files
with
1,167 additions
and
295 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
This document describes the breaking changes made across major versions of ModDevGradle. | ||
For a full list of changes, and in which versions they were introduced, | ||
please refer to the changelog, which can be found on the [project page](https://projects.neoforged.net/neoforged/moddevgradle). | ||
|
||
## ModDevGradle 2 | ||
The breaking changes in this major version should not affect most projects. | ||
Nonetheless, every single breaking change is documented here, along with a suggested fix. | ||
|
||
- Changes to access transformer and interface injection data publishing. | ||
- `accessTransformers.publish` and `interfaceInjectionData.publish` syntax was changed. | ||
- `accessTransformers.published` and `interfaceInjectionData.published` were removed. | ||
- This publishing feature was broken in ModDevGradle 1, and these changes were made to fix it. | ||
- To fix: Refer to the [README](README.md#publication-of-access-transformers) for documentation of the new syntax. | ||
- Parchment: Specifying only the Minecraft version or only the mapping version will now fail. | ||
- This is meant to catch usage mistakes. | ||
- Run `beforeTask`s do not run on IDE project sync anymore. | ||
- To run a task on sync, use `neoForge.ideSyncTask <task>`. | ||
- Removal of `dependency` and `extendsFrom` inside the `neoForge.mods {}` block. | ||
- These functions generally do not work, and were removed to reduce confusion. | ||
- `sourceSet <sourceSet>` should be used instead. If this is not sufficient, please open an issue. | ||
- `mods` cannot contain the same source set multiple times. | ||
- This is meant to catch usage mistakes. |
This file contains 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
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.