Skip to content

Commit 7575e4f

Browse files
committed
Stable release for 1.21.6 and 1.21.7.
I'm not certain maven publishing via Ferry will work. There was some kind of mapping problem in datagen and to work around it I had to upgrade to Loom 1.11 and Gradle 8.14, but now there are lots of IDEA warnings about maven configuration syntax in the build file. Dr. Google suggests they may be false alarms caused by IDEA. - Stable release for 1.21.6 and 1.21.7 - Updated bundled Mixson * Updated Loom and Gradle
1 parent 3394ff1 commit 7575e4f

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'maven-publish'
44
id 'idea'
55
id 'eclipse'
6-
id 'fabric-loom' version '1.10.+'
6+
id 'fabric-loom' version '1.11.+'
77
}
88

99
apply from: 'https://raw.githubusercontent.com/TerraformersMC/GradleScripts/2.7/ferry.gradle'

gradle.properties

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,25 @@ org.gradle.jvmargs=-Xmx1G
33
maven_group=com.terraformersmc
44
archive_name=cinderscapes
55

6-
minecraft_version=1.21.6-pre1
7-
yarn_mappings=1.21.6-pre1+build.1
6+
minecraft_version=1.21.6
7+
yarn_mappings=1.21.6+build.1
88
loader_version=0.16.14
9-
fabric_version=0.125.3+1.21.6
9+
fabric_version=0.126.1+1.21.6
1010

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

1717
# Biolith for worldgen module and testing
18-
biolith_version=3.3.0-beta.1
18+
biolith_version=3.3.1
1919

2020
# Other Things
21-
clothconfig_version=18.0.145
22-
mixson_version=v1.3.1.1
23-
modmenu_version=14.0.0-rc.2
24-
vistas_version=2.10.0-beta.1
21+
clothconfig_version=19.0.147
22+
mixson_version=v1.4.0
23+
modmenu_version=15.0.0-beta.3
24+
vistas_version=2.11.0-beta.1
2525

2626
# Project Metadata
2727
project_name=Cinderscapes
@@ -34,14 +34,14 @@ default_release_type=stable
3434
# CurseForge Metadata
3535
curseforge_slug=cinderscapes
3636
curseforge_id=391429
37-
curseforge_game_versions=1.21.6-snapshot, Fabric, Quilt
37+
curseforge_game_versions=1.21.6, Fabric, Quilt
3838
curseforge_required_dependencies=fabric-api
3939
curseforge_optional_dependencies=
4040

4141
# Modrinth Metadata
4242
modrinth_slug=cinderscapes
4343
modrinth_id=QC4wcUXZ
44-
modrinth_game_versions=1.21.6-pre1
44+
modrinth_game_versions=1.21.6, 1.21.7-rc1, 1.21.7-rc2
4545
modrinth_mod_loaders=fabric, quilt
4646
#modrinth_embedded_dependencies=biolith
4747

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.12.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

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.5 <1.22",
40+
"minecraft": ">=1.21.6 <1.22",
4141
"cloth-config": "*"
4242
}
4343
}

0 commit comments

Comments
 (0)