diff --git a/gradle.properties b/gradle.properties index 59c7f97..f6d2012 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ org.gradle.parallel=true org.gradle.configuration-cache=true group=net.msrandom -version=0.4.0 +version=0.4.1 kotlin.code.style=official diff --git a/minecraft-codev-fabric/src/main/kotlin/net/msrandom/minecraftcodev/fabric/FabricInstallerComponentMetadataRule.kt b/minecraft-codev-fabric/src/main/kotlin/net/msrandom/minecraftcodev/fabric/FabricInstallerComponentMetadataRule.kt index 897e215..06b8ce2 100644 --- a/minecraft-codev-fabric/src/main/kotlin/net/msrandom/minecraftcodev/fabric/FabricInstallerComponentMetadataRule.kt +++ b/minecraft-codev-fabric/src/main/kotlin/net/msrandom/minecraftcodev/fabric/FabricInstallerComponentMetadataRule.kt @@ -83,7 +83,7 @@ abstract class FabricInstallerComponentMetadataRule @Inject constructor } } - context.details.addVariant("clientRuntime", "compile") { + context.details.addVariant("clientRuntime", "runtime") { it.withSidedDependencies { common + client + development } it.attributes { attributes ->