From 9628d3263770624fdf8e1c459c32d6ddaafaa1a9 Mon Sep 17 00:00:00 2001 From: WulfMarius Date: Sat, 14 Apr 2018 20:08:38 +0200 Subject: [PATCH] updated mod installer description --- mod-installer-description.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mod-installer-description.json diff --git a/mod-installer-description.json b/mod-installer-description.json new file mode 100644 index 0000000..fec9fca --- /dev/null +++ b/mod-installer-description.json @@ -0,0 +1,18 @@ +{ + "name": "Durable-Whetstone", + "description": "Greatly increases the durability of the whetstone.", + "url": "https://github.com/WulfMarius/Durable-Whetstone", + "releases": [ + { + "version": "2.0.0", + "url": "https://github.com/WulfMarius/Durable-Whetstone/releases/tag/2.0.0", + "changes": "updated to work with TLD V1.27", + "dependencies": [], + "assets": [ + { + "url": "https://github.com/WulfMarius/Durable-Whetstone/releases/download/2.0.0/Durable-Whetstone-V2.0.0.zip" + } + ] + } + ] +} \ No newline at end of file