diff options
author | ronald <inglettronald@gmail.com> | 2023-07-27 15:00:21 -0500 |
---|---|---|
committer | ronald <inglettronald@gmail.com> | 2023-07-27 15:00:21 -0500 |
commit | 080e059586bf4eb37f5ec9a9fa014ec9bf9d53c7 (patch) | |
tree | a03639a61adfbca48fdb1436d8f2cf75f0ba13e5 /README.md | |
parent | a8e56b478f7ab26fbf7f4c2529b3393e071f2d0e (diff) | |
download | DulkirMod-Fabric-080e059586bf4eb37f5ec9a9fa014ec9bf9d53c7.tar.gz DulkirMod-Fabric-080e059586bf4eb37f5ec9a9fa014ec9bf9d53c7.tar.bz2 DulkirMod-Fabric-080e059586bf4eb37f5ec9a9fa014ec9bf9d53c7.zip |
feature list update and explicit announcement of beta version
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -4,6 +4,8 @@ Future home of dulkirmod for modern versions of minecraft. +## Beta 1.0 will be available on **JULY 31st**! You are welcome to compile stuff before this but there is more that will be added before the first beta :) + DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). <details> @@ -31,6 +33,8 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). <li>Hide Scoreboard Numbers</li> <li>Arachne Spawn Timer and Keeper Waypoints</li> <li>Hide Hunger Display option</li> + <li>AOTV Etherwarp display</li> + <li>Action Bar HUD replacements (HEALTH, MANA, DEF, SPEED)</li> </ul> </details> @@ -63,4 +67,12 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod). Contributions are welcome! The best way to do this is to create a fork of this repository and suggest changes through a pull request on GitHub. Read more about contributions and pull requests <a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork">here</a>. My discord dms are also publicly open if you have further questions. -</details>
\ No newline at end of file +</details> + +## For Users +Opening the settings menu can be achieved through the escape menu or through the /dulkir command. + +Editing HUD positioning makes use of the [JARVIS API](https://github.com/romangraef/jarvis). This library is still in development, but is a fantastic library for a common HUD element editor. +This allows multiple mods to handle the rendering on their own, but have the positioning logic be handled in one place. + +Use the command `/jarvis gui` to access the main editor.
\ No newline at end of file |