Skip to content

Commit

Permalink
opsi
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Jun 13, 2024
1 parent ba05337 commit a9e6b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
modApi(("io.github.fabricators_of_create.Porting-Lib:$module:${property("port_lib_version")}"))
}

modApi("maven.modrinth:sodium:${property("sodium_version")}")
modImplementation("maven.modrinth:sodium:${property("sodium_version")}")
modApi("com.jamieswhiteshirt:reach-entity-attributes:${property("reach_entity_attributes_version")}")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ parchment_version=2023.09.03-1.20.1
# Mod Properties
mod_name=Lodestone
mod_id=lodestone
mod_version=1.5.2
mod_version=1.5.3
mod_license=GPLv3
mod_group_id=team.lodestar.lodestone
# The authors of the mod. This is a simple text string that is used for display purposes in the mod list.
Expand Down

0 comments on commit a9e6b1c

Please sign in to comment.