mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-16 02:39:48 -04:00
OpenComputers 1.8.6
This commit is contained in:
parent
a8ca37c55a
commit
b0b022a02e
@ -1,7 +1,7 @@
|
||||
minecraft.version=1.7.10
|
||||
forge.version=10.13.4.1614-1.7.10
|
||||
|
||||
oc.version=1.8.5-snapshot
|
||||
oc.version=1.8.6-snapshot
|
||||
|
||||
ae2.version=rv2-stable-10
|
||||
bc.version=7.1.24
|
||||
|
@ -1,7 +1,8 @@
|
||||
## Fixes/improvements
|
||||
|
||||
* [#3710] Fix localization regression introduced in 1.8.4.
|
||||
* [#3731] Fix string.format() omission in OpenOS package.lua.
|
||||
* [#3735] Fix server hangs on long-lasting HTTP requests.
|
||||
|
||||
## List of contributors
|
||||
|
||||
asie, Computerdores, ff66theone, Glease, Hawk777, repo-alt, RobertCochran, yut23
|
||||
asie, REUSS-dev
|
||||
|
@ -1,7 +1,7 @@
|
||||
-- called from /init.lua
|
||||
local raw_loadfile = ...
|
||||
|
||||
_G._OSVERSION = "OpenOS 1.8.5"
|
||||
_G._OSVERSION = "OpenOS 1.8.6"
|
||||
|
||||
-- luacheck: globals component computer unicode _OSVERSION
|
||||
local component = component
|
||||
|
Loading…
x
Reference in New Issue
Block a user