File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,18 @@ 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 = " Xaero's integration and fix loc command"
11
+ String changeLog = " This update adds integration with [Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) " +
12
+ " and [Xaero's Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap). This also fixes the /location command not " +
13
+ " giving any output, as well as some unnecessary failed mixin messages." +
14
+ " \n " +
15
+ " The Xaero's teleportation is slightly buggy, with it just deciding not to work sometimes. I am unable to figure out why, though."
12
16
13
17
String mc_version = " 1.17.1"
14
18
String mc_version_major = " 1.17"
15
19
String yarn_mappings = " 52" // https://fabricmc.net/versions.html
16
20
String loader_version = " 0.11.6" // https://fabricmc.net/versions.html
17
- String fabric_version = " 0.39.2 " // https://fabricmc.net/versions.html
21
+ String fabric_version = " 0.40.0 " // https://fabricmc.net/versions.html
18
22
String modmenu_version = " 2.0.9" // https://modrinth.com/mod/modmenu/versions
19
23
String lombok_version = " 1.18.20" // https://mvnrepository.com/artifact/org.projectlombok/lombok
20
24
String voxel_version = " 1.10.15" // https://www.curseforge.com/minecraft/mc-mods/voxelmap/files/all
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-beta.2-SNAPSHOT " ,
4
+ "version" : " 2.3.0" ,
5
5
"name" : " Empire Minecraft Utilities" ,
6
6
"description" : " A collection of various utilities for the Empire Minecraft server." ,
7
7
"authors" : [
You can’t perform that action at this time.
0 commit comments