aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rwxr-xr-xsrc/main/resources/fabric.mod.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 5c3124522..c209f7ceb 100755
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -9,7 +9,8 @@
],
"initializers": [
"me.shedaniel.rei.RoughlyEnoughItemsCore",
- "me.shedaniel.rei.client.ClientHelper"
+ "me.shedaniel.rei.client.ClientHelper",
+ "me.shedaniel.rei.client.ScreenHelper"
],
"requires": {
"fabric": "0.2.3"