diff --git a/build.gradle b/build.gradle index 8dab920..349505e 100644 --- a/build.gradle +++ b/build.gradle @@ -39,6 +39,8 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "maven.modrinth:cactus:0.12" + + modCompileOnly "maven.modrinth:vulkanmod:${project.vulkanmod_version}" } processResources { diff --git a/gradle.properties b/gradle.properties index 55945f6..ddb76ff 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,3 +16,4 @@ archives_base_name=moss # Dependencies fabric_version=0.141.1+1.21.11 +vulkanmod_version=0.5.8 diff --git a/gradlew b/gradlew old mode 100644 new mode 100755 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 26a8135..e89a585 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,6 +30,6 @@ "cactus": ">=0.12" }, "suggests": { - "another-mod": "*" + "vulkanmod": "*" } } \ No newline at end of file