File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1- - Rewrite HTTP handlers to use Apache's HTTP Clients API
2- - Hopefully, this helps with the translations pausing after a period of time.
3- If not, uh oh.
1+ - Fix crash on the dedicated server
Original file line number Diff line number Diff line change @@ -140,6 +140,11 @@ dependencies {
140140 if (mcData.isForgeLike) {
141141 minecraftRuntimeLibraries(jws)
142142 }
143+
144+ includeOrShade(" org.apache.httpcomponents:httpcore:4.4.16" )
145+ includeOrShade(" org.apache.httpcomponents:httpclient:4.5.13" )
146+ includeOrShade(" org.apache.httpcomponents:httpcore:4.4.16" )
147+ includeOrShade(" commons-logging:commons-logging:1.3.4" )
143148}
144149
145150toolkitReleases {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dgt.loom.mappings=mojmap
1414dgt.loom.mappings.flavor =parchment
1515
1616# Mod Properties
17- mod.version = 0.1.10 -beta
17+ mod.version = 0.1.11 -beta
1818 mod.group = xyz.bluspring
1919 mod.name = UnityTranslate
2020 mod.id = unitytranslate
You can’t perform that action at this time.
0 commit comments