From bac2a80c7e76479ba2a250d2ed2fe1463d5a6dbb Mon Sep 17 00:00:00 2001 From: Andrey Stepanov Date: Sat, 25 Jan 2025 23:05:15 +0500 Subject: [PATCH] rename mod --- NOTICE | 2 +- README.md | 2 +- init.lua | 4 ++-- mod.conf | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index 7f62eba..e74e4f9 100644 --- a/NOTICE +++ b/NOTICE @@ -1,4 +1,4 @@ -"physiology" mod for Luanti +"medical" mod for Luanti Copyright 2025 Andrey Stepanov diff --git a/README.md b/README.md index a2c6e84..bdac950 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# physiology +# medical Мод медицины для Luanti. diff --git a/init.lua b/init.lua index acdb941..5b44cc9 100644 --- a/init.lua +++ b/init.lua @@ -15,7 +15,7 @@ limitations under the License. ]]-- -local S = core.get_translator("physiology") +local S = core.get_translator("medical") local ui = unified_inventory @@ -286,4 +286,4 @@ core.register_on_player_receive_fields( end end end -) +) \ No newline at end of file diff --git a/mod.conf b/mod.conf index c399d7d..4235ffa 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,3 @@ -name = physiology +name = medical description = Health and nutrition depends = unified_inventory \ No newline at end of file