From fd929c549d68fffe1d0dfbef1acdad6376bf9ed9 Mon Sep 17 00:00:00 2001 From: IThundxr Date: Fri, 30 Aug 2024 11:52:01 -0400 Subject: [PATCH] Wildcard breaks for Create: Interactive Create: Interactive has been causing issues for ages, breaking create's contraptions, causing tons of issues which end up getting reported to the create repos and discord server, with no planned fixes in sight and these issues being present for so long a breaks is being put in place until these issues get fixed, once these issues are fixed a review will be done and removing the breaks will be considered --- 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 879950ac2f..12d3bb6857 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -63,9 +63,10 @@ "optifabric": "*", "colormatic": "<=3.1.1", "iris": "<=1.2.5", + + "create_interactive": "*" "railways": "<1.4.8", - "create_interactive": "<=1.0.0-beta.3", "garnished": "<=1.6.3", "create_basic_additions": "<=1.0.1", "createmorepotatoes": "<=1.0.3",