3D Armor
Visible player armor & wielded items.
Reviews
Review
Used By
-
Animalia
ElCeejoBrings a plethora of wildlife and expands exploration
-
i3
mt-modsA next-generation inventory
-
Draconis
ElCeejoAdds terrifying Dragons and powerful equipment.
-
Techage Modpack
joe7575Go through five tech ages in search of wealth and power
-
Ranged Weapons
LarsAdds some guns and throwable weapons.
-
SkinsDB
bell07Custom player skins manager with support for 1.0 and 1.8er skins and inventory skins selector
Great API
Aside from what The32bitguy said, and making sure its JIT-able, I would like to suggest some very simple wording changes that improve clarity on any mods with armor or weapons.
approx(65535/armor_use)
, where higher numbers lead to faster item degredation. Renaming to armor_uses, or if you still want to keep the inverse wear relationship something like armor_weakness, armor_fragility, or armor_frailty.armor_groups = {fleshy=##},
, where each 5 points adds a level. However, I found no relationship between armor protection and these values. In my testing 0 on an armor piece reduced Oerkki damage from 4 to 3, but so did all values tested through 100.It shouldn't be too much effort to add a couple lines to transition things while keeping backwards compatibility.
Update: I also tried various
armor_groups = {fleshy}
values on sharks and other creatures that are listed as having fleshy damage groups. Armor pieces only reduce damage from 5 to 4 regardless of armor group settings.Appreciate the read. Ciao!
Boots!
A must have on survival servers, gotta have my fill of armor bling.
Great mod
I use it for all my worlds and I love it. Really well made. How do you get admin armor tho?
Dependable and Even Works on Smart Inventory!
Title says all, a great choice for servers where stable and quality code is most needed.
Good mod, great for servers and singleplayer
The title says it all. One of my mods also makes use of the API to register an extra armor type
Not to be missed
A complete mod that is very well documented. It is hence quite easy to create lightweight dependant mods with nice functionalities.
Good but needs fixing.
The mod is really good but the problem I'm having with this mod is the model for the player is wrong since the body length is too tall which makes the pixels look rectangular instead of being square like (The legs also have the same problem). Please fix.
A very good mod
This mod is essential for a complete minetest experience
Is there even a comparable mod?
Armor is an excellent enhancement to any survival game. I don't know of any other mod that can be compared to this.
Armor!
best armor mod i've ever tried, not complicated, doesn't bring lag.. didn't check it's code tho
This mod is a must have!
Whenever I make a new world, I always make sure I enable 3D armor.
A must
This is a much needed mod to EVERY MTG server, and singleplayer world. MTG is just bland without it.
Gut programmiert
Ich finde dass es ein sehr guter mod ist aber ich habe herausgefunden dass wenn man ein Rüstungsteil rehtsklickt mit der maus dann Verschwindet es und wenn man links_klickt dann verschwiedet es eben falls. Aber sonst binn ich sehr überzeugt dass andere mit diesen mod spaß haben werden.
The Stepping Stone is finally here!
Thanks for creating this! This helps me a lot with my Star Wars mod! Keep up the good work!
3D Armor is one of the most useful mods out there for survival worlds
3D Armor is one of the most useful mods out there for survival worlds
Great mod, definitely essential for pvp servers.
This is the ultimate armor mod. The recipes are simple, and the armor is well-designed, and I have not found many in-game bugs related to this. 100% recommended. Good job stu
cool armor
It is a good mod with many nice Items!
Very good models and API
The models are very well done as well as the API. It is something considering adding to a survival server.
always very useful
It gives you more and more protection as you progress through the game by building more resistant armor
Muito bom, esta na maioria dos servidores
Gostei muito desse mod, precisa apenas de umas modificações para texturas, são de resolução muito alta, de resto e o mais usado em servidores Minetest, noa fico sem ele.
Excellent mod. Does what it says.
This mod does what it says. You can craft armor that protects you from damage. It works very well.
Essential
Essential mod for nearly every game
Great for mods
This mod is excellent for creating mods if you are a beginner especially since making an entirely new mechanic can be dificult. I would, however like if you could right click on an armor stand with a piece of armor in you hand to add it.
Outdated motion animation of character
A year ago, with the release of 5.4.0, the animation of the character's movement was improved. And I personally liked it. But it would be good to change the outdated animation of the player's walk to an improved one in the "3d armor" mod, because the old animation has remained. Even in the most recent release. I will be very grateful when you fix it.
A Minetest Classic
This is a gem of the modding community, no wonder why almost every survival server uses this mod. gg
Nice!
This mod reduces damage from evil mobs! Great job!
Must have
3d_armor is a must have for any minetest server or singleplayer world
should come by default in the minetest
this mod should be standard in the minetest u.u
The worst-best mod on https://content.minetest.net
Working with 3d Armor is probably the most frustrating thing I have ever done with Minetest. It may look fine on the outside but it runs primarily on legacy code found only in minetest_game. Supporting 0.4.x is a priority even in the latest release at a detriment to 5.x support. It is just a experimental mod taken way to far with minetest due to its use in many mainstream servers. A rewrite removing the unnecessary legacy support and to implement entity based graphics instead of exclusively texture mapping is needed.
Not using entities
Using entities would make this mod much easier to be worked with. Armors are quite an important thing and I don't feel like to encourage a mod with legacy code.