File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ plugins {
16
16
id ' net.minecraftforge.gradle' version ' [6.0,6.2)' apply(false )
17
17
id ' org.spongepowered.gradle.vanilla' version ' 0.2.1-SNAPSHOT' apply(false )
18
18
id ' org.spongepowered.mixin' version ' 0.7-SNAPSHOT' apply(false )
19
- id ' net.darkhax.curseforgegradle' version ' 1.1.15 ' apply(false )
19
+ id ' net.darkhax.curseforgegradle' version ' 1.1.16 ' apply(false )
20
20
id ' com.modrinth.minotaur' version ' 2.8.0' apply(false )
21
21
}
22
22
@@ -67,11 +67,6 @@ subprojects {
67
67
url = ' https://maven.terraformersmc.com/releases/'
68
68
}
69
69
70
- maven {
71
- name = ' Progwm16 / JEI'
72
- url = ' https://dvs1.progwml6.com/files/maven'
73
- }
74
-
75
70
maven {
76
71
name = ' Shedaniel / REI'
77
72
url = ' https://maven.shedaniel.me'
Original file line number Diff line number Diff line change @@ -184,6 +184,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
184
184
apiToken = findProperty(' curse_auth' )
185
185
186
186
def mainFile = upload(curse_project, jar)
187
+ mainFile. addModLoader(' NeoForge' )
187
188
mainFile. changelogType = ' markdown'
188
189
mainFile. changelog = project. ext. mod_changelog
189
190
mainFile. addJavaVersion(' Java 17' )
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ minecraft_version=1.20.1
7
7
bookshelf_version =20.0.1
8
8
9
9
# Forge
10
- forge_version =47.1.28
10
+ forge_version =47.1.44
11
11
12
12
# Fabric
13
- fabric_version =0.85 .0+1.20.1
14
- fabric_loader_version =0.14.21
13
+ fabric_version =0.87 .0+1.20.1
14
+ fabric_loader_version =0.14.22
15
15
16
16
# Mod options
17
17
mod_name =Tips
You can’t perform that action at this time.
0 commit comments