Since a long time IC2 Exp has a bug in his API which i am trying to point out and getting fixed (telling them that and trying to tell them to fix it and how)
And always i run into the same thing: Nobody cares..
And then i am getting bug reports like these:
https://github.com/TinyModularThings/IC2-Nei-Plugin/issues/4
Which is happening only with IC2 Exp. Not with addons not with IC2Classic and not with other mods that add Crops (GregTech as example)
What is the bug i am talking about:
Its this function:
When you see this function what do you think will it do?
My first thaught its the name which you see ingame and i am returning that name in IC2 Classic. (Same as every addon i know of)
But as soon we look at IC2 Exp its returning the Registry ID instead of the LocalizedName
(getName() is used when you inject it to the registry)
Reference:
Now whenever bugs show up like this is showed you its not because GregTech or IC2 Classic or the Nei CropPlugins fault. Its IC2 Exps fault because first: They do not name the function properly & the only do this wrong returning...
Here is how it should have to look like:
What bugs could show up?
-Sotring Issues when you add a Sorting by Name feature
-Using that function to get its name
-Anything that asks for the displayName to use it for comparing with something.
This is my bugreport to IC2 Exp and i am telling & yelling at them since a long time (months) that they should fix it and nobody cares...