Skip to content

Commit 48a6614

Browse files
committed
Can you tell I hold absolutely zero respect for Forge
1 parent c954cbf commit 48a6614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modLoader = "klf"
2-
loaderVersion = "[${kotlinlangforge_loader},)"
2+
loaderVersion = "[1,)"
33
license = "MIT"
44
issueTrackerURL = "https://github.com/BluSpring/UnityTranslate/issues"
55

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
modLoader = "kfl"
2-
loaderVersion = "[${kotlinlangforge_loader},)"
1+
modLoader = "klf"
2+
loaderVersion = "[1,)"
33
license = "MIT"
44
issueTrackerURL = "https://github.com/UnityMultiplayer/UnityTranslate/issues"
55

0 commit comments

Comments
 (0)