Add redstone block and lever help
This commit is contained in:
parent
5ec6841cfa
commit
ff6e4d5a83
2 changed files with 4 additions and 0 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue