Skip to content

Commit

Permalink
added Curios Continuation to neoforge.mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cech12 committed Jun 29, 2024
1 parent ebbd4f1 commit 060dde7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ subprojects {
"baubles2_version_range": baubles2_version_range,
"accessories_version": accessories_version,
"accessories_version_range": accessories_version_range,
"curios_continuation_version": curios_continuation_version,
"curios_continuation_version_range": curios_continuation_version_range,
"lucent_version": lucent_version,
"lucent_version_range": lucent_version_range
]
Expand Down
7 changes: 7 additions & 0 deletions neoforge/src/main/resources/META-INF/neoforge.mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ referralUrl="https://github.com/wisp-forest/accessories/"
ordering="NONE"
side="BOTH"
[[dependencies.${mod_id}]]
modId="curios"
type="optional"
versionRange="${curios_continuation_version_range}"
referralUrl="https://github.com/SSKirillSS/Curios"
ordering="NONE"
side="BOTH"
[[dependencies.${mod_id}]]
modId="baubles"
type="optional"
versionRange="${baubles2_version_range}"
Expand Down

0 comments on commit 060dde7

Please sign in to comment.