From 1f46d5a369b75fd19a6893394b6b23c27123cf06 Mon Sep 17 00:00:00 2001 From: Emma Waffle Date: Sun, 5 Sep 2021 19:35:27 -0400 Subject: [PATCH] Release v2.3.0 --- build.gradle | 10 +++++++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index e278b28..b0a2d37 100644 --- a/build.gradle +++ b/build.gradle @@ -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 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 62e33b7..0e01583 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -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": [