forked from minetest-mods/moreblocks
Update intllib support to avoid using deprecated functions
This commit is contained in:
@ -5,7 +5,7 @@ Copyright © 2011-2019 Hugo Locurcio and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
--]]
|
||||
|
||||
local S = moreblocks.intllib
|
||||
local S = moreblocks.S
|
||||
|
||||
|
||||
stairsplus.register_single = function(category, alternate, info, modname, subname, recipeitem, fields)
|
||||
|
@ -5,7 +5,7 @@ Copyright © 2011-2019 Hugo Locurcio and contributors.
|
||||
Licensed under the zlib license. See LICENSE.md for more information.
|
||||
--]]
|
||||
|
||||
local S = moreblocks.intllib
|
||||
local S = moreblocks.S
|
||||
|
||||
-- Node will be called <modname>:slab_<subname>
|
||||
|
||||
|
Reference in New Issue
Block a user