mirror of
https://github.com/minetest-mods/3d_armor.git
synced 2024-11-01 00:00:16 +01:00
44778d7861
* add texture files for nether based 3d_armor * add texture files for nether based shield * perpare for nether armor * add nether armor * add translation for nether armor * add translation for nether armor * add nether shield * add nether shield translation * add nether armor texture preview info * add nether shield texture preview info * add nether to settingtypes.txt * add german translation for armor * add german translation for shields * Nether armor stats modified. * Modify Nether Shield Stats * Update inline documentation
38 lines
818 B
Plaintext
38 lines
818 B
Plaintext
Shields -- Crafting Guide
|
|
--------------------------
|
|
|
|
+---+---+---+
|
|
| X | X | X |
|
|
+---+---+---+
|
|
| X | X | X |
|
|
+---+---+---+
|
|
| | X | |
|
|
+---+---+---+
|
|
|
|
[shields:shield_wood] X = [default:wood]
|
|
[shields:shield_cactus] X = [default:cactus]
|
|
[shields:shield_steel] X = [default:steel_ingot]
|
|
[shields:shield_bronze] X = [default:bronze_ingot]
|
|
[shields:shield_diamond] X = [default:diamond]
|
|
[shields:shield_gold] X = [default:gold_ingot]
|
|
[shields:shield_mithril] X = [moreores:mithril_ingot]
|
|
[shields:shield_crystal] X = [ethereal:crystal_ingot]
|
|
[shields:shield_nether] X = [ethereal:nether_ingot]
|
|
|
|
Enhanced Shields
|
|
----------------
|
|
|
|
+---+
|
|
| S |
|
|
+---+
|
|
| X |
|
|
+---+
|
|
| S |
|
|
+---+
|
|
|
|
[shields:shield_enhanced_wood] X = [shields:shield_wood]
|
|
[shields:shield_enhanced_cactus] X = [shields:shield_cactus]
|
|
|
|
S = [default:steel_ingot]
|
|
|