jaquadro/NBTExplorer

Json isn't correct

zonetecde opened this issue · 2 comments

The decimal value on the json are with "," and not a "." like :

"BorderDamagePerBlock": 0,2,

so the json isnt working

US and EU decimal notation is different.

@zonetecde I suppose the problem happend on converting of an NBT file using NBTUtil.exe program ?
I noticed the same: decimal values in JSON-Text are localized, so it happens as you described.
I would suggest and vote for the solution so NBT tools (NBTExplorer and NBTUtil) would not use any locales,
and use just fixed US-EN standard to avoid such problems.