Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-11-26 21:44:33 +01:00
26 changed files with 863 additions and 2679 deletions

View File

@ -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")