diff --git a/CHANGELOG.md b/CHANGELOG.md index 9135fcd..fd9cc0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. ## Unreleased -- / + +- fixed recipe viewer integration endpoints for Fabric ## [1.1.0] - 2024-09-27 diff --git a/Fabric/src/main/resources/fabric.mod.json b/Fabric/src/main/resources/fabric.mod.json index e43fcfb..d36001e 100644 --- a/Fabric/src/main/resources/fabric.mod.json +++ b/Fabric/src/main/resources/fabric.mod.json @@ -19,13 +19,13 @@ "com.almostreliable.unified.AlmostUnifiedFabric" ], "jei_mod_plugin": [ - "com.almostreliable.unified.compat.viewers.AlmostJEI" + "com.almostreliable.unified.compat.viewer.AlmostJEI" ], "rei_client": [ - "com.almostreliable.unified.compat.viewers.AlmostREI" + "com.almostreliable.unified.compat.viewer.AlmostREI" ], "emi": [ - "com.almostreliable.unified.compat.viewers.AlmostEMI" + "com.almostreliable.unified.compat.viewer.AlmostEMI" ], "almostunified": [ "com.almostreliable.unified.core.CommonPlugin",