realtest_mt5/mods/money/init.lua

9 lines
202 B
Lua
Raw Normal View History

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",
})