Skip to content

Commit e89cea8

Browse files
committed
Upgrade Biolith for better mod compatibility.
- Upgrade Biolith for better mod compat * GitHub Actions suck
1 parent 829c6fd commit e89cea8

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/check_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
java: [
1515
21 # Minimum
1616
]
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-24.04]
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 0
2424
- name: Validate Gradle wrapper
25-
uses: gradle/wrapper-validation-action@v2
25+
uses: gradle/actions/wrapper-validation@v4
2626
- name: Setup JDK ${{ matrix.java }}
2727
uses: actions/setup-java@v4
2828
with:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Use these Java versions
1616
java: [21]
1717
# and run on both Linux and Windows
18-
os: [ubuntu-20.04]
18+
os: [ubuntu-24.04]
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Checkout repository
@@ -36,7 +36,7 @@ jobs:
3636
- name: Fetch tags
3737
run: git fetch --tags
3838
- name: Validate Gradle wrapper
39-
uses: gradle/wrapper-validation-action@v2
39+
uses: gradle/actions/wrapper-validation@v4
4040
- name: Setup JDK ${{ matrix.java }}
4141
uses: actions/setup-java@v4
4242
with:

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ loader_version=0.16.9
99
fabric_version=0.114.3+1.21.4
1010

1111
# Terraform modules
12-
terraform_biome_remapper_api_version=13.0.0-beta.1
13-
terraform_shapes_api_version=13.0.0-beta.1
14-
terraform_surfaces_api_version=13.0.0-beta.1
15-
terraform_wood_api_version=13.0.0-beta.1
12+
terraform_biome_remapper_api_version=13.0.0
13+
terraform_shapes_api_version=13.0.0
14+
terraform_surfaces_api_version=13.0.0
15+
terraform_wood_api_version=13.0.0
1616

1717
# Biolith for worldgen module and testing
18-
biolith_version=3.2.0
18+
biolith_version=3.2.7
1919

2020
# Other Things
2121
clothconfig_version=17.0.144

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"depends": {
3838
"fabricloader": ">=0.15.3",
3939
"fabric-api": ">=0.77.0",
40-
"minecraft": ">=1.21.4 <1.22",
40+
"minecraft": ">=1.21.4 <1.21.5",
4141
"cloth-config": "*"
4242
}
4343
}

0 commit comments

Comments
 (0)