mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-11 08:16:19 -04:00
Merge remote-tracking branch 'origin/master-MC1.7.10' into master-MC1.12
This commit is contained in:
commit
b4abbf991c
10
changelog.md
10
changelog.md
@ -1,10 +1,16 @@
|
||||
## Fixes/improvements
|
||||
## New features
|
||||
|
||||
* [#3533] Added support for observing the contents of fluid container items.
|
||||
* [1.12.2] Ported some CoFH Core, Ender IO and Railcraft drivers and wrench support.
|
||||
* Added Railcraft Anchor/Worldspike driver (repo-alt).
|
||||
* Added Spanish translation (sanmofe).
|
||||
|
||||
## Fixes/improvements
|
||||
|
||||
* [#3620] Fixed OC 1.8.0+ regression involving API arguments and numbers.
|
||||
* [#3013] Fixed rare server-side deadlock when sending disk activity update packets.
|
||||
* Added Spanish translation.
|
||||
* Fixed bugs in internal wcwidth() implementation and updated it to cover Unicode 12.
|
||||
* [1.7.10] Fixed the Database upgrade's documentation not showing up in NEI.
|
||||
* Fixed server->client synchronization for some types of GPU bitblt operations.
|
||||
* Fixed string.gmatch not supporting the "init" argument on Lua 5.4.
|
||||
* Tweaks to server->client networking code:
|
||||
|
@ -193,6 +193,7 @@ object ModOpenComputers extends ModProxy {
|
||||
|
||||
api.Driver.add(DriverUpgradeChunkloader.Provider)
|
||||
api.Driver.add(DriverUpgradeCrafting.Provider)
|
||||
api.Driver.add(DriverUpgradeDatabase.Provider)
|
||||
api.Driver.add(DriverUpgradeExperience.Provider)
|
||||
api.Driver.add(DriverUpgradeGenerator.Provider)
|
||||
api.Driver.add(DriverUpgradeInventoryController.Provider)
|
||||
|
Loading…
x
Reference in New Issue
Block a user