BuckarooBanzay 3e95d5830e init
2023-06-20 14:48:30 +02:00

12 lines
273 B
Lua

pick_and_place = {}
local MP = minetest.get_modpath("pick_and_place")
dofile(MP .. "/common.lua")
dofile(MP .. "/serialize.lua")
dofile(MP .. "/entity.lua")
dofile(MP .. "/node.lua")
dofile(MP .. "/tool.lua")
dofile(MP .. "/wield_check.lua")
dofile(MP .. "/preview.lua")