Skip to content

Instantly share code, notes, and snippets.

@cpw
Last active August 29, 2015 14:19
Show Gist options
  • Save cpw/d3edc292631708f2d454 to your computer and use it in GitHub Desktop.
Save cpw/d3edc292631708f2d454 to your computer and use it in GitHub Desktop.
[
{ "modId": "fmltest",
"deps": [
{
"type": "after",
"target": "testmod2"
}
]
}
]
@cpw
Copy link
Author

cpw commented Apr 25, 2015

Valid types are "before" and "after"

  • "before" - ensure this modId sorts before the target
  • "after" - ensure this modId sorts after the target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment