diff --git a/fabric/build.gradle b/fabric/build.gradle index b188def..86500ad 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -14,7 +14,7 @@ configurations { } compileClasspath.extendsFrom common runtimeClasspath.extendsFrom common - developmentNeoForge.extendsFrom common + developmentFabric.extendsFrom common // Files in this configuration will be bundled into your mod using the Shadow plugin. // Don't use the `shadow` configuration from the plugin itself as it's meant for excluding files. shadowBundle {