File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 * For more details, see https://docs.gradle.org/8.0.1/userguide/java_library_plugin.html#sec:java_library_configurations_graph
3535 */
3636dependencies {
37- api(" com.github.GTNewHorizons:GTNHLib:0.6.30 :dev" ) { transitive = false }
38- devOnlyNonPublishable(" com.github.GTNewHorizons:NotEnoughItems:2.7.52 -GTNH:dev" )
39- devOnlyNonPublishable(" com.github.GTNewHorizons:waila:1.8.7 :dev" ) {transitive = false }
37+ api(" com.github.GTNewHorizons:GTNHLib:0.6.38 :dev" ) { transitive = false }
38+ devOnlyNonPublishable(" com.github.GTNewHorizons:NotEnoughItems:2.7.69 -GTNH:dev" )
39+ devOnlyNonPublishable(" com.github.GTNewHorizons:waila:1.8.12 :dev" ) {transitive = false }
4040 devOnlyNonPublishable(" com.github.GTNewHorizons:WAILAPlugins:0.6.0:dev" ) {transitive = false }
41- devOnlyNonPublishable(" com.github.GTNewHorizons:Jabba:1.5.4 :dev" ) { transitive = false }
41+ devOnlyNonPublishable(" com.github.GTNewHorizons:Jabba:1.5.10 :dev" ) { transitive = false }
4242 devOnlyNonPublishable(rfg. deobf(" curse.maven:et-futurum-requiem-441392:5873837" )) { transitive = false }
4343 devOnlyNonPublishable(rfg. deobf(" curse.maven:crafting-tweaks-233071:2457094" )) { transitive = false }
4444 devOnlyNonPublishable(project. files(" libs/BaublesExpanded-2.0.3-dev.jar" ))
45- runtimeOnlyNonPublishable(" com.github.GTNewHorizons:EnderIO:2.9.16 :dev" )
45+ runtimeOnlyNonPublishable(" com.github.GTNewHorizons:EnderIO:2.9.22 :dev" )
4646 runtimeOnlyNonPublishable rfg. deobf(" curse.maven:cofh-core-69162:2388751" )
4747}
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ modrinthProjectId = tLU0UyHu
142142# type can be one of [project, version],
143143# and the name is the Modrinth project or version slug/id of the other mod.
144144# Example: required-project:fplib;optional-project:gasstation;incompatible-project:gregtech
145- # Note: GTNH Mixins is automatically set as a required dependency if usesMixins = true
145+ # Note: UniMixins is automatically set as a required dependency if usesMixins = true.
146146modrinthRelations =
147147
148148# Publishing to CurseForge requires you to set the CURSEFORGE_TOKEN environment variable to one of your CurseForge API tokens.
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ pluginManagement {
1717}
1818
1919plugins {
20- id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.38 '
20+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.41 '
2121}
You can’t perform that action at this time.
0 commit comments