Skip to content

Commit

Permalink
Update version range
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Dec 18, 2024
1 parent 52e9059 commit 71cb513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ processResources {

filesMatching("fabric.mod.json") {
expand "version": project.version.toString(),
"minecraftVersion": ">=${project.minecraft_version}",
"minecraftVersion": project.minecraft_version_range,
"loaderVersion": ">=${project.loader_version}",
"fabricVersion": ">=${project.fabric_version}",
"hdSkinsVersion": ">=${project.hd_skins_version}",
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ org.gradle.daemon=false
description=Ah am a big pony!

# Publishing
minecraft_version_range=>=1.21.3 <1.21.4
modrinth_loader_type=fabric
modrinth_project_id=h9pJxJR9

Expand Down

0 comments on commit 71cb513

Please sign in to comment.