Skip to content

Instantly share code, notes, and snippets.

@MerchantPug
Created July 9, 2023 04:35
Show Gist options
  • Save MerchantPug/e3b01c7b54cf92dc8e3ae93227e8e14e to your computer and use it in GitHub Desktop.
Save MerchantPug/e3b01c7b54cf92dc8e3ae93227e8e14e to your computer and use it in GitHub Desktop.
Example overrides for Apoli hotfixes
{
"schema_version": 1,
"overrides": [
{
"path": "<mods>/Origins-1.20.1-1.10.0.jar",
"depends": [
{
"replace": {
"id": "apoli",
"versions": ">=2.9.0"
},
"with": {
"id": "apoli",
"versions": ">=2.9.0-"
}
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment