Skip to content

Commit fff28d9

Browse files
committed
Update neoforge/fabric
1 parent d3a5ef4 commit fff28d9

7 files changed

+14
-9
lines changed

fabric/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'idea'
44
id 'maven-publish'
5-
id 'fabric-loom' version '1.7-SNAPSHOT'
5+
id 'fabric-loom' version '1.9-SNAPSHOT'
66
id 'net.darkhax.curseforgegradle'
77
id 'com.modrinth.minotaur'
88
}

forge/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'eclipse'
44
id 'idea'
55
id 'maven-publish'
6-
id 'net.neoforged.gradle.userdev' version '7.0.165'
6+
id 'net.neoforged.gradle.userdev' version '7.0.181'
77
id 'net.darkhax.curseforgegradle'
88
id 'com.modrinth.minotaur'
99
}

gradle.properties

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ group=com.mrbysco.armorposer
66
minecraft_version=1.21.1
77

88
# NeoForge
9-
neo_version=21.1.71
10-
neogradle.subsystems.parchment.minecraftVersion=1.21
11-
neogradle.subsystems.parchment.mappingsVersion=2024.07.28
9+
neo_version=21.1.121
10+
neogradle.subsystems.parchment.minecraftVersion=1.21.1
11+
neogradle.subsystems.parchment.mappingsVersion=2024.11.17
1212
neogradle.subsystems.conventions.runs.create-default-run-per-type=false
1313

1414
# Fabric
15-
fabric_version=0.105.0+1.21.1
16-
fabric_loader_version=0.16.5
15+
fabric_version=0.115.0+1.21.1
16+
fabric_loader_version=0.16.10
1717
cloth_config_version=15.0.140
1818
mod_menu_version=11.0.3
1919

gradle/wrapper/gradle-wrapper.jar

130 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# See the License for the specific language governing permissions and
1616
# limitations under the License.
1717
#
18+
# SPDX-License-Identifier: Apache-2.0
19+
#
1820

1921
##############################################################################
2022
#
@@ -84,7 +86,8 @@ done
8486
# shellcheck disable=SC2034
8587
APP_BASE_NAME=${0##*/}
8688
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
87-
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90+
' "$PWD" ) || exit
8891

8992
# Use the maximum available, or set MAX_FD != -1 to use that value.
9093
MAX_FD=maximum

gradlew.bat

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
@rem See the License for the specific language governing permissions and
1414
@rem limitations under the License.
1515
@rem
16+
@rem SPDX-License-Identifier: Apache-2.0
17+
@rem
1618

1719
@if "%DEBUG%"=="" @echo off
1820
@rem ##########################################################################

0 commit comments

Comments
 (0)