Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Feb 17, 2024
1 parent 6e813d3 commit 8c0550d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
32 changes: 16 additions & 16 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,40 +35,40 @@
*/

dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.27:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.45.70:dev')
{
exclude group:"com.github.GTNewHorizons", module:"ModularUI"
}
api("com.github.GTNewHorizons:EnderCore:0.3.1:dev")
api("com.github.GTNewHorizons:EnderIO:2.6.3:dev")
api("com.github.GTNewHorizons:EnderIO:2.6.4:dev")
api("com.github.GTNewHorizons:ForestryMC:4.8.2:dev")
api("com.github.GTNewHorizons:ModularUI:1.1.25:dev")
api("com.github.GTNewHorizons:ModularUI:1.1.26:dev")
api("com.github.GTNewHorizons:Mobs-Info:0.2.3-GTNH:dev")
devOnlyNonPublishable("com.github.GTNewHorizons:Infernal-Mobs:1.8.0-GTNH:dev")
//compileOnly("curse.maven:extrautilities-225561:2264384") {
// transitive = false
//}
compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.13:dev")
compileOnly("com.github.GTNewHorizons:GTplusplus:1.11.25:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:BloodMagic:1.5.0:dev")
compileOnly("com.github.GTNewHorizons:BloodMagic:1.5.1:dev")
{
transitive = false
}
compileOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.3.0:dev")
compileOnly("com.github.GTNewHorizons:CraftTweaker:3.3.1:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:bartworks:0.9.4:dev")
compileOnly("com.github.GTNewHorizons:bartworks:0.9.10:dev")
{
transitive = false
}
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.13:dev")
compileOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.27:dev")
{
transitive = false
}
Expand All @@ -87,17 +87,17 @@ dependencies {

// For testing
//runtimeOnly("com.github.GTNewHorizons:BetterLoadingScreen:1.6.0-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.13:dev")
//runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.5-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.13:dev")
//runtimeOnly("com.github.GTNewHorizons:GTplusplus:1.11.25:dev")
//runtimeOnly("com.github.GTNewHorizons:harvestcraft:1.1.10-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:NewHorizonsCoreMod:2.3.27:dev")
//runtimeOnly("com.github.GTNewHorizons:OpenBlocks:1.9.1-GTNH:dev")
//runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.4:dev")
//runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.3.0:dev")
//runtimeOnly("com.github.GTNewHorizons:bartworks:0.9.10:dev")
//runtimeOnly("com.github.GTNewHorizons:CraftTweaker:3.3.1:dev")
//api("com.github.GTNewHorizons:SpecialMobs:3.5.0:dev")
//api("com.github.GTNewHorizons:twilightforest:2.5.1:dev")
//api("com.github.GTNewHorizons:twilightforest:2.5.12:dev")
//api("com.github.GTNewHorizons:EnderZoo:1.1.0:dev")
runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.3.0-GTNH:dev")
runtimeOnly("com.github.GTNewHorizons:Draconic-Evolution:1.3.1-GTNH:dev")
//runtimeOnly("thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev")
//runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.5.0:dev")
//runtimeOnly("com.github.GTNewHorizons:BloodMagic:1.5.1:dev")
//api("curse.maven:witchery-69673:2234410")
}
9 changes: 5 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ channel = stable
mappingsVersion = 12

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

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

# [DEPRECATED] Mod Group replacement token.
gradleTokenGroupName =

# [DEPRECATED]
# Multiple source files can be defined here by providing a comma-separated list: Class1.java,Class2.java,Class3.java
# public static final String VERSION = "GRADLETOKEN_VERSION";
Expand Down Expand Up @@ -123,7 +126,7 @@ includeWellKnownRepositories = true
usesMavenPublishing = true

# Maven repository to publish the mod to.
# mavenPublishUrl = https://nexus.gtnewhorizons.com/repository/releases/
# mavenPublishUrl = https\://nexus.gtnewhorizons.com/repository/releases/

# Publishing to Modrinth requires you to set the MODRINTH_TOKEN environment variable to your current Modrinth API token.
#
Expand Down Expand Up @@ -187,5 +190,3 @@ curseForgeRelations =
# This is meant to be set in $HOME/.gradle/gradle.properties.
# ideaCheckSpotlessOnBuild = true

# Non-GTNH properties
gradleTokenGroupName =
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pluginManagement {
}

plugins {
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.8'
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.14'
}


0 comments on commit 8c0550d

Please sign in to comment.