diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..08a2fde --- /dev/null +++ b/CHANGELOG.md @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 3688cb4..0d76f63 100644 --- a/README.md +++ b/README.md @@ -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.