This repository has been archived by the owner. It is now read-only.
Voxel Tycoon mod listing allows mods with unconventional json files #128
Labels
modding
Modding related issues.
GameBurrow commentedJul 31, 2019
Describe the bug
I've found a mod in Voxel Tycoon's mod list, that has broken
pack.json
file. This is the file:Most JSON parsers (what I've tried so far) by default fail to parse that file and that is because of the multiline string added to
Description
field. Json files should be validated before mod is allowed to be uploaded.I stumbled upon this issue when I tried to make a small mod manager for myself.
Mod details:
Steps to reproduce
Download Mighty Griffin v2.0 mod and try to parse the pack.json file outside of the game (for example online json parsers like http://json.parser.online.fr/)
Build version

Platform
Windows 10 Pro x64
Reproducibility
N/A
The text was updated successfully, but these errors were encountered: