wifi block crafting enabled
This commit is contained in:
parent
8b05093977
commit
4889c5e715
@ -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)
|
||||||
|
|
||||||
|
****
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
@ -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.
|
****
|
||||||
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
|
||||||
|
2
wifi.lua
2
wifi.lua
@ -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(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user