diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-06-22 01:47:32 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-06-22 01:47:32 +0800 |
| commit | 927a4af76ec3c74dc83c38b5b46d105a933bb48a (patch) | |
| tree | cffa99dbeb9b56d53e0dfeacdcb857b2368a391d /fabric/src | |
| parent | 0d1886cd3a85e7829646b666c36b35cf3321f1b0 (diff) | |
| download | RoughlyEnoughItems-927a4af76ec3c74dc83c38b5b46d105a933bb48a.tar.gz RoughlyEnoughItems-927a4af76ec3c74dc83c38b5b46d105a933bb48a.tar.bz2 RoughlyEnoughItems-927a4af76ec3c74dc83c38b5b46d105a933bb48a.zip | |
Fix #558
Diffstat (limited to 'fabric/src')
| -rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index 3f1c179a0..4c417b3af 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -24,6 +24,7 @@ ], "rei": [ "me.shedaniel.rei.plugin.common.DefaultPlugin", + "me.shedaniel.rei.plugin.common.DefaultRuntimePlugin", "me.shedaniel.rei.plugin.client.DefaultClientPlugin", "me.shedaniel.rei.plugin.client.DefaultClientRuntimePlugin" ] |
