From 6031e8d0e33a05a6fbd9ca3eae00a5846d7425ea Mon Sep 17 00:00:00 2001 From: PICCORO Lenz McKAY Date: Fri, 22 Jul 2022 22:09:00 -0400 Subject: [PATCH] standart short description format with first word as type descriptive * SPAWN random on each respawn of player --- README.md | 7 ++++--- description.txt | 2 +- mod.conf | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a0c3f57..a798ac9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ minetest mod spawnrand ====================== -Simple random spawn on each respawn of player +SPAWN random on each respawn of player -Information +## Information ----------- This mod is named `spawnrand` and changes spawn point on each respawn @@ -12,7 +12,7 @@ no matter what rules. ![screenshot.png](screenshot.png) -Techical info +## Technical info ------------- This mod has an improved way to do not hand server if no valild spawn point @@ -51,3 +51,4 @@ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. [license.txt](license.txt) + diff --git a/description.txt b/description.txt index bb060bf..18a8dd9 100644 --- a/description.txt +++ b/description.txt @@ -1 +1 @@ -Simple random spawn on each respawn of player +SPAWN random on each respawn of player diff --git a/mod.conf b/mod.conf index 05abf23..b1770fb 100644 --- a/mod.conf +++ b/mod.conf @@ -1,5 +1,5 @@ name = spawnrand depends = optional_depends = beds -description = Simple random spawn on each respawn of player +description = SPAWN random on each respawn of player min_minetest_version = 0.4 \ No newline at end of file