Skip to content

Commit 10fd3c5

Browse files
committed
Assemble not build, min MC version
1 parent c11a7cb commit 10fd3c5

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: gradle/actions/setup-gradle@v4
2626

2727
- name: Build
28-
run: ./gradlew :spatial-neoforge:build
28+
run: ./gradlew :spatial-neoforge:assemble
2929
env:
3030
VERSION: ${{ inputs.version }}
3131
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencyResolutionManagement {
2323
versionCatalogs.create("mojang") {
2424
version("minecraft", "1.21.1")
2525
version("minecraftRange") {
26-
this.require("[1.21, 1.21.2)")
26+
this.require("[1.20.1, 1.22)")
2727
this.prefer("1.21.1")
2828
}
2929
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
FMLModType: GAMELIBRARY
2+
Automatic-Module-Name: spatial

0 commit comments

Comments
 (0)