Skip to content

Commit

Permalink
Merge branch 'mc1.18/fabric/dev' into mc1.19/fabric/dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	gradle.properties
  • Loading branch information
IThundxr committed Mar 2, 2024
2 parents d3845a8 + a5259be commit 7231344
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
<a href="https://modrinth.com/mod/create-fabric"><img src="https://img.shields.io/modrinth/dt/create-fabric?logo=modrinth&label=&suffix=%20&style=flat&color=242629&labelColor=5ca424&logoColor=1c1c1c" alt="Modrinth"></a>
<br><br>
<a href="https://fabricmc.net/"><img
src="https://cdn.discordapp.com/attachments/705864145169416313/969720133998239794/fabric_supported.png"
alt="Supported on Fabric"
src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/fabric_64h.png"
alt="Available on Fabric"
width="200"
></a>
<a href="https://quiltmc.org/"><img
src="https://cdn.discordapp.com/attachments/705864145169416313/969716884482183208/quilt_supported.png"
alt="Supported on Quilt"
src="https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/quilt_64h.png"
alt="Available on Quilt"
width="200"
></a>
</h1>
Expand Down
2 changes: 2 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@ modmenu_version = 4.1.2
sandwichable_version = 1.2+1.18.2
# https://modrinth.com/mod/sodium
sodium_version = mc1.19.2-0.4.4
# https://modrinth.com/mod/indium
indium_version = 1.0.9+mc1.19.2
# https://github.com/emilyploszaj/trinkets/releases/
trinkets_version = 3.4.1
# for Trinkets - https://modrinth.com/mod/cardinal-components-api/versions
Expand Down
2 changes: 2 additions & 0 deletions gradle/compat/mods/sodium.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ repositories {
}

String sodiumVersion = project.sodium_version
String indiumVersion = project.indium_version

dependencies {
modLocalRuntime("maven.modrinth:sodium:$sodiumVersion")
modLocalRuntime("org.joml:joml:1.10.2")
modLocalRuntime("maven.modrinth:indium:$indiumVersion")
}

0 comments on commit 7231344

Please sign in to comment.