File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -12,18 +12,18 @@ javaVersion=21
12
12
useJavaToolChains =true
13
13
14
14
# The currently running forge.
15
- forgeVersion =21.1.31
15
+ forgeVersion =21.1.113
16
16
17
17
fml_range =[4,)
18
- forge_range =[21.0.143 ,)
19
- minecraft_range =[1.21, 1.22)
18
+ forge_range =[21.1 ,)
19
+ minecraft_range =[1.21.1 , 1.22)
20
20
21
21
# The version for forge (dependency)
22
22
exactMinecraftVersion =1.21.1
23
23
# The main version on curseforge
24
24
minecraftVersion =1.21.1
25
25
# Semicolon seperated list of mc versions, which are marked as compatible on curseforge
26
- additionalMinecraftVersions =1.21
26
+ additionalMinecraftVersions =
27
27
28
28
githubUrl =https://github.com/ldtteam/BlockUI
29
29
gitUrl =https://github.com/ldtteam/BlockUI.git
@@ -34,8 +34,8 @@ curseId=522992
34
34
usesCurse =true
35
35
36
36
usesParchment =true
37
- parchmentMinecraftVersion =1.21
38
- parchmentMappingsVersion =2024.07.28
37
+ parchmentMinecraftVersion =1.21.1
38
+ parchmentMappingsVersion =2024.11.17
39
39
40
40
useDefaultTestSystem =true
41
41
runtimeSourceSets =main
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.12.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 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
You can’t perform that action at this time.
0 commit comments