From ec135d1ecb09197c013b8b62b74a1f096178fdad Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Fri, 5 Jan 2024 22:37:16 +0100 Subject: Add a hard dependency on patchouli --- src/main/resources/quilt.mod.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/main/resources/quilt.mod.json b/src/main/resources/quilt.mod.json index c20037c..5b3e4e8 100644 --- a/src/main/resources/quilt.mod.json +++ b/src/main/resources/quilt.mod.json @@ -30,6 +30,10 @@ }, { "id": "minecraft", "versions": "1.20.1" + }, { + "group": "vazkii.patchouli", + "id": "patchouli", + "versions": ">=1.20.1-84-FABRIC" }] }, "mixin": "eris_alchemy.mixins.json" -- cgit v1.2.3