Skip to content

mcmod.info is bricked in latest version #39

Description

@roidrole

In the built jar, the mcmod.info is wrong. It seems variables are not being applied. This only happens on 0.6.1 and not on 0.6.0-PRE-RELEASE-3. This makes the Prism Launcher unable to show the mod name and version. It also makes the mod menu show a @name@ mod

0.6.1:

[
  {
    "modid": "${modid}",
    "name": "${name}",
    "description": "",
    "version": "${version}",
    "mcversion": "${mcversion}",
    "url": "",
    "updateUrl": "",
    "authorList": [
      "Mohron"
    ],
    "credits": "",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]

0.6.0-PRE-RELEASE-3 :

[
  {
    "modid": "rockytweaks",
    "name": "RockyTweaks",
    "description": "",
    "version": "0.6.0-PRE-RELEASE-3",
    "mcversion": "1.12.2",
    "url": "",
    "updateUrl": "",
    "authorList": [
      "Mohron"
    ],
    "credits": "",
    "logoFile": "",
    "screenshots": [],
    "dependencies": []
  }
]

I will mention that this problem can be fixed by updating to a newer mod template, Cleanroom TemplateDevEnv

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions