modrinth/code

Add reading data from neoforge.mods.toml

Closed this issue · 0 comments

Is your suggested enhancement related to a problem? Please describe.

Yes this improvement is related to a problem reading data from neoforge.mods.toml. In NeoForge for 1.20.5 and above, mods.toml has been changed to neoforge.mods.toml. However, the read system still does not support neoforge.mods.toml.

Because of this, when loading a new version of the mod on neoforge is not automatically read data as for example from the mod on forge. (Screenshot 1 below).
image

However, if the mod file will be and mods.toml, the data is read from there. (Screenshot 2 below)
image

Describe the solution you'd like

As it seems to me it is necessary to add the same support as with mods.toml, because there is almost no difference between mods.toml and neoforge.mods.toml

Describe alternatives you've considered

No response

Additional context

No response