You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: BREAKING_CHANGES.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,4 +35,5 @@ Nonetheless, every single breaking change is documented here, along with a sugge
35
35
```
36
36
- The `neoFormRuntime` property on the `neoForge` extension has been moved to the top-level. This should only affect advanced users. This was done in an effort to make the NFRT-specific tasks in MDG more reusable by projects not making use of a generic mod development environment. The `additionalResults` property moved to `neoForge.additionalMinecraftArtifacts` since it is more sensible to apply this only to MDGs `createMinecraftArtifacts` task rather than all NFRT tasks including user-created ones.
37
37
- To fix, move your NFRT settings block to the project, and move `additionalResults` to `additionalMinecraftArtifacts` in the `neoForge` extension.
38
-
38
+
- The `idea` plugin is only applied when syncing with IntelliJ.
39
+
- If you want to use the `idea { }` block in your build script, add the `idea` plugin explicitly.
0 commit comments