From 12e9d7e67941f119cc1d6ac85c5923fecfcae012 Mon Sep 17 00:00:00 2001 From: SHsuperCM Date: Fri, 26 Aug 2022 12:44:03 +0300 Subject: Updated conflict version of eating animations Fixes #177 --- defaults/src/main/resources/fabric.mod.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/src/main/resources/fabric.mod.json b/defaults/src/main/resources/fabric.mod.json index f35e7bb..032c31b 100644 --- a/defaults/src/main/resources/fabric.mod.json +++ b/defaults/src/main/resources/fabric.mod.json @@ -31,6 +31,6 @@ "citresewn": "${version}" }, "conflicts": { - "eatinganimationid": "*" + "eatinganimationid": "<1.9" } } -- cgit