Skip to content

Commit

Permalink
Update for Minecraft 1.20.2.
Browse files Browse the repository at this point in the history
- Update for Minecraft 1.20.2
* Mention Cinderscapes Reforged in the README.md
  • Loading branch information
gniftygnome committed Sep 21, 2023
1 parent aef81cb commit 9f0fdb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Gradle Build](https://github.com/TerraformersMC/Cinderscapes/workflows/Check%20Build/badge.svg?event=push)

<p align="center">
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.
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.
</p>
<p align="center">
<a href="https://modrinth.com/mod/fabric-api"><img title="Requires Fabric API" height="50" src="https://i.imgur.com/Ol1Tcf8.png"></a>
Expand Down Expand Up @@ -50,6 +50,8 @@ Special thanks to Etorna_Z, LudoCrypt, and BoyBeyondTheStars for composition of
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.
</p>

<h5 align="center">
Cinderscapes is a mod for Fabric, and there are no plans to port this mod to Forge.<br/>
<h5 style="text-align: center;">
Cinderscapes is a mod for Fabric, and there are no plans to port this mod to Forge.<br />
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 />
Cinderscapes Reforged is unaffiliated with Terraformers, so please do not ask us for support regarding their mod.
</h5>
18 changes: 9 additions & 9 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=cinderscapes

minecraft_version=1.20.2-pre4
yarn_mappings=1.20.2-pre4+build.1
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
fabric_version=0.88.4+1.20.2
fabric_version=0.89.1+1.20.2

# Terraform modules
terraform_biome_remapper_api_version=8.0.0-beta.1
terraform_shapes_api_version=8.0.0-beta.1
terraform_surfaces_api_version=8.0.0-beta.1
terraform_wood_api_version=8.0.0-beta.1
terraform_biome_remapper_api_version=8.0.0
terraform_shapes_api_version=8.0.0
terraform_surfaces_api_version=8.0.0
terraform_wood_api_version=8.0.0

# Biolith for worldgen module and testing
biolith_version=1.1.0-alpha.1
Expand All @@ -37,14 +37,14 @@ default_release_type=stable
# CurseForge Metadata
curseforge_slug=cinderscapes
curseforge_id=391429
curseforge_game_versions=1.20.2-Snapshot, Fabric, Quilt
curseforge_game_versions=1.20.2, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=cinderscapes
modrinth_id=QC4wcUXZ
modrinth_game_versions=1.20.2-pre4
modrinth_game_versions=1.20.2
modrinth_mod_loaders=fabric, quilt
#modrinth_embedded_dependencies=biolith

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"depends": {
"fabricloader": ">=0.14.11",
"fabric-api": ">=0.77.0",
"minecraft": ">=1.20 <1.21"
"minecraft": ">=1.20.2 <1.21"
},
"breaks": {
"bclib": "<3.0.8",
Expand Down

0 comments on commit 9f0fdb2

Please sign in to comment.