Json isn't correct
zonetecde opened this issue · 2 comments
zonetecde commented
The decimal value on the json are with "," and not a "." like :
"BorderDamagePerBlock": 0,2,
so the json isnt working
edcdecl commented
US and EU decimal notation is different.
NetLightDev commented
@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.