MistUnky 66f01ec5cb Revert "Update away from deprecated functions for 5.x use, if 0.4.x use old commit"
Due to breakage and nil errors
This reverts commit 5a8bcc493d4d11d0598319737f1d2f50f51cb945.
2021-03-27 12:02:02 -04:00
..
2021-03-27 07:16:30 -04:00
2021-03-27 07:16:30 -04:00

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.

License of source code and media files:
---------------------------------------
Copyright (C) 2012 Perttu Ahola (celeron55) <celeron55@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.