Immersive Engineering

Immersive Engineering

134M Downloads

[bug] broken armor names

VioSoCo opened this issue ยท 4 comments

commented

Minecraft Version

1.20.1

Immersive Engineering Version

ImmersiveEngineering-1.20.1-10.0.0-169.jar

Expected Behavior

Faraday armor and steel armor should have their own names.

Actual Behavior

image
Faraday armor and steel armor do not have their own names.

Steps to reproduce

I take Faraday armor or steel
armor and see a beautiful unfinished name of these armor.

Debug Crash Log

.

commented

Same issue here.

commented

Somewhere between 1.19.2 and 1.20.1 Mojang changed part of the id names for armor:
head - helmet
chest - chestplate
legs - leggings
feet - boots

To fix this you would need to make rename the 8 pieces of armor like so:
item.immersiveengineering.armor_steel_head - item.immersiveengineering.armor_steel_helmet
And so on.

commented

There is a similar issue with the Engineer's Toolbox in the same version. The block is called block.immersiveengineering.toolbox_block where the language files have it as block.immersiveengineering.toolbox. I came here to report the armor and the toolbox. Hope adding this here is ok.

commented

Malte already fixed the armors in a previous commit.
I've now also fixed the toolbox.

Next release will see this resolved.