Skip to content

Commit f15b709

Browse files
committed
Update dependencies to reflect 1.19.2 is required for Cinderscapes
1 parent aeab030 commit f15b709

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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 and 1.18.2 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, and 1.19.2+ 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.
77
</p>
88
<p align="center">
99
<a href="https://www.curseforge.com/minecraft/mc-mods/fabric-api"><img title="Requires Fabric API" height="50" src="https://i.imgur.com/Ol1Tcf8.png"></a>

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ default_release_type=stable
2929
# CurseForge Metadata
3030
curseforge_slug=cinderscapes
3131
curseforge_id=391429
32-
curseforge_game_versions=1.19.1, 1.19.2, Fabric
32+
curseforge_game_versions=1.19.2, Fabric
3333
curseforge_required_dependencies=fabric-api
3434
curseforge_optional_dependencies=
3535

3636
# Modrinth Metadata
3737
modrinth_slug=cinderscapes
3838
modrinth_id=QC4wcUXZ
39-
modrinth_game_versions=1.19.1, 1.19.2
39+
modrinth_game_versions=1.19.2
4040
modrinth_mod_loaders=fabric
4141

4242
# Mod Loader Metadata

src/main/resources/fabric.mod.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
},
3737
"depends": {
3838
"fabricloader": ">=0.13.2",
39-
"fabric": ">=0.47.0",
40-
"minecraft": ">=1.18.2"
39+
"fabric": ">=0.60.0",
40+
"minecraft": ">=1.19.2"
4141
},
4242
"breaks": {
4343
"modmenu": "<2.0.0"

0 commit comments

Comments
 (0)