Skip to content

Commit

Permalink
Release v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
triphora committed Sep 5, 2021
1 parent de1ce01 commit 1f46d5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@ plugins {
}

String mod_version = new groovy.json.JsonSlurper().parse(file('src/main/resources/fabric.mod.json')).version
String release_title = null
String changeLog = null
String release_title = "Xaero's integration and fix loc command"
String changeLog = "This update adds integration with [Xaero's World Map](https://www.curseforge.com/minecraft/mc-mods/xaeros-world-map) " +
"and [Xaero's Minimap](https://www.curseforge.com/minecraft/mc-mods/xaeros-minimap). This also fixes the /location command not " +
"giving any output, as well as some unnecessary failed mixin messages." +
"\n" +
"The Xaero's teleportation is slightly buggy, with it just deciding not to work sometimes. I am unable to figure out why, though."

String mc_version = "1.17.1"
String mc_version_major = "1.17"
String yarn_mappings = "52" // https://fabricmc.net/versions.html
String loader_version = "0.11.6" // https://fabricmc.net/versions.html
String fabric_version = "0.39.2" // https://fabricmc.net/versions.html
String fabric_version = "0.40.0" // https://fabricmc.net/versions.html
String modmenu_version = "2.0.9" // https://modrinth.com/mod/modmenu/versions
String lombok_version = "1.18.20" // https://mvnrepository.com/artifact/org.projectlombok/lombok
String voxel_version = "1.10.15" // https://www.curseforge.com/minecraft/mc-mods/voxelmap/files/all
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "emcutils",
"version": "2.3.0-beta.2-SNAPSHOT",
"version": "2.3.0",
"name": "Empire Minecraft Utilities",
"description": "A collection of various utilities for the Empire Minecraft server.",
"authors": [
Expand Down

0 comments on commit 1f46d5a

Please sign in to comment.