working otp code generation

This commit is contained in:
BuckarooBanzay 2023-01-28 17:25:39 +01:00
parent 64eb6077b3
commit 831ba7772e
9 changed files with 149 additions and 42 deletions

View file

@ -9,4 +9,7 @@ otp = {
}
dofile(MP.."/functions.lua")
dofile(MP.."/test.lua")
if minetest.get_modpath("mtt") and mtt.enabled then
dofile(MP.."/functions.spec.lua")
end