Make all item names more Minecraft-like
This commit is contained in:
parent
fed5c9c527
commit
658cd15718
14 changed files with 99 additions and 97 deletions
|
@ -86,7 +86,7 @@ minetest.register_node("mesecons_torch:mesecon_torch_on", {
|
|||
})
|
||||
|
||||
minetest.register_node("mesecons_torch:redstoneblock", {
|
||||
description = "Redstone Block",
|
||||
description = "Block of Redstone",
|
||||
tiles = {"default_redstone_block.png"},
|
||||
stack_max = 64,
|
||||
groups = {cracky=1},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue