minetest-mm/mods/mob_horse/intllib.lua

4 lines
102 B
Lua
Raw Normal View History

2020-10-26 17:38:53 +01:00
-- Support for the old multi-load method
2021-11-16 11:03:22 +01:00
return dofile(minetest.get_modpath("intllib").."/init.lua")
2020-10-26 17:38:53 +01:00