diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-08-26 22:04:05 +0900 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-08-26 22:04:05 +0900 |
| commit | 066205c5922646285c59f318d581632382248cad (patch) | |
| tree | 5fdf8209db4e2d3013c2be1ad7b80d01317c577b /runtime-engine/plugins/src/main/resources/META-INF/services | |
| parent | a6900532610247cae49f1c782442d07d8f7b1d2d (diff) | |
| download | RoughlyEnoughItems-066205c5922646285c59f318d581632382248cad.tar.gz RoughlyEnoughItems-066205c5922646285c59f318d581632382248cad.tar.bz2 RoughlyEnoughItems-066205c5922646285c59f318d581632382248cad.zip | |
Make it run
Diffstat (limited to 'runtime-engine/plugins/src/main/resources/META-INF/services')
| -rw-r--r-- | runtime-engine/plugins/src/main/resources/META-INF/services/me.shedaniel.rei.impl.common.provider.PluginManagerConstructor | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime-engine/plugins/src/main/resources/META-INF/services/me.shedaniel.rei.impl.common.provider.PluginManagerConstructor b/runtime-engine/plugins/src/main/resources/META-INF/services/me.shedaniel.rei.impl.common.provider.PluginManagerConstructor new file mode 100644 index 000000000..816ec424b --- /dev/null +++ b/runtime-engine/plugins/src/main/resources/META-INF/services/me.shedaniel.rei.impl.common.provider.PluginManagerConstructor @@ -0,0 +1 @@ +me.shedaniel.rei.impl.common.plugins.PluginManagerConstructorImpl
\ No newline at end of file |
