mirror of
https://github.com/minetest-mods/moreblocks.git
synced 2025-06-30 23:20:44 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
4
init.lua
4
init.lua
@ -12,9 +12,7 @@ moreblocks = {}
|
||||
|
||||
local modpath = minetest.get_modpath("moreblocks")
|
||||
|
||||
local S, NS = dofile(modpath .. "/intllib.lua")
|
||||
moreblocks.S = S
|
||||
moreblocks.NS = NS
|
||||
moreblocks.S = minetest.get_translator("moreblocks")
|
||||
|
||||
dofile(modpath .. "/config.lua")
|
||||
dofile(modpath .. "/sounds.lua")
|
||||
|
Reference in New Issue
Block a user