mod-cleaner/changelog.txt

57 lines
1.3 KiB
Plaintext
Raw Normal View History

2021-05-18 17:55:36 -07:00
2021-08-14 21:59:59 -07:00
v1.2.1
2021-08-14 21:47:17 -07:00
----
- use sounds mod for sounds
2021-07-12 08:40:45 -07:00
v1.2
----
- added API
- added support for unregistering ores (unsafe)
- added setting for enabling "unsafe" methods & commands
- all types are loaded from <world_path>/cleaner.json file
- added localization support
- added Spanish localization
- added pencil tool for erasing, adding, & swapping nodes
2021-07-12 15:39:25 -07:00
- added chat commands:
2021-07-27 19:30:31 -07:00
- remove_entities
- remove_nodes
- replace_items
- replace_nodes
2021-07-12 15:39:25 -07:00
- find_unknown_nodes
2021-08-02 02:09:56 -07:00
- find_nearby_nodes
2021-07-30 16:13:23 -07:00
- remove_ores (unsafe)
2021-08-02 02:09:56 -07:00
- ctool (manages wielded cleaner tool settings)
2021-07-12 08:40:45 -07:00
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 )
2021-05-26 21:27:39 -07:00
v1.0
----
2021-05-18 17:55:36 -07:00
- changed license to MIT
2021-05-18 20:12:41 -07:00
- "clean_entities" & "clean_nodes" files now use json format
2021-05-18 20:50:14 -07:00
- nodes can be replaced with other nodes
- items can be replaced with other items (<world_path>/clean_items.json file)
2021-05-18 17:55:36 -07:00
2021-05-26 21:27:39 -07:00
v0.4
----
2021-05-18 17:55:36 -07:00
- changed technical name to "cleaner"
- re-added functionality to clean nodes
2021-05-26 21:27:39 -07:00
v0.3
----
2021-05-18 17:55:36 -07:00
- removed functionality for cleaning anything other than entities
2021-05-26 21:27:39 -07:00
v0.2
----
2021-05-18 17:55:36 -07:00
- changed license to CC0
- added some log output
- entities to be cleaned can be configured & loaded from world directory
2021-05-26 21:27:39 -07:00
v0.1
----
2021-05-18 17:55:36 -07:00
- forked from PilzAdam's "clean" mod @ forum post updated: 2013-06-08
- replaced deprecated call to "minetest.env"