Skip to content

Commit

Permalink
added trinkets to gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
CammiePone committed Jan 13, 2025
1 parent b20a19d commit b09be2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ dependencies {
modCompileOnly libs.patchouli
modLocalRuntime libs.patchouli

modImplementation libs.trinkets

modImplementation libs.resourceful.config

modImplementation libs.reach.attr
Expand All @@ -110,7 +112,6 @@ dependencies {

// first person model
modCompileOnly libs.firstperson
// modLocalRuntime libs.firstperson

// sodium
modCompileOnly libs.sodium
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ sodium = "mc1.20.1-0.5.3"
iris = "1.6.11+1.20.1"
explosive_enhancement = "1.2.2-1.20.x"
datasync = "0.9.0"
trinkets = "3.7.1" # refmap doesnt work on 3.7.2

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
Expand Down Expand Up @@ -55,6 +56,7 @@ spruceui = { module = "dev.lambdaurora:spruceui", version.ref = "spruceui" }
sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }
iris = { module = "maven.modrinth:iris", version.ref = "iris" }
explosive_enhancement = { module = "maven.modrinth:explosive-enhancement", version.ref = "explosive_enhancement" }
trinkets = { module = "dev.emi:trinkets", version.ref = "trinkets" }

# If you have multiple similar dependencies, you can declare a dependency bundle and reference it on the build script with "libs.bundles.example".
[bundles]
Expand Down

0 comments on commit b09be2b

Please sign in to comment.