tool that replaces nodes by clicking on them (Mod for Minetest)
Go to file
Sokomine 2aff5cd370 added better support of dye colors; added support for receipe width 2015-07-27 19:48:39 +02:00
textures added inspection tool 2014-10-01 06:48:27 +02:00
README.md removed several spamming messages; added liszence 2013-02-03 21:31:52 +01:00
check_owner.lua added support for new minetest.is_protected 2013-11-20 21:50:38 +01:00
depends.txt added better support of dye colors; added support for receipe width 2015-07-27 19:48:39 +02:00
init.lua increased version number due to inspection tool added 2014-10-02 18:18:35 +02:00
inspect.lua added better support of dye colors; added support for receipe width 2015-07-27 19:48:39 +02:00

README.md

TODO: A distinct image is still missing. Right now, it looks like a steel axe!

Replacement tool for creative building (Mod for MineTest)

This tool is helpful for creative purposes (i.e. build a wall and "paint" windows into it). It replaces nodes with a previously selected other type of node (i.e. places said windows into a brick wall).

Crafting: (nothing) stick (nothing) (nothing) stick (nothing) (nothing) empty_bucket (nothing) Or just use /giveme replacer:replacer

Usage: Right-click on a node of that type you want to replace other nodes with. Left-click (normal usage) on any nodes you want to replace with the type you previously right-clicked on.

When in creative mode, the node will just be replaced. Your inventory will not be changed.

When not in creative mode, digging will be simulated and you will get what was there. In return, the replacement node will be taken from your inventory.

Copyright (C) 2013 Sokomine

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.