Skip to content

Commit

Permalink
Update for Minecraft 1.20.2-pre4.
Browse files Browse the repository at this point in the history
- Update for Minecraft 1.20.2-pre4
* Update Fabric API dep; closes #104
  • Loading branch information
gniftygnome committed Sep 21, 2023
1 parent 0e0a01f commit 1b8e564
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ fabric.loom.multiProjectOptimisation=true
maven_group=com.terraformersmc
archive_name=traverse

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
terraform_biome_remapper_api_version=8.0.0-beta.1
terraform_config_api_version=8.0.0-beta.1
terraform_surfaces_api_version=8.0.0-beta.1
terraform_tree_api_version=8.0.0-beta.1
terraform_wood_api_version=8.0.0-beta.1
fabric_version=0.88.4+1.20.2
terraform_biome_remapper_api_version=8.0.0
terraform_config_api_version=8.0.0
terraform_surfaces_api_version=8.0.0
terraform_tree_api_version=8.0.0
terraform_wood_api_version=8.0.0
fabric_version=0.89.1+1.20.2

# Biolith for worldgen module and testing
biolith_version=1.1.0-alpha.1
Expand All @@ -31,14 +31,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=traverse
curseforge_id=308777
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=traverse
modrinth_id=kXygSBVI
modrinth_game_versions=1.20.2-pre4
modrinth_game_versions=1.20.2
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api
#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 @@ -14,7 +14,7 @@
"depends": {
"fabricloader": ">=0.14.11",
"fabric-api": ">=0.77.0",
"minecraft": ">=1.20 <1.21",
"minecraft": ">=1.20.2 <1.21",
"java": ">=17"
},
"authors": [
Expand Down

0 comments on commit 1b8e564

Please sign in to comment.