PlumyGames / mgpp

The next generation of Mindustry modding.
https://plumygames.github.io/mgpp/
GNU General Public License v3.0
48 stars 3 forks source link

[v1.1.4] `version: 4` in mod.hjson doesn't work #26

Closed liplum closed 2 years ago

liplum commented 2 years ago

In addition, version doesn't work with every number, including float and integer, but is fine with a string.

// Doesn't work
version: 4

// Can work
version : "4"