Add tin to MCL compatibility

This commit is contained in:
2023-02-23 12:09:46 +01:00
parent 92f02e210f
commit f36811ec57
2 changed files with 50 additions and 0 deletions

5
init.lua Normal file
View File

@@ -0,0 +1,5 @@
MODNAME="industrialtest"
local modpath=minetest.get_modpath(MODNAME)
-- load other lua files
dofile(modpath.."/compatibility.lua")