diceLibrarian 10e907f1f4 1
2022-08-16 15:45:06 -04:00

9 lines
215 B
Lua

-- this whole mod is just a thin wrapper around https://github.com/davidm/lua-matrix
local mod_path = minetest.get_modpath(minetest.get_current_modname())
matrix = dofile(mod_path .. "/matrix.lua")
-- that's it