We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea2dd8 commit 0d68eecCopy full SHA for 0d68eec
CHANGELOG.md
@@ -1,4 +1,3 @@
1
-- Fixed translations not working
2
-- Fixed Forge not loading translation servers on startup
3
-- Fix "Collection is empty" error when first logging in without language boxes
4
-- Try fixing Chinese transcripts
+- Rewrite HTTP handlers to use Apache's HTTP Clients API
+ - Hopefully, this helps with the translations pausing after a period of time.
+ If not, uh oh.
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.9-beta
+ mod.version = 0.1.10-beta
18
mod.group = xyz.bluspring
19
mod.name = UnityTranslate
20
mod.id = unitytranslate
0 commit comments