Skip to content

Wrong syntax for dependencies block in mcmod.info #330

@ImMorpheus

Description

@ImMorpheus

The default mcmod.info contains:

"dependencies": [
      ""
 ]

From: https://forums.spongepowered.org/t/mixins-not-applied-on-production/

It looks like you don’t have any dependencies, but adding an empty string to it isn’t the way to do that. You can just remove the empty string (leaving it as just dependencies: []) or remove the dependencies block altogether.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions