diff options
Diffstat (limited to 'src/main/resources/quilt.mod.json')
| -rw-r--r-- | src/main/resources/quilt.mod.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json new file mode 100644 index 0000000..c2ec5a6 --- /dev/null +++ b/src/main/resources/quilt.mod.json | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | { | ||
| 2 | "schema_version": 1, | ||
| 3 | "quilt_loader": { | ||
| 4 | "group": "lv.enes.mc", | ||
| 5 | "id": "eriscraft_misc", | ||
| 6 | "version": "${version}", | ||
| 7 | "metadata": { | ||
| 8 | "name": "ErisCraft Miscellany", | ||
| 9 | "description": "Miscellaneous things for my modpack :3", | ||
| 10 | "contributors": { | ||
| 11 | "Eris": "Owner" | ||
| 12 | } | ||
| 13 | }, | ||
| 14 | "intermediate_mappings": "net.fabricmc:intermediary", | ||
| 15 | "entrypoints": {}, | ||
| 16 | "depends": [{ | ||
| 17 | "id": "quilt_loader", | ||
| 18 | "versions": "^${loader_version}" | ||
| 19 | }, { | ||
| 20 | "id": "minecraft", | ||
| 21 | "versions": "=${minecraft_version}" | ||
| 22 | }] | ||
| 23 | } | ||
| 24 | } \ No newline at end of file | ||