Import source (dev state between 1.2.0 and 1.3.0)
[minetest_tutorial_subgame.git] / mods / creative / README.txt
blob7d49b98165c123047abe991029b915a80bf709fd
1 Minetest 0.4 mod: creative
2 ==========================
4 Implements creative mode.
6 Switch on by using the "creative_mode" setting.
8 Registered items that
9 - have a description, and
10 - do not have the group not_in_creative_inventory
11 are added to the creative inventory.
13 License of source code and media files:
14 ---------------------------------------
15 Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
17 This program is free software. It comes without any warranty, to
18 the extent permitted by applicable law. You can redistribute it
19 and/or modify it under the terms of the Do What The Fuck You Want
20 To Public License, Version 2, as published by Sam Hocevar. See
21 http://sam.zoy.org/wtfpl/COPYING for more details.