minetest_game/mods/creative
kilbith 9a6cb2d7c8 Creative: Add myself in credits
Some people borrowed the creative code for their sub-games with an exclusive attribution to celeron55.

This is frustrating since I've largely rewritten, redesigned and carefully maintained this mod for the last months.

I expect to be credited.
2016-04-04 05:39:29 +01:00
..
textures Follow naming conventions of textures in creative 2016-02-03 19:33:59 +00:00
README.txt Creative: Add myself in credits 2016-04-04 05:39:29 +01:00
depends.txt Move all common mods back to minetest_game 2013-05-18 16:05:16 +02:00
init.lua Creative: Code cleaning + Fix items moving in virtual inventory 2016-03-22 15:45:48 +00:00

README.txt

Minetest Game 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.

License of source code and media files:
---------------------------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@gmail.com>
Copyright (C) 2016 Jean-Patrick G. (kilbith) <jeanpatrick.guerrero@gmail.com>

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.