Set version to 1.0 & list changes

master
Jordan Irwin 2021-04-24 19:17:05 -07:00
parent c9537eded4
commit 32b8240e0d
3 changed files with 16 additions and 1 deletions

11
CHANGES.txt Normal file
View File

@ -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)

View File

@ -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)

View File

@ -1,4 +1,5 @@
name = equip_exam
description = Equipment examiner.
version = 0.1
author = Jordan Irwin (AntumDeluge)
version = 1.0
license = MIT