We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2722611 commit 8e62097Copy full SHA for 8e62097
CHANGELOG.md
@@ -1 +1,2 @@
1
-- Hide HTTP error printing behind flag
+- Defer UnityTranslate translation config loading to another thread
2
+ - This should help reduce server loading times when an offloaded instance is unavailable / slow to connect.
gradle.properties
@@ -14,7 +14,7 @@ dgt.loom.mappings=mojmap
14
dgt.loom.mappings.flavor=parchment
15
16
# Mod Properties
17
- mod.version = 0.1.3-beta
+ mod.version = 0.1.4-beta
18
mod.group = xyz.bluspring
19
mod.name = UnityTranslate
20
mod.id = unitytranslate
0 commit comments