From 05b7b0c35ddcf8a33590a222c018a09363b7a3e6 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Tue, 19 Mar 2019 11:59:16 +0100 Subject: [PATCH] Use 5.0.0 metadata format --- README.md | 2 +- description.txt | 1 - mod.conf | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 description.txt diff --git a/README.md b/README.md index 3174a99..255ff07 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Slow Eater mod -Version 1.0.0 +Version 1.1.0 ## Description After eating something, the player must wait for 5 seconds before eating again. diff --git a/description.txt b/description.txt deleted file mode 100644 index c398d74..0000000 --- a/description.txt +++ /dev/null @@ -1 +0,0 @@ -After eating something, the player must wait for 5 seconds before eating again. diff --git a/mod.conf b/mod.conf index 543fd63..2c3dd2a 100644 --- a/mod.conf +++ b/mod.conf @@ -1 +1,2 @@ name = sloweater +description = After eating something, the player must wait for 5 seconds before eating again.