Skip to content

Commit 63a695a

Browse files
committed
bundle dependencies
1 parent 3593f94 commit 63a695a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,11 @@ dependencies {
2828
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
2929

3030
// Fabric API. This is technically optional, but you probably want it anyway.
31-
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
32-
modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}"
33-
modApi("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
31+
modImplementation include(fabricApi.module("fabric-api-base", project.fabric_api_version))
32+
modImplementation include(fabricApi.module("fabric-rendering-v1", project.fabric_api_version))
33+
34+
modImplementation include("com.terraformersmc:modmenu:${project.modmenu_version}")
35+
modImplementation include("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
3436
exclude(group: "net.fabricmc.fabric-api")
3537
}
3638

0 commit comments

Comments
 (0)