Skip to content

Commit b0b022a

Browse files
committed
OpenComputers 1.8.6
1 parent a8ca37c commit b0b022a

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
minecraft.version=1.7.10
22
forge.version=10.13.4.1614-1.7.10
33

4-
oc.version=1.8.5-snapshot
4+
oc.version=1.8.6-snapshot
55

66
ae2.version=rv2-stable-10
77
bc.version=7.1.24

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Fixes/improvements
22

3-
* [#3710] Fix localization regression introduced in 1.8.4.
3+
* [#3731] Fix string.format() omission in OpenOS package.lua.
4+
* [#3735] Fix server hangs on long-lasting HTTP requests.
45

56
## List of contributors
67

7-
asie, Computerdores, ff66theone, Glease, Hawk777, repo-alt, RobertCochran, yut23
8+
asie, REUSS-dev

src/main/resources/assets/opencomputers/loot/openos/lib/core/boot.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
-- called from /init.lua
22
local raw_loadfile = ...
33

4-
_G._OSVERSION = "OpenOS 1.8.5"
4+
_G._OSVERSION = "OpenOS 1.8.6"
55

66
-- luacheck: globals component computer unicode _OSVERSION
77
local component = component

0 commit comments

Comments
 (0)