Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit 00b9c4f

Browse files
committed
update
1 parent 94c03de commit 00b9c4f

7 files changed

+35
-18
lines changed

dependencies.gradle

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
// Add your dependencies here
22

33
dependencies {
4-
api('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-175-GTNH:dev')
5-
api('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.0.92-gtnh:dev')
6-
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.3.30-GTNH:dev') {transitive=false}
7-
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.4.1-GTNH:dev') {transitive=false}
8-
compileOnly('com.github.GTNewHorizons:CodeChickenLib:1.1.5.3:dev') {transitive=false}
9-
compileOnly('com.github.GTNewHorizons:waila:1.5.19:dev') {transitive=false}
10-
compileOnly('com.github.GTNewHorizons:WirelessCraftingTerminal:1.8.8.10:dev') {transitive=false}
11-
compileOnly('com.github.GTNewHorizons:OpenComputers:1.8.0.11-GTNH:dev') {transitive=false}
12-
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.27:dev') {transitive=false}
4+
api('com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-421-GTNH:dev')
5+
api('com.github.GTNewHorizons:AE2FluidCraft-Rework:1.3.20-gtnh:dev')
6+
compileOnly('com.github.GTNewHorizons:NotEnoughItems:2.6.19-GTNH:dev') {transitive=false}
7+
compileOnly('com.github.GTNewHorizons:ThaumicEnergistics:1.6.21-GTNH:dev') {transitive=false}
8+
compileOnly('com.github.GTNewHorizons:CodeChickenLib:1.3.0:dev') {transitive=false}
9+
compileOnly('com.github.GTNewHorizons:waila:1.8.1:dev') {transitive=false}
10+
compileOnly('com.github.GTNewHorizons:WirelessCraftingTerminal:1.11.5:dev') {transitive=false}
11+
compileOnly('com.github.GTNewHorizons:OpenComputers:1.10.16-GTNH:dev') {transitive=false}
12+
compileOnly('com.github.GTNewHorizons:BuildCraft:7.1.39:dev') {transitive=false}
1313

1414
compileOnly('thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev') {transitive=false}
1515
compileOnly('curse.maven:mekanism-268560:2475797')

gradle.properties

+17-5
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ channel = stable
3333
mappingsVersion = 12
3434

3535
# Defines other MCP mappings for dependency deobfuscation.
36-
remoteMappings = https://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
36+
remoteMappings = https\://raw.githubusercontent.com/MinecraftForge/FML/1.7.10/conf/
3737

3838
# Select a default username for testing your mod. You can always override this per-run by running
3939
# `./gradlew runClient --username=AnotherPlayer`, or configuring this command in your IDE.
@@ -61,6 +61,9 @@ gradleTokenModId =
6161
# [DEPRECATED] Mod name replacement token.
6262
gradleTokenModName =
6363

64+
# [DEPRECATED] Mod Group replacement token.
65+
gradleTokenGroupName =
66+
6467
# [DEPRECATED]
6568
# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
6669
# public static final String VERSION = "GRADLETOKEN_VERSION";
@@ -82,6 +85,11 @@ accessTransformersFile =
8285
# Provides setup for Mixins if enabled. If you don't know what mixins are: Keep it disabled!
8386
usesMixins = false
8487

88+
# Set to a non-empty string to configure mixins in a separate source set under src/VALUE, instead of src/main.
89+
# This can speed up compile times thanks to not running the mixin annotation processor on all input sources.
90+
# Mixin classes will have access to "main" classes, but not the other way around.
91+
separateMixinSourceSet =
92+
8593
# Adds some debug arguments like verbose output and class export.
8694
usesMixinDebug = false
8795

@@ -114,16 +122,22 @@ minimizeShadowedDependencies = true
114122
# If disabled, won't rename the shadowed classes.
115123
relocateShadowedDependencies = true
116124

117-
# Adds the GTNH maven, CurseMaven, IC2/Player maven, and some more well-known 1.7.10 repositories.
125+
# Adds CurseMaven, Modrinth, and some more well-known 1.7.10 repositories.
118126
includeWellKnownRepositories = true
119127

128+
# A list of repositories to exclude from the includeWellKnownRepositories setting. Should be a space separated
129+
# list of strings, with the acceptable keys being(case does not matter):
130+
# cursemaven
131+
# modrinth
132+
excludeWellKnownRepositories =
133+
120134
# Change these to your Maven coordinates if you want to publish to a custom Maven repository instead of the default GTNH Maven.
121135
# Authenticate with the MAVEN_USER and MAVEN_PASSWORD environment variables.
122136
# If you need a more complex setup disable maven publishing here and add a publishing repository to addon.gradle.
123137
usesMavenPublishing = true
124138

125139
# Maven repository to publish the mod to.
126-
# mavenPublishUrl = https://nexus.gtnewhorizons.com/repository/releases/
140+
# mavenPublishUrl = https\://nexus.gtnewhorizons.com/repository/releases/
127141

128142
# Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token.
129143
#
@@ -187,5 +201,3 @@ disableCheckstyle = true
187201
# This is meant to be set in $HOME/.gradle/gradle.properties.
188202
# ideaCheckSpotlessOnBuild = true
189203

190-
# Non-GTNH properties
191-
gradleTokenGroupName =

gradle/wrapper/gradle-wrapper.jar

42 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.6-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+5-2
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
#
@@ -55,7 +57,7 @@
5557
# Darwin, MinGW, and NonStop.
5658
#
5759
# (3) This script is generated from the Groovy template
58-
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
60+
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
5961
# within the Gradle project.
6062
#
6163
# You can find Gradle at https://github.com/gradle/gradle/.
@@ -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 ##########################################################################

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.8'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.25'
2121
}
2222

2323

0 commit comments

Comments
 (0)