aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/main/resources
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2021-02-21 22:33:45 +0800
committershedaniel <daniel@shedaniel.me>2021-02-21 22:33:45 +0800
commita56baa875630ffac06e421a7389854b5301ed7f0 (patch)
tree9469ff3f61f2aca622d6f86dbe8044769198e639 /runtime/src/main/resources
parent5eae235995583e378a884a14118095c1fda08fab (diff)
downloadRoughlyEnoughItems-a56baa875630ffac06e421a7389854b5301ed7f0.tar.gz
RoughlyEnoughItems-a56baa875630ffac06e421a7389854b5301ed7f0.tar.bz2
RoughlyEnoughItems-a56baa875630ffac06e421a7389854b5301ed7f0.zip
More
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'runtime/src/main/resources')
-rw-r--r--runtime/src/main/resources/fabric.mod.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/runtime/src/main/resources/fabric.mod.json b/runtime/src/main/resources/fabric.mod.json
index 5e788046e..dacea67e1 100644
--- a/runtime/src/main/resources/fabric.mod.json
+++ b/runtime/src/main/resources/fabric.mod.json
@@ -15,13 +15,11 @@
"license": "MIT",
"icon": "icon.png",
"entrypoints": {
- "client": [
- "me.shedaniel.rei.RoughlyEnoughItemsCore",
- "me.shedaniel.rei.impl.ClientHelperImpl",
- "me.shedaniel.rei.impl.ScreenHelper"
- ],
"main": [
- "me.shedaniel.rei.RoughlyEnoughItemsNetwork"
+ "me.shedaniel.rei.RoughlyEnoughItemsInitializer"
+ ],
+ "client": [
+ "me.shedaniel.rei.RoughlyEnoughItemsInitializer"
],
"modmenu": [
"me.shedaniel.rei.REIModMenuEntryPoint"