aboutsummaryrefslogtreecommitdiff
path: root/fabric/src
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-06-22 01:47:32 +0800
committershedaniel <daniel@shedaniel.me>2021-06-22 01:47:32 +0800
commit927a4af76ec3c74dc83c38b5b46d105a933bb48a (patch)
treecffa99dbeb9b56d53e0dfeacdcb857b2368a391d /fabric/src
parent0d1886cd3a85e7829646b666c36b35cf3321f1b0 (diff)
downloadRoughlyEnoughItems-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.json1
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"
]