minecraft-dotnet / Substrate

Comprehensive .NET SDK for reading and writing Minecraft worlds and data
http://code.google.com/p/substrate-minecraft/
MIT License
195 stars 70 forks source link

Fix invalid JSON when regional options not English #63

Closed gschizas closed 4 years ago

gschizas commented 4 years ago

Most European countries use comma as the decimal separator (i.e. an amount of one and a quarter is written as 0,25). This emits invalid JSON data. This fixes this.

redwyre commented 4 years ago

Thanks, I'll update 2.x