ReikaKalseki / Reika_Mods_Issues

The issue tracker for all of my mods - RotaryCraft, its addons, ChromatiCraft, and everything else.
46 stars 14 forks source link

DAPI's MineTweaker script parser error messages trigger on functional lines such as variables being assigned other variable with parameter that is a third variable #2173

Open Barhandar opened 5 years ago

Barhandar commented 5 years ago

[15:16:17] [Server thread/ERROR] [FML]: DRAGONAPI ERROR: The line 'val maTurtlena=expTurtle.withTag(mana);' is a variable definition with no item specified. Consider fixing this.
Yes, this does in fact work ingame.

Also it should be WARN or even INFO because these lines are not critical in any way to functioning of the program, and MineTweaker has its own error messages. And it's not even that helpful because it doesn't name the file where the error is.

ReikaKalseki commented 5 years ago

This is a known issue but is insanely difficult to fix.