minor tweak to gold coin desc

This commit is contained in:
Vanessa Ezekowitz 2015-05-28 20:38:29 -04:00
parent 6e8c321ab6
commit f0da8f3d6f
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ minetest.register_craftitem("homedecor:soda_can", {
})
minetest.register_craftitem("homedecor:coin", {
description = "Gold Coin",
description = "Gold Coin (for soda vending machine)",
inventory_image = "homedecor_coin.png",
})