From 9966dec271a04fe9f8ed083c042c6bdb990b2526 Mon Sep 17 00:00:00 2001 From: Bill Parrott Date: Sat, 5 Oct 2024 14:53:24 -0500 Subject: [PATCH] chore: add chimericlib to dependencies --- src/main/resources/fabric.mod.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 7232a328a..e03d7d290 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -33,7 +33,8 @@ "fabricloader": ">=0.15.0", "minecraft": "~1.21", "java": ">=21", - "fabric": "*" + "fabric": "*", + "chimericlib": "*" }, "recommends": { "patchouli": "*"