File tree 4 files changed +7
-10
lines changed
4 files changed +7
-10
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' maven-publish'
3
- id ' fabric-loom' version ' 1.2-SNAPSHOT' apply false
4
-
5
- // https://github.com/Juuxel/LoomQuiltflower
6
- id ' io.github.juuxel.loom-quiltflower' version ' 1.10.0' apply false
3
+ id ' fabric-loom' version ' 1.6-SNAPSHOT' apply false
7
4
8
5
// https://github.com/ReplayMod/preprocessor
9
6
// https://github.com/Fallen-Breath/preprocessor
10
- id ' com.replaymod.preprocess' version ' 20c7ec554a '
7
+ id ' com.replaymod.preprocess' version ' ce1aeb2b '
11
8
12
9
// https://github.com/Fallen-Breath/yamlang
13
- id ' me.fallenbreath.yamlang' version ' 1.3.0 ' apply false
10
+ id ' me.fallenbreath.yamlang' version ' 1.3.1 '
14
11
}
15
12
16
13
preprocess {
Original file line number Diff line number Diff line change 3
3
4
4
# Fabric Basic Properties
5
5
# https://fabricmc.net/develop
6
- loader_version =0.14.21
6
+ loader_version =0.15.10
7
7
8
8
# Mod Properties
9
9
mod_id =auto_twerk
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.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then
144
144
case $MAX_FD in # (
145
145
max* )
146
146
# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked.
147
- # shellcheck disable=SC3045
147
+ # shellcheck disable=SC2039, SC3045
148
148
MAX_FD=$( ulimit -H -n ) ||
149
149
warn " Could not query maximum file descriptor limit"
150
150
esac
151
151
case $MAX_FD in # (
152
152
' ' | soft) : ;; # (
153
153
* )
154
154
# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked.
155
- # shellcheck disable=SC3045
155
+ # shellcheck disable=SC2039, SC3045
156
156
ulimit -n " $MAX_FD " ||
157
157
warn " Could not set maximum file descriptor limit to $MAX_FD "
158
158
esac
You can’t perform that action at this time.
0 commit comments