write something there

This commit is contained in:
N-Nachtigal 2025-05-04 16:01:41 +02:00
commit b4b6c08f4f
8546 changed files with 309825 additions and 0 deletions

14
mods/stamina/bower.json Normal file
View file

@ -0,0 +1,14 @@
{
"name": "stamina",
"description": "This mod adds a stamina, or hunger mechanic to Minetest. Actions like crafting, walking, digging or fighting make the player exhausted.",
"homepage": "https://github.com/minetest-mods/stamina",
"authors": [
"BlockMen - 2015",
"Auke Kok - 2016"
],
"license": "LGPL-2.1+",
"keywords": [
"hunger",
"stamina"
]
}