Skip to content

Commit 2502b71

Browse files
committed
Update dependency stuff
1 parent 54287ae commit 2502b71

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

fabric/src/main/resources/fabric.mod.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"voicechat": "*"
4343
},
4444
"suggests": {
45-
"talk_balloons": "*"
45+
"talk_balloons": ">=1.2.0"
46+
},
47+
"breaks": {
48+
"talk_balloons": "<1.2.0"
4649
}
4750
}

forge/src/main/resources/META-INF/mods.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,12 @@ issueTrackerURL = "https://github.com/BluSpring/UnityTranslate/issues"
4242
ordering = "NONE"
4343
side = "BOTH"
4444

45+
[[dependencies.${mod_id}]]
46+
modId = "talk_balloons"
47+
mandatory = false
48+
versionRange = "[1.2.0,)"
49+
ordering = "NONE"
50+
side = "BOTH"
51+
4552
[[mixins]]
4653
config = "unitytranslate.mixins.json"

neoforge/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,12 @@ issueTrackerURL = "https://github.com/UnityMultiplayer/UnityTranslate/issues"
4242
ordering="NONE"
4343
side="BOTH"
4444

45+
[[dependencies.${mod_id}]]
46+
modId = "talk_balloons"
47+
type = "optional"
48+
versionRange = "[1.2.0,)"
49+
ordering = "NONE"
50+
side = "BOTH"
51+
4552
[[mixins]]
4653
config = "unitytranslate.mixins.json"

0 commit comments

Comments
 (0)