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

@ -1,5 +1,5 @@
minetest.register_node("mesecons_noteblock:noteblock", {
description = "Noteblock",
description = "Note Block",
tiles = {"mesecons_noteblock.png"},
groups = {snappy=2,choppy=2,oddly_breakable_by_hand=2},
drawtype = "allfaces_optional",