diff options
| author | 2024-01-06 10:49:57 +0100 | |
|---|---|---|
| committer | 2024-01-06 10:49:57 +0100 | |
| commit | 5efa03cc90f485c1e4569ec3fea3d6f2e5cc6bfc (patch) | |
| tree | e4c1cdc4788114c3936ea427cb4cc695faa79073 /src/main | |
| parent | Add a hard dependency on patchouli (diff) | |
| download | mc-eris-alchemy-5efa03cc90f485c1e4569ec3fea3d6f2e5cc6bfc.tar.gz mc-eris-alchemy-5efa03cc90f485c1e4569ec3fea3d6f2e5cc6bfc.tar.xz mc-eris-alchemy-5efa03cc90f485c1e4569ec3fea3d6f2e5cc6bfc.zip | |
Build script improvements
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/resources/quilt.mod.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index 5b3e4e8..873c25f 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json | |||
| @@ -23,17 +23,17 @@ | |||
| 23 | }, | 23 | }, |
| 24 | "depends": [{ | 24 | "depends": [{ |
| 25 | "id": "quilt_loader", | 25 | "id": "quilt_loader", |
| 26 | "versions": ">=0.23.0" | 26 | "versions": "^${loader_version}" |
| 27 | }, { | 27 | }, { |
| 28 | "id": "quilted_fabric_api", | 28 | "id": "quilted_fabric_api", |
| 29 | "versions": ">=7.4.0" | 29 | "versions": "^${quilted_fabric_api_version}" |
| 30 | }, { | 30 | }, { |
| 31 | "id": "minecraft", | 31 | "id": "minecraft", |
| 32 | "versions": "1.20.1" | 32 | "versions": "=${minecraft_version}" |
| 33 | }, { | 33 | }, { |
| 34 | "group": "vazkii.patchouli", | 34 | "group": "vazkii.patchouli", |
| 35 | "id": "patchouli", | 35 | "id": "patchouli", |
| 36 | "versions": ">=1.20.1-84-FABRIC" | 36 | "versions": "^${patchouli_version}" |
| 37 | }] | 37 | }] |
| 38 | }, | 38 | }, |
| 39 | "mixin": "eris_alchemy.mixins.json" | 39 | "mixin": "eris_alchemy.mixins.json" |