Add redstone block and lever help

This commit is contained in:
Wuzzy 2017-03-11 03:56:29 +01:00
parent 5ec6841cfa
commit ff6e4d5a83
2 changed files with 4 additions and 0 deletions

View file

@ -73,6 +73,7 @@ mcl_torches.register_torch("mesecon_torch_on", "Redstone Torch", "jeija_torches_
minetest.register_node("mesecons_torch:redstoneblock", {
description = "Block of Redstone",
_doc_items_longdesc = "A block of redstone permanently supplies redstone power to its surrounding blocks.",
tiles = {"redstone_redstone_block.png"},
stack_max = 64,
groups = {pickaxey=1},