Increment version to 1.0

This commit is contained in:
Jordan Irwin 2021-05-26 21:27:39 -07:00
parent 51e76caeb2
commit 540ee14930
2 changed files with 13 additions and 12 deletions

View file

@ -1,26 +1,27 @@
0.5 v1.0
----
- changed license to MIT - changed license to MIT
- "clean_entities" & "clean_nodes" files now use json format - "clean_entities" & "clean_nodes" files now use json format
- nodes can be replaced with other nodes - nodes can be replaced with other nodes
- items can be replaced with other items (<world_path>/clean_items.json file) - items can be replaced with other items (<world_path>/clean_items.json file)
v0.4
0.4 ----
- changed technical name to "cleaner" - changed technical name to "cleaner"
- re-added functionality to clean nodes - re-added functionality to clean nodes
v0.3
0.3 ----
- removed functionality for cleaning anything other than entities - removed functionality for cleaning anything other than entities
v0.2
0.2 ----
- changed license to CC0 - changed license to CC0
- added some log output - added some log output
- entities to be cleaned can be configured & loaded from world directory - entities to be cleaned can be configured & loaded from world directory
v0.1
0.1 ----
- forked from PilzAdam's "clean" mod @ forum post updated: 2013-06-08 - forked from PilzAdam's "clean" mod @ forum post updated: 2013-06-08
- replaced deprecated call to "minetest.env" - replaced deprecated call to "minetest.env"

View file

@ -1,5 +1,5 @@
name = cleaner name = cleaner
description = A simple mod that can be used to remove unknown entities & nodes. description = A mod that can be used to remove/replace unknown entities, nodes, & items.
author = PilzAdam, Jordan Irwin (AntumDeluge) version = 1.0
license = MIT license = MIT
version = 0.4 author = PilzAdam, Jordan Irwin (AntumDeluge)