File tree 4 files changed +9
-10
lines changed
4 files changed +9
-10
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.11.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.12 -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 86
86
# shellcheck disable=SC2034
87
87
APP_BASE_NAME=${0##*/ }
88
88
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89
- APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s
90
- ' " $PWD " ) || exit
89
+ APP_HOME=$( cd -P " ${APP_HOME:- ./ } " > /dev/null && printf ' %s\n' " $PWD " ) || exit
91
90
92
91
# Use the maximum available, or set MAX_FD != -1 to use that value.
93
92
MAX_FD=maximum
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.9 -SNAPSHOT'
4
+ id ' fabric-loom' version ' 1.10 -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.4 '
32
- mappings ' net.fabricmc:yarn:1.21.4 +build.1:v2'
33
- modImplementation ' net.fabricmc:fabric-loader:0.16.9 '
31
+ minecraft ' com.mojang:minecraft:1.21.5 '
32
+ mappings ' net.fabricmc:yarn:1.21.5 +build.1:v2'
33
+ modImplementation ' net.fabricmc:fabric-loader:0.16.10 '
34
34
35
35
Set<String > apiModules = [
36
36
" fabric-api-base" ,
@@ -40,7 +40,7 @@ dependencies {
40
40
41
41
// Add each module as a dependency
42
42
apiModules. forEach {
43
- modImplementation(fabricApi. module(it, ' 0.111 .0+1.21.4 ' ))
43
+ modImplementation(fabricApi. module(it, ' 0.119 .0+1.21.5 ' ))
44
44
}
45
45
46
46
include(modImplementation(' me.lucko:fabric-permissions-api:0.3.3' ))
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.23 '
3
+ id ' net.neoforged.moddev' version ' 2 .0.78 '
4
4
}
5
5
6
6
tasks. withType(JavaCompile ). configureEach {
15
15
}
16
16
17
17
neoForge {
18
- version = " 21.4.10 -beta"
18
+ version = " 21.5.2 -beta"
19
19
validateAccessTransformers = true
20
20
21
21
runs {
You can’t perform that action at this time.
0 commit comments