forked from rubenwardy/sfinv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.lua
18 lines (17 loc) · 759 Bytes
/
init.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
-- sway/init.lua
print[[
Inventory powered by
____ ______
/\ _`\ /\__ _\
\ \,\L\_\ __ __ __ __ __ __ \/_/\ \/ ___ __ __
\/_\__ \ /\ \/\ \/\ \ /'__`\ /\ \/\ \ \ \ \ /' _ `\/\ \/\ \
/\ \L\ \ \ \_/ \_/ \/\ \L\.\_\ \ \_\ \ \_\ \__/\ \/\ \ \ \_/ |__
\ `\____\ \___x___/'\ \__/.\_\\/`____ \ /\_____\ \_\ \_\ \___//\_\
\/_____/\/__//__/ \/__/\/_/ `/___/> \ \/_____/\/_/\/_/\/__/ \/_/
/\___/
\/__/
]]
-- See README.md for art credit
local modpath = minetest.get_modpath"sway"
dofile(modpath .. "/api.lua")
dofile(modpath .. "/crafting.lua")