diff --git a/README.md b/README.md index d5810e1..50a604d 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ In addition to those used in Minetest Game, the following mods are supported: - More Blocks - More Ores - Multitools +- Stamina ## Contact For questions, requests, and other communications regarding this work, you can diff --git a/export.sh b/export.sh index 5f7e074..195001d 100755 --- a/export.sh +++ b/export.sh @@ -77,6 +77,7 @@ folderExport "multitools" folderExport "player_api" folderExport "screwdriver" folderExport "stairs" +folderExport "stamina" folderExport "tnt" folderExport "vessels" folderExport "wool" diff --git a/stamina/stamina_hud_bg.png b/stamina/stamina_hud_bg.png new file mode 100644 index 0000000..d3237f6 Binary files /dev/null and b/stamina/stamina_hud_bg.png differ diff --git a/stamina/stamina_hud_fg.png b/stamina/stamina_hud_fg.png new file mode 100644 index 0000000..be98f81 Binary files /dev/null and b/stamina/stamina_hud_fg.png differ diff --git a/stamina/stamina_hud_poison.png b/stamina/stamina_hud_poison.png new file mode 100644 index 0000000..54861b5 Binary files /dev/null and b/stamina/stamina_hud_poison.png differ