diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-07-27 02:13:43 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-07-27 03:06:07 +0800 |
| commit | ea614e1b9f1960354432f1d991b050a9113d86c6 (patch) | |
| tree | 68e0de8da9dd7fe6f3e574559a3fe8cc1fb4d42a /fabric/src/main/resources/fabric.mod.json | |
| parent | 8c8b7236f89c2fc2fbd7f2c52800d8933b4cca5e (diff) | |
| download | RoughlyEnoughItems-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.json | 4 |
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", |
