mirror of
https://codeberg.org/AntumLuanti/mod-cleaner.git
synced 2025-03-15 04:41:22 +00:00
Add changelog & TODO list
This commit is contained in:
parent
1f169c5774
commit
9130ca1034
2 changed files with 26 additions and 0 deletions
23
CHANGES.txt
Normal file
23
CHANGES.txt
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
0.5
|
||||
- changed license to MIT
|
||||
|
||||
|
||||
0.4
|
||||
- changed technical name to "cleaner"
|
||||
- re-added functionality to clean nodes
|
||||
|
||||
|
||||
0.3
|
||||
- removed functionality for cleaning anything other than entities
|
||||
|
||||
|
||||
0.2
|
||||
- changed license to CC0
|
||||
- added some log output
|
||||
- entities to be cleaned can be configured & loaded from world directory
|
||||
|
||||
|
||||
0.1
|
||||
- forked from PilzAdam's "clean" mod @ forum post updated: 2013-06-08
|
||||
- replaced deprecated call to "minetest.env"
|
3
TODO.txt
Normal file
3
TODO.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
TODO:
|
||||
- allow nodes to be cleaned to be replaced by another node
|
Loading…
Add table
Reference in a new issue