minetest-modulator_game/mods/_clean
Brett O'Donnell f9d563ce76 disable mobs and slime, update bags 2012-09-21 17:50:26 +09:30
..
README.txt clean old nodes 2012-09-20 17:19:52 +09:30
init.lua disable mobs and slime, update bags 2012-09-21 17:50:26 +09:30

README.txt

This mod deletes old blocks and objects from Minetest.
Insert the names of the old nodes in the table "old_nodes" like this:
local old_nodes = {"modname:nodename1", "modname:nodename2"}
The nodes will automatically be removed when a player is close to them.
The same will happen to entities when you insert there names
into the table "old_entities".

License:
Sourcecode: WTFPL