Create README.md

This commit is contained in:
bell07 2018-04-16 17:11:13 +02:00 committed by GitHub
parent 0199943697
commit 834164687b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# minetest-subspacewalker
Go trough walls, rock or lava using Subspace Walker tool..
The mod contains a tool that allow you to go trough blocks. If the tool is active you are in a Subspace bubble, so the real blocks around you are not there and you can walk trough them.
How to use:
- You need to hold the Subspace Walker tool in the hand and use them (right-click) for activation.
- Sneaking results in a lower Subspace and you go downwards.
- Jumping bring the nodes below you back to outside Subspace so you can go upwards
- To disable the Subspace Walker Tool just try to place it (left click) or take something other in the hand
The tool can be crafted in as a vertical stick:
```
default:diamond
default:mese_crystal
group:stick
```
Mod dependencies: none
License: GPL-V3