2020-03-30 22:41:58 +02:00
|
|
|
dofile(minetest.get_modpath("money").."/shop.lua")
|
|
|
|
|
|
|
|
minetest.register_craftitem("money:coin",{
|
2020-03-31 18:38:16 +02:00
|
|
|
description = "Coin",
|
2020-03-30 22:41:58 +02:00
|
|
|
tiles = {"coin.png"},
|
|
|
|
inventory_image = "coin.png",
|
|
|
|
wield_image = "coin.png",
|
|
|
|
})
|