Skip to content

Commit

Permalink
Mark not compatible with versions 1.21.3+
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Nov 14, 2024
1 parent 4202842 commit 1f3f975
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 @@ -52,7 +52,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}"
}
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ org.gradle.daemon=false
description=Embedded common code used across several Mine Little Pony projects to create their GUIs.

# Publishing
minecraft_version_range=>=1.21 <1.21.3
modrinth_loader_type=fabric
modrinth_project_id=9aNz8Zqn

0 comments on commit 1f3f975

Please sign in to comment.