Commit Graph

15 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
hlqkj 6242cebb20 Added moreores to optional dependencies 2020-12-17 09:06:00 +01:00
Olivier Dragon 4dc9a81ec2 Change intllib for v5 minetest.get_translator 2020-08-31 07:41:59 +02:00
tenplus1 4210cafff3 add POVA support (#138)
* add POVA support

Add support for POVA player overrides.

* add POVA support

Add support for POVA player overrides.
2018-05-07 14:41:40 +01:00
stujones11 23e4d5114f Add support for intllib 2017-03-31 20:12:20 +01:00
Alexander Weber f0edb9a710 Inventory compat cleanup
fix inventory_plus after cleanup. Create own register_on_player_receive_fields for this inventory

removed smart_inventory (moved to the inventoy mod), adjusted sfinv

moved sfinv to own mod 3d_armor_sfinv

moved unified_inventory to 3d_armor_ui

moved inventory_plus support to own mod 3d_armor_ip
2017-03-21 14:50:17 +00:00
stujones11 6661ec0b40 Add support for player monoids, resolves #85 2017-03-10 20:33:45 +00:00
rubenwardy 8b8a554ff7 Add support for sfinv 2017-03-08 17:47:38 +00:00
stujones11 bad1452e87 Register fire-node overrides at start-up 2015-07-15 19:00:16 +01: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 a4414820ae Add unified_skins and update for game changes. 2013-04-11 20:56:35 +01:00
stujones11 f6060ebbd7 Updated dependencies. 2013-03-26 21:07:00 +00:00
stujones11 1c3e960c0c Corrected directory structure. 2013-03-15 20:27:58 +00:00