diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-07-27 23:25:27 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-08-26 10:52:27 +0900 |
| commit | 05069aa62b09f02a8cd6e526ec58a30347a56500 (patch) | |
| tree | acb90d01f0a06de7c6b540eefeeee8259016f8ac /runtime-engine/displays/src/main/resources | |
| parent | 685861c91bbb8a8a882da51381d392f1310d061d (diff) | |
| download | RoughlyEnoughItems-05069aa62b09f02a8cd6e526ec58a30347a56500.tar.gz RoughlyEnoughItems-05069aa62b09f02a8cd6e526ec58a30347a56500.tar.bz2 RoughlyEnoughItems-05069aa62b09f02a8cd6e526ec58a30347a56500.zip | |
WIP Module
Diffstat (limited to 'runtime-engine/displays/src/main/resources')
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 |
