Skip to content

Commit

Permalink
Build 2.30.1 came up a while back but I forgor to commit 💀
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizistral committed Sep 1, 2024
1 parent 5efc192 commit ae419b7
Show file tree
Hide file tree
Showing 21 changed files with 18 additions and 7 deletions.
Binary file added assets/bloodlust_canvas.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/cped_texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/discord_banner.pdn
Binary file not shown.
Binary file added assets/discord_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/eldritch_pan_uniform.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/enigmatic_hammer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pan1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pan_wip.pdn
Binary file not shown.
Binary file added assets/pan_wip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/star_fabric_bright.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/star_fabric_gloomy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/texture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/title.pdn
Binary file not shown.
Binary file added assets/title.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/twitch_banner.pdn
Binary file not shown.
Binary file added assets/twitch_banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 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.30.0
**Current Version:** 2.30.1

**Minecraft Version:** 1.20.1

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

<h5><b>[Release 2.30.1]:</b></h5>
<p>
&nbsp;- Added Star Fabric block (unused);<br/>
&nbsp;- Fixed curios not being enchantable with Curse of Eternal Binding;<br/>
&nbsp;- All of mod's books can now be placed in vanilla bookshelf;<br/>
&nbsp;- Player may now obtain up to 5 Hearts of the Abyss per world (previously 4);<br/>
&nbsp;- Updated the Unholy Grail drinking sound to be more cursed;<br/>
&nbsp;- Incorporated 3D book and cube models from <a href="https://www.curseforge.com/minecraft/texture-packs/enigmatic-3d">Enigmatic 3D (by SoulRacer65)</a>;<br/>
&nbsp;- Expanded Better Combat compatibility (<a href="https://github.com/Aizistral-Studios/Enigmatic-Legacy/pull/516">thanks Cwumb, #516</a>).<br/>
<p/><br/><br/>

<h5><b>[Release 2.30.0]:</b></h5>
<p>
&nbsp;- Implemented The Voracious Pan;<br/>
Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4G -Xms4G
the_acknowledgment_edition=20

# Mod
mod_version=2.30.0
mod_version=2.31.0
mod_group=com.aizistral.enigmaticlegacy
mod_id=enigmaticlegacy
mod_name=Enigmatic Legacy
Expand All @@ -30,9 +30,9 @@ dep_patchouli=[1.19.2-77,)
dep_caelus=[1.19.2-3.0.0.6,)

# Dependencies specifications for build.gradle
version_mc=1.20.1
version_forge=1.20.1-47.1.43
version_mcp=2023.07.30-1.20.1
version_mc=1.20.6
version_forge=1.20.6-50.1.12
version_mcp=2024.06.16-1.20.6

# CurseGradle
curse_id=336184
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.30.0";
public static final String VERSION = "2.30.1";
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.30.0 Release
2.30.1 Release

0 comments on commit ae419b7

Please sign in to comment.