mobs_monster/intllib.lua

4 lines
102 B
Lua
Raw Normal View History

2020-08-25 10:56:43 +02:00
-- Support for the old multi-load method
2021-11-14 15:21:53 +01:00
return dofile(minetest.get_modpath("intllib").."/init.lua")
2020-08-25 10:56:43 +02:00