diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-10-22 01:11:04 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-10-22 01:12:32 +0800 |
| commit | 0ef0f8b21df4b9a603aaa2ab4a35d395ef6437c1 (patch) | |
| tree | f6f38140f94fa98adcad5b880fdc2aa3bd4df844 /runtime-engine/networking/src/main/resources | |
| parent | bb7920e447d599d23abfac3b67d8823cf24f8150 (diff) | |
| download | RoughlyEnoughItems-0ef0f8b21df4b9a603aaa2ab4a35d395ef6437c1.tar.gz RoughlyEnoughItems-0ef0f8b21df4b9a603aaa2ab4a35d395ef6437c1.tar.bz2 RoughlyEnoughItems-0ef0f8b21df4b9a603aaa2ab4a35d395ef6437c1.zip | |
Make it not crash
Diffstat (limited to 'runtime-engine/networking/src/main/resources')
2 files changed, 7 insertions, 0 deletions
diff --git a/runtime-engine/networking/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.networking.NetworkModule b/runtime-engine/networking/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.networking.NetworkModule new file mode 100644 index 000000000..df413c4d9 --- /dev/null +++ b/runtime-engine/networking/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.networking.NetworkModule @@ -0,0 +1,6 @@ +me.shedaniel.rei.impl.client.networking.modules.CheatItemStatusNetworkModule +me.shedaniel.rei.impl.client.networking.modules.NotEnoughItemsNetworkModule +me.shedaniel.rei.impl.common.networking.modules.CheatItemGiveNetworkModule +me.shedaniel.rei.impl.common.networking.modules.CheatItemGrabNetworkModule +me.shedaniel.rei.impl.common.networking.modules.CheatItemHotbarNetworkModule +me.shedaniel.rei.impl.common.networking.modules.DeleteItemNetworkModule
\ No newline at end of file diff --git a/runtime-engine/networking/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.networking.NetworkingHelper b/runtime-engine/networking/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.networking.NetworkingHelper new file mode 100644 index 000000000..1020dd0a4 --- /dev/null +++ b/runtime-engine/networking/src/main/resources/META-INF/services/me.shedaniel.rei.api.common.networking.NetworkingHelper @@ -0,0 +1 @@ +me.shedaniel.rei.impl.common.networking.NetworkingHelperImpl
\ No newline at end of file |
