Mod has missing version data.
Darkhax opened this issue ยท 1 comments
Forge Version
36.2.23
Twilight Forest Version
4.0.870
Client Log
N/A
Crash Report (if applicable)
N/A
Steps to Reproduce
- Open the compiled jar and look at the mods.toml file
alternative steps
- Launch the game
- Go to the modlist
- Version is reported as NONE
What You Expected
The version should probably be 4.0.870
What Happened Instead
The version is reported as NONE
Additional Details
The mods.toml file in the JAR is using Forge's magic version string "${file.jarVersion}"
which redirects the version query to the JAR manifest. The manifest file in this JAR has no properties.
Please Read and Confirm The Following
- I have confirmed this bug can be replicated without the use of Optifine.
- I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
- I have confirmed this issue is unique and has not been reported already.