forked from mtcontrib/bonemeal
5.x
This commit is contained in:
2
init.lua
2
init.lua
@ -7,7 +7,7 @@ local min, max, random = math.min, math.max, math.random
|
||||
|
||||
-- translation support
|
||||
local S = function(s) return s end -- default boilerplate function
|
||||
if minetest.get_translator ~= nil then
|
||||
if minetest.get_translator then
|
||||
S = minetest.get_translator("bonemeal") -- 5.x translation function
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user