From 080e059586bf4eb37f5ec9a9fa014ec9bf9d53c7 Mon Sep 17 00:00:00 2001 From: ronald Date: Thu, 27 Jul 2023 15:00:21 -0500 Subject: feature list update and explicit announcement of beta version --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 417f0c3..c13c2ea 100644 --- a/README.md +++ b/README.md @@ -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).
@@ -31,6 +33,8 @@ DulkirMod 1.8.9 Can be found [here](https://github.com/inglettronald/DulkirMod).
  • Hide Scoreboard Numbers
  • Arachne Spawn Timer and Keeper Waypoints
  • Hide Hunger Display option
  • +
  • AOTV Etherwarp display
  • +
  • Action Bar HUD replacements (HEALTH, MANA, DEF, SPEED)
  • @@ -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 here. My discord dms are also publicly open if you have further questions. - \ No newline at end of file + + +## 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 -- cgit