We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a695a commit a0e4de4Copy full SHA for a0e4de4
1 file changed
build.gradle
@@ -28,8 +28,8 @@ dependencies {
28
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
29
30
// Fabric API. This is technically optional, but you probably want it anyway.
31
- modImplementation include(fabricApi.module("fabric-api-base", project.fabric_api_version))
32
- modImplementation include(fabricApi.module("fabric-rendering-v1", project.fabric_api_version))
+ modImplementation include(fabricApi.module("fabric-api-base", project.fabric_version))
+ modImplementation include(fabricApi.module("fabric-rendering-v1", project.fabric_version))
33
34
modImplementation include("com.terraformersmc:modmenu:${project.modmenu_version}")
35
modImplementation include("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {
0 commit comments