Skip to content

Commit f346204

Browse files
committed
update
1 parent 6974f94 commit f346204

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ configurations {
44
}
55

66
dependencies {
7-
compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.36:dev")
7+
compileOnly("com.github.GTNewHorizons:GTNHLib:0.6.38:dev")
88
shadowImplementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
99
shadowImplementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
1010
shadowImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10")

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ modrinthProjectId =
151151
# type can be one of [project, version],
152152
# and the name is the Modrinth project or version slug/id of the other mod.
153153
# Example: required-project:fplib;optional-project:gasstation;incompatible-project:gregtech
154-
# Note: GTNH Mixins is automatically set as a required dependency if usesMixins = true
154+
# Note: UniMixins is automatically set as a required dependency if usesMixins = true.
155155
modrinthRelations =
156156

157157
# Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens.

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradlew

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

settings.gradle

Lines changed: 1 addition & 1 deletion
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.38'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.41'
2121
}
2222

2323

0 commit comments

Comments
 (0)