1
0
mirror of https://github.com/minetest/minetest_game.git synced 2024-09-22 20:00:17 +02:00
minetest_game/mods/creative
jordan4ibanez 51c35c4a58 Update the infinite items code to work correctly
this makes it so your itemstack doesn't change at all on placenode
2012-12-16 17:27:25 -05:00
..
init.lua Update the infinite items code to work correctly 2012-12-16 17:27:25 -05:00
README.txt Move creative_inventory to creative 2012-07-25 20:37:47 +03: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.