mirror of
https://github.com/NoctisLabs/an_televator.git
synced 2024-11-22 05:03:44 +01:00
Update init.lua
Extended description removed for mod compatibility.
This commit is contained in:
parent
4748b4f3d2
commit
0366913f36
4
init.lua
4
init.lua
@ -68,9 +68,7 @@ end
|
|||||||
---
|
---
|
||||||
|
|
||||||
minetest.register_node("an_televator:televator", {
|
minetest.register_node("an_televator:televator", {
|
||||||
description = "Televator\n"..
|
description = "Televator",
|
||||||
minetest.colorize("grey","Place up to 32 nodes apart.\n"
|
|
||||||
.."Jump goes up, sneak goes down."),
|
|
||||||
tiles = {"televator_televator.png"},
|
tiles = {"televator_televator.png"},
|
||||||
groups = {cracky = 2, disable_jump = 1},
|
groups = {cracky = 2, disable_jump = 1},
|
||||||
after_place_node = function(pos)
|
after_place_node = function(pos)
|
||||||
|
Loading…
Reference in New Issue
Block a user