diff options
| author | shedaniel <daniel@shedaniel.me> | 2022-02-06 19:21:50 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2022-02-06 19:21:50 +0800 |
| commit | dbd26b5bd394957d1bd73016779b87baff3668b0 (patch) | |
| tree | 7d491d377119f89de00739ee76a7eb7410d68ac7 | |
| parent | 9b43d8ae34bfaf2b00238be0456007a55b24e553 (diff) | |
| download | RoughlyEnoughItems-dbd26b5bd394957d1bd73016779b87baff3668b0.tar.gz RoughlyEnoughItems-dbd26b5bd394957d1bd73016779b87baff3668b0.tar.bz2 RoughlyEnoughItems-dbd26b5bd394957d1bd73016779b87baff3668b0.zip | |
Fix #760
| -rw-r--r-- | forge/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/forge/build.gradle b/forge/build.gradle index 94b2bcfd5..ff7bf5841 100644 --- a/forge/build.gradle +++ b/forge/build.gradle @@ -128,6 +128,8 @@ dependencies { modRuntime("curse.maven:integrated-dynamics-236307:3631804") modRuntime("curse.maven:common-capabilities-247007:3614900") modRuntime("curse.maven:cyclops-core-236307:3614854") + modRuntime("curse.maven:elemental-craft-395158:3593428") + modRuntime("curse.maven:datapack-anvil-432817:3569515") } shadowJar { |
