summaryrefslogtreecommitdiff
path: root/README.txt
blob: 872ab7984de8d6308aab6c925b74d66b349c47b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Minetest 0.4 mod: creative
==========================

Implements creative mode.

Configuration is at the top of init.lua.

Registered items that
- have a description, and
- do not have the group not_in_creative_inventory
are added to the creative inventory.

Switch on by using the "creative_mode" setting.
There is also 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.