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 13, 2024
1 parent 41d98f9 commit dcc14ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G
maven_group=com.terraformersmc
archive_name=vistas

minecraft_version=1.21-rc1
yarn_mappings=1.21-rc1+build.1
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
modmenu_version=11.0.0-beta.1
clothconfig_version=14.0.126
clothconfig_version=15.0.127

# Project Metadata
project_name=Vistas
Expand All @@ -21,14 +21,14 @@ default_release_type=beta
# CurseForge Metadata
curseforge_slug=vistas
curseforge_id=423659
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=vistas
modrinth_id=itzZXRxq
modrinth_game_versions=1.21-rc1
modrinth_game_versions=1.21
modrinth_mod_loaders=fabric, quilt
modrinth_required_dependencies=fabric-api

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 @@ -31,6 +31,7 @@
"depends": {
"fabricloader": ">=0.15.3",
"fabric-api": "*",
"minecraft": ">=1.21-beta <1.22"
"minecraft": ">=1.21 <1.22",
"cloth-config": "*"
}
}

0 comments on commit dcc14ae

Please sign in to comment.