From e408ce25104fbc63e0ae122dab434758a3ce6f35 Mon Sep 17 00:00:00 2001 From: PICCORO Lenz McKAY Date: Wed, 11 Jan 2023 23:53:06 -0400 Subject: [PATCH] identification and information on README --- README.md | 28 +++++++++++++++++++++++++--- depends.txt | 3 +++ description.txt | 1 + mod.conf | 1 + 4 files changed, 30 insertions(+), 3 deletions(-) create mode 100644 depends.txt create mode 100644 description.txt diff --git a/README.md b/README.md index ee0aaee..0a99dd5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,31 @@ -# Technic Armor [technic_armor] +minetest mod technic_armor +============================ -[![luacheck](https://github.com/mt-mods/technic_armor/workflows/luacheck/badge.svg)](https://github.com/mt-mods/technic_armor/actions) +ARMOR from procesed materials + +Information +----------- Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver. -![](screenshot.png?raw=true) +![](screenshot.png) + +Technical information +--------------------- + +This mod is named `technic_armor` and was part of the `3d_armor`, +it was slited since version 0.4.11 of `3d_armor` + +#### Depends + +* default +* 3d_armor +* technic (technic_worldgen) +* moreores + +## LICENSE Textures by @poet-nohit and @numberZero + +Copyright (C) 2013-2018 Stuart Jones - LGPL v2.1 + diff --git a/depends.txt b/depends.txt new file mode 100644 index 0000000..9ccefed --- /dev/null +++ b/depends.txt @@ -0,0 +1,3 @@ +3d_armor +technic_worldgen? +moreores? diff --git a/description.txt b/description.txt new file mode 100644 index 0000000..b09849a --- /dev/null +++ b/description.txt @@ -0,0 +1 @@ +Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver diff --git a/mod.conf b/mod.conf index 1cc8c00..6ccb1d3 100644 --- a/mod.conf +++ b/mod.conf @@ -1,3 +1,4 @@ +title = technic_armor name = technic_armor description = Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver depends = 3d_armor