Download (19 KB)
For Luanti 5.0 and above

How do I install this?

This mod adds a simple coin to luanti/minetest, to be used as currency.

No gameplay modification,
no crafting recipe,
no dependencies.
Stacks up to 65535.


You can change the image, name, description or even the name of the mod without risking complications.
To change the image, just put a new coin.png (32x32 pixels) in the texture folder.
coin_base.png in the texture-folder can be used as a template for the new image.


Credits:
coin.png & coin_mt.png are based on work by erle :
https://github.com/luanti-org/luanti/blob/master/misc/luanti.svg

Reviews

Review

Do you recommend this mod?

  • English

    nice texture

    i like the texture and the idea, but the thing with currency, is that it has to be worth something, the thing with making a coin item without a crafting recipe (for creative use) is that survival and creative users have no need for it. you have to make it craftable, maybe make it crafted of gold or something, and make it so it can be used as a stand in for 8 gold, like this:

    minetest.register_craft({ output = "only_a_coin:coin", recipe = { {"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"}, {"default:gold_ingot", "", "default:gold_ingot"}, {"default:gold_ingot", "default:gold_ingot", "default:gold_ingot"}, }, })

    and vice versa

    1 comments