Anuken/MindustryMods

Is mods parser break down?

Agzam-Ar opened this issue · 1 comments

Mod

hjson:

{
  displayName: "New game Mod"
  name: "newGameMod"
  author: "Agzam4"
  main: "agzam4.NewGameMod"
  description: "NG mod"
  version: 1.0.0
  minGameVersion: 142
  java: true
  hidden: false
}

When I clone you repo and run all was correctly parsed and added to mods.json

Fixed