Skip to content

Commit 58f633d

Browse files
committed
Forge is so painful to support why do people use this platform
1 parent 13a0f13 commit 58f633d

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ issueTrackerURL = "https://github.com/BluSpring/UnityTranslate/issues"
2828
ordering = "NONE"
2929
side = "BOTH"
3030

31-
[[dependencies.${mod_id}]]
32-
modId = "klf"
33-
mandatory = true
34-
versionRange = "[${kotlinlangforge_version},)"
35-
ordering = "NONE"
36-
side = "BOTH"
31+
#[[dependencies.${mod_id}]]
32+
# modId = "klf"
33+
# mandatory = true
34+
# versionRange = "[${kotlinlangforge_version},)"
35+
# ordering = "NONE"
36+
# side = "BOTH"
3737

3838
[[dependencies.${mod_id}]]
3939
modId = "modernnetworking"

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ issueTrackerURL = "https://github.com/UnityMultiplayer/UnityTranslate/issues"
2828
ordering = "NONE"
2929
side = "BOTH"
3030

31-
[[dependencies.${mod_id}]]
32-
modId = "klf"
33-
type = "required"
34-
versionRange = "[${kotlinlangforge_version},)"
35-
ordering="NONE"
36-
side="BOTH"
31+
#[[dependencies.${mod_id}]]
32+
# modId = "klf"
33+
# type = "required"
34+
# versionRange = "[${kotlinlangforge_version},)"
35+
# ordering="NONE"
36+
# side="BOTH"
3737

3838
[[dependencies.${mod_id}]]
3939
modId = "modernnetworking"

0 commit comments

Comments
 (0)