Commit Graph

26 Commits

Author SHA1 Message Date
Crystalwarrior 9444afd722
Refactor armors to be mods rather than hardcoded into API (#78)
* Begin work on "armors as modpack" refactor letting anyone to enable/disable any armors they want as mods rather than obscure settings

* Fix some steel armor mishaps, remove pointless dependency on "default"

* Move admin armor into mod

* Make wood armor into a mod

* More consistent steel description text etc.

* remove wood references from 3d_armor api locale

* remove admin armor reference from 3d_armor locale template.txt

* Remove steel textures from api

* Bronze armor as mod

* Fix admin, wood armor missing local S translator var
Fix wood locale missing template.txt

* Fix bronze missing locale

* Cactus as mod

* Crystal into mod

* Diamond into mod

* Mithril and Gold as mods

* Register armor fix

* Nether as mod

* Clean-up, add optional depends for mod armors, remove armor.lua from 3d_armor

* Fix badly named mod.conf for admin, gold, nether armors
Fix attempt to register crafting recipe even though the armor is disabled via setting

* Fix steel and wood having bad globals for crafting section, turned them to locals

* Fix brazilian translation getting deleted
Fix cactus armor locales being incorrectly named
2022-09-06 21:06:27 +02:00
lortas 44778d7861
add nether armor and nether shield (#65)
* 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
2021-11-10 10:15:55 +01:00
Vanessa Dannenberg 583dfe7b21
Update to work with Unified Inventory since formspec v4 update (#45)
Requires UI git tag "version-2" or commit a7556c50, and Minetest v5.4.0
or later
2021-03-10 09:21:26 +01:00
orbea c3a755518e Silence png warnings.
Closes https://github.com/mt-mods/3d_armor/pull/1
2020-04-09 07:22:39 +02:00
Thomas Rudin e5b2cf3a34 new armor and shield textures 2019-12-15 19:03:25 +01:00
stujones11 d979815a49 Fix libpng sRGB profile warnings 2017-10-20 19:38:22 +01:00
stujones11 01a3425ec8 Add preview generator and update preview textures 2017-03-11 20:02:55 +00:00
stujones11 26212fb3e4 Add new armor textures by @daviddoesminetest 2017-02-19 19:33:10 +00:00
stujones11 d322a0f110 Modify helmet textures, fixes #49 2016-05-01 20:25:46 +01:00
stujones11 ae33659168 Make cactus leggings inventory image more consistent 2016-04-08 21:35:56 +01:00
stujones11 0fc71201b4 Add crystal armor and fire protection by TenPlus1 2015-05-04 17:08:40 +01:00
Calinou 6e0fbc8bb2 Optimize textures using OptiPNG 2015-02-22 10:13:06 +01:00
stujones11 466c5e6957 Add missing 'admin boots' texture 2015-01-24 00:18:20 +00:00
crazyginger72 a9fcbf29fe Added cactus armor and admin armor 2015-01-09 20:16:22 +00:00
Megaf aaf90c2b24 new file: 3d_armor/textures/3d_armor_inv_chestplate_gold.png 2014-06-12 11:56:43 -03:00
Megaf 4420afb8d1 Added gold textures.
new file:   3d_armor/textures/3d_armor_boots_gold.png
	new file:   3d_armor/textures/3d_armor_boots_gold_preview.png
	new file:   3d_armor/textures/3d_armor_chestplate_gold.png
	new file:   3d_armor/textures/3d_armor_chestplate_gold_preview.png
	new file:   3d_armor/textures/3d_armor_helmet_gold.png
	new file:   3d_armor/textures/3d_armor_helmet_gold_preview.png
	new file:   3d_armor/textures/3d_armor_inv_boots_gold.png
	new file:   3d_armor/textures/3d_armor_inv_helmet_gold.png
	new file:   3d_armor/textures/3d_armor_inv_leggings_gold.png
	new file:   3d_armor/textures/3d_armor_leggings_gold.png
	new file:   3d_armor/textures/3d_armor_leggings_gold_preview.png
2014-06-12 11:44:28 -03:00
stujones11 8457220413 Add support for unified inventory and skins 2014-04-13 17:41:19 +01:00
stujones11 0b3deea513 Improve player model hanlding and update to version 0.4.0 2013-11-12 21:22:52 +00:00
stujones11 8f2852c6b3 Rename inventory++ icon 2013-07-06 18:05:10 +01:00
stujones11 956193b49a Re add support for inventory++ by Zeg9 2013-07-04 19:15:38 +01:00
stujones11 efea71a63e Version update: 0.3.0 2013-06-22 19:31:57 +01:00
Zeg9 c2dc92ddb5 Add image for inventory++ 2013-06-08 18:30:41 +02:00
stujones11 a4414820ae Add unified_skins and update for game changes. 2013-04-11 20:56:35 +01:00
stujones11 86856a2a4a Added some missing textures. 2013-04-02 20:37:43 +01:00
stujones11 234d964549 Split into modpack and fixed armor inventory bug. 2013-03-26 20:54:01 +00:00
stujones11 1c3e960c0c Corrected directory structure. 2013-03-15 20:27:58 +00:00