File tree 5 files changed +9
-18
lines changed
5 files changed +9
-18
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.9 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.11.1 -bin.zip
4
4
networkTimeout =10000
5
5
validateDistributionUrl =true
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -80,15 +80,6 @@ test {
80
80
}
81
81
82
82
publishing {
83
- // repositories {
84
- // maven {
85
- // url = 'https://oss.sonatype.org/content/repositories/snapshots'
86
- // credentials {
87
- // username = sonatypeUsername
88
- // password = sonatypePassword
89
- // }
90
- // }
91
- // }
92
83
// repositories {
93
84
// maven {
94
85
// url = 'https://nexus.lucko.me/repository/maven-snapshots/'
Original file line number Diff line number Diff line change 1
1
import net.fabricmc.loom.task.RemapJarTask
2
2
3
3
plugins {
4
- id ' fabric-loom' version ' 1.7 -SNAPSHOT'
4
+ id ' fabric-loom' version ' 1.9 -SNAPSHOT'
5
5
id ' com.gradleup.shadow' version ' 8.3.0'
6
6
}
7
7
@@ -28,9 +28,9 @@ configurations {
28
28
29
29
dependencies {
30
30
// https://modmuss50.me/fabric.html
31
- minecraft ' com.mojang:minecraft:1.21.3 '
32
- mappings ' net.fabricmc:yarn:1.21.3 +build.2 :v2'
33
- modImplementation ' net.fabricmc:fabric-loader:0.16.7 '
31
+ minecraft ' com.mojang:minecraft:1.21.4 '
32
+ mappings ' net.fabricmc:yarn:1.21.4 +build.1 :v2'
33
+ modImplementation ' net.fabricmc:fabric-loader:0.16.9 '
34
34
35
35
Set<String > apiModules = [
36
36
" fabric-api-base" ,
@@ -40,12 +40,12 @@ dependencies {
40
40
41
41
// Add each module as a dependency
42
42
apiModules. forEach {
43
- modImplementation(fabricApi. module(it, ' 0.106.1 +1.21.3 ' ))
43
+ modImplementation(fabricApi. module(it, ' 0.110.5 +1.21.4 ' ))
44
44
}
45
45
46
46
include(modImplementation(' me.lucko:fabric-permissions-api:0.3.3' ))
47
47
48
- modImplementation(' eu.pb4:placeholder-api:2.5.0 +1.21.2 ' )
48
+ modImplementation(' eu.pb4:placeholder-api:2.5.1 +1.21.3 ' )
49
49
50
50
shade project(' :spark-common' )
51
51
}
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.gradleup.shadow' version ' 8.3.0'
3
- id ' net.neoforged.moddev' version ' 1.0.21 '
3
+ id ' net.neoforged.moddev' version ' 1.0.23 '
4
4
}
5
5
6
6
tasks. withType(JavaCompile ). configureEach {
15
15
}
16
16
17
17
neoForge {
18
- version = " 21.3.3 -beta"
18
+ version = " 21.4.2 -beta"
19
19
validateAccessTransformers = true
20
20
21
21
runs {
You can’t perform that action at this time.
0 commit comments