From 87bb1a6bf154648919b437d31266899fbc9baaff Mon Sep 17 00:00:00 2001 From: shedaniel Date: Thu, 11 Aug 2022 03:03:00 +0800 Subject: Fix crash without architectury api --- .../me.shedaniel.rei.impl.client.ErrorDisplayer$ErrorGuiInitializer | 1 + 1 file changed, 1 insertion(+) create mode 100644 fabric/src/main/resources/META-INF/services/me.shedaniel.rei.impl.client.ErrorDisplayer$ErrorGuiInitializer (limited to 'fabric/src/main/resources/META-INF/services') diff --git a/fabric/src/main/resources/META-INF/services/me.shedaniel.rei.impl.client.ErrorDisplayer$ErrorGuiInitializer b/fabric/src/main/resources/META-INF/services/me.shedaniel.rei.impl.client.ErrorDisplayer$ErrorGuiInitializer new file mode 100644 index 000000000..511737e2f --- /dev/null +++ b/fabric/src/main/resources/META-INF/services/me.shedaniel.rei.impl.client.ErrorDisplayer$ErrorGuiInitializer @@ -0,0 +1 @@ +me.shedaniel.rei.impl.client.fabric.ErrorDisplayerImpl \ No newline at end of file -- cgit