File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ plugins {
7
7
}
8
8
9
9
String mod_version = new groovy.json.JsonSlurper (). parse(file(' src/main/resources/fabric.mod.json' )). version
10
- String release_title = null
11
- String changeLog = null
10
+ String release_title = " Experimental Xaero's integration "
11
+ String changeLog = " Tried porting the VoxelMap integrations over to Xaero's. Teleportation can be a bit funky but otherwise it works as intended. "
12
12
13
13
String mc_version = " 1.17.1"
14
14
String mc_version_major = " 1.17"
@@ -73,6 +73,7 @@ task modrinth(type: com.modrinth.minotaur.TaskModrinthUpload) {
73
73
token = System . getenv(). MODRINTH_TOKEN
74
74
projectId = " QYTT62S0"
75
75
versionNumber = version
76
+ versionType = " beta"
76
77
versionName = release_title
77
78
changelog = changeLog
78
79
uploadFile = file(" ${ project.buildDir} /libs/${ archivesBaseName} -${ version} .jar" )
Original file line number Diff line number Diff line change 1
1
{
2
2
"schemaVersion" : 1 ,
3
3
"id" : " emcutils" ,
4
- "version" : " 2.3.0-XAERO.16 " ,
4
+ "version" : " 2.3.0-beta.1 " ,
5
5
"name" : " Empire Minecraft Utilities" ,
6
6
"description" : " A collection of various utilities for the Empire Minecraft server." ,
7
7
"authors" : [
38
38
"minecraft" : " ~1.17.1"
39
39
},
40
40
"suggests" : {
41
- "modmenu" : " *" ,
42
- "voxelmap" : " *"
41
+ "modmenu" : " >=2.0.9" ,
42
+ "voxelmap" : " >=1.10.15" ,
43
+ "xaeroworldmap" : " >=1.17.0" ,
44
+ "xaerominimap" : " >=21.16.0"
43
45
}
44
46
}
You can’t perform that action at this time.
0 commit comments