diff --git a/README.md b/README.md index fb3c8b0..dcd797d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Use it on your public server to give your players additional value (players can individually hide the timer if they want) while being on your server or use it in your singleplayer world to stay informed or – when creating creative content for others to watch – give your viewers a hint on when the footage was recorded. +The mod is game-agnostic and does not have any dependencies. The mod only interfaces with Minetest’s *HUD API*, the *player meta data API* and the *Formspec API*. + ## Configuration The timer display and settings are entirely configured on a per-player basis via configuration formspecs. Configurations are set when leaving the formspec via the buttons or when pressing enter or clicking the apply button (where available). Pressing the escape key cancels the changes. diff --git a/mod.conf b/mod.conf index 3f1ea88..c638ea1 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,2 @@ name = mtimer -depends = default description = Ingame timer for showing current playtime, current day time, ingame time, etc.