From 7533d2cedcbaadcd77eaefa04bfddffb38dd8454 Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Mon, 3 May 2021 12:30:19 -0700 Subject: [PATCH] Update README & set version to 1.0 --- README.md | 3 ++- mod.conf | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b576c6..5617bfd 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A [Minetest](http://minetest.net/) mod that allows administrators with *server* ### Usage: -Invoke `/giveme alternode:infostick`. Use the infostick on a node to recieve coordinate & other information. +Invoke `/giveme alternode:infostick`. Use the infostick on a node to receive coordinate & other information. **Chat commands:** @@ -22,5 +22,6 @@ Invoke `/giveme alternode:infostick`. Use the infostick on a node to recieve coo ### Links: +- [Forum](https://forum.minetest.net/viewtopic.php?t=26667) - [Git repo](http://github.com/AntumMT/mod-alternode) - [TODO](TODO.txt) diff --git a/mod.conf b/mod.conf index c3a7caa..a753bef 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,5 @@ name = alternode title = Alter Node description = Manage node meta data +version = 1.0 +author = Jordan Irwin (AntumDeluge)