23 lines
872 B
Markdown
Raw Permalink Normal View History

2018-04-16 17:11:13 +02:00
# 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
2018-04-16 17:12:47 +02:00
![Alt text](https://github.com/bell07/minetest-subspacewalker/raw/master/screenshot.png)
2018-04-16 17:11:13 +02:00
The tool can be crafted in as a vertical stick:
```
default:diamond
default:mese_crystal
group:stick
```
Mod dependencies: none
License: GPL-V3