mirror of
https://github.com/NoctisLabs/an_televator.git
synced 2024-11-21 21:03:42 +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", {
|
||||
description = "Televator\n"..
|
||||
minetest.colorize("grey","Place up to 32 nodes apart.\n"
|
||||
.."Jump goes up, sneak goes down."),
|
||||
description = "Televator",
|
||||
tiles = {"televator_televator.png"},
|
||||
groups = {cracky = 2, disable_jump = 1},
|
||||
after_place_node = function(pos)
|
||||
|
Loading…
Reference in New Issue
Block a user