Init repo with working copy from my private server

This commit is contained in:
Rainer 2025-06-16 01:00:23 +02:00
commit a2e53b161d
38 changed files with 2413 additions and 0 deletions

8
i18n.lua Normal file
View file

@ -0,0 +1,8 @@
--[[
Internationalization (i18n) Setup
---------------------------------
Defines the global translation function S() for the mod.
It dynamically gets the mod's name to support renaming the mod folder.
--]]
S = minetest.get_translator(minetest.get_current_modname())