Skip to content

Commit

Permalink
Ready to release for 1.21.3.
Browse files Browse the repository at this point in the history
- Stable release for 1.21.3
  • Loading branch information
gniftygnome committed Nov 17, 2024
1 parent fca22a2 commit 2087292
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
"depends": {
"fabricloader": ">=0.15.3",
"fabric-api": "*",
"minecraft": ">=1.21 <1.22"
"minecraft": ">=1.21.2 <1.22"
}
}
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ side = "BOTH"
[[dependencies.biolith]]
modId = "minecraft"
mandatory = true
versionRange = "[1.21,1.22)"
versionRange = "[1.21.3,1.22)"
ordering = "NONE"
side = "BOTH"
7 changes: 4 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,15 @@ mixinextras_version=0.4.1
terrablender_version=1.21.3-4.2.0.0

# Terraform API for simplex noise implementation
terraform_surfaces_api_version=11.0.0-alpha.1
terraform_surfaces_api_version=12.0.0-alpha.2

##
## Ferry configuration
##

# Project Metadata
project_name=Biolith
project_owner=Terraformers
project_url=https://modrinth.com/mod/biolith
# Explicitly link to a fixed commit so that the image links don't break in the future
project_logo=https://raw.githubusercontent.com/TerraformersMC/Biolith/95c651f9e7f97c7022e390954196e1e761850e61/images/biolith.png
Expand All @@ -51,14 +52,14 @@ default_release_type=alpha
# CurseForge Metadata
curseforge_slug=biolith
curseforge_id=852512
curseforge_game_versions=1.21.3
curseforge_game_versions=1.21.3, 1.21.4-Snapshot
curseforge_required_dependencies=
curseforge_optional_dependencies=

# Modrinth Metadata
modrinth_slug=biolith
modrinth_id=iGEl6Crx
modrinth_game_versions=1.21.3
modrinth_game_versions=1.21.3, 24w44a, 24w45a, 24w46a
modrinth_mod_loaders=
modrinth_required_dependencies=

Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ side = "BOTH"
[[dependencies.biolith]]
modId = "minecraft"
type = "required"
versionRange = "[1.21,1.22)"
versionRange = "[1.21.2,1.22)"
ordering = "NONE"
side = "BOTH"

0 comments on commit 2087292

Please sign in to comment.