summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..59d8889
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,27 @@
+Minetest 0.4 mod: creative
+==========================
+
+Implements creative mode.
+
+Switch on by using the "creative_mode" setting.
+
+Registered items that
+- have a description, and
+- do not have the group not_in_creative_inventory
+are added to the creative inventory.
+
+There is a "creative" priv. If a player has it, they can use the creative inventory, even if the server is not in creative mode.
+It also adds a trash slot to the survival inventory, and a "Clear Inventory" button to the creative inventory.
+There is also a sort-of-hidden easter egg that I think VanessaE will like...
+
+License of source code and media files:
+---------------------------------------
+Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
+Modified by cheapie
+
+This program is free software. It comes without any warranty, to
+the extent permitted by applicable law. You can redistribute it
+and/or modify it under the terms of the Do What The Fuck You Want
+To Public License, Version 2, as published by Sam Hocevar. See
+http://sam.zoy.org/wtfpl/COPYING for more details.
+