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

@ -2,7 +2,7 @@
-- See README.txt for licensing and other information.
minetest.register_node("vessels:glass_bottle", {
description = "Glass Bottle (empty)",
description = "Glass Bottle",
drawtype = "plantlike",
tiles = {"vessels_glass_bottle.png"},
inventory_image = "vessels_glass_bottle_inv.png",