diff options
-rw-r--r-- | defaults/src/main/resources/fabric.mod.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } |