diff --git a/CHANGES.txt b/CHANGES.txt new file mode 100644 index 0000000..67a52b1 --- /dev/null +++ b/CHANGES.txt @@ -0,0 +1,11 @@ + +1.0 +- Created equipment examiner node & formspec. +- Reads common name & technical name. +- Reads ability levels: + - attack (fleshy) + - defense (fleshy) (3d_armor) + - mine (cracky) + - chop (choppy) + - dig (crumbly) + - snap (snappy) diff --git a/README.md b/README.md index 791dcc5..583d4ec 100644 --- a/README.md +++ b/README.md @@ -10,3 +10,6 @@ Tool to examine item stats in [Minetest](https://www.minetest.net/). - Code: [MIT](LICENSE.txt) - Textures: [CC0](textures//sources.txt) + +### Links: +- [Changelog](CHANGES.txt) diff --git a/mod.conf b/mod.conf index 126f9da..b603cf5 100644 --- a/mod.conf +++ b/mod.conf @@ -1,4 +1,5 @@ name = equip_exam description = Equipment examiner. -version = 0.1 +author = Jordan Irwin (AntumDeluge) +version = 1.0 license = MIT