File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,20 +61,20 @@ dependencies {
61
61
modCompileOnly(" maven.modrinth:appleskin:2.5.1+mc1.20" )
62
62
63
63
// Compat
64
- modImplementation (" maven.modrinth:banhammer:0.7.1+1.20.1" )
65
- modImplementation (" :ACME_Admin-0.1.0-beta.1+fabric-mc1.20.1-local" )
64
+ modCompileOnly (" maven.modrinth:banhammer:0.7.1+1.20.1" )
65
+ modCompileOnly (" :ACME_Admin-0.1.0-beta.1+fabric-mc1.20.1-local" )
66
66
67
- modImplementation (" de.erdbeerbaerlp:dcintegration.common:3.0.7" ) {
67
+ modCompileOnly (" de.erdbeerbaerlp:dcintegration.common:3.0.7" ) {
68
68
isChanging = true
69
69
isTransitive = false
70
70
}
71
71
72
72
modCompileOnly(" maven.modrinth:enchancement:1.20-26" )
73
-
74
- modImplementation (" tschipp.carryon:carryon-fabric-1.20.1:2.1.2.7" ) { isTransitive = false }
73
+
74
+ modCompileOnly (" tschipp.carryon:carryon-fabric-1.20.1:2.1.2.7" ) { isTransitive = false }
75
75
76
76
// OPAC API
77
- modApi (" maven.modrinth:open-parties-and-claims:fabric-1.20.1-0.23.2" )
77
+ modCompileOnly (" maven.modrinth:open-parties-and-claims:fabric-1.20.1-0.23.2" )
78
78
}
79
79
80
80
tasks.processResources {
You can’t perform that action at this time.
0 commit comments