Mods.toml issues about displayTest and mods,toml #2194
Labels
feature: creator
platform: forge
status: accepted
This is a high-priority feature or a reproduced bug
type: bug
Minecraft Development for IntelliJ plugin version
2023.3-1.6.12
IntelliJ version
IntelliJ IDEA 2023.3.1 (Community Edition) Build #IC-233.11799.300, built on December 11, 2023 Runtime version: 17.0.9+7-b1087.7 amd64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. Windows 11.0 GC: G1 Young Generation, G1 Old Generation Memory: 4086M Cores: 12 Registry: ide.experimental.ui=true Non-Bundled Plugins: com.intellij.ideolog (222.2.0.0) de.femtopedia.diffplugin (2.1.12) com.intellij.grazie.pro (0.3.269) monokai-pro (1.10) com.github.pshirshov.bytecodeeditor (0.2.1) com.demonwav.minecraft-dev (2023.3-1.6.12) Kotlin: 233.11799.300-IJ
Operating System
Windows 11
Target platform
Minecraft Forge
Description of the bug
There are some small issues on showing erros in mods.toml
clientSideOnly
feature to mods.toml MinecraftForge/MinecraftForge#9804${modid}
I need to point the fact plugin shows all problems as errors instead of a warning, normally errors are displayed just to point errors like syntax errors or Exceptions, otherwise RuntimeException's like NPE are just warned (and others are intended ignored)
In short: mods.toml errors fits better on a warning instead of an error
The text was updated successfully, but these errors were encountered: