identification and information on README
This commit is contained in:
parent
69bea89abb
commit
e408ce2510
28
README.md
28
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.
|
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
|
Textures by @poet-nohit and @numberZero
|
||||||
|
|
||||||
|
Copyright (C) 2013-2018 Stuart Jones - LGPL v2.1
|
||||||
|
|
||||||
|
3
depends.txt
Normal file
3
depends.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
3d_armor
|
||||||
|
technic_worldgen?
|
||||||
|
moreores?
|
1
description.txt
Normal file
1
description.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver
|
1
mod.conf
1
mod.conf
@ -1,3 +1,4 @@
|
|||||||
|
title = technic_armor
|
||||||
name = technic_armor
|
name = technic_armor
|
||||||
description = Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver
|
description = Adds armor made from lead, brass, cast iron, carbon steel, stainless steel, tin and silver
|
||||||
depends = 3d_armor
|
depends = 3d_armor
|
||||||
|
Loading…
x
Reference in New Issue
Block a user