Skip to content

Commit 57e48ad

Browse files
committed
Update fabric versions to 26.2
1 parent 4e5c10c commit 57e48ad

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/on-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
cp -r Plan/common/src/main/resources/assets/plan workingdir/Plan/src/main/resources/assets/plan
5555
cp -r Plan/react/dashboard workingdir/react/dashboard
5656
- name: Deploy 🚀
57-
uses: JamesIves/github-pages-deploy-action@4
57+
uses: JamesIves/github-pages-deploy-action@v4
5858
with:
5959
branch: html # The branch the action should deploy to.
6060
folder: workingdir # The folder the action should deploy.
@@ -114,7 +114,7 @@ jobs:
114114
changelog: ${{ github.event.release.body }}
115115
changelog_type: markdown
116116
display_name: ${{ github.event.release.name }}
117-
game_versions: "2:Java 21,77784:1.21.9,77784:1.21.10,77784:1.21.11,68441:Fabric"
117+
game_versions: "2:Java 25,86297:26.2,68441:Fabric"
118118
release_type: release
119119
relations: fabric-api:requiredDependency,luckperms:optionalDependency
120120
- name: Upload prerelease to CurseForge 🚀
@@ -227,7 +227,7 @@ jobs:
227227
loaders: |
228228
fabric
229229
game-versions: |
230-
>=26.1
230+
>=26.2
231231
version-type: ${{ github.event.release.prerelease && 'beta' || 'release' }}
232232
dependencies: |
233233
P7dR8mSH(required)

Plan/fabric/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ dependencies {
1616

1717
implementation "net.playeranalytics:platform-abstraction-layer-api:$palVersion"
1818

19-
minecraft "com.mojang:minecraft:26.1"
20-
implementation "net.fabricmc:fabric-loader:0.18.6"
19+
minecraft "com.mojang:minecraft:26.2"
20+
implementation "net.fabricmc:fabric-loader:0.19.3"
2121
implementation("me.lucko:fabric-permissions-api:0.7.0")
2222

2323
// Fabric API
@@ -31,7 +31,7 @@ dependencies {
3131
]
3232

3333
apiModules.forEach {
34-
implementation(fabricApi.module(it, "0.145.1+26.1"))
34+
implementation(fabricApi.module(it, "0.153.0+26.2"))
3535
}
3636

3737
testImplementation(testFixtures(project(":common")))

0 commit comments

Comments
 (0)