Skip to content

Commit 9f0fdb2

Browse files
committed
Update for Minecraft 1.20.2.
- Update for Minecraft 1.20.2 * Mention Cinderscapes Reforged in the README.md
1 parent aef81cb commit 9f0fdb2

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Gradle Build](https://github.com/TerraformersMC/Cinderscapes/workflows/Check%20Build/badge.svg?event=push)
44

55
<p align="center">
6-
Cinderscapes is a beautiful, yet frightening biomes mod for Minecraft 1.16, 1.18.2, 1.19, and 1.20 running on the Fabric mod loader. Cinderscapes enchances the default minecraft experience by adding four new rich and detailed nether biomes following in the same style as those already in the vanilla game. In addition to new biomes Cinderscapes adds some new unique types of building blocks further expanding your building capabilities.
6+
Cinderscapes is a beautiful, yet frightening biomes mod for Minecraft 1.16, 1.18.2, 1.19, and 1.20 running on the Fabric mod loader. Cinderscapes enhances the default minecraft experience by adding four new rich and detailed nether biomes following in the same style as those already in the vanilla game. In addition to new biomes Cinderscapes adds some new unique types of building blocks further expanding your building capabilities.
77
</p>
88
<p align="center">
99
<a href="https://modrinth.com/mod/fabric-api"><img title="Requires Fabric API" height="50" src="https://i.imgur.com/Ol1Tcf8.png"></a>
@@ -50,6 +50,8 @@ Special thanks to Etorna_Z, LudoCrypt, and BoyBeyondTheStars for composition of
5050
Campanion adds various tools and utilities to help improve your adventures away from your home. Campanion also works well alongside biome mods in order to make the exploration of the biomes even more fun.
5151
</p>
5252

53-
<h5 align="center">
54-
Cinderscapes is a mod for Fabric, and there are no plans to port this mod to Forge.<br/>
53+
<h5 style="text-align: center;">
54+
Cinderscapes is a mod for Fabric, and there are no plans to port this mod to Forge.<br />
55+
However, another team is maintaining a Forge fork of this mod at <a href="https://www.curseforge.com/minecraft/mc-mods/cinderscapes-reforged">Cinderscapes Reforged.</a><br />
56+
Cinderscapes Reforged is unaffiliated with Terraformers, so please do not ask us for support regarding their mod.
5557
</h5>

gradle.properties

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ fabric.loom.multiProjectOptimisation=true
44
maven_group=com.terraformersmc
55
archive_name=cinderscapes
66

7-
minecraft_version=1.20.2-pre4
8-
yarn_mappings=1.20.2-pre4+build.1
7+
minecraft_version=1.20.2
8+
yarn_mappings=1.20.2+build.1
99
loader_version=0.14.22
10-
fabric_version=0.88.4+1.20.2
10+
fabric_version=0.89.1+1.20.2
1111

1212
# Terraform modules
13-
terraform_biome_remapper_api_version=8.0.0-beta.1
14-
terraform_shapes_api_version=8.0.0-beta.1
15-
terraform_surfaces_api_version=8.0.0-beta.1
16-
terraform_wood_api_version=8.0.0-beta.1
13+
terraform_biome_remapper_api_version=8.0.0
14+
terraform_shapes_api_version=8.0.0
15+
terraform_surfaces_api_version=8.0.0
16+
terraform_wood_api_version=8.0.0
1717

1818
# Biolith for worldgen module and testing
1919
biolith_version=1.1.0-alpha.1
@@ -37,14 +37,14 @@ default_release_type=stable
3737
# CurseForge Metadata
3838
curseforge_slug=cinderscapes
3939
curseforge_id=391429
40-
curseforge_game_versions=1.20.2-Snapshot, Fabric, Quilt
40+
curseforge_game_versions=1.20.2, Fabric, Quilt
4141
curseforge_required_dependencies=fabric-api
4242
curseforge_optional_dependencies=
4343

4444
# Modrinth Metadata
4545
modrinth_slug=cinderscapes
4646
modrinth_id=QC4wcUXZ
47-
modrinth_game_versions=1.20.2-pre4
47+
modrinth_game_versions=1.20.2
4848
modrinth_mod_loaders=fabric, quilt
4949
#modrinth_embedded_dependencies=biolith
5050

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.14.11",
3939
"fabric-api": ">=0.77.0",
40-
"minecraft": ">=1.20 <1.21"
40+
"minecraft": ">=1.20.2 <1.21"
4141
},
4242
"breaks": {
4343
"bclib": "<3.0.8",

0 commit comments

Comments
 (0)