fix Fabric recipe viewer integration entrypoints

This commit is contained in:
rlnt 2024-09-29 23:33:43 +02:00
parent da570ba335
commit 65a94d83a3
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -6,7 +6,8 @@ The format is based on [Keep a Changelog],
and this project adheres to [Semantic Versioning]. and this project adheres to [Semantic Versioning].
## Unreleased ## Unreleased
- /
- fixed recipe viewer integration endpoints for Fabric
## [1.1.0] - 2024-09-27 ## [1.1.0] - 2024-09-27

View file

@ -19,13 +19,13 @@
"com.almostreliable.unified.AlmostUnifiedFabric" "com.almostreliable.unified.AlmostUnifiedFabric"
], ],
"jei_mod_plugin": [ "jei_mod_plugin": [
"com.almostreliable.unified.compat.viewers.AlmostJEI" "com.almostreliable.unified.compat.viewer.AlmostJEI"
], ],
"rei_client": [ "rei_client": [
"com.almostreliable.unified.compat.viewers.AlmostREI" "com.almostreliable.unified.compat.viewer.AlmostREI"
], ],
"emi": [ "emi": [
"com.almostreliable.unified.compat.viewers.AlmostEMI" "com.almostreliable.unified.compat.viewer.AlmostEMI"
], ],
"almostunified": [ "almostunified": [
"com.almostreliable.unified.core.CommonPlugin", "com.almostreliable.unified.core.CommonPlugin",