Skip to content

Commit a0e4de4

Browse files
committed
revert to old fabric_version name
1 parent 63a695a commit a0e4de4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ 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 include(fabricApi.module("fabric-api-base", project.fabric_api_version))
32-
modImplementation include(fabricApi.module("fabric-rendering-v1", project.fabric_api_version))
31+
modImplementation include(fabricApi.module("fabric-api-base", project.fabric_version))
32+
modImplementation include(fabricApi.module("fabric-rendering-v1", project.fabric_version))
3333

3434
modImplementation include("com.terraformersmc:modmenu:${project.modmenu_version}")
3535
modImplementation include("me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}") {

0 commit comments

Comments
 (0)