From 4889c5e715d59ea624f5c83c6fed8f9174e3c334 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Thu, 20 Dec 2018 20:43:33 +0100 Subject: [PATCH] wifi block crafting enabled --- README.md | 7 +++---- wifi.lua | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1dd85f0..01af9ca 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,8 @@ The fast and modern way of travelling. * It can be used even on small servers without lagging * No configuration or programming of the tube network is necessary (only the station names have to be entered) +**![See Wiki Page for more info](https://github.com/joe7575/Minetest-Hyperloop/wiki)** + ![screenshot](https://github.com/joe7575/Minetest-Hyperloop/blob/master/screenshot.png) @@ -44,10 +46,7 @@ The tubes system with all stations and pods have to be build by the players. **Some additional facts:** -The tube route is automatically protected. You can dig only the ends of a tube line (head blocks). The junction block / station has to be protected manually. -There is an admin tool available to crack tube lines. - -Junction and Station Blocks can connect up to 6 tube lines. That means you can build complex networks of tube lines. Each junction/station can be reaches from each point with one trip. +**![See Wiki Page for more info](https://github.com/joe7575/Minetest-Hyperloop/wiki)** ## Dependencies diff --git a/wifi.lua b/wifi.lua index 149008c..b811de7 100644 --- a/wifi.lua +++ b/wifi.lua @@ -57,7 +57,7 @@ minetest.register_node("hyperloop:tube_wifi1", { paramtype2 = "facedir", on_rotate = screwdriver.disallow, paramtype = "light", - groups = {cracky = 2, not_in_creative_inventory=1}, + groups = {cracky = 2}, sunlight_propagates = true, is_ground_content = false, sounds = default.node_sound_metal_defaults(),