diff options
| author | shedaniel <daniel@shedaniel.me> | 2021-05-17 21:41:37 +0800 |
|---|---|---|
| committer | shedaniel <daniel@shedaniel.me> | 2021-05-17 21:41:37 +0800 |
| commit | 943c7aab9fe4dac5801d5dfa9af2611331eccd78 (patch) | |
| tree | 5956ccecec82a594830fcb6a8855b7a633595859 /api | |
| parent | 0cd2336ababe5d6c78a64943adde5b54cb3e72b6 (diff) | |
| parent | 745f78a4aa7d23fe03e7420eb3fe06b8c418db35 (diff) | |
| download | RoughlyEnoughItems-943c7aab9fe4dac5801d5dfa9af2611331eccd78.tar.gz RoughlyEnoughItems-943c7aab9fe4dac5801d5dfa9af2611331eccd78.tar.bz2 RoughlyEnoughItems-943c7aab9fe4dac5801d5dfa9af2611331eccd78.zip | |
Merge remote-tracking branch 'origin/6.x' into 6.x-1.17
Diffstat (limited to 'api')
| -rw-r--r-- | api/build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/build.gradle b/api/build.gradle index 44fe15010..40ea8f83d 100644 --- a/api/build.gradle +++ b/api/build.gradle @@ -1,3 +1,5 @@ +archivesBaseName = rootProject.name + "-" + project.name + dependencies { modCompileOnly("net.fabricmc:fabric-loader:${project.fabricloader_version}") modCompileOnly("me.shedaniel.cloth:cloth-config:${cloth_config_version}") |
