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: develop/porting/index.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,9 +36,10 @@ Start by updating your mod's `gradle/wrapper/gradle-wrapper.properties`, `gradle
36
36
5. Replace any instances of `modImplementation` or `modCompileOnly` with `implementation` and `compileOnly`.
37
37
6. Remove or replace any mods made for versions before 26.1 with versions compatible with this update.
38
38
- No existing mods for 1.21.11 or older versions of Minecraft will work on 26.1, even as a compile-only dependency.
39
-
7. Set Java compatibility to 25 instead of 21.
40
-
8. Replace any mentions of `remapJar` with `jar`.
41
-
9. Refresh Gradle by using the refresh button in the top-right corner of IntelliJ IDEA. If this button is not visible, you can force caches to be cleared by running `./gradlew --refresh-dependencies`.
39
+
7. If needed, update the header of your [access widener or class tweaker](../class-tweakers/) to replace `named` with `official`.
40
+
8. Set Java compatibility to 25 instead of 21.
41
+
9. Replace any mentions of `remapJar` with `jar`.
42
+
10. Refresh Gradle by using the refresh button in the top-right corner of IntelliJ IDEA. If this button is not visible, you can force caches to be cleared by running `./gradlew --refresh-dependencies`.
0 commit comments