1
0
mirror of https://github.com/minetest-mods/3d_armor.git synced 2025-07-04 09:10:36 +02:00

Merge remote-tracking branch 'upstream/master'

This commit is contained in:
2021-03-06 16:49:10 +01:00
74 changed files with 1729 additions and 2811 deletions

View File

@ -1,5 +1,5 @@
-- support for i18n
local S = armor_i18n.gettext
local S = minetest.get_translator(minetest.get_current_modname())
local F = minetest.formspec_escape
local has_technic = minetest.get_modpath("technic") ~= nil