From 540ee1493017fd7b0945d8247f39fee7a6e8dbdd Mon Sep 17 00:00:00 2001 From: Jordan Irwin Date: Wed, 26 May 2021 21:27:39 -0700 Subject: [PATCH] Increment version to 1.0 --- changelog.txt | 19 ++++++++++--------- mod.conf | 6 +++--- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/changelog.txt b/changelog.txt index f0c1692..77f6f69 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,26 +1,27 @@ -0.5 +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 (/clean_items.json file) - -0.4 +v0.4 +---- - changed technical name to "cleaner" - re-added functionality to clean nodes - -0.3 +v0.3 +---- - removed functionality for cleaning anything other than entities - -0.2 +v0.2 +---- - changed license to CC0 - added some log output - entities to be cleaned can be configured & loaded from world directory - -0.1 +v0.1 +---- - forked from PilzAdam's "clean" mod @ forum post updated: 2013-06-08 - replaced deprecated call to "minetest.env" diff --git a/mod.conf b/mod.conf index c8a5149..07c886c 100644 --- a/mod.conf +++ b/mod.conf @@ -1,5 +1,5 @@ name = cleaner -description = A simple mod that can be used to remove unknown entities & nodes. -author = PilzAdam, Jordan Irwin (AntumDeluge) +description = A mod that can be used to remove/replace unknown entities, nodes, & items. +version = 1.0 license = MIT -version = 0.4 +author = PilzAdam, Jordan Irwin (AntumDeluge)