wifi block crafting enabled

This commit is contained in:
Joachim Stolberg 2018-12-20 20:43:33 +01:00
parent 8b05093977
commit 4889c5e715
2 changed files with 4 additions and 5 deletions

View File

@ -13,6 +13,8 @@ The fast and modern way of travelling.
* It can be used even on small servers without lagging * 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) * 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) ![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:** **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. **![See Wiki Page for more info](https://github.com/joe7575/Minetest-Hyperloop/wiki)**
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.
## Dependencies ## Dependencies

View File

@ -57,7 +57,7 @@ minetest.register_node("hyperloop:tube_wifi1", {
paramtype2 = "facedir", paramtype2 = "facedir",
on_rotate = screwdriver.disallow, on_rotate = screwdriver.disallow,
paramtype = "light", paramtype = "light",
groups = {cracky = 2, not_in_creative_inventory=1}, groups = {cracky = 2},
sunlight_propagates = true, sunlight_propagates = true,
is_ground_content = false, is_ground_content = false,
sounds = default.node_sound_metal_defaults(), sounds = default.node_sound_metal_defaults(),