Skip to content

Commit

Permalink
Update for Minecraft 1.21.
Browse files Browse the repository at this point in the history
- Update for Minecraft 1.21
  • Loading branch information
gniftygnome committed Jun 14, 2024
1 parent 04f3e92 commit 5c8eb16
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=cinderscapes

minecraft_version=1.21-pre4
yarn_mappings=1.21-pre4+build.3
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11
fabric_version=0.100.0+1.21
fabric_version=0.100.1+1.21

# Terraform modules
terraform_biome_remapper_api_version=11.0.0-alpha.1
Expand All @@ -22,9 +22,9 @@ biolith_version=2.2.0-alpha.1
terrablender_version=1.20.6-3.5.0.5

# Other Things
clothconfig_version=14.0.126
clothconfig_version=15.0.127
modmenu_version=11.0.0-beta.1
vistas_version=2.6.1
vistas_version=2.7.0

# Project Metadata
project_name=Cinderscapes
Expand All @@ -37,14 +37,14 @@ default_release_type=stable
# CurseForge Metadata
curseforge_slug=cinderscapes
curseforge_id=391429
curseforge_game_versions=1.21-Snapshot, Fabric, Quilt
curseforge_game_versions=1.21, Fabric, Quilt
curseforge_required_dependencies=fabric-api
curseforge_optional_dependencies=

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

Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"depends": {
"fabricloader": ">=0.15.3",
"fabric-api": ">=0.77.0",
"minecraft": ">=1.21-beta <1.22"
"minecraft": ">=1.21 <1.22",
"cloth-config": "*"
}
}

0 comments on commit 5c8eb16

Please sign in to comment.