T145 / metal-chests

Better alternative to IronChests
https://minecraft.curseforge.com/projects/metalchests
GNU Affero General Public License v3.0
13 stars 8 forks source link

[1.12.2-6.1.0] Empty strings are replaced with "==" #117

Open aaronhowser1 opened 4 years ago

aaronhowser1 commented 4 years ago

Problem Details

When using Metal Chests, any mod that has an empty string is replaced with "==" This is because of this line in the en_us.lang. This was explicitly pointed out in #107, which you then closed without fixing, for some reason? This is explicitly the fault of Metal Chests, quat literally found the line in the mod's source code that causes this.

Screenshots

Environment

aaronhowser1 commented 4 years ago

Removing MC fixes it, adding it back brings the issue back

aaronhowser1 commented 4 years ago

For modpack devs that find this if it's not fixed, a single = line with Resource Loader fixes it image

aaronhowser1 commented 4 years ago

Oh, looks like it was fixed? But it was just never pushed to CF?