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"
|
|
|
|
})
|
2017-07-01 13:57:17 +02:00
|
|
|
|
|
|
|
minetest.register_craftitem("illuna:noobcoin", {
|
2017-08-06 09:31:34 +02:00
|
|
|
description = "Noob Coin: Buy some helpful items for getting started!",
|
2017-07-01 13:57:17 +02:00
|
|
|
inventory_image = "noobcoin.png"
|
|
|
|
})
|