Skip to content

Commit

Permalink
fix Database upgrade documentation not showing in NEI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
asiekierka committed Jun 4, 2023
1 parent 418792b commit 3916eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Added Railcraft anchor driver.
* 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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,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)
Expand Down

0 comments on commit 3916eed

Please sign in to comment.