mod-cleaner/changelog.txt
2021-05-27 20:42:04 -07:00

33 lines
828 B
Plaintext

v1.1
----
- uses "register_lbm" with "run_at_every_load" instead of "register_abm" to save resources
- suggested by bell07 ( https://forum.minetest.net/viewtopic.php?p=325519#p325519 )
v1.0
----
- changed license to MIT
- "clean_entities" & "clean_nodes" files now use json format
- nodes can be replaced with other nodes
- items can be replaced with other items (<world_path>/clean_items.json file)
v0.4
----
- changed technical name to "cleaner"
- re-added functionality to clean nodes
v0.3
----
- removed functionality for cleaning anything other than entities
v0.2
----
- changed license to CC0
- added some log output
- entities to be cleaned can be configured & loaded from world directory
v0.1
----
- forked from PilzAdam's "clean" mod @ forum post updated: 2013-06-08
- replaced deprecated call to "minetest.env"