aboutsummaryrefslogtreecommitdiff
path: root/fabric/src/main/resources/fabric.mod.json
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-07-27 02:13:43 +0800
committershedaniel <daniel@shedaniel.me>2022-07-27 03:06:07 +0800
commitea614e1b9f1960354432f1d991b050a9113d86c6 (patch)
tree68e0de8da9dd7fe6f3e574559a3fe8cc1fb4d42a /fabric/src/main/resources/fabric.mod.json
parent8c8b7236f89c2fc2fbd7f2c52800d8933b4cca5e (diff)
downloadRoughlyEnoughItems-ea614e1b9f1960354432f1d991b050a9113d86c6.tar.gz
RoughlyEnoughItems-ea614e1b9f1960354432f1d991b050a9113d86c6.tar.bz2
RoughlyEnoughItems-ea614e1b9f1960354432f1d991b050a9113d86c6.zip
Make Architectury Plugin compile only
Diffstat (limited to 'fabric/src/main/resources/fabric.mod.json')
-rw-r--r--fabric/src/main/resources/fabric.mod.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json
index 3160ce0f2..afaac37a6 100644
--- a/fabric/src/main/resources/fabric.mod.json
+++ b/fabric/src/main/resources/fabric.mod.json
@@ -16,11 +16,11 @@
"icon": "icon.png",
"entrypoints": {
"main": [
- "me.shedaniel.rei.RoughlyEnoughItemsInitializer::onInitialize"
+ "me.shedaniel.rei.impl.init.RoughlyEnoughItemsInitializer::onInitialize"
],
"client": [
"me.shedaniel.rei.fabric.RoughlyEnoughItemsFabric",
- "me.shedaniel.rei.RoughlyEnoughItemsInitializer::onInitializeClient"
+ "me.shedaniel.rei.impl.init.RoughlyEnoughItemsInitializer::onInitializeClient"
],
"rei_common": [
"me.shedaniel.rei.plugin.common.DefaultPlugin",