Make all item names more Minecraft-like

This commit is contained in:
Wuzzy 2017-01-04 06:20:13 +01:00
parent fed5c9c527
commit 658cd15718
14 changed files with 99 additions and 97 deletions

View file

@ -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},