Skip to content

Instantly share code, notes, and snippets.

@MerchantCalico
Last active August 19, 2025 07:38
Show Gist options
  • Select an option

  • Save MerchantCalico/12345c46110967cfaa7d15e41ca1a890 to your computer and use it in GitHub Desktop.

Select an option

Save MerchantCalico/12345c46110967cfaa7d15e41ca1a890 to your computer and use it in GitHub Desktop.
Fabric Loader Dependencies for Cantilever on 1.21.1. Put this into the server's /config folder.
{
"version": 1,
"overrides": {
"cantilever": {
"depends": {
"minecraft": ">=1.21.1"
}
},
"specter-core": {
"depends": {
"minecraft": ">=1.21.1"
}
},
"specter-serialization": {
"depends": {
"minecraft": ">=1.21.1"
}
},
"specter-config": {
"depends": {
"minecraft": ">=1.21.1"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment