mirror of
https://github.com/AlmostReliable/almostunified.git
synced 2024-11-14 11:15:23 -05:00
fix Fabric recipe viewer integration entrypoints
This commit is contained in:
parent
da570ba335
commit
65a94d83a3
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue