-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #201 from dacmot/main
Fix eating double bug. Fix skinsdb intermittent error.
- Loading branch information
Showing
14 changed files
with
303 additions
and
131 deletions.
There are no files selected for viewing
Submodule hbhunger
updated
from f5c6c9 to 3cb245
Submodule skinsdb
updated
9 files
+25 −0 | API.md | |
+15 −3 | api.lua | |
+3 −6 | init.lua | |
+0 −3 | settingtypes.txt | |
+138 −60 | skinlist.lua | |
+14 −6 | skins_updater.lua | |
+26 −19 | textures/readme.txt | |
+50 −0 | unittest.lua | |
+15 −14 | updater/update_skins.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Hunger with HUD Bar [`hbhunger`] | ||
|
||
* Version: 1.1.4 | ||
* Version: 1.1.6 | ||
|
||
## Using the mod | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.