forked from nalc/homedecor_modpack
minor tweak to gold coin desc
This commit is contained in:
parent
6e8c321ab6
commit
f0da8f3d6f
|
@ -125,7 +125,7 @@ minetest.register_craftitem("homedecor:soda_can", {
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_craftitem("homedecor:coin", {
|
minetest.register_craftitem("homedecor:coin", {
|
||||||
description = "Gold Coin",
|
description = "Gold Coin (for soda vending machine)",
|
||||||
inventory_image = "homedecor_coin.png",
|
inventory_image = "homedecor_coin.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user