1
0
mirror of https://github.com/SmallJoker/exchange_shop.git synced 2024-09-27 22:30:23 +02:00
exchange_shop/init.lua
2022-07-10 18:11:15 +03:00

11 lines
311 B
Lua

exchange_shop = {}
exchange_shop.storage_size = 5 * 4
exchange_shop.shopname = "exchange_shop:shop"
-- Internationalisation
exchange_shop.S = minetest.get_translator("exchange_shop")
local modpath = minetest.get_modpath("exchange_shop")
dofile(modpath .. "/shop_functions.lua")
dofile(modpath .. "/shop.lua")