Add changelog and bump to version 0.1.1
This commit is contained in:
parent
5968bad31e
commit
edf332bb26
11
CHANGELOG.md
Normal file
11
CHANGELOG.md
Normal 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
|
16
README.md
16
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.
|
||||
|
Loading…
Reference in New Issue
Block a user