Skip to content

Commit 2c312f6

Browse files
chore: 1.21.5, loom 1.10, fix ghaction
1 parent aaec3d9 commit 2c312f6

7 files changed

Lines changed: 13 additions & 22 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
name: Build
2-
on:
3-
push:
4-
branches:
5-
- main
6-
- dev
2+
on: [pull_request, push]
73

84
jobs:
95
build:
10-
runs-on: ubuntu-22.04
6+
runs-on: ubuntu-24.04
117
steps:
128
- uses: actions/checkout@v4
13-
- uses: gradle/wrapper-validation-action@v2
9+
- uses: gradle/actions/wrapper-validation@v4
1410
- uses: actions/setup-java@v4
1511
with:
1612
java-version: '21'
1713
distribution: 'microsoft'
1814
- run: chmod +x ./gradlew
1915
- run: ./gradlew build
20-
- uses: actions/upload-artifact@v4
21-
with:
22-
name: Artifacts
23-
path: build/libs/

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ modrinth {
7272
projectId.set(mod.id)
7373
versionNumber.set(mod.version)
7474
uploadFile.set(tasks.remapJar)
75-
gameVersions.addAll(libs.versions.minecraft.get(), "1.21.1")
75+
gameVersions.addAll(libs.versions.minecraft.get())
7676
loaders.addAll("fabric", "quilt")
7777
syncBodyFrom.set(rootProject.file("README.md").readText())
7878
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.jvmargs=-Xmx2G
22
org.gradle.parallel=true
33

4-
mod.version = 1.2.1
4+
mod.version = 1.0.0
55
mod.group = dev.spiritstudios
66
mod.id = template

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[versions]
2-
fabric_loom = "1.8-SNAPSHOT"
2+
fabric_loom = "1.10-SNAPSHOT"
33
minotaur = "2.+"
44

5-
minecraft = "1.21"
6-
yarn = "1.21+build.9"
5+
minecraft = "1.21.5"
6+
yarn = "1.21.5+build.1"
77

8-
fabric_loader = "0.16.5"
9-
fabric_api = "0.109.0+1.21.1"
8+
fabric_loader = "0.16.14"
9+
fabric_api = "0.124.0+1.21.5"
1010

1111
[plugins]
1212
fabric_loom = { id = "fabric-loom", version.ref = "fabric_loom" }

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)