diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-03-02 12:47:04 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-03-02 12:47:04 +0800 |
| commit | bb3d8036bbed702a731126656a868f751d31a2e2 (patch) | |
| tree | 6d1e1537120d49b73a09dfaf9e3e8a4f895f9f11 /settings.gradle | |
| parent | b56dda8401fad7db78bb1366a6d7e70ba6dde1b1 (diff) | |
| download | RoughlyEnoughItems-bb3d8036bbed702a731126656a868f751d31a2e2.tar.gz RoughlyEnoughItems-bb3d8036bbed702a731126656a868f751d31a2e2.tar.bz2 RoughlyEnoughItems-bb3d8036bbed702a731126656a868f751d31a2e2.zip | |
Support Forge 1.18.2
Diffstat (limited to 'settings.gradle')
| -rwxr-xr-x | settings.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/settings.gradle b/settings.gradle index d74265742..be97e596c 100755 --- a/settings.gradle +++ b/settings.gradle @@ -13,7 +13,7 @@ include "api" include "default-plugin" include "runtime" include "fabric" -//include "forge" +include "forge" -//include "jei-compatibility-layer" -//include "jei-internals-workaround" +include "jei-compatibility-layer" +include "jei-internals-workaround" |
