FoamFix icon indicating copy to clipboard operation
FoamFix copied to clipboard

[Minor] version number in mod list

Open ghost opened this issue 8 years ago • 2 comments

In the ingame mod list, FoamFix displays @VERSION@ instead of the version number and @VERSION@ (@VERSION@) in the mod's description.

Minecraft: 1.12 FoamFix: 0.7.4 anarchy

ghost avatar Jul 26 '17 14:07 ghost

Still an issue in FoamFix 0.9.4, Anarchy Version.

Screenshot: 2018-03-02_13 42 53

The variable placeholder should be ${version}, not @VERSION@, I guess... or the replace "@VERSION@", project.version statement not working on mcmod.info? https://github.com/asiekierka/FoamFix/blob/ce9c8c83d0920fb85a1e40a2f0f853a5896f14a6/src/main/resources/mcmod.info#L7

Although fixing this does not affect the mod functionality a bit, it might help things that scan the mcmod.info to retrieve mod metadata, for example you can observe this in MultiMC: screen shot 2018-03-02 at 13 48 47

3TUSK avatar Mar 02 '18 21:03 3TUSK

Sorry to revive an old issue, but I was about to make an issue on this same problem. It still exists as of FoamFix 0.10.10 (1.12.2). Would be a nice fix.

JacobTDC avatar Apr 13 '20 16:04 JacobTDC