{"id":15141046,"url":"https://github.com/minetest-mods/3d_armor","last_synced_at":"2025-09-29T10:30:44.292Z","repository":{"id":42502646,"uuid":"226840335","full_name":"minetest-mods/3d_armor","owner":"minetest-mods","description":"Visible player armor \u0026 wielded items for minetest","archived":false,"fork":true,"pushed_at":"2024-12-27T20:45:49.000Z","size":3523,"stargazers_count":17,"open_issues_count":20,"forks_count":40,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-12-27T21:27:08.398Z","etag":null,"topics":["armor","minetest-mod","wieldview"],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"stujones11/minetest-3d_armor","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minetest-mods.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-09T10:03:05.000Z","updated_at":"2024-12-27T20:43:15.000Z","dependencies_parsed_at":"2023-02-09T20:30:33.729Z","dependency_job_id":null,"html_url":"https://github.com/minetest-mods/3d_armor","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2F3d_armor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2F3d_armor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2F3d_armor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minetest-mods%2F3d_armor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minetest-mods","download_url":"https://codeload.github.com/minetest-mods/3d_armor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234609321,"owners_count":18859849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["armor","minetest-mod","wieldview"],"created_at":"2024-09-26T08:43:51.332Z","updated_at":"2025-09-29T10:30:43.854Z","avatar_url":"https://github.com/minetest-mods.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"Modpack - 3d Armor\n==================\n![3d_armor screenshot](https://github.com/minetest-mods/3d_armor/blob/master/screenshot.png)\n\n\n![](https://github.com/minetest-mods/3d_armor/workflows/luacheck/badge.svg)\n![](https://github.com/minetest-mods/3d_armor/workflows/integration-test/badge.svg)\n\n### Table of Contents\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n- [[mod] Visible Player Armor [3d_armor]](#mod-visible-player-armor-3d_armor)\n- [[mod] Visible Wielded Items [wieldview]](#mod-visible-wielded-items-wieldview)\n- [[mod] Shields [shields]](#mod-shields-shields)\n- [[mod] 3d Armor Stand [3d_armor_stand]](#mod-3d-armor-stand-3d_armor_stand)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n\n[mod] Visible Player Armor [3d_armor]\n-------------------------------------\n\nMinetest Version: 5.0.0 and newer\n\nGame: minetest_game and many derivatives\n\nDepends: default\n\nAdds craftable armor that is visible to other players. Each armor item worn contributes to\na player's armor group level making them less vulnerable to attack.\n\nArmor takes damage when a player is hurt, however, many armor items offer a 'stackable'\npercentage chance of restoring the lost health points. Overall armor level is boosted by 10%\nwhen wearing a full matching set (helmet, chestplate, leggings and boots of the same material)\n\nFire protection has been added by TenPlus1 and in use when ethereal mod is found and crystal\narmor has been enabled.  each piece of armor offers 1 fire protection, level 1 protects\nagainst torches, level 2 against crystal spikes, 3 for fire and 5 protects when in lava.\n\nCompatible with sfinv, inventory plus or unified inventory by enabling the appropriate\ninventory module, [3d_armor_sfinv], [3d_armor_ip] and [3d_armor_ui] respectively.\nAlso compatible with [smart_inventory] without the need for additional modules.\n\nbuilt in support player skins [skins] by Zeg9 and Player Textures [player_textures] by PilzAdam\nand [simple_skins] by TenPlus1.\n\nArmor can be configured by adding a file called armor.conf in 3d_armor mod or world directory.\nsee armor.conf.example for all available options.\n\nFor **mod installation** instructions, please visit: http://wiki.minetest.com/wiki/Installing_Mods\n\nThe specific \"armors as modpack\" refactorization allows anyone to enable/disable any armors they want as mods rather than obscure settings of the past. (See [#78](https://github.com/minetest-mods/3d_armor/commit/9444afd7222a71fc17d40c9793506812d715dcc3) for further explanation.)\n\nCurrently, the modpack includes:\n\n- armor_admin\n- armor_bronze\n- armor_cactus\n- armor_crystal\n- armor_diamond\n- armor_gold\n- armor_mithril\n- armor_nether\n- armor_steel\n- armor_wood\n\nas separate armor mods intentionally. All these mods depend on 3d_armor.\n\n[API Reference](https://minetest-mods.github.io/3d_armor/reference/)\n\n[mod] Visible Wielded Items [wieldview]\n---------------------------------------\n\nDepends: 3d_armor\n\nMakes hand wielded items visible to other players.\n\n[mod] Shields [shields]\n-----------------------\n\nDepends: 3d_armor\n\nOriginally a part of 3d_armor, shields have been re-included as an optional extra.\nIf you do not want shields then simply remove the shields folder from the modpack.\n\n[mod] 3d Armor Stand [3d_armor_stand]\n-------------------------------------\n\nDepends: 3d_armor\n\nAdds a chest-like armor stand for armor storage and display.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminetest-mods%2F3d_armor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminetest-mods%2F3d_armor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminetest-mods%2F3d_armor/lists"}