aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorSHsuperCM <shsupercm@gmail.com>2021-12-20 16:25:50 +0200
committerSHsuperCM <shsupercm@gmail.com>2021-12-20 16:25:50 +0200
commit5449d3d2d162189e70c7aaa5655899056fd06d8a (patch)
tree45a255652d05a0b5a524003719b75da8252e1a04 /build.gradle
parentf71f913786a418d896f7024054fa509d5f58aad1 (diff)
downloadCITResewn-5449d3d2d162189e70c7aaa5655899056fd06d8a.tar.gz
CITResewn-5449d3d2d162189e70c7aaa5655899056fd06d8a.tar.bz2
CITResewn-5449d3d2d162189e70c7aaa5655899056fd06d8a.zip
Removed bundled fapi modules
Closes #70
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index 6c5f3ca..b1c6758 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,9 +18,9 @@ dependencies {
mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2"
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
- modImplementation include(fabricApi.module("fabric-api-base", "${project.fabric_api}"))
- modImplementation include(fabricApi.module("fabric-resource-loader-v0", "${project.fabric_api}"))
- modImplementation include(fabricApi.module("fabric-command-api-v1", "${project.fabric_api}"))
+ modImplementation fabricApi.module("fabric-api-base", "${project.fabric_api}")
+ modImplementation fabricApi.module("fabric-resource-loader-v0", "${project.fabric_api}")
+ modImplementation fabricApi.module("fabric-command-api-v1", "${project.fabric_api}")
modCompileOnly("com.terraformersmc:modmenu:${project.modmenu}") {
exclude(group: "net.fabricmc.fabric-api")