diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-04-10 02:29:48 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-04-10 02:29:48 +0800 |
| commit | 8341de88a57ffe7c6be6634314ce7f18bccaf28e (patch) | |
| tree | 83316bb567d866276059602320bfe0c65d48b6ba /api/build.gradle | |
| parent | 188066bfd4817c1c160061d61e7a0130e9377e98 (diff) | |
| download | RoughlyEnoughItems-8341de88a57ffe7c6be6634314ce7f18bccaf28e.tar.gz RoughlyEnoughItems-8341de88a57ffe7c6be6634314ce7f18bccaf28e.tar.bz2 RoughlyEnoughItems-8341de88a57ffe7c6be6634314ce7f18bccaf28e.zip | |
Primitive port to 21w14a
Signed-off-by: shedaniel <daniel@shedaniel.me>
Diffstat (limited to 'api/build.gradle')
| -rw-r--r-- | api/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api/build.gradle b/api/build.gradle index 3a332c299..44fe15010 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -5,7 +5,7 @@ dependencies { } architectury { - common() + common(forgeEnabled.toBoolean()) } remapJar { |
