From 3b641e8c492fa0f35d7a0cc59d4a5c3c4cccec5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=B5=D1=80=D1=85=D0=B0=D1=80=D0=B4=20PICCORO=20Len?= =?UTF-8?q?z=20McKAY?= Date: Sun, 30 Jul 2023 23:34:58 -0500 Subject: [PATCH] update technic_armor as 3d_armor_technic * this mod get back to our 3d_armor modpack * fix name in mod.conf * update README --- README.md | 9 +++++++++ init.lua | 1 - mod.conf | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10eb091..9cef759 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,15 @@ Technical information This mod is named `3d_armor_technic` and is(was) part of the `3d_armor`, it was slited since version 0.4.11 of `3d_armor` now in minenux flavor merged again +this mod its up to date from original `technic_armor` it track all updates and +also permits to work with any engine version since 0.4.16+ to 5.X + +This mod was integrated back to minenux's 3d_armor as +commit `b740914f3958770cd46b8645b65c21b8f2c34d2e` +* https://github.com/minenux/minetest-mod-3d_armor/commit/b740914f3958770cd46b8645b65c21b8f2c34d2e +* https://codeberg.org/minenux/minetest-mod-3d_armor/commit/b740914f3958770cd46b8645b65c21b8f2c34d2e +* https://gitlab.com/minenux/minetest-mod-3d_armor/commit/b740914f3958770cd46b8645b65c21b8f2c34d2e + #### Depends * default diff --git a/init.lua b/init.lua index 809b27a..12b251a 100644 --- a/init.lua +++ b/init.lua @@ -1,7 +1,6 @@ -- Use 3d_armor translator to take advantage of existing translations for armor parts local S = armor_i18n.gettext -local F = armor_i18n.fgettext if not minetest.get_modpath("technic_worldgen") then minetest.log("warning", S("[3d_armor_technic]: Mod loaded but unused.")) diff --git a/mod.conf b/mod.conf index fdd3c0a..1bbe125 100644 --- a/mod.conf +++ b/mod.conf @@ -1,5 +1,5 @@ -title = technic_armor -name = technic_armor +title = 3d_armor_technic +name = 3d_armor_technic description = ARMOR TECH made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver depends = 3d_armor optional_depends = default, moreores, technic_worldgen