The Twilight Forest

The Twilight Forest

140M Downloads

Why there is Version: NONE instead of Version: 4.0.482?

BurnutsGaming opened this issue · 7 comments

commented

Forge version: 36.1.24
Twilight Forest version: 4.0.482
Link to crash log: (please use a paste site such as gist, do not attach the .txt or paste the log inline)

Steps to reproduce:
1.

What I expected to happen:
There should be Version: 4.0.482

What happened instead:
It says Version: NONE because of the mods.toml and it cant detect the jar file version because it cant be found.

mods.toml:
version="${file.jarVersion}" to version="4.0.482"

commented

Try this version="4.0"

commented

We will just write our own code sync your mod can't be compiled with Gradle 6.9 anyways.

commented

Picture:
Uploading IMG_20210530_162610.jpg…

commented

You can avoid this by editing the mods.toml that's what I did in my mod.

commented

This doesn't work because our builds are automated by devops.
The solution is to fix the variable. Editing in the version manually each time is redundant and tedious.

Work smart not harder.

commented

Either there is no parameters to ${file.jarVersion} or it got overwritten I will check.

commented

There is no ${file.jarVersion} config here.