Skip to content

Commit

Permalink
Add trinkets to common dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Jan 5, 2024
1 parent 995022c commit 429b4b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tools/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ rei_version = <REI_VERSION>
satin_version = <SATIN_VERSION>
# Sodium (rendering optimizations)
sodium_version = <SODIUM_VERSION>
# Trinkets
trinkets_version = <TRINKETS_VERSION>
```
{% endcapture %}
{% capture catalogue %}
Expand All @@ -59,6 +61,8 @@ rei = "<REI_VERSION>"
satin = "<SATIN_VERSION>"
# Sodium (rendering optimizations)
sodium = "<SODIUM_VERSION>"
# Trinkets
trinkets = "<TRINKETS_VERSION>"

[libraries]
blabber = { module = "org.ladysnake:blabber", version.ref = "blabber" }
Expand All @@ -72,6 +76,7 @@ modmenu = { module = "com.terraformersmc:modmenu", version.ref = "modmenu"}
rei-api = { module = "me.shedaniel:RoughlyEnoughItems-api-fabric", version.ref = "rei" }
satin = { module = "org.ladysnake:satin", version.ref = "satin" }
sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }
trinkets = { module = "dev.emi:trinkets", version.ref = "trinkets" }
```
{% endcapture %}
{%- assign blabber = "blabber:2oRMVFgd" | split: ":" %}
Expand All @@ -94,4 +99,6 @@ sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }
{%- assign mods = mods | push: satin %}
{%- assign sodium = "sodium:AANobbMI" | split: ":" %}
{%- assign mods = mods | push: sodium %}
{%- assign trinkets = "trinkets:5aaWibi9" | split: ":" %}
{%- assign mods = mods | push: trinkets %}
{%- include tabbed_builscript.liquid mods=mods groovy=kts kts=kts catalogue=catalogue %}

0 comments on commit 429b4b3

Please sign in to comment.