update technic_armor as 3d_armor_technic
* this mod get back to our 3d_armor modpack * fix name in mod.conf * update README
This commit is contained in:
parent
8d515487ce
commit
3b641e8c49
@ -16,6 +16,15 @@ Technical information
|
|||||||
This mod is named `3d_armor_technic` and is(was) part of the `3d_armor`,
|
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
|
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
|
#### Depends
|
||||||
|
|
||||||
* default
|
* default
|
||||||
|
1
init.lua
1
init.lua
@ -1,7 +1,6 @@
|
|||||||
|
|
||||||
-- Use 3d_armor translator to take advantage of existing translations for armor parts
|
-- Use 3d_armor translator to take advantage of existing translations for armor parts
|
||||||
local S = armor_i18n.gettext
|
local S = armor_i18n.gettext
|
||||||
local F = armor_i18n.fgettext
|
|
||||||
|
|
||||||
if not minetest.get_modpath("technic_worldgen") then
|
if not minetest.get_modpath("technic_worldgen") then
|
||||||
minetest.log("warning", S("[3d_armor_technic]: Mod loaded but unused."))
|
minetest.log("warning", S("[3d_armor_technic]: Mod loaded but unused."))
|
||||||
|
4
mod.conf
4
mod.conf
@ -1,5 +1,5 @@
|
|||||||
title = technic_armor
|
title = 3d_armor_technic
|
||||||
name = technic_armor
|
name = 3d_armor_technic
|
||||||
description = ARMOR TECH made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver
|
description = ARMOR TECH made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver
|
||||||
depends = 3d_armor
|
depends = 3d_armor
|
||||||
optional_depends = default, moreores, technic_worldgen
|
optional_depends = default, moreores, technic_worldgen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user