mirror of
https://github.com/Sokomine/replacer.git
synced 2025-03-21 03:20:35 +01:00
Improve formatting in the README
This commit is contained in:
parent
a535be2382
commit
6f487ff940
46
README.md
46
README.md
@ -1,32 +1,47 @@
|
|||||||
Replacement tool for creative building (Mod for MineTest)
|
# Replacement tool for creative building (Minetest mod)
|
||||||
|
|
||||||
This tool is helpful for creative purposes (i.e. build a wall and "paint" windows into it).
|
This tool is helpful for creative purposes (for example, building a wall then
|
||||||
It replaces nodes with a previously selected other type of node (i.e. places said windows
|
"painting" windows into it). It replaces nodes with a previously-selected
|
||||||
into a brick wall).
|
node (i.e. places said windows into a brick wall).
|
||||||
|
|
||||||
Crafting: chest - -
|
## Crafting
|
||||||
|
|
||||||
|
```text
|
||||||
|
chest - -
|
||||||
- stick -
|
- stick -
|
||||||
- - chest
|
- - chest
|
||||||
Or just use /giveme replacer:replacer
|
```
|
||||||
|
|
||||||
Usage: Right-click on a node of that type you want to replace other nodes with.
|
Or just use `/giveme replacer:replacer`.
|
||||||
Left-click (normal usage) on any nodes you want to replace with the type you previously right-clicked on.
|
|
||||||
SHIFT-Right-click in order to store a new pattern.
|
|
||||||
|
|
||||||
When in creative mode, the node will just be replaced. Your inventory will not be changed.
|
## Usage
|
||||||
|
|
||||||
When not in creative mode, digging will be simulated and you will get what was there. In return, the replacement node
|
- <kbd>Right-click</kbd> on a node of that type you want to replace
|
||||||
will be taken from your inventory.
|
other nodes with.
|
||||||
|
- <kbd>Left-click</kbd> (normal usage) on any nodes you want to replace
|
||||||
|
with the type you previously right-clicked on.
|
||||||
|
- <kbd>Shift + Right-click</kbd> to store a new pattern.
|
||||||
|
|
||||||
|
When in creative mode, the node will just be replaced; your inventory
|
||||||
|
won't 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.
|
||||||
|
|
||||||
The second tool included in this mod is the inspector.
|
The second tool included in this mod is the inspector.
|
||||||
|
|
||||||
Crafting: torch
|
### Crafting the inspector
|
||||||
|
|
||||||
|
```text
|
||||||
|
torch
|
||||||
stick
|
stick
|
||||||
|
```
|
||||||
|
|
||||||
Just wield it and click on any node or entity you want to know more about. A limited craft-guide is included.
|
Just wield it then click on any node or entity you want to know more about.
|
||||||
|
A limited crafting guide is included.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
Copyright (C) 2013, 2014, 2015 Sokomine
|
Copyright (C) 2013, 2014, 2015 Sokomine
|
||||||
|
|
||||||
@ -42,4 +57,3 @@ Just wield it and click on any node or entity you want to know more about. A lim
|
|||||||
|
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user