mirror of
https://github.com/minetest-mods/quartz.git
synced 2025-07-19 00:30:34 +02:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
4
init.lua
4
init.lua
@ -1,8 +1,6 @@
|
||||
local settings = Settings(minetest.get_modpath("quartz").."/settings.txt")
|
||||
|
||||
-- internationalization boilerplate
|
||||
local MP = minetest.get_modpath(minetest.get_current_modname())
|
||||
local S, NS = dofile(MP.."/intllib.lua")
|
||||
local S = minetest.get_translator("quartz")
|
||||
|
||||
--
|
||||
-- Item Registration
|
||||
|
Reference in New Issue
Block a user