illuna/craftitems.lua

10 lines
350 B
Lua
Raw Normal View History

2016-10-03 13:32:13 +02:00
minetest.register_craftitem("illuna:donorcoin", {
2017-08-06 09:31:34 +02:00
description = "Donor Coin: thanks for your donation, buy some special items with this!",
2016-10-03 13:32:13 +02:00
inventory_image = "donorcoin.png"
})
minetest.register_craftitem("illuna:noobcoin", {
2017-08-06 09:31:34 +02:00
description = "Noob Coin: Buy some helpful items for getting started!",
inventory_image = "noobcoin.png"
})