mojira.dev
MCPE-176399

Armor renders with solid textures when applying armor trim templates.

When Applying the Armor with armor trims, it gets broken when someone wears it

Linked issues

Attachments

Comments 7

By the way, my version right now is Beta 1.20.50.22 so please fix this because it's really annoying for players when they are applying a Armor an Armor trim and the result is just a completely broken armor that which you can't recognize...

This seems to be confirmed, Which armor trims can be cause turned black solid texture in any materials of armor & turtle helmet.

Steps to reproduce

  1. Create a new world without/with any experiments

  2. Take Leather, Chainmail, iron, golden, diamond & netherite armor sets or turtle helmet

  3. Create any designs of smithing templates in smithing table

  4. Wear your any armor

Observed result: The trimmed armors has a fully black solid textures

Expected behavior: The trimmed armors should not including full black solid textures

Can confirm, this also affect Windows version

The reason for this bug is missing trims(trim_path) folder in the installation file,but armor.render_controller code still has trim_path in it.The game can't find the trim_path,so this bug happens.
Code:
{
format_version: "1.8.0",
"render_controllers": {
"controller.render.armor": {
"geometry": "Geometry.default",
"materials": [ { "*": "variable.is_enchanted ? Material.enchanted : Material.default" } ],
"textures": [ "variable.has_trim ? variable.trim_path : Texture.default", "Texture.enchanted" ]
}
}

User David-Normal, will this bug Be fixed by The Developers of Minecraft or Be fixed by coding because it happens on other worlds and other players

@Jamsplayzgo,I know the easiest way to fix this is to copy the trims folder of the previous version (like 1.20.50.20) and put it into the installation file. Because trim_path is already registered in the installation file. However, because directly modifying the installation file will cause the installation to fail, even if the folder is placed in the game file, it will show that it needs permissions, so it may need to be fixed by the developer.

User David-Normal, thanks for the help

Jamsplayzgo

(Unassigned)

1130732

Confirmed

Multiple

1.20.50.22 Preview, 1.20.50.23 Preview

1.20.50.24 Preview

Retrieved