diff options
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +local S +if intllib then + S = intllib.Getter() +else + S = function(s) return s end +end -- Create detached creative inventory after loading all mods minetest.after(0.01, function() |