Skip to content

Commit 871c8f7

Browse files
committed
mark vulkanmod as incompatible
1 parent 83225b3 commit 871c8f7

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ val kotlinForForgeVersion = VersionDefinition(
127127
"1.21.5" to "5.7.0",
128128
)
129129
val universalVersion = VersionDefinition(
130-
"1.21.1" to "1.21-${mcPlatform.loaderString}:414+fix-uscreen-panorama-background-break-drawing",
131-
default = "${mcPlatform.name}:414+fix-uscreen-panorama-background-break-drawing"
130+
"1.21.1" to "1.21-${mcPlatform.loaderString}:421",
131+
default = "${mcPlatform.name}:421"
132132
)
133133

134134
dependencies {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
mod_name = Resourcify
22
mod_id = resourcify
3-
mod_version = 1.7.3
3+
mod_version = 1.7.4
44

55
org.gradle.jvmargs=-Xmx4G
66
org.gradle.parallel=true

src/main/kotlin/dev/dediamondpro/resourcify/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ object Constants {
2424
const val NAME = /*$ mod_name*/ "Resourcify"
2525
const val ID = /*$ mod_id*/ "resourcify"
2626
const val VERSION = /*$ mod_version*/ "1.7.3"
27-
val LOGGER: Logger = LoggerFactory.getLogger("Resourcify")
27+
val LOGGER: Logger = LoggerFactory.getLogger(NAME)
2828
}

src/main/resources/fabric.mod.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,8 @@
4545
"fabricloader": ">=0.15.0",
4646
"fabric-resource-loader-v0": "*",
4747
"minecraft": "${mcVersion}"
48+
},
49+
"breaks": {
50+
"vulkanmod": "*"
4851
}
4952
}

0 commit comments

Comments
 (0)