From 834164687b52b948185613f3d8d3b877177aa5ca Mon Sep 17 00:00:00 2001 From: bell07 Date: Mon, 16 Apr 2018 17:11:13 +0200 Subject: [PATCH] Create README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d73ee23 --- /dev/null +++ b/README.md @@ -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