diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-08-06 10:37:38 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-08-26 10:54:44 +0900 |
| commit | d3bfd79800aacfde6617d5430ead5fdda0a506fe (patch) | |
| tree | b8420034448bd3193c7f541f47a6387a9772d99f /fabric/src/main/resources | |
| parent | 8c13c015031a0de865d2e767cd8e879754f803e2 (diff) | |
| download | RoughlyEnoughItems-d3bfd79800aacfde6617d5430ead5fdda0a506fe.tar.gz RoughlyEnoughItems-d3bfd79800aacfde6617d5430ead5fdda0a506fe.tar.bz2 RoughlyEnoughItems-d3bfd79800aacfde6617d5430ead5fdda0a506fe.zip | |
More work okay
Diffstat (limited to 'fabric/src/main/resources')
| -rw-r--r-- | fabric/src/main/resources/fabric.mod.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fabric/src/main/resources/fabric.mod.json b/fabric/src/main/resources/fabric.mod.json index afaac37a6..251e4def4 100644 --- a/fabric/src/main/resources/fabric.mod.json +++ b/fabric/src/main/resources/fabric.mod.json @@ -28,7 +28,9 @@ ], "rei_client": [ "me.shedaniel.rei.plugin.client.DefaultClientPlugin", - "me.shedaniel.rei.plugin.client.runtime.DefaultClientRuntimePlugin" + "me.shedaniel.rei.plugin.client.runtime.DefaultClientRuntimePlugin", + "me.shedaniel.rei.plugin.client.runtime.DefaultRuntimeInputMethodPlugin", + "me.shedaniel.rei.plugin.autocrafting.DefaultClientTransferCategoryPlugin" ] }, "accessWidener": "roughlyenoughitems.accessWidener", |
