3d_armor icon indicating copy to clipboard operation
3d_armor copied to clipboard

Visible player armor & wielded items for minetest

Results 17 3d_armor issues
Sort by recently updated
recently updated
newest added

I don't know why or how, but if I activate 3d_armor (latest CDB version) and I kill myself, even if I override my speed in `on_respawn`, this happens: ```lua minetest.register_on_respawnplayer(function(player)...

bug

I suggest adding an option to hide the wielded item or show it in 3D. Some players prefer a 3D item rather than a flat item so the mod could...

enhancement

I have found that the admin armor makes the walk speed of the character so fast that any game becomes almost unplayable. Is there a way to reduce this? [edit]...

bug
question

It's been a few weeks, but at some point after an update to 3D Armor from ContentDB, armor stopped protecting the player from torch damage. ``` name = 3d_armor title...

bug

This issue is to track the deprecation of the config support. See [init.lua](https://github.com/minetest-mods/3d_armor/blob/master/3d_armor/init.lua): > -- Legacy Config Support and [armor.conf.example](https://github.com/minetest-mods/3d_armor/blob/master/3d_armor/armor.conf.example) > -- DEPRECATED, will not be supported in future versions

enhancement

In https://github.com/minetest-whynot/whynot-game/pull/170#discussion_r1372463656 > It seems all code with `@section craft` has a lot of duplicative behavior shared with (virtually) all armor. The license isn't compatible, but I've seen that Instant...

documentation
enhancement

Both the "preview" images and the actual textures do not support texture modifiers, just the inventory images. I think.

enhancement

Before I roll onto content_db and clutter it up, would it be better if I rolled my glove/gauntlet into the main 3d_Armor baseas a pull request. I'm thinking similar to...

question
discussion

As a result the players inventory is being updated even when the armor tab isn't selected. This interferes with other inventory mods if they don't work 100% through sfinv callbacks....

bug

Armor is nice and all, but, sometimes you want the defense of the armor but also want to show off your nice skin to your friends. Well, why not? A...

enhancement