Add changelog and bump to version 0.1.1

This commit is contained in:
KaadmY 2017-07-04 09:57:04 -07:00
parent 5968bad31e
commit edf332bb26
2 changed files with 21 additions and 6 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
## 0.1.1
- Replace tree and some farming plant ABMs with node timers (existing growables
will be reset to the same growing time a newly planted growable would be)
- Patch crafting to work with Minetest 0.4.16
- Modify backend code to use some new API syntax introduced with Minetest 0.4.16
## 0.1.0
- First stable release of Pixture, works with Minetest 0.4.15

View File

@ -1,24 +1,28 @@
# Pixture v0.1.0
# Pixture v0.1.1
Pixture is Copyright (C) 2015-2017 KaadmY
By [KaadmY](https://github.com/kaadmy)
Inspiration by [Kenney](http://kenney.nl)
Pixture is Copyright (C) 2015-2017 KaadmY
# Notes
## Notes
- Currently known to support Minetest 0.4.16 (and possibly later versions)
- Do **not** use mapgen v6, it is not supported and will fail. Use v5 or v7
instead.
# Credits
## Changelog
See file *CHANGELOG.md* for more information
## Credits
- [Kenney](http://kenney.nl) for the inspiration, most of the aesthetic.
- Sounds in the default mod are all by Kenney(CC0)
- All textures/models by KaadmY (CC BY-SA 4.0)
# Licenses
## Licenses
- Assets: all CC BY-SA 4.0, CC0, or GPL (The GPL ones I want replaced with CC),
see per-mod READMEs.