Skip to content

Instantly share code, notes, and snippets.

@falseresync
Last active January 8, 2021 21:57
Show Gist options
  • Save falseresync/4a7435d304179e0304be5240ca952f02 to your computer and use it in GitHub Desktop.
Save falseresync/4a7435d304179e0304be5240ca952f02 to your computer and use it in GitHub Desktop.
{
"schemaVersion": 1,
"id": "example",
"version": "<unix timestamp>",
"metadata": {
"displayName": "Example",
"version": "1.0.0-pre.2"
},
"components": [
{
"id": "minecraft",
"version": "1.16.4"
},
{
"id": "fabric",
"loaderVersion": "1.2.3",
"intermediaryVersion": "1.16.4"
}
],
"dependencies": [
{
"id": "vivatech",
"version": "<unix timestamp>",
"file": "mods/vivatech-1.0.0-alpha.19.jar",
"download": "<direct download url>",
"manifesto": "<dependency manifesto url>",
"hash": {
"sha256": "<hash>"
},
"optional": false,
"conditions": {
"minecraft:environment": "both",
"component:minecraft.version": "1.16.x",
"dependency:fabric-api.version": ">=[timestamp]"
},
"metadata": {
"displayName": "Vivatech",
"version": "1.0.0-alpha.19",
"author": "falseresync"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment