Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Sollace committed Dec 15, 2024
1 parent 9a858d7 commit 255561c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,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 Expand Up @@ -133,5 +133,8 @@ modrinth {
}
dependencies {
required.project 'P7dR8mSH' // Fabric API
embedded.project '9aNz8Zqn' // Kirin
embedded.project 'gxkkdmTQ' // TLA
optional.project 'fRiHVvU7' // EMI
}
}
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ org.gradle.daemon=false
modrinth_project_id=8u2zZjRq

# Dependencies
minecraft_version=>=1.21 <1.21.2
fabwork_version=1.3.1+1.21
kirin_version=1.19.0+1.21
modmenu_version=11.0.0-beta.1
Expand Down

0 comments on commit 255561c

Please sign in to comment.