Skip to content

Commit 1f46d5a

Browse files
committed
Release v2.3.0
1 parent de1ce01 commit 1f46d5a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

build.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ plugins {
77
}
88

99
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."
1216

1317
String mc_version = "1.17.1"
1418
String mc_version_major = "1.17"
1519
String yarn_mappings = "52" // https://fabricmc.net/versions.html
1620
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
1822
String modmenu_version = "2.0.9" // https://modrinth.com/mod/modmenu/versions
1923
String lombok_version = "1.18.20" // https://mvnrepository.com/artifact/org.projectlombok/lombok
2024
String voxel_version = "1.10.15" // https://www.curseforge.com/minecraft/mc-mods/voxelmap/files/all

src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"schemaVersion": 1,
33
"id": "emcutils",
4-
"version": "2.3.0-beta.2-SNAPSHOT",
4+
"version": "2.3.0",
55
"name": "Empire Minecraft Utilities",
66
"description": "A collection of various utilities for the Empire Minecraft server.",
77
"authors": [

0 commit comments

Comments
 (0)