Last active
August 19, 2025 07:38
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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