Older forge versions don't support lenient json. (#40)

typescript
Oskar Stawiarski 2019-11-16 23:02:00 +01:00 committed by Daniel Scalzi
parent 8b04f476ee
commit 9761c1d9d0
1 changed files with 3 additions and 0 deletions

View File

@ -505,6 +505,9 @@ class ProcessBuilder {
case 'user_type':
val = 'mojang'
break
case 'user_properties':
val = "{}"
break
case 'version_type':
val = this.versionData.type
break