aboutsummaryrefslogtreecommitdiff
path: root/runtime-engine/displays/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-07-27 23:25:27 +0800
committershedaniel <daniel@shedaniel.me>2022-08-26 10:52:27 +0900
commit05069aa62b09f02a8cd6e526ec58a30347a56500 (patch)
treeacb90d01f0a06de7c6b540eefeeee8259016f8ac /runtime-engine/displays/src/main/resources
parent685861c91bbb8a8a882da51381d392f1310d061d (diff)
downloadRoughlyEnoughItems-05069aa62b09f02a8cd6e526ec58a30347a56500.tar.gz
RoughlyEnoughItems-05069aa62b09f02a8cd6e526ec58a30347a56500.tar.bz2
RoughlyEnoughItems-05069aa62b09f02a8cd6e526ec58a30347a56500.zip
WIP Module
Diffstat (limited to 'runtime-engine/displays/src/main/resources')
-rw-r--r--runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.client.registry.display.DisplayRegistry1
-rw-r--r--runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.display.DisplaySerializerRegistry1
-rw-r--r--runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.registry.RecipeManagerContext1
3 files changed, 3 insertions, 0 deletions
diff --git a/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.client.registry.display.DisplayRegistry b/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.client.registry.display.DisplayRegistry
new file mode 100644
index 000000000..0da433b23
--- /dev/null
+++ b/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.client.registry.display.DisplayRegistry
@@ -0,0 +1 @@
+me.shedaniel.rei.impl.client.registry.display.DisplayRegistryImpl \ No newline at end of file
diff --git a/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.display.DisplaySerializerRegistry b/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.display.DisplaySerializerRegistry
new file mode 100644
index 000000000..e908432e2
--- /dev/null
+++ b/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.display.DisplaySerializerRegistry
@@ -0,0 +1 @@
+me.shedaniel.rei.impl.common.registry.display.DisplaySerializerRegistryImpl \ No newline at end of file
diff --git a/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.registry.RecipeManagerContext b/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.registry.RecipeManagerContext
new file mode 100644
index 000000000..1989d999c
--- /dev/null
+++ b/runtime-engine/displays/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.registry.RecipeManagerContext
@@ -0,0 +1 @@
+me.shedaniel.rei.impl.common.registry.RecipeManagerContextImpl \ No newline at end of file