File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
fabric/src/main/resources
forge/src/main/resources/META-INF
neoforge/src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments