mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-17 15:58:26 +01:00
Tweak the homedecor:gold coin description
(because too similar with our gold coin money...)
This commit is contained in:
parent
6b791887d9
commit
a615ae3048
@ -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 (only for machine)",
|
||||||
inventory_image = "homedecor_coin.png",
|
inventory_image = "homedecor_coin.png",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user