We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a956f commit 3970651Copy full SHA for 3970651
build.gradle.kts
@@ -23,7 +23,7 @@ plugins {
23
}
24
25
group = "dev.dediamondpro"
26
-version = "1.3.0"
+version = "1.3.1"
27
28
dependencies {
29
implementation(libs.commonmark)
minecraft/build.gradle.kts
@@ -92,6 +92,14 @@ dependencies {
92
93
94
95
+if (mcPlatform.isFabric) {
96
+ tasks.jar {
97
+ manifest {
98
+ attributes("Fabric-Loom-Remap" to "true")
99
+ }
100
101
+}
102
+
103
tasks.processResources {
104
if (!buildTestMod) {
105
exclude("META-INF/mods.toml", "pack.mcmeta")
0 commit comments