From be154f462af535f114d366a35b25701f63983b0f Mon Sep 17 00:00:00 2001 From: Aizistral Date: Fri, 1 Sep 2023 02:04:58 +0200 Subject: [PATCH] Build 2.28.0 coming right up --- common.gradle | 4 ++-- docs/README.md | 4 ++-- docs/changelog.html | 7 +++++++ gradle.properties | 2 +- .../com/aizistral/enigmaticlegacy/EnigmaticLegacy.java | 2 +- version.txt | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/common.gradle b/common.gradle index 420f3e01..e04a37e0 100644 --- a/common.gradle +++ b/common.gradle @@ -103,7 +103,7 @@ curseforge { changelogType = 'html' changelog = file('docs/changelog.html') - addGameVersion '1.19.3' + addGameVersion '1.19.4' addGameVersion 'Forge' addGameVersion 'Java 17' @@ -126,7 +126,7 @@ modrinth { versionType = "release" changelog = "See on CurseForge: https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy/files" uploadFile = jar - gameVersions = ["1.19.3"] + gameVersions = ["1.19.4"] loaders = ['forge'] dependencies { // The scope can be `required`, `optional`, or `incompatible` diff --git a/docs/README.md b/docs/README.md index 430959a7..4b115388 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,8 +1,8 @@ # Enigmatic Legacy [![](http://cf.way2muchnoise.eu/versions/enigmatic-legacy.svg)](https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy) [![](http://cf.way2muchnoise.eu/full_enigmatic-legacy_downloads.svg)](https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy/files) -**Current Version:** 2.26.5 +**Current Version:** 2.28.0 -**Minecraft Version:** 1.19.2 +**Minecraft Version:** 1.19.4 **Forge Version:** 43.1.0 or later. diff --git a/docs/changelog.html b/docs/changelog.html index 6b762fb9..7d188caf 100644 --- a/docs/changelog.html +++ b/docs/changelog.html @@ -1,5 +1,12 @@

The Changelog:


+
[Release 2.28.0]:
+

+ - First and last 1.19.4 port;
+ - Implemented /getringtime and /setringtime commands, which allow to view and update player's accounted time spent bearing the Seven Curses.
+



+ +

[Release 2.27.0]:

 - First and last 1.19.3 port;
diff --git a/gradle.properties b/gradle.properties index ca531df2..7b02a688 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.daemon=false the_acknowledgment_edition=20 # Mod -mod_version=2.27.0 +mod_version=2.28.0 mod_group=com.aizistral.enigmaticlegacy mod_id=enigmaticlegacy mod_name=Enigmatic Legacy diff --git a/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java b/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java index 019c64fd..65c106cf 100644 --- a/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java +++ b/src/main/java/com/aizistral/enigmaticlegacy/EnigmaticLegacy.java @@ -177,7 +177,7 @@ @Mod(EnigmaticLegacy.MODID) public class EnigmaticLegacy { public static final String MODID = "enigmaticlegacy"; - public static final String VERSION = "2.26.5"; + public static final String VERSION = "2.28.0"; public static final String RELEASE_TYPE = "Release"; public static final String NAME = "Enigmatic Legacy"; diff --git a/version.txt b/version.txt index 06d28ab3..2785cb49 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.26.5 Release \ No newline at end of file +2.28.0 Release \ No newline at end of file