File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
// Add your dependencies here
2
2
3
3
dependencies {
4
- compileOnlyApi(' com.github.GTNewHorizons:Angelica:1.0.0-beta46 :api' )
5
- compileOnly(' com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-645 -GTNH:api' ) {transitive= false }
6
- compileOnly(' com.github.GTNewHorizons:GT5-Unofficial:5.09.51.362 :dev' ) {transitive= false }
7
- compileOnly(' com.github.GTNewHorizons:NotEnoughItems:2.7.59 -GTNH:dev' ) {transitive= false }
8
- compileOnly(' com.github.GTNewHorizons:waila:1.8.10 :dev' ) {transitive= false }
4
+ compileOnlyApi(' com.github.GTNewHorizons:Angelica:1.0.0-beta51 :api' )
5
+ compileOnly(' com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-660 -GTNH:api' ) {transitive= false }
6
+ compileOnly(' com.github.GTNewHorizons:GT5-Unofficial:5.09.51.398 :dev' ) {transitive= false }
7
+ compileOnly(' com.github.GTNewHorizons:NotEnoughItems:2.7.66 -GTNH:dev' ) {transitive= false }
8
+ compileOnly(' com.github.GTNewHorizons:waila:1.8.12 :dev' ) {transitive= false }
9
9
compileOnly(' thaumcraft:Thaumcraft:1.7.10-4.2.3.5:dev' )
10
10
compileOnly(' curse.maven:refined-relocation-75811:2262970' )
11
11
compileOnly(' curse.maven:minetweaker3-224029:2255759' )
12
- compileOnly(" com.github.GTNewHorizons:Avaritia:1.68 :dev" )
12
+ compileOnly(" com.github.GTNewHorizons:Avaritia:1.69 :dev" )
13
13
}
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ modrinthProjectId = C0xOkNfT
151
151
# type can be one of [project, version],
152
152
# and the name is the Modrinth project or version slug/id of the other mod.
153
153
# 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.
155
155
modrinthRelations =
156
156
157
157
# 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,7 +17,7 @@ pluginManagement {
17
17
}
18
18
19
19
plugins {
20
- id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.38 '
20
+ id ' com.gtnewhorizons.gtnhsettingsconvention' version ' 1.0.41 '
21
21
}
22
22
23
23
You can’t perform that action at this time.
0 commit comments