Skip to content

Commit

Permalink
Build 2.29.0 coming right up
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Dec 22, 2023
1 parent 7774c3f commit 1f2f62d
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 9 deletions.
6 changes: 3 additions & 3 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ curseforge {
changelogType = 'html'
changelog = file('docs/changelog.html')

addGameVersion '1.19.4'
addGameVersion project.version_mc
addGameVersion 'Forge'
addGameVersion 'Java 17'

Expand All @@ -126,8 +126,8 @@ modrinth {
versionType = "release"
changelog = "See on CurseForge: https://www.curseforge.com/minecraft/mc-mods/enigmatic-legacy/files"
uploadFile = jar
gameVersions = ["1.19.4"]
loaders = ['forge']
gameVersions = [ project.version_mc ]
loaders = [ 'forge' ]
dependencies {
// The scope can be `required`, `optional`, or `incompatible`
required.project "nU0bVIaL"
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -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.28.0
**Current Version:** 2.29.0

**Minecraft Version:** 1.19.4
**Minecraft Version:** 1.20.1

**Forge Version:** 43.1.0 or later.

Expand Down
17 changes: 17 additions & 0 deletions docs/changelog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
<h3><b>The Changelog:</b></h3><br/>

<h5><b>[Release 2.29.0]:</b></h5>
<p>
&nbsp;- First and last 1.20.1 port;<br/>
&nbsp;- Fixed Unholy Stone not working properly;<br/>
&nbsp;- Added Amulet of Deception and Soul Dust as WIP items;<br/>
&nbsp;- Added a blacklist of creative-only items for Randomium mod;<br/>
&nbsp;- Overhauled texture and model of The Eternal Cake (thanks to SkySem);<br/>
&nbsp;- All permanent item entities (soul crystals, abyssal hearts, that kind of stuff) now possess glowing effect;<br/>
&nbsp;- Overhauled textures of Emblem of Monster Slayer and Emblem of Bloodstained Valor (courtesy of SoulRacer65);<br/>
&nbsp;- Implemented Sack of Astral Dust (textures by SoulRacer65);<br/>
&nbsp;- Implemented The Judgement;<br/>
&nbsp;- Fixed entity tick error when receiving damage (<a href="https://github.com/Aizistral-Studios/Enigmatic-Legacy/pull/465">thanks yanggx98, #465</a>);<br/>
&nbsp;- Optimized performance of flight scrolls (<a href="https://github.com/Aizistral-Studios/Enigmatic-Legacy/pull/462">thanks leafreynolds, #462</a>);<br/>
&nbsp;- Updated Russian and improved English localization (<a href="https://github.com/Aizistral-Studios/Enigmatic-Legacy/pull/441">thanks FETREX-DEV, #441</a>).<br/>
<p/><br/><br/>


<h5><b>[Release 2.28.0]:</b></h5>
<p>
&nbsp;- First and last 1.19.4 port;<br/>
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.daemon=false
the_acknowledgment_edition=20

# Mod
mod_version=2.28.0
mod_version=2.29.0
mod_group=com.aizistral.enigmaticlegacy
mod_id=enigmaticlegacy
mod_name=Enigmatic Legacy
Expand All @@ -17,7 +17,7 @@ mod_author=Aizistral

mod_description=This mod is designed to provide tools that will aid you in exploring seemingly endless reaches of Minecraft's worlds. As well as new resources, powerful gear and ancient relics - to reward you for doing so. Despite revolving around themes of arcane and mystery, Enigmatic Legacy doesn't stray too far away from what vanilla has to offer, instead attempting to expand upon it's mechanics and fill in the holes left open.

mod_credits=Terraria and some of it's mods, for inspiring my creations functionally and visually; Minecraft Dungeons, for blocks and models that make me question why we don't have anything like this in Minecraft itself; Botania and it's creator known as Vazkii, for some basic code I could conveniently borrow instead of having to re-invent the wheel; frdovahkick, for amazing work over some of the textures in the mod.
mod_credits=Terraria and some of it's mods, for inspiring my creations functionally and visually; Minecraft Dungeons, for blocks and models that make me question why we don't have anything like this in Minecraft itself; Botania and it's creator known as Vazkii, for some basic code I could conveniently borrow instead of having to re-invent the wheel; frdovahkick, for amazing work over some of the textures in the mod; SkySem, for some models and textures created on-comission; SoulRacer65, for some textures overhauls and entirely new textures.

mod_icon=EL_logo.png
mod_license=Enigmatic Legacy License
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
@Mod(EnigmaticLegacy.MODID)
public class EnigmaticLegacy {
public static final String MODID = "enigmaticlegacy";
public static final String VERSION = "2.28.0";
public static final String VERSION = "2.29.0";
public static final String RELEASE_TYPE = "Release";
public static final String NAME = "Enigmatic Legacy";

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.28.0 Release
2.29.0 Release

0 comments on commit 1f2f62d

Please sign in to comment.